Updated French translations
[claws.git] / ChangeLog.claws
1 2003-07-12 [melvin]     0.9.0claws99
2
3         * po/fr.po
4                 Updated French translations.
5
6 2003-07-12 [paul]       0.9.0claws98
7
8         * src/addressbook.c
9                 disable 'Lookup' button as it has no effect
10
11 2003-07-11 [alfons]     0.9.0claws97
12         
13         * src/summaryview.c
14                 summary_searchbar_pressed() should return TRUE to signal that
15                 event was handled. when returning void, the return value passed
16                 to GTK is actually random, but maybe FALSE, in which case the
17                 event is handled by parent
18                 
19 2003-07-10 [paul]       0.9.0claws96
20
21         * ac/missing/gettext.m4
22                 update to version 0.12
23
24 2003-07-10 [paul]       0.9.0claws95
25
26         * src/plugins/clamav/clamav_plugin.c
27                 fix bug where multipart/alternative messages
28                 would slip through without being scanned
29
30 2003-07-10 [christoph]  0.9.0claws94
31
32         * src/folder.c
33                 correct check if folder supports removing when a message is
34                 moved. if not the message is only copied.
35
36         (closes Bug 132 crash on startup in newsgroups folders)
37
38 2003-07-09 [alfons]     0.9.0claws93
39
40         * configure.ac
41         * src/common/defs.h
42                 --with-config-dir (default .sylpheed)
43
44 2003-07-09 [christoph]  0.9.0claws92
45
46         * configure.ac
47                 use PKG_CHECK_MODULES to check for gtkmathview
48                 (version 0.4.2 now required)
49
50 2003-07-08 [melvin]     0.9.0claws91
51
52         * src/action.c
53                 Implemented a progress bar that counts the number of completed
54                 tasks when the action runs more than one command.
55
56 2003-07-08 [alfons]     0.9.0claws90
57
58         * src/procmsg.c
59                 if queued message has an invalid Message-Id, don't try to
60                 find message it refers to (fixes #209 "crash when processing 
61                 in folder")
62
63 2003-07-08 [paul]       0.9.0claws89
64
65         * sync with 0.9.3cvs2
66                 see ChangeLog 2003-07-08
67
68 2003-07-08 [match]      0.9.0claws88
69
70         * src/ldapctrl.c
71                 extend LDAP search for first/last name by parsing search term.
72
73 2003-07-08 [alfons]     0.9.0claws87
74
75         * src/send_message.c
76                 fix bug #208 "Status message stuck when sending on POP3 account"
77
78 2003-07-07 [paul]       0.9.0claws86
79
80         * po/hr.po
81                 new Croatian translation, submitted by
82                 Dragan <drleskov@inet.hr>
83
84 2003-07-07 [paul]       0.9.0claws85
85
86         * sync with 0.9.3cvs1
87                 see ChangeLog 2003-07-07
88
89 2003-07-05 [christoph]  0.9.0claws84
90
91         * src/Makefile.am
92         * src/messageview.c
93         * src/mimeview.[ch]
94         * src/stock_pixmap.[ch]
95         * src/pixmaps/messageview_text.xpm              ** NEW **
96                 move mimeview tabs to the right side and use icons
97                 instead of text to save some space
98
99         (patch by Luke Plant <lukeplant@softhome.net>)
100
101 2003-07-05 [christoph]  0.9.0claws83
102
103         * src/inc.c
104                 add NULL pointer checks
105
106         (patch by Luke Plant <lukeplant@softhome.net>)
107         (closes Bug 204 0.9.0 quits on authentication error?!)
108
109 2003-07-05 [alfons]     0.9.0claws82
110
111         * configure.ac
112                 take the clue in bug #202 "./configure script - 
113                 'if test' comparison failure" reported by John Kristoff. 
114
115 2003-07-04 [christoph]  0.9.0claws81
116
117         * src/plugins/spamassassin/spamassassin.c
118                 set timeout for spam check
119
120 2003-07-04 [christoph]  0.9.0claws80
121
122         * src/main.c
123                 destroy all FolderItems when shutting down to
124                 allow folders to clean up
125
126 2003-07-04 [melvin]     0.9.0claws79
127
128         * src/gtk/gtkaspell.c
129                 Fixed bug #184 "Entering non-ascii character deletes
130                 previous char if spell checking enabled": this makes
131                 the spell checking in multibytes (e.g. UTF-8)locales work.
132                 (Patch by Luke Plant).
133                 
134 2003-07-04 [christoph]  0.9.0claws78
135
136         * sync with 0.9.2cvs1
137                 see ChangeLog 2003-06-10
138
139 2003-07-04 [paul]       0.9.0claws77
140
141         * sync with 0.9.3 release
142                 see ChangeLog 2003-07-04
143
144 2003-07-03 [christoph]  0.9.0claws76
145
146         * src/folder.[ch]
147         * src/imap.c
148         * src/mbox_folder.c
149         * src/mh.c
150         * src/news.c
151                 move folder_item_get_path() stuff into a folder virtual function
152
153         * src/procmsg.c
154                 use folder_item_fetch_msg() to get message and do not contruct
155                 the filename from path and number
156
157 2003-07-03 [paul]       0.9.0claws75
158
159         * sync with 0.9.2cvs12
160                 see ChangeLog 2003-07-03
161
162 2003-07-02 [paul]       0.9.0claws74
163
164         * src/messageview.c
165                 fix text-selection for replying
166
167 2003-07-02 [paul]       0.9.0claws73
168
169         * sync with 0.9.2cvs11
170                 see ChangeLog 2003-07-02
171
172 2003-07-02 [paul]       0.9.0claws72
173
174         * src/procmsg.c
175                 revert last commit because it breaks more
176                 than it fixes
177
178 2003-07-02 [paul]       0.9.0claws71
179
180         * src/procmsg.c
181                 fix thread by subject/sort by date
182
183 2003-07-01 [paul]       0.9.0claws70
184
185         * sync with 0.9.2cvs10
186                 see ChangeLog 2003-07-01
187
188 2003-06-30 [paul]       0.9.0claws69
189
190         * sync with 0.9.2cvs9
191                 see ChangeLog 2003-06-30
192
193 2003-06-28 [match]      0.9.0claws68
194
195         * src/addressbook.c
196                 fix null ptr.
197
198 2003-06-27 [paul]       0.9.0claws67
199
200         * sync with 0.9.2cvs7
201                 see ChangeLog 2003-06-27
202
203 2003-06-26 [christoph]  0.9.0claws66
204
205         * src/folder.c
206                 freeze folder updates while a folder is scanned
207
208         (closes Bug 185 New message counter)
209
210 2003-06-26 [darko]      0.9.0claws65
211
212         * src/ldapserver.c
213                 fix infinite loop when adding a new LDAP server
214
215 2003-06-26 [paul]       0.9.0claws64
216
217         * sync with 0.9.2cvs6
218                 see ChangeLog 2003-06-26
219
220 2003-06-26 [paul]       0.9.0claws63
221
222         * sync with 0.9.2cvs5
223                 see ChangeLog 2003-06-25 and 2003-06-26
224
225 2003-06-25 [match]      0.9.0claws62
226
227         * src/addr_compl.c
228                 Fixed tab/backtab for dropped-down completion list to
229                 move next/previous field. (close bug 147)
230
231 2003-06-25 [christoph]  0.9.0claws61
232
233         * src/addr_compl.[ch]
234         * src/addrindex.[ch]
235         * src/folderview.c
236         * src/inc.c
237         * src/news.c
238         * src/summaryview.c
239         * src/toolbar.c
240                 fix warnings
241
242 2003-06-25 [leandro]    0.9.0claws60
243
244         * src/compose.c
245                 o cleanups
246                 o gray out "Message/Remove references" menu item if not
247                   replying to a message
248
249 2003-06-24 [leandro]    0.9.0claws59
250
251         * src/compose.[ch]
252                 o removed "Message/Create new thread" menu item
253                 o added "Message/Remove references" menu item
254                   (it's off by default and will not check anymore
255                    if the subject changed)
256
257 2003-06-23 [alfons]     0.9.0claws58
258
259         * src/procmsg.c
260                 try better grouping messages threaded by subject based on their age.
261                 still not perfect - because the message tree is not sorted by date.  
262
263 2003-06-23 [thorsten]   0.9.0claws57
264
265         * src/pop.[ch]
266                 added mail_receive_hook to allow modifications
267                 directly after retrieval (e.g. adding headers).
268
269 2003-06-23 [paul]       0.9.0claws56
270
271         * src/sourcewindow.c
272                  enable the use of Ctrl+A to select all text in
273                  the sourcewindow
274                  Patch submitted by Ivan Francolin Martinez
275                  <ivanfm@users.sourceforge.net>
276
277 2003-06-22 [christoph]  0.9.0claws55
278
279         * src/folder.[ch]
280                 o add notification hook for folder tree changes
281                 o invoke hooks after folder tree scanning
282
283         * src/folderview.[ch]
284                 register hook for folder tree changes that
285                 updates the ctree
286
287         (there are more places that should be updated, like add, remove 
288          or move folder)
289
290         (closes Bug 164 Crash on rebuild folder tree)
291         (closes Bug 190 Crash on 'rebuilding folder tree')
292
293 2003-06-21 [leandro]    0.9.0claws54
294
295         * src/compose.[ch]
296                 create a new thread if subject changes
297                 (it's on by default, can be disabled in Message menu)
298
299 2003-06-21 [alfons]     0.9.0claws53
300
301         * src/summaryview.c
302                 quiet little compiler
303
304 2003-06-21 [christoph]  0.9.0claws52
305
306         update gettext stuff to version 0.12
307
308 2003-06-19 [alfons]     0.9.0claws51
309
310         * src/common/log.c
311         * src/common/plugin.c
312                 move defs.h before glib.h to prevent MIN/MAX redefs
313
314 2003-06-19 [alfons]
315
316         * src/addressbook.c
317                 translatable
318
319 2003-06-19 [match]      0.9.0claws50
320
321         * src/addressbook.[ch]
322         * src/addrindex.[ch]
323         * src/addr_compl.[ch]
324         * src/editldap.[ch]
325         * src/editldap_basedn.[ch]
326         * src/addritem.[ch]
327         * src/ldapquery.h
328                 re-implemented dynamic LDAP search. works without
329                 slowdown on display sender with addressbook
330                 option.
331         * src/addrbook.c
332                 documented code.
333
334 2003-06-19 [paul]       0.9.0claws49
335
336         * src/compose.c
337                 fix Bug #136 'Nonprovided quotation marks crash claws'
338                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
339
340 2003-06-19 [alfons]     0.9.0claws48
341
342         * src/prefs_common.[ch]
343         * src/procmsg.c
344                 restrict threading by subject by checking thread for
345                 age (prefs_common.thread_by_subject_max_age)
346
347 2003-06-18 [christoph]  0.9.0claws47
348
349         * src/imap.c
350                 fix memory leak in imap_cmd_fetch()
351
352 2003-06-18 [christoph]  0.9.0claws46
353
354         * src/prefs_gtk.c
355                 fix memory leak in prefs_set_default() when used multiple
356                 times or after prefs have been read
357
358 2003-06-18 [christoph]  0.9.0claws45
359
360         * src/common/plugin.c
361                 fix memory leak in plugin_unload()
362
363 2003-06-18 [christoph]  0.9.0claws44
364
365         * src/imap.c
366                 fix memory leak in imap_cmd_ok()
367
368 2003-06-18 [christoph]  0.9.0claws43
369
370         * src/folder.c
371                 stop messages that are downloaded from POP3 and added to
372                 an IMAP inbox from being filtered twice (first by POP3
373                 and again when IMAP folder is scaned to get the UID of
374                 the APPEND operation when no UIDPLUS is available)
375
376 2003-06-18 [alfons]
377
378         * tools/Makefile.am
379                 phoenix <- firebird     
380
381 2003-06-18 [paul]
382
383         * tools/launch_phoenix          ** REMOVED **
384           tools/launch_firebird         ** NEW **
385                 renamed and edited to reflect the browser's name change from
386                 'phoenix' to 'firebird'
387
388 2003-06-18 [paul]       0.9.0claws42
389
390         * sync with 0.9.2cvs2
391                 see ChangeLog 2003-06-16
392
393 2003-06-17 [alfons]     0.9.0claws41
394
395         * src/procmsg.c
396                 prevent threading problems when a node is an ancestor (parent / great parent),
397                 which mostly happens with circular references (thanks to Phillipe Gramoullé
398                 for finding an sample set of messages)
399
400 2003-06-16 [christoph]  0.9.0claws40
401
402         * src/main.c
403                 don't popup main window on --receive or --receive-all
404
405         * src/mainwindow.[ch]
406         * src/plugins/trayicon/trayicon.c
407                 allow hiding of main window by clicking on the trayicon
408                 (doesn't work correctly in seperate window mode and may
409                  cause unexpected GTK problems I couldn't find yet)
410
411         * src/common/ssl.c
412                 remove incorrect warning
413
414 2003-06-15 [alfons]     0.9.0claws39
415
416         * src/gtk/gtkstext.c
417                 don't output debug text;
418                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
419                 for pointing this out);
420
421 2003-06-14 [alfons]     0.9.0claws38
422         
423         * src/messageview.c
424                 remove printf() and make one if..else comply with coding style
425
426 2003-06-14 [alfons]     0.9.0claws37
427
428         * AUTHORS
429                 add Martin Wicke
430         * src/action.c
431         * src/messageview.[ch]
432         * src/summaryview.c
433                 apply patch #754162 "Quoting messages filtered by actions" submitted
434                 by Martin Wicke, which allows quoting message body changed by an
435                 action (Thanks!).
436
437 2003-06-13 [alfons]     0.9.0claws36
438
439         * src/utils.c
440                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
441                 use case insensitive regexp (suggested by Ivan Martinez)
442
443 2003-06-13 [christoph]  0.9.0claws35
444
445         * configure.ac
446         * src/plugins/trayicon/Makefile.am
447         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
448         * src/plugins/trayicon/trayicon.c
449         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
450         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
451         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
452         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
453         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
454         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
455                 replace my own EggTrayIcon backport with the backport
456                 used by (l|x)mule and gabber.
457
458 2003-06-13 [alfons]     0.9.0claws34
459
460         * AUTHORS
461         * src/common/utils.c
462                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
463
464 2003-06-13 [alfons]     0.9.0claws33
465
466         * src/compose.c
467                 clean up a little bit
468
469 2003-06-12 [alfons]     0.9.0claws32
470
471         * src/compose.c
472                 const correctness fix
473
474         * src/common/sylpheed.[ch]
475                 () -> (void)
476                 prevent redef MIN/MAX
477                 
478         * src/common/utils.[ch]
479                 () -> (void)
480
481 2003-06-12 [melvin]     0.9.0claws31
482
483         * src/compose.c
484                 Updated to take into accounts changes in GtkAspell.
485
486 2003-06-12 [alfons]     0.9.0claws30
487
488         * src/compose.c
489         * src/procmsg.c
490         * src/common/utils.[ch]
491                 handle reply subject prefixes better (initial 
492                 suggestion by Robert Story adapted and enhanced 
493                 using regexps)
494
495 2003-06-12 [melvin]     0.9.0claws29
496
497         * src/compose.c
498                 Use new gtkaspell_checkers_strerror() to get the speller's
499                 error message instead of accessing the (now private)
500                 checkers structure.
501                 Minor code clean up
502
503         * src/main.c
504                 Use #ifdef instead of #if for USE_ASPELL
505                 Use the new spell checkers init/quit functions 
506
507         * src/gtk/gtkaspell.c
508                 Use #ifdef instead of #if for USE_ASPELL
509                 Moved in the majority of GtkAspell structures that were
510                 exported before by gtkaspell.h
511         
512         * src/gtk/gktaspell.h
513                 Made gtkaspell.h contain only the necessary data to be
514                 publicized by moving many structures to gtkaspell.c.
515                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
516                 gtkaspell_checkers_new(): replaced by...
517                 gtkaspell_checkers_init(): new function for initialization
518                 gtkaspell_checkers_delete(): replaced by...
519                 gtkaspell_checkers_quit(): new function
520                 gtkaspell_checkers_strerror(): new function that returns
521                 the checker's last error message.
522                 
523 2003-06-11 [melvin]     0.9.0claws28
524
525         * po/POTFILES.in
526                 Updated to take into account gtkaspell.c migration to
527                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
528
529 2003-06-10 [alfons]     0.9.0claws27
530
531         * src/filtering.[ch]
532         * src/folder.c
533         * src/matcher.c
534         * src/scoring.[ch]
535                 - try fixing bug #18 (any brave testers?)
536                 - add more robustness by refusing previously 
537                   unchecked NULL pointers 
538
539 2003-06-10 [alfons]     0.9.0claws26
540
541         * src/procmsg.c
542                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
543
544 2003-06-09 [alfons]     0.9.0claws25
545
546         * src/prefs_common.c
547                 fix bug #163 "Icon switching doesnt work properly" by 
548                 preventing early freeing of prefs_common.pixmap_theme_path.
549
550 2003-06-09 [christoph]  0.9.0claws24
551
552         * src/gtk/gtkaspell.c
553                 revert Thorsten's fix and add forgotten g_strdup for
554                 aspell path (it should not be possible to alter the path a
555                 GtkASpell uses from outside)
556
557 2003-06-09 [thorsten]   0.9.0claws23
558
559         * src/gtk/gtkaspell.c
560                 dont free prefs_common.aspell_path when closing compose
561
562 2003-06-08 [colin]      0.9.0claws22
563
564         * src/plugins/spamassassin/spamassassin.c
565                 fix prefs types
566
567 2003-06-07 [christoph]  0.9.0claws21
568
569         * src/Makefile.am
570         * src/compose.c
571         * src/gtkaspell.[ch]            ** REMOVE **
572         * src/gtk/Makefile.am
573         * src/gtk/gtkaspell.[ch]        ** NEW **
574                 o make gtkaspell independent from sylpheed's prefs
575                 o move gtkaspell.[ch] to gtk directory
576
577 2003-06-07 [christoph]  0.9.0claws20
578
579         * src/Makefile.am
580         * src/crash.c
581         * src/export.c
582         * src/filesel.[ch]              ** REMOVE **
583         * src/folder.c
584         * src/main.[ch]
585         * src/common/sylpheed.[ch]
586         * src/gtk/Makefile.am
587         * src/gtk/filesel.[ch]          ** NEW **
588         * src/gtk/pluginwindow.c
589         * src/gtk/sslcertwindow.c
590                 move filesel.[ch] to gtk directory
591
592 2003-06-07 [alfons]     0.9.0claws19
593
594         * src/filesel.c
595                 make (multi) file selection dialog work again (Claws-only)
596
597 2003-06-07 [thorsten]   0.9.0claws18
598
599         * po/de.po
600                 fix typos
601
602 2003-06-07 [alfons]     0.9.0claws17
603
604         * configure.ac
605         * src/mimeview.c
606                 detect apache mishap in which case don't include fnmatch.h
607                 if regex.h is already included
608
609 2003-06-06 [christoph]  0.9.0claws16
610
611         * configure.ac
612         * src/mimeview.h
613                 add check for fnmatch.h and include it when available
614
615         * src/mimeview.[ch]
616                 fix wrong case sensitivity of Content-Types
617
618         * src/gtk/Makefile.am
619                 need the same include paths in gtk directory as in
620                 common directory because .h files in common can
621                 include files from these directories, when included
622                 in gtk's .h or .c files
623
624 2003-06-06 [alfons]     0.9.0claws15
625
626         * src/mimeview.c
627         * src/summaryview.c
628                 make it compile again because of regex.h / fnmatch.h 
629                 include problems (related to recent mime stuff, can
630                 someone check this?)
631
632 2003-06-06 [thorsten]   0.9.0claws14
633
634         * src/folderview.c
635                 possible use of uninitialized pointer while dragging
636
637 2003-06-06 [paul]       0.9.0claws13
638
639         * src/compose.c
640                 fix bug where the insert sig button would be effective
641                 only when auto_sig was set
642
643 2003-06-06 [paul]       0.9.0claws12
644
645         * sync with 0.9.2 release
646
647 2003-06-02 [paul]       0.9.0claws11
648
649         * sync with 0.9.1cvs1
650                 see ChangeLog 2003-06-02
651                 
652         * po/de.po
653                 update by Jens
654
655 2003-06-01 [christoph]  0.9.0claws10
656
657         * src/account.c
658                 don't use substring search to find accounts by email address
659
660         (closes Bug 169 Overly loose matching of "From" address)
661
662 2003-05-31 [christoph]  0.9.0claws9
663
664         * doc-src/rfc2683.txt
665         * src/imap.c
666                 limit IMAP command length as recommended in RFC2683
667                 (message number lists will be split into multiple imap
668                 sets, the limit of 1000 octets is not a hard limit)
669
670         (closes Bug 161 sylpheed-claws exits with segfault when logging
671          in to certain imap-servers)
672
673 2003-05-29 [alfons]     0.9.0claws8
674
675         * src/toolbar.[ch]
676                 add print button (calling summary_print());
677                 fine tune setting tooltip text;
678                 (if someone needs other buttons, please take these 
679                 commits as a guide, instead of bothering us - also
680                 see 0.8.11claws150) 
681
682 2003-05-29 [darko]      0.9.0claws7
683
684         * src/compose.c
685                 fix crash when word wrapping kicks in due to
686                 changed text by spell checker
687
688 2003-05-29 [paul]       0.9.0claws6
689
690         * src/compose.c
691                 fix bug where changing account would insert
692                 sig even if auto_sig was FALSE
693                 
694         * ChangeLog
695           ChangeLog.jp
696           INSTALL
697                 sync with 0.9.1 release
698
699 2003-05-28 [christoph]  0.9.0claws5
700
701         * src/imap.c
702                 fix truncation of too long commands
703
704         (closes Bug 167 IMAP hangs trying to get envelope
705          information in imap_get_uncached_messages)
706
707 2003-05-27 [paul]       0.9.0claws4
708
709         * tools/Makefile.am
710           tools/maildir2sylpheed.pl     ** NEW FILE **
711                 add kmail to sylpheed mailbox conversion script
712
713 2003-05-27 [paul]       0.9.0claws3
714
715         * sync with 0.9.0cvs10
716                 see ChangeLog 2003-05-26
717
718 2003-05-26 [paul]       0.9.0claws2
719
720         * sync with 0.9.0cvs9
721                 see ChangeLog 2003-05-26
722
723 2003-05-24 [paul]       0.9.0claws1
724
725         * sync with 0.9.0cvs8
726                 see ChangeLog 2003-05-23
727
728 2003-05-24 [paul]       0.9.0claws
729
730         * version 0.9.0claws released
731
732 2003-05-24 [paul]       0.8.11claws177
733
734         * src/plugins/dillo-viewer/Makefile.am
735           src/plugins/traycon/Makefile.am
736                 add missing files
737                 
738         * po/bg.po
739           po/en_GB.po
740           po/es.po
741           po/it.po
742           po/pt_BR.po
743           po/ru.po
744           po/sr.po
745                 update Bulgarian, British English, Spanish, Italian, 
746                 Brazilian Portuguese, Russian, and Serbian translations, 
747                 submitted by George Danchev, [me], Ricardo Mones Lastra,
748                 André Filipe de Assunção e Brito, Alessandro Maestri, 
749                 Ruslan N. Balkin, and Urke MMI
750
751 2003-05-23 [melvin]     0.8.11claws176
752
753         * po/fr.po
754                 Updated French translations
755
756 2003-05-22 [paul]       0.8.11claws175
757
758         * src/Makefile.am
759           src/addrbook.[ch]
760           src/addrcache.[ch]
761           src/addr_compl.[ch]
762           src/adressbook.[ch]
763           src/addrindex.[ch]
764           src/addritem.[ch]
765           src/editaddress.c
766           src/editgroup.c
767           src/editldap_basedn.c
768           src/editldap.c
769           src/jpilot.c
770           src/vcard.c
771                 revert to get ldap into it previous working state
772                 
773         * po/zh_TW.Big5.po
774                 new Taiwanese translation,
775                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
776
777 2003-05-22 [christoph]  0.8.11claws174
778
779         * src/plugins/spamassassin/libspamc.[ch]
780                 sync libspamc with SpamAssaain release 2.55
781
782 2003-05-22 [paul]       0.8.11claws173
783
784         * sync with 0.9.0cvs7
785                 see ChangeLog 2003-05-22
786                 
787         * src/summaryview.c
788                 revert change in 0.8.11claws172: follow
789                 Hiroyuki's decision and that's the end of it.
790
791 2003-05-21 [paul]       0.8.11claws172
792
793         * src/summaryview.c
794                 fix discrepency between open_unread_on_enter
795                 and always_show_msg
796
797 2003-05-21 [paul]       0.8.11claws171
798
799         * sync with 0.9.0cvs6
800                 see ChangeLog 2003-05-21
801
802 2003-05-21 [paul]       0.8.11claws170
803
804         * sync with 0.9.0cvs5
805                 see ChangeLog 2003-05-21
806
807 2003-05-20 [paul]       0.8.11claws169
808
809         * sync with 0.9.0cvs4
810                 see ChangeLog 2003-05-20
811                 fixes bug #152, 'encoding of IMAP folders names'
812
813 2003-05-20 [paul]       0.8.11claws168
814
815         * sync with 0.9.0cvs3
816                 see ChangeLog 2003-05-20
817                 
818         * src/tools/convert_mbox.pl
819                 minor change in the comments, submitted by Fred Marton
820
821 2003-05-19 [paul]       0.8.11claws167
822
823         * src/plugins/clamav/Makefile.am
824           configure.ac
825                 link clamav_lib to the plugin and not to the main program
826
827 2003-05-19 [christoph]
828
829         * src/Makefile.am
830                 add -export-dynamic for linking
831
832 2003-05-19 [paul]       0.8.11claws166
833
834         * sync with 0.9.0cvs1
835                 see ChangeLog 2003-05-19
836
837 2003-05-19 [paul]       0.8.11claws165
838
839         * src/inc.c
840                 fix 'pop before smtp' timeout
841
842 2003-05-18 [alfons]     0.8.11claws164
843
844         * src/prefs_matcher.c
845                 put "execute" action command line ("expression") in edit box
846
847 2003-05-18 [christoph]  0.8.11claws163
848
849         * src/mimeview.[ch]
850         * src/plugins/dillo_viewer/dillo_viewer.c
851         * src/plugins/image_viewer/viewer.c
852         * src/plugins/mathml_viewer/mathml_viewer.c
853                 let a viewer have a list of Content-Types
854
855 2003-05-18 [paul]       0.8.11claws162
856
857         * src/prefs_filtering.c
858                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
859                 and REDIRECT actions
860
861 2003-05-17 [christoph]
862
863         * README.claws
864                 o remove dynamic signatures that was syned with main
865                 o add infos about no longer "build in" image viewer
866                 o update bugtracker URL
867
868 2003-05-17 [christoph]  0.8.11claws161
869
870         * src/folder.c
871         * src/folderview.c
872         * src/imap.c
873                 don't use imap_scan_folder anymore. Instead call folder_item_scan
874                 for every folder after rebuilding the folder tree.
875
876         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
877          messages)
878
879 2003-05-17 [christoph]  0.8.11claws160
880
881         * src/imap.c
882                 don't use STATUS command on current folder to check for
883                 content changes. imap_cmd_ok() now tracks changes to
884                 folder and number of existing messages.
885
886 2003-05-17 [paul]       0.8.11claws159
887
888         * src/plugins/clamav/clamav_plugin.c
889                 remove unnecessary debug_print
890
891 2003-05-16 [thorsten]   0.8.11claws158
892
893         * src/plugins/demo.c
894                 included missing intl.h
895
896 2003-05-16 [paul]       0.8.11claws157
897
898         * po/POTFILES.in
899                 remove non-existant entries
900         
901         * src/plugins/clamav/clamav_plugin.c
902           src/plugins/clamav/clamav_plugin_gtk.c
903           src/plugins/dillo_viewer/dillo_prefs.c
904           src/plugins/dillo_viewer/dillo_viewer.c
905                 gettextise
906
907 2003-05-16 [christoph]  0.8.11claws156
908
909         * po/POTFILES.in
910                 include plugin .c files for translation until I
911                 find a better solution to have plugins have their
912                 own textdomain
913         * src/plugins/demo/demo.c
914         * src/plugins/image_viewer/plugin.c
915         * src/plugins/mathml_viewer/mathml_viewer.c
916         * src/plugins/spamassassin/spamassassin.c
917         * src/plugins/spamassassin/spamassassin_gtk.c
918         * src/plugins/trayicon/trayicon.c
919                 add gettext macros for plugin name and description
920
921 2003-05-16 [paul]
922
923         * sync with 0.9.0
924
925 2003-05-16 [paul]       0.8.11claws155
926
927         * sync with lastest 0.9.0pre1
928                 see ChangeLog 2003-05-16
929
930 2003-05-15 [paul]       0.8.11claws154
931
932         * sync with latest 0.9.0pre1
933                 see ChangeLog 2003-05-14 and 2003-05-15
934
935 2003-05-14 [christoph]  0.8.11claws153
936
937         * src/plugins/image_viewer/viewer.c
938         * src/plugins/image_viewer/viewer.glade         ** NEW **
939         * src/plugins/image_viewer/viewerprefs.c
940                 make it possible to disable the autoload function in the
941                 imageviewer again
942
943 2003-05-14 [christoph]  0.8.11claws152
944
945         * src/folder.c
946                 fix folder update after adding a message
947
948 2003-05-13 [alfons]     0.8.11claws151
949
950         * src/common/session.c
951                 remove debug traces
952                 
953         * src/addrcache.[ch]
954         * src/filtering.[ch]
955         * src/folder.[c]
956         * src/gtkaspell.[ch]
957         * src/imap.[ch]
958         * src/mbox_folder.[ch]
959         * src/mh.[ch]
960         * src/mimeview.h
961         * src/msgcache.[ch]
962         * src/news.[ch]
963         * src/passphrase.[ch]
964         * src/prefs_common.[ch]
965         * src/prefs_gtk.[ch]
966         * src/procmsg.c
967         * src/scoring.[ch]
968                 be pedantic; (in prototypes () implies (int))
969
970 2003-05-13 [alfons]     0.8.11claws150
971
972         * src/prefs_toolbar.[ch]
973         * src/summaryview.[ch]
974         * src/toolbar.[ch]
975                 change misleading text in toolbar prefs;
976                 add toolbar action for ignore thread (toggles ignore thread flag);
977                 clean up a little bit;
978
979 2003-05-12 [paul]
980
981         * tools/convert_mbox.pl
982                 bug fixed by Fred Marton
983
984 2003-05-12 [paul]
985
986         * sync with 0.9.0pre1
987
988 2003-05-09 [paul]       0.8.11claws149
989
990         * sync with 0.8.11cvs43
991                 see ChangeLog 2003-05-09
992
993 2003-05-08 [christoph]  0.8.11claws148
994
995         * src/imap.[ch]
996                 o use CAPABILIY as first command and check for PREAUTH
997                   information in the response to it
998                 o rewrite all imap_cmd_* functions to use an IMAPSession
999                   instead of a SockInfo as parameter
1000                 o do STARTTLS after fetching and checking the server
1001                   capabilities
1002
1003 2003-05-08 [paul]       0.8.11claws147
1004
1005         * tools/Makefile.am
1006           tools/README
1007           tools/convert_mbox.pl         ** NEW FILE **
1008                 add mbox conversion script. Submitted by 
1009                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1010
1011 2003-05-07 [christoph]
1012
1013         * doc-src/glade.txt
1014         * src/gtk/pluginwindow.glade
1015         * src/plugins/image_viewer/viewerprefs.glade
1016         * src/plugins/spamassassin/spamassassin_gtk.glade
1017                 add glade files for user interfaces and a description how
1018                 to use glade to create the sylpheed code
1019
1020 2003-05-07 [paul]       0.8.11claws146
1021
1022         * sync with 0.8.11cvs41
1023                 see ChangeLog 2003-05-07
1024
1025 2003-05-06 [christoph]  0.8.11claws145
1026
1027         * src/main.c
1028         * src/plugins/image_viewer/viewer.c
1029                 fix usage of imlib in imageviewer plugin
1030
1031         * src/gtk/prefswindow.c
1032                 handle window close event correctly
1033
1034 2003-05-06 [paul]       0.8.11claws144
1035
1036         * src/common/ssl.c
1037                 fix typo introduced in sync
1038
1039 2003-05-06 [paul]       0.8.11claws143
1040
1041         * sync with 0.8.11cvs39
1042                 see ChangeLog 2003-05-06
1043
1044 2003-05-06 [paul]       0.8.11claws142
1045
1046         * AUTHORS
1047           po/cs.po
1048                 updated Czech translation, submitted by 
1049                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1050                 
1051         * src/plugins/clamav/clamav_plugin_gtk.c
1052                 clean up
1053
1054 2003-05-03 [alfons]     0.8.11claws141
1055
1056         * src/compose.[ch]
1057                 make paste as quotation work even when the call to 
1058                 text_inserted() was deferred (fixes bug #140 "Paste 
1059                 as quotation does not work when using "external" 
1060                 clipboard")
1061
1062 2003-05-03 [thorsten]   0.8.11claws140
1063
1064         * src/addrquery.h
1065           src/ldapquery.h
1066           src/mainwindow.c
1067                 removed C++ comments
1068         * src/addr_compl.c
1069                 function with non-int retval/param used before
1070                 implementation/declaration
1071
1072 2003-05-02 [paul]       0.8.11claws139
1073
1074         * src/addr_compl.[ch]
1075           src/addressbook.[ch]
1076           src/addrindex.c
1077           src/summaryview.c
1078                 revert match's changes to (finally) remove the bug where
1079                 opening a folder causes massive slowdown when using the 
1080                 'Display sender using address book' option
1081
1082 2003-05-01 [melvin]     0.8.11claws138
1083
1084         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1085         * src/plugins/dillo_viewer/dillo_viewer.c
1086                 Fixed bug where "Cancel" button from prefs issued
1087                 warnings.
1088                 Comply a little more to coding style
1089
1090 2003-05-01 [paul]       0.8.11claws137
1091
1092         * sync with 0.8.11cvs38
1093                 see ChangeLog 2003-05-01
1094
1095 2003-05-01 [paul]       0.8.11claws136
1096
1097         * po/bg.po
1098                 updated by George Danchev
1099
1100 2003-04-30 [christoph]  0.8.11claws135
1101
1102         * src/plugins/dillo_viewer/dillo_prefs.c
1103         * src/plugins/image_viewer/viewerprefs.c
1104         * src/plugins/spamassassin/spamassassin_gtk.c
1105                 remove gtk_widget_ref() calls for widgets in
1106                 glade code
1107
1108 2003-04-30 [paul]       0.8.11claws134
1109
1110         * src/addrindex.c
1111                 ok, this time a better fix for the bug where opening folder
1112                 has massive slowdown when using the 'Display sender using 
1113                 address book' option
1114
1115 2003-04-30 [paul]       0.8.11claws133
1116
1117         * src/addrindex.c
1118                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1119         
1120 2003-04-30 [melvin]     0.8.11claws132
1121
1122         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1123
1124         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1125                 Preferences for the dillo plugin
1126         * src/plugins/dillo_viewer/dillo_viewer.c
1127                 Support for preferences
1128         * src/plugins/dillo_viewer/Makefile.am
1129                 Added dillo_prefs.[ch]
1130
1131 2003-04-30 [alfons]     0.8.11claws131
1132
1133         * src/common/plugin.[ch]
1134                 see? this ANSI C'fication immediately gives us type
1135                 checking for free.
1136
1137 2003-04-30 [alfons]     0.8.11claws130
1138
1139         * src/common/plugin.[ch]
1140         * src/plugins/clamav/clamav_plugin.[ch]
1141         * src/plugins/clamav/clamav_plugin_gtk.c
1142         * src/plugins/demo/demo.c
1143         * src/plugins/dillo_viewer/dillo_viewer.c
1144         * src/plugins/image_viewer/plugin.c
1145         * src/plugins/image_viewer/viewer.[ch]
1146         * src/plugins/image_viewer/viewerprefs.[ch]
1147         * src/plugins/mathml_viewer/mathml_viewer.c
1148         * src/plugins/spamassassin/spamassassin.[ch]
1149         * src/plugins/spamassassin/spamassassin_gtk.c
1150         * src/plugins/trayicon/trayicon.c
1151                 clean up
1152
1153 2003-04-30 [alfons]     0.8.11claws129
1154
1155         * src/common/utils.c
1156                 make is_ascii_str() fail gracefully when NULL pointer
1157                 is passed
1158
1159 2003-04-30 [paul]       0.8.11claws128
1160
1161         * src/addrindex.c
1162                 fix bug where opening folder has massive slowdown when
1163                 using the 'Display sender using address book' option
1164
1165 2003-04-30 [paul]       0.8.11claws127
1166
1167         * src/plugins/clamav/clamav_plugin.c
1168           src/plugins/clamav/clamav_plugin_gtk.c
1169           src/plugins/demo/demo.c
1170           src/plugins/dillo_viewer/dillo_viewer.c
1171           src/plugins/image_viewer/plugin.c
1172           src/plugins/mathml_viewer/mathml_viewer.c
1173           src/plugins/spamassassin/spamassassin.c
1174           src/plugins/spamassassin/spamassassin_gtk.c
1175           src/plugins/trayicon/trayicon.c
1176                 get rid of eye-hurting function signatures
1177
1178 2003-04-30 [paul]       0.8.11claws126
1179
1180         * src/plugins/trayicon/trayicon.c
1181                 add description
1182                 
1183         * src/mimeview.c
1184                 be more descriptive
1185
1186 2003-04-30 [paul]       0.8.11claws125
1187
1188         * configure.ac
1189                 arrange the plugins in reverse alphabetical order
1190                 
1191         * src/plugins/clamav/clamav_plugin.[ch]
1192           src/plugins/clamav/clamav_plugin_gtk.c
1193                 rename some params
1194                 resize max_size window
1195                 re-arrange the order of some gui elements
1196                 improve descriptions
1197         
1198         * src/plugins/image_viewer/plugin.c
1199           src/plugins/mathml_viewer/mathml_viewer.c
1200                 add descriptions
1201                 
1202         * src/plugins/spamassassin/spamassassin_gtk.c
1203                 resize max_size window
1204                 re-arrange the order of some gui elements
1205                 
1206         * src/messageview.c
1207           src/mimeview.c
1208                 correct typos
1209
1210 2003-04-30 [alfons]     0.8.11claws124
1211
1212         * src/imap.c
1213                 fix a leak found while browsing Martin Kluge's 
1214                 valgrind log (Claws only)
1215
1216 2003-04-29 [darko]      0.8.11claws123
1217
1218         * src/gtk/gtkstext.h
1219                 include wchar.h if it is available, fixes compilation
1220                 on HP-UX systems
1221
1222 2003-04-29 [melvin]     0.8.11claws122
1223
1224         * src/prefs_actions.c
1225                 Improved help text of Actions' syntax
1226
1227 2003-04-28 [paul]       0.8.11claws121
1228
1229         * src/action.c
1230                 a better fix for the crash when performing an action
1231                 on a mime part
1232
1233 2003-04-28 [paul]       0.8.11claws120
1234
1235         * src/action.c
1236                 fix crash when performing an action on a
1237                 mime part
1238
1239 2003-04-28 [paul]       0.8.11claws119
1240
1241         * sync with 0.8.11cvs36
1242                 see ChangeLog 2003-04-28
1243
1244 2003-04-27 [paul]       0.8.11claws118
1245
1246         * more sync with 0.8.11cvs35
1247                 see ChangeLog 2003-04-25
1248
1249 2003-04-26 [christoph]  0.8.11claws117
1250
1251         * src/folder.c
1252                 fix remove virtual check
1253
1254 2003-04-26 [paul]       0.8.11claws116
1255
1256         * src/messageview.c
1257                 fix return-receipt, make it work again
1258
1259 2003-04-26 [paul]       0.8.11claws115
1260
1261         * src/mimeview.c
1262                 restore double-clicking of the [application/pgp-signature 
1263                 (Select "Check signature" to check)] line in the message view,
1264                 broken in recent sync
1265
1266 2003-04-26 [christoph]  0.8.11claws114
1267
1268         * src/folder.c
1269                 check if remove virtual really exists before
1270                 calling the function
1271
1272 2003-04-25 [match]      0.8.11claws113
1273
1274         * src/addrindex.c
1275         * src/addrbook.c
1276         * src/ldapquery.[ch]
1277         * src/ldapctrl.[ch]
1278                 fix memleak.
1279         * src/ldapserver.[ch]
1280                 fix memleak. fix segfault.
1281                 plug a Claws memleak
1282
1283 2003-04-25 [alfons]     0.8.11claws112
1284
1285         * src/folder.c
1286                 plug a Claws memleak
1287
1288 2003-04-25 [alfons]     0.8.11claws111
1289
1290         * src/common/session.c
1291                 plug a memleak
1292
1293 2003-04-25 [paul]       0.8.11claws110
1294
1295         * sync with 0.8.11cvs35
1296                 see ChangeLog 2003-04-24 and 2003-04-25
1297                 
1298         * src/gtk/pluginwindow.c
1299                 correct another strange float value
1300
1301 2003-04-24 [christoph]  0.8.11claws109
1302
1303         * src/folder.c
1304                 freeze folder item updates when unsetting new flags
1305
1306         * src/gtk/pluginwindow.c
1307                 correct strange float value
1308
1309 2003-04-23 [paul]       0.8.11claws108
1310
1311         * sync with 0.8.11cvs33
1312                 see ChangeLog 2003-04-23
1313
1314 2003-04-22 [paul]       0.8.11claws107
1315
1316         * src/Makefile.am
1317           src/messageview.c
1318           src/mimeview.c
1319           src/pgptext.[ch]      ** REMOVED **
1320                 remove pgptext.[ch] as its not used any more
1321
1322 2003-04-22 [paul]       0.8.11claws106
1323
1324         * sync with 0.8.11cvs31
1325                 see ChangeLog 2003-04-21 and 2003-04-22
1326
1327 2003-04-21 [alfons]     0.8.11claws105
1328
1329         * src/main.c
1330                 No access to GTK structures if we're a spawned child
1331                 (and clean up code a little bit...) Should fix #126.
1332
1333 2003-04-21 [melvin]     0.8.11claws104
1334
1335         * src/plugins/dillo_viewer/README
1336                 Improved slightly the text.
1337
1338 2003-04-21 [melvin]     0.8.11claws103
1339
1340         * src/plugins/dillo_viewer/README *** NEW ***
1341                 Added a README file for the Dillo plugin
1342
1343 2003-04-20 [paul]
1344
1345         * tools/README
1346           tools/outlook2sylpheed.pl
1347                 updated and improved by Ricardo Mones Lastra
1348
1349 2003-04-18 [oliver]     0.8.11claws102
1350
1351         * src/inc.c 
1352         * src/prefs_account.h
1353                 remove Pop3SessionType (used by selective download)
1354         * src/prefs_toolbar.c
1355                 enable set Default Toolbar button
1356
1357 2003-04-18 [paul]       0.8.11claws101
1358
1359         * sync with 0.8.11cvs29
1360                 see ChangeLog 2003-04-18
1361
1362 2003-04-17 [paul]       0.8.11claws100
1363
1364         * src/prefs_common.[ch]
1365           src/summaryview.c
1366                 remove 'Open next message on deletion' option,
1367                 as the same effect can now be achieved via the
1368                 'Always open messages in summary when selected'
1369                 option.
1370
1371 2003-04-17 [paul]       0.8.11claws99
1372
1373         * sync with 0.8.11cvs28
1374                 see ChangeLog 2003-04-17
1375
1376 2003-04-17 [christoph]  0.8.11claws98
1377
1378         * ac/spamassassin.m4
1379         * src/plugins/spamassassin/libspamc.[ch]
1380         * src/plugins/spamassassin/utils.[ch]
1381                 sync libspamc with SpamAssassin project
1382
1383 2003-04-17 [christoph]  0.8.11claws97
1384
1385         * src/common/socket.h
1386         * src/gtk/sslcertwindow.h
1387                 rename old USE_SSL to USE_OPENSSL
1388
1389 2003-04-17 [paul]       0.8.11claws96
1390
1391         * src/prefs_common.h
1392                 use gulong for P_COLOR so that it compiles/runs on
1393                 64-bit systems. Patch submitted by James Noyes
1394                 <jnoyes-claws@retrogeeks.com>
1395                 
1396         * po/de.po
1397                 updated by Jens
1398
1399 2003-04-17 [paul]       0.8.11claws95
1400
1401         * sync with 0.8.11cvs27
1402                 see ChangeLog 2003-04-16
1403
1404 2003-04-15 [paul]       0.8.11claws94
1405
1406         * src/prefs_common.[ch]
1407                 rearrange to stop the window getting too long:
1408                         move Receive dialog stuff to Receive tab
1409                         move Send dialog to Send tab
1410                         remove Dialogs frame
1411                 rename 'Open messages in summary with cursor keys' to
1412                 'Always open messages in summary when selected', as its
1413                 more appropriate
1414
1415 2003-04-15 [paul]       0.8.11claws93
1416
1417         * src/prefs_common.[ch]
1418           src/summaryview.c
1419                 add new option '/Interface/Open next message on deletion'
1420
1421 2003-04-15 [paul]       0.8.11claws92
1422
1423         * src/summaryview.[ch]
1424                 add /Mark/Lock and /Mark/Unlock to the pop-up
1425                 menu. Patch submitted by Ivan Francolin Martinez
1426                 <ivanfm@users.sourceforge.net>
1427
1428 2003-04-15 [paul]       0.8.11claws91
1429
1430         * sync with 0.8.11cvs24
1431                 see ChangeLog 2003-04-15
1432
1433 2003-04-14 [jens]       0.8.11claws90
1434
1435         * updated German translation and some corrections from
1436                 Roland Bless <bless@tm.uka.de>
1437
1438 2003-04-14 [paul]       0.8.11claws89
1439
1440         * sync with 0.8.11cvs22
1441                 see ChangeLog 2003-04-14
1442
1443 2003-04-13 [paul]       0.8.11claws88
1444
1445         * src/plugins/clamav/clamav_plugin.c
1446                 fix memory leaks
1447                 clean up
1448
1449 2003-04-12 [paul]       0.8.11claws87
1450
1451         * src/plugins/clamav/clamav_plugin.c
1452                 activate enable/disable archive scanning option
1453                 
1454         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1455
1456 2003-04-12 [paul]       0.8.11claws86
1457
1458         * src/plugins/Makefile.am
1459           src/plugins/clamav/Makefile.am                ** NEW FILE **
1460           src/plugins/clamav/README                     ** NEW FILE ** 
1461           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1462           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1463                 add Clam AntiVirus plugin
1464
1465 2003-04-12 [paul]       0.8.11claws85
1466
1467         * sync with 0.8.11cvs21
1468                 see ChangeLog 2003-04-11
1469
1470 2003-04-11 [paul]       0.8.11claws84
1471
1472         * po/es.po
1473                 update Spanish translation. Submitted by Ricardo
1474                 Mones Lastra.
1475
1476 2003-04-10 [christoph]  0.8.11claws83
1477
1478         * src/mbox.c
1479                 fix typo that did not move unfiltered mails to destination
1480                 folder
1481
1482         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1483          when filtering from spool)
1484
1485 2003-04-10 [christoph]  0.8.11claws82
1486
1487         * src/imap.c
1488                 use BODY.PEEK instead of BODY in in message fetch operation
1489                 to make sure the IMAP server does not set the \Seen flag for
1490                 messages. Sylpheed does that later itself, when the message
1491                 is opened in sylpheed
1492
1493         (closes Bug 111 Claws destroys unread marks)
1494
1495 2003-04-09 [oliver]     0.8.11claws81
1496         
1497         * src/folder.c
1498                 fix crash in folder_destroy
1499         * README.claws
1500                 remove selective download
1501
1502 2003-04-09 [christoph]  0.8.11claws80
1503
1504         * src/imap.c
1505                 fix crash in imap_get_msginfo() when then fetched message
1506                 is not found
1507
1508         (closes Bug 110 Crash during mail composition)
1509
1510 2003-04-08 [christoph]  0.8.11claws79
1511
1512         * src/folder.c
1513         * src/prefs_account.c
1514                 Filter new messages that are found in an INBOX folder
1515                 when 'Filter messages on receiving' is enabled in the
1516                 Folder's AccountPrefs. This allows to use Sylpheed's
1517                 filtering engine for IMAP folders where messages are
1518                 added to the INBOX by a MTA
1519
1520 2003-04-08 [paul]       0.8.11claws78
1521
1522         * src/procmsg.h
1523                 clean up after last commit
1524
1525 2003-04-08 [paul]       0.8.11claws77
1526
1527         * sync with 0.8.11cvs20
1528                 see ChangeLog 2003-04-07 and 2003-04-08
1529
1530 2003-04-07 [christoph]  0.8.11claws76
1531
1532         * src/filtering.[ch]
1533         * src/inc.[ch]
1534         * src/mbox.c
1535         * src/procmsg.[ch]
1536                 add procmsg_msginfo_filter() to execute filtering actions
1537
1538 2003-04-06 [christoph]  0.8.11claws75
1539
1540         * src/imap.c
1541                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1542
1543 2003-04-06 [christoph]  0.8.11claws74
1544
1545         * src/common/utils.[ch]
1546                 add g_int_compare() function for slist sorting
1547
1548         * src/imap.c
1549                 fetch all MsgInfos with one command in imap_get_msginfos()
1550                 using an imap set with a list of ranges
1551
1552         * src/news.c
1553                 use new g_int_compare() function
1554
1555 2003-04-06 [thorsten]   0.8.11claws73
1556
1557         * src/mh.c
1558                 corrected implementation of mh_folder_destroy()
1559
1560 2003-04-05 [christoph]  0.8.11claws72
1561
1562         * src/account.c
1563         * src/folder.[ch]
1564         * src/folderview.c
1565         * src/imap.c
1566         * src/inc.c
1567         * src/main.c
1568         * src/mainwindow.c
1569         * src/mbox_folder.c
1570         * src/mh.c
1571         * src/mimeview.h
1572         * src/msgcache.[ch]
1573         * src/news.c
1574         * src/procmime.h
1575         * src/procmsg.[ch]
1576         * src/setup.c
1577         * src/gtk/gtkutils.c
1578                 o rename structure field names class and new to klass and
1579                   new_msgs, to allow including files in C++
1580                 o add 'extern "C"' block to some header files
1581                 o add MsgInfoList and MsgNumberList as alias for GSList for
1582                   developers to know what type of list is expected
1583
1584         * src/plugins/image_viewer/plugin.c
1585         * src/plugins/image_viewer/viewer.[ch]
1586         * src/plugins/image_viewer/viewerprefs.[ch]
1587                 rename function names to prevent conflicts
1588
1589 2003-04-05 [paul]       0.8.11claws71
1590
1591         * sync with 0.8.11cvs18
1592                 see ChangeLog 2003-04-03 and 2003-04-04
1593
1594 2003-04-02 [christoph]  0.8.11claws70
1595
1596         * src/folder.[ch]
1597         * src/imap.[ch]
1598         * src/mbox_folder.[ch]
1599         * src/mh.[ch]
1600         * src/news.[ch]
1601                 o Make all virtual folder functions private
1602                 o remove unused folder code
1603
1604         * src/common/socket.[ch]
1605         * src/summaryview.c
1606                 fix warnings
1607
1608 2003-03-30 [alfons]     0.8.11claws69
1609
1610         * src/send_message.c
1611                 remove two debug traces and see if people still report
1612                 errors
1613
1614 2003-03-30 [alfons]     0.8.11claws68
1615
1616         * src/send_message.c
1617         * src/commons/session.c
1618                 add more debug traces
1619
1620 2003-03-30 [christoph]  0.8.11claws67
1621
1622         * src/folder.c
1623                 change processing folder name from .processing to processing
1624
1625         * src/common/ssl.c
1626                 disable SSL certificate check because it causes Xlib error
1627                 when the child process want's to open an GTK window
1628
1629 2003-03-30 [christoph]  0.8.11claws66
1630
1631         * src/folder.c
1632                 don't use default folder for processing folder item because
1633                 it can be a non local folder
1634
1635         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1636
1637 2003-03-30 [alfons]     0.8.11claws65
1638
1639         * src/send_message.c
1640                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1641                 to generate bad code for 'send_send_data_progressive': When
1642                 called from 'send_send_data_finished', the 'data' pointer is
1643                 cleared just before the assignment to the dialog pointer
1644
1645 2003-03-29 [christoph]  0.8.11claws64
1646
1647         * src/common/prefs.h
1648         * src/plugins/image_viewer/Makefile.am
1649         * src/plugins/image_viewer/plugin.c
1650         * src/plugins/image_viewer/viewer.[ch]
1651         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1652                 add PrefsPage for ImageViewer
1653
1654 2003-03-28 [thorsten]   0.8.11claws63
1655
1656         * src/common/session.c
1657                 added some comments
1658
1659 2003-03-28 [paul]       0.8.11claws62
1660
1661         * sync with 0.8.11cvs16
1662                 see ChangeLog 2003-03-28
1663
1664 2003-03-28 [paul]       0.8.11claws61
1665
1666         * sync with 0.8.11cvs15
1667                 see ChangeLog 2003-03-28
1668
1669 2003-03-27 [christoph]  0.8.11claws60
1670
1671         * src/folder.c
1672         * src/imap.c
1673         * src/common/socket.[ch]
1674                 set socket state to DISCONNECTED when any operation
1675                 fails to allow reconnecting in IMAP code without
1676                 checking the return code of all calls to the command
1677                 functions
1678
1679         * src/folderview.c
1680         * src/summaryview.c
1681                 remove some more stuff that depends on specific
1682                 folder types
1683
1684 2003-03-27 [paul]       0.8.11claws59
1685
1686         * sync with 0.8.11cvs14
1687                 see ChangeLog 2003-03-27
1688                 
1689         * src/selective_download.[ch]   ** REMOVED **
1690                 really removed
1691
1692 2003-03-27 [christoph]  0.8.11claws58
1693
1694         * src/folder.c
1695                 fix handling of tmp_flags in flag copy function
1696
1697 2003-03-27 [paul]       0.8.11claws57
1698
1699         * sync with 0.8.11cvs13
1700                 see ChangeLog 2003-03-27
1701
1702 2003-03-27 [oliver]     0.8.11claws56
1703
1704         * src/maiwindow.c
1705                 remove sel_download_cb
1706
1707 2003-03-27 [oliver]     0.8.11claws55
1708         
1709         * src/inc.c
1710                 remove POP3_TOP
1711         
1712 2003-03-26 [oliver]     0.8.11claws54
1713
1714         *src/pop.h
1715                 remove POP3_TOP*
1716         * README.claws
1717                 remove selective donwload readme
1718
1719 2003-03-26 [oliver]     0.8.11claws53
1720         * src/matcher.[ch]
1721         * src/matcher_parser_parse.y 
1722         * src/pop.c 
1723         * src/prefs_account.[ch]
1724         * src/prefs_filtering.c
1725                 remove selective donwload
1726
1727 2003-03-26 [oliver]     0.8.11claws52
1728
1729         * src/inc.[ch] 
1730         * src/filtering.c 
1731         * src/mainwindow.c 
1732                 remove selective donwload
1733
1734 2003-03-26 [oliver]     0.8.11claws51
1735         
1736         * src/Makefile.am
1737         * src/selective_download.[ch]   ** REMOVE **    
1738
1739 2003-03-26 [christoph]  0.8.11claws50
1740
1741         * src/news.c
1742                 fix NEWS that got broken by a sync with sylpheed-main
1743
1744 2003-03-26 [christoph]  0.8.11claws49
1745
1746         * src/mimeview.c
1747                 fix mime type guessing when no mime type is found for a file
1748
1749 2003-03-25 [christoph]  0.8.11claws48
1750
1751         * src/mimeview.c
1752         * src/procmime.c
1753                 remove mime type guessing from mime parser and use
1754                 name based mime types in viewer lookup for mime type
1755                 application/octet-stream
1756
1757 2003-03-25 [christoph]  0.8.11claws47
1758
1759         * doc-src/readme.txt
1760         * doc-src/rfc2554.txt
1761                 add RFC about SMTP AUTH
1762
1763         * src/send_message.c
1764         * src/common/smtp.[ch]
1765                 add extra error code for authentication errors and
1766                 clear temporary password when this error occurs
1767
1768         (closes Bug 84 authentication failure while sending should
1769          prompt for password again)
1770
1771 2003-03-25 [christoph]  0.8.11claws46
1772
1773         * configure.ac
1774         * src/Makefile.am
1775         * src/imageview.[ch]                            ** REMOVE **
1776         * src/messageview.[ch]
1777         * src/mimeview.[ch]
1778         * src/prefs_common.[ch]
1779         * src/textview.c
1780         * src/plugins/Makefile.am
1781         * src/plugins/image_viewer/.cvsignore           ** NEW **
1782         * src/plugins/image_viewer/Makefile.am          ** NEW **
1783         * src/plugins/image_viewer/plugin.c             ** NEW **
1784         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1785                 move image viewer into a plugin (building is enabled by default)
1786                 [ToDo: Prefs for resize and autoview]
1787
1788 2003-03-25 [paul]       0.8.11claws45
1789
1790         * sync with 0.8.11cvs12
1791                 see ChangeLog 2003-03-26
1792
1793 2003-03-25 [paul]       0.8.11claws44
1794
1795         * sync with 0.8.11cvs11
1796                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1797                 
1798         Note: Selective Download is broken.
1799                 
1800 2003-03-22 [christoph]  0.8.11claws43
1801
1802         * src/folder.c
1803                 code cleanup for flags copying
1804
1805 2003-03-22 [christoph]  0.8.11claws42
1806
1807         * src/plugins/trayicon/trayicon.c
1808                 fix setting the transparent area when the window size
1809                 is forced by the system tray
1810
1811 2003-03-22 [christoph]  0.8.11claws41
1812
1813         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1814         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1815         * src/plugins/trayicon/newmail.xpm              ** NEW **
1816         * src/plugins/trayicon/nomail.xpm               ** NEW **
1817         * src/plugins/trayicon/trayicon.c
1818         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1819                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1820                 o add icon for unread mails
1821                 o set transparency for window
1822
1823 2003-03-22 [christoph]  0.8.11claws40
1824
1825         * src/news.c
1826                 init news session to prevent crash when session is closed
1827
1828 2003-03-22 [christoph]  0.8.11claws39
1829
1830         * src/imap.c
1831         * src/common/session.[ch]
1832                 Init session data to make sure we don't have invalid pointers
1833                 for read_ch and write_ch when new multi process sessions are
1834                 not used
1835
1836         * src/main.c
1837         * src/common/plugin.c
1838         * src/common/sylpheed.c
1839         * src/plugins/demo/demo.c
1840         * src/plugins/dillo_viewer/dillo_viewer.c
1841         * src/plugins/mathml_viewer/mathml_viewer.c
1842         * src/plugins/spamassassin/spamassassin.c
1843         * src/plugins/spamassassin/spamassassin_gtk.c
1844                 add plugin types to allow loading plugins at different times
1845                 (and maybe for different frontends), because it's not good to
1846                 load GTK-Plugins gefore gtk_init was called
1847
1848         * configure.ac
1849         * src/plugins/Makefile.am
1850         * src/plugins/trayicon/.cvsignore               ** NEW **
1851         * src/plugins/trayicon/Makefile.am              ** NEW **
1852         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1853         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1854         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1855         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1856         * src/plugins/trayicon/trayicon.c               ** NEW **
1857                 New Trayicon plugin that shows an icon in a systray that uses
1858                 XEMBED protocol like Gnome's systray. Icon shows if there
1859                 are new mails and a tooltip shows information about new,
1860                 unread and total messages.
1861
1862 2003-03-22 [paul]       0.8.11claws38
1863
1864         * src/common/smtp.c
1865                 fix ESMTP AUTH CRAM-MD5
1866                 [sync with main (still version 0.8.11cvs6), see
1867                  ChangeLog 2003-03-22]
1868
1869 2003-03-21 [colin]      0.8.11claws37
1870
1871         * src/send_message.c
1872                 Fix USE_SSL => USE_OPENSSL
1873
1874 2003-03-21 [colin]      0.8.11claws36
1875
1876         * src/folderview.c
1877                 Fix counts in drag and dropped subfolders
1878
1879 2003-03-21 [colin]      0.8.11claws35
1880
1881         * src/folder.c 
1882         * src/folderview.c
1883                 speed up a bit folder dnd
1884
1885 2003-03-20 [alfons]     0.8.11claws34
1886
1887         * src/main.c
1888         * src/toolbar.c
1889         * src/procmsg.c
1890                 don't send locked queue messages
1891                 (feature request "[ 705245 ] Locking message in outbox 
1892                  should prevent sending")
1893
1894 2003-03-20 [christoph]  0.8.11claws33
1895
1896         * src/folder.c
1897                 remove NEW and UNREAD flag in special folders when scanning
1898                 
1899         * src/common/smtp.c
1900                 fix ESMTP AUTH CRAM-MD5
1901
1902 2003-03-20 [paul]       0.8.11claws32
1903
1904         * src/prefs_account.c
1905                 Re-write 'Tunnel command to open connection' as
1906                 'Use command to communicate with server', and disable
1907                 it for all except IMAP accounts
1908
1909 2003-03-20 [paul]       0.8.11claws31
1910
1911         * sync with 0.8.11cvs6
1912                 see ChangeLog 2003-03-20
1913
1914 2003-03-19 [match]      0.8.11claws30
1915
1916         * src/addritem.[ch]
1917                 include documentation. minor refactoring.
1918         * src/addr_compl.[ch]
1919         * src/addrindex.[ch]
1920         * src/addresbook.[ch]
1921         * src/summaryview.c
1922                 re-enable address lookup (was disabled in
1923                 0.8.11claws20).
1924
1925 2003-03-19 [christoph]  0.8.11claws29
1926
1927         * src/procmsg.c
1928                 add temp flag handling, will make moving and copying
1929                 messages possible again
1930
1931         * src/folder.c
1932                 correct calulation of folder stats
1933
1934 2003-03-18 [match]      0.8.11claws28
1935
1936         * src/editgroup.h
1937                 remove case sensitive comparison (closes bug 80).
1938
1939 2003-03-18 [christoph]  0.8.11claws27
1940
1941         * src/imap.c
1942                 fix imap using a tunnel command
1943
1944         (closes bug 87)
1945
1946 2003-03-18 [christoph]  0.8.11claws26
1947
1948         * src/folder.[ch]
1949         * src/imap.c
1950         * src/procmsg.[ch]
1951                 rewrite flag handling for folders
1952
1953 2003-03-18 [christoph]  0.8.11claws25
1954
1955         * src/folder.c
1956         * src/procmsg.c
1957         * src/summaryview.c
1958                 unset NEW and UNREAD flags when message is ignored, to make
1959                 sure messages don't show up as unread on other IMAP clients,
1960                 because the IGNORE_THREAD flag can not be syncronized through
1961                 the IMAP folder
1962
1963 2003-03-17 [christoph]  0.8.11claws24
1964
1965         * src/imap.c
1966                 don't use recursion to fetch uids when the number of messages
1967                 does not match. Moved code into subfunction that is used
1968                 again when needed, to prevent an endless loop.
1969
1970 2003-03-17 [thorsten]   0.8.11claws23
1971
1972         * src/imageview.[ch]
1973                 export imageview_get_resized_size() (for plugins)
1974         * src/prefs_common.[ch]
1975                 added prefs_common_get() (for plugins)
1976
1977 2003-03-17 [christoph]  0.8.11claws22
1978
1979         * src/imap.c
1980                 o remove UID guessing from copy code
1981                 o support UIDPLUS extension for APPEND command
1982
1983 2003-03-17 [paul]       0.8.11claws21
1984
1985         * src/gtk/about.c
1986                 remove 'Compiled-plugins' section.
1987                 
1988         * src/plugins/dillo_viewer/dillo_viewer.c
1989                 slight change to description text
1990
1991 2003-03-16 [match]      0.8.11claws20
1992         * src/ldapserver.[ch]           ** NEW **
1993         * src/ldapctrl.[ch]             ** NEW **
1994         * src/ldapquery.[ch]            ** NEW **
1995         * src/ldaputil.[ch]             ** NEW **
1996         * src/addrcindex.[ch]           ** NEW **
1997         * src/addrquery.h               ** NEW **
1998         * src/addritem.[ch]
1999         * src/addrcache.[ch]
2000         * src/addrindex.[ch]
2001         * src/addr_compl.[ch]
2002         * src/addressbook.[ch]
2003         * src/addrbook.[ch]
2004         * src/editgroup.c
2005         * src/editaddress.c
2006         * src/editldap.c
2007         * src/editldap_basedn.c
2008         * src/vcard.c
2009         * src/jpilot.c
2010         * src/Makefile.am
2011                 included dynamic LDAP queries. improved address
2012                 completion.
2013
2014 2003-03-16 [paul]       0.8.11claws19
2015
2016         * tools/multiwebsearch.pl
2017                 fix a fatal typo
2018
2019 2003-03-16 [christoph]  0.8.11claws18
2020
2021         * src/mimeview.c
2022         * src/plugins/dillo_viewer/dillo_viewer.c
2023         * src/plugins/mathml_viewer/mathml_viewer.c
2024                 make unregistering of MimeViewerFactorys possible
2025
2026 2003-03-16 [alfons]     0.8.11claws17
2027
2028         * configure.ac
2029                 correct typo
2030
2031 2003-03-16 [melvin]     0.8.11claws16
2032
2033         * src/plugins/dillo_viewer.c
2034                 Fixed bug where it was not possible to view more than
2035                 one text/html attachment per message (bug discovered
2036                 by Christoph Hohmann).
2037
2038 2003-03-15 [melvin]     0.8.11claws15
2039
2040         * src/prefs_actions.c
2041                 Fixed compilation warnings.
2042
2043 2003-03-15 [melvin]     0.8.11claws14
2044
2045         * src/plugins/Makefile.am
2046         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2047         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2048         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2049                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2050                 newer (http://dillo.auriga.wearlab.de/).
2051
2052 2003-03-15 [christoph]  0.8.11claws13
2053
2054         * src/imap.c
2055                 don't query imap folder for attributes because we already
2056                 for them from imap_status
2057
2058         * src/mimeview.[ch]
2059                 add support for plugable MimeViewers (unloading Viewers
2060                 not yet complete)
2061
2062         * src/plugins/Makefile.am
2063         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2064         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2065         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2066                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2067                 widget from http://helm.cs.unibo.it/mml-widget/
2068
2069 2003-03-14 [christoph]  0.8.11claws12
2070
2071         * src/folder.[ch]
2072                 o error return code's should better be negative
2073                 o replace printf with debug_print
2074
2075         * src/imap.c
2076                 improve IMAP folder scan by checking UID-NEXT
2077
2078         * src/summaryview.c
2079                 remove check that are unnecessary in my opinion
2080
2081 2003-03-13 [christoph]  0.8.11claws11
2082
2083         * src/folder.[ch]
2084         * src/foldersel.c
2085         * src/folderview.c
2086         * src/imap.c
2087         * src/mbox_folder.c
2088         * src/mh.c
2089         * src/news.c
2090         * src/prefs_scoring.c
2091         * src/summaryview.c
2092                 use a common function to get a displayable name
2093                 for a FolderItem
2094
2095 2003-03-13 [paul]       0.8.11claws10
2096
2097         * tools/Makefile.am
2098           tools/README
2099           tools/multiwebsearch.conf     ** NEW FILE **
2100           tools/multiwebsearch.pl       ** NEW FILE **
2101                 add multiwebsearch Actions script
2102
2103 2003-03-13 [colin]      0.8.11claws9
2104
2105         * src/compose.c
2106                 Remove leading emtpy lines from quoted text
2107                 before quoting it
2108
2109 2003-03-13 [melvin]     0.8.11claws8
2110
2111         * src/prefs_actions.c
2112                 Fixed a memory leak
2113                 Code clean ups
2114                 Added Cancel and OK buttons
2115                 Corrected help text
2116
2117 2003-03-13 [christoph]  0.8.11claws7
2118
2119         * src/account.c
2120         * src/folder.[ch]
2121         * src/imap.c
2122         * src/mainwindow.c
2123         * src/mbox_folder.c
2124         * src/mh.c
2125         * src/news.c
2126         * src/setup.c
2127                 replace more folder type stuff with folder class stuff
2128
2129 2003-03-13 [melvin]     0.8.11claws6
2130
2131         * src/prefs_actions.c
2132                 Added new tokens:
2133                 %u: user provided argument
2134                 %h: user provided argument (hidden on input)
2135                 %s: current text selection in the message view 
2136
2137 2003-03-13 [paul]       0.8.11claws5
2138
2139         * sync with 0.8.11cvs5
2140                 see ChangeLog 2003-03-11, 2003-03-12
2141
2142 2003-03-12 [christoph]  0.8.11claws4
2143
2144         * src/folder.c
2145                 use folder class idstr when writing folderlist.xml
2146
2147         * src/folder.h
2148         * src/imap.c
2149         * src/news.c
2150                 replace folder type checks with folder class checks
2151
2152 2003-03-12 [christoph]  0.8.11claws3
2153
2154         * src/folder.[ch]
2155         * src/imap.[ch]
2156         * src/main.c
2157         * src/mbox_folder.[ch]
2158         * src/mh.[ch]
2159         * src/news.[ch]
2160                 o create a list of known folder classes in the folder system
2161                 o use folder class id strings for folder item identifiers
2162
2163 2003-03-12 [christoph]  0.8.11claws2
2164
2165         * src/imap.c
2166                 fix imap uid validity check
2167
2168 2003-03-12 [christoph]  0.8.11claws1
2169
2170         * src/account.c
2171         * src/folder.[ch]
2172         * src/foldersel.c
2173         * src/folderview.c
2174         * src/imap.c
2175         * src/mainwindow.c
2176         * src/mbox_folder.c
2177         * src/mh.c
2178         * src/news.c
2179         * src/prefs_scoring.c
2180         * src/procmsg.c
2181         * src/setup.c
2182         * src/summaryview.c
2183                 initial restructuring of folder system, seperating
2184                 folders and folder classes
2185
2186 2003-03-12 [paul]       0.8.11claws
2187
2188         0.8.11claws release
2189
2190 2003-03-12 [christoph]
2191
2192         * src/gtk/prefswindow.c
2193                 fix translation of "Page Index"
2194
2195 2003-03-12 [paul]       0.8.10claws110
2196
2197         a sync from 0.8.11cvs4 before the release
2198
2199         * src/common/utils.c
2200                 subject_compare_for_sort(): allow null strings (fixes
2201                 summary sorting).
2202
2203 2003-03-11 [paul]       0.8.10claws109
2204
2205         * po/es.po
2206                 update Spanish translation, submitted by
2207                 Ricardo Mones Lastra
2208
2209 2003-03-11 [melvin]     0.8.10claws108
2210
2211         * po/fr.po
2212                 Updated French translations
2213
2214 2003-03-11 [paul]       0.8.10claws107
2215
2216         * manual/en/Makefile.am
2217           manual/en/*.html
2218                 update English manual, add a new page
2219                 updated by Francois Barriere <fbarriere@atmel.fr>
2220                 
2221         * po/bg.po
2222           po/it.po
2223           po/sr.po
2224                 update Bulgarian, Italian, and Serbian translations
2225                 submitted by George Danchev, Alessandro Maestri, and
2226                 Urke MMI
2227
2228 2003-03-10 [paul]       0.8.10claws106
2229
2230         * src/gtk/about.c
2231           src/gtk/prefswindow.c
2232                 make some strings translatable
2233
2234 2003-03-10 [darko]      0.8.10claws105
2235
2236         * src/compose.c
2237                 code cleanup to make Hiro happy
2238
2239 2003-03-10 [paul]       0.8.10claws104
2240
2241         * sync with 0.8.11cvs2
2242                 see ChangeLog 2003-03-10
2243
2244 2003-03-09 [melvin]     0.8.10claws103
2245
2246         * src/textview.c
2247                 textview_set_font(): fix for message display in
2248                 UTF-8 locales (thanks to Sergey Vlasov).
2249                 (was unintentionnaly reverted in 0.8.6claws6)   
2250
2251 2003-03-08 [darko]      0.8.10claws102
2252
2253         * src/compose.c
2254                 fix infinite loop in wrapping as reported
2255                 by happycactus
2256                 obsoletes patch #696482
2257
2258 2003-03-08 [christoph]  0.8.10claws101
2259
2260         * src/imap.c
2261                 add workaround for IMAP servers that do not
2262                 support the "UID SEARCH UID" command
2263
2264 2003-03-07 [christoph]  0.8.10claws100
2265
2266         * src/plugins/spamassassin/spamassassin.[ch]
2267         * src/plugins/spamassassin/spamassassin_gtk.c
2268                 code cleanup
2269
2270 2003-03-07 [paul]       0.8.10claws99
2271
2272         * po/es.po
2273                 updated Spanish translation, submitted by
2274                 Ricardo Mones Lastra
2275
2276 2003-03-07 [christoph]  0.8.10claws98
2277
2278         * src/send.c
2279                 fix in 0.8.10claws94 was wrong
2280                 local delivery does not require escaping, remove escaping
2281                 code to make signatures of mails with "." lines valid
2282                 
2283                 NOTE: requires that sendmail is executed with "-i" option,
2284                       what is the default now, but has to be changed in all
2285                       exsiting accounts)
2286
2287 2003-03-07 [paul]       0.8.10claws97
2288
2289         * sync with 0.8.11 release
2290                 see ChangeLog 2003-03-07
2291
2292 2003-03-06 [paul]       0.8.10claws96
2293
2294         * src/compose.c
2295                 revert commit 0.8.10claws92
2296
2297 2003-03-06 [paul]       0.8.10claws95
2298
2299         * src/folderview.c
2300                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2301
2302         * src/gtkaspell.c
2303                 fix bug 74, 'Crash opening editor window with pseudo-color
2304                 display'
2305                 
2306         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2307
2308 2003-03-06 [christoph]  0.8.10claws94
2309
2310         * src/send.c
2311                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2312                 all lines starting with a period get an extra period
2313                 inserted
2314                 (found by Simon 'corecode' Schubert)
2315
2316 2003-03-06 [paul]       0.8.10claws93
2317
2318         * src/folderview.c
2319                 if configured font can't be loaded fall back to gtk
2320                 default. (with thanks to Christoph)
2321                 
2322                 closes long-standing bug 15 'Crashes on startup'
2323
2324 2003-03-06 [paul]       0.8.10claws92
2325
2326         * src/compose.c
2327                 freeze text before autosave and thaw afterwards
2328                 fixes bug 67 'autosave make re-rediting message crazy'
2329
2330 2003-03-06 [christoph]  0.8.10claws91
2331
2332         * src/compose.c
2333                 ignore address comment in dupe check for Cc-list
2334
2335         (closes reopened bug 47 Replying to message strips name part of
2336          e-mail addresses of Cc: lines)
2337
2338 2003-03-06 [paul]       0.8.10claws90
2339
2340         * src/Makefile.am
2341                 remove reference to gtkxtext.h as its no longer in
2342                 the repository
2343
2344 2003-03-06 [paul]       0.8.10claws89
2345
2346         * sync with 0.8.10cvs25
2347                 see ChangeLog 2003-03-06
2348
2349 2003-03-06 [oliver]     0.8.10claws88
2350         
2351         * src/messageview.c
2352                 remove include
2353
2354 2003-03-06 [oliver]     0.8.10claws87
2355         
2356         * src/folderview.c 
2357                 remove changes introduced inclaws74
2358         * src/messageview.c
2359                 another attempt to sanely delete and update
2360                 messages deleted in separate messageview
2361
2362 2003-03-05 [christoph]  0.8.10claws86
2363
2364         * src/summaryview.c
2365                 check if "From" matches any account's address if
2366                 addressbook completion of addresses is disabled too
2367
2368         (closes Bug 70 "Display recipient in from" doesn't check
2369          folder's default account)
2370
2371 2003-03-05 [christoph]  0.8.10claws85
2372
2373         * src/compose.c
2374         * src/common/utils.[ch]
2375                 don't strip address comments when building Cc lists
2376
2377         (closes Bug 47 Replying to message strips name part of e-mail addresses
2378          of Cc: lines)
2379
2380         * src/folder.c
2381                 fix return value of copy function
2382
2383 2003-03-05 [christoph]  0.8.10claws84
2384
2385         * src/imap.c
2386                 don't ask imap server for non rfc822 headers
2387
2388         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2389
2390         * src/imap.c
2391                 destroy session on socket error to allow reconnecting
2392
2393 2003-03-05 [christoph]  0.8.10claws83
2394
2395         * configure.ac
2396                 fix building with gnome when no prefix is set
2397
2398         (closes bug 66 Gnome directory is set to NONE)
2399
2400 2003-03-05 [paul]       0.8.10claws82
2401
2402         * sync with 0.8.10cvs23
2403                 see ChangeLog 2003-03-05
2404
2405 2003-03-04 [christoph]  0.8.10claws81
2406
2407         * src/folder.c
2408                 o fix moving and copying when folder returns 0 for new
2409                   message number
2410                 o remove some code for single message copy and move
2411                   operations and use functions for multiple messages
2412
2413         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2414
2415         * src/news.c
2416                 remove unused include
2417
2418 2003-03-04 [paul]       0.8.10claws80
2419
2420         * src/gtk/about.c
2421                 list 'Compiled plugins'
2422
2423 2003-03-03 [christoph]  0.8.10claws79
2424
2425         * src/news.[ch]
2426                 have to multiply the percentage of the current fetch with
2427                 the percentage that it has of the total fetch operation
2428                 for correct values
2429
2430 2003-03-03 [christoph]  0.8.10claws78
2431
2432         * src/news.c
2433                 fix calculation of expected lines for progress indicator
2434
2435 2003-03-03 [christoph]  0.8.10claws77
2436
2437         * src/summaryview.c
2438         * src/common/utils.c
2439                 fix segfault when opening the root news folder
2440
2441 2003-03-03 [christoph]  0.8.10claws76
2442
2443         * src/mainwindow.[ch]
2444         * src/common/Makefile.am
2445         * src/common/progressindicator.[ch]
2446                 add UI independent progress indicator handling
2447
2448         * src/news.[ch]
2449                 use new progress indicator for message info fetching
2450
2451         * src/common/hooks.h
2452                 code cleanup
2453
2454 2003-03-03 [oliver]     0.8.10claws75
2455
2456         * src/toolbar.c
2457         * src/compose.c
2458                 removed commented code
2459
2460 2003-03-03 [oliver]     0.8.10claws74
2461
2462         * src/toolbar.[ch]
2463                 cleanups and refactoring
2464         * src/compose.[ch]
2465                 compose_reply_mode reply & forwarding interface for
2466                 toolbar buttons
2467         * src/folderview.c
2468                 act on messages marked for deletion in folderview_selected
2469                 based on prefs_common.immediate_exec since a message might 
2470                 have been deleted by messageview in a folder we are changing 
2471                 to (does anybody understand what I'm on about ?)
2472
2473 2003-03-03 [oliver]     0.8.10claws73
2474         
2475         * src/messageview.[ch]
2476                 new functions
2477                 - messageview_delete: delete message shown in messagview
2478                 - messageview_update_view: update messageview to currently 
2479                   selected summaryview message
2480                 - add separate messageview to msgview_list in order to update 
2481                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2482         * src/summaryview.[ch]
2483                 summary_get_selection returns a list of selected msgs
2484                 in summaryview
2485         * src/mainwindow.c
2486                 toolbar reply refactoring
2487
2488 2003-03-03 [paul]       0.8.10claws72
2489
2490         * sync with 0.8.10cvs21
2491                 see ChangeLog 2003-03-03
2492
2493 2003-03-02 [christoph]  0.8.10claws71
2494
2495         * src/common/passcrypt.c
2496                 use POSIX includes
2497
2498 2003-03-02 [christoph]  0.8.10claws70
2499
2500         * configure.ac
2501         * src/prefs_account.c
2502         * src/prefs_gtk.[ch]
2503         * src/common/.cvsignore
2504         * src/common/Makefile.am
2505         * src/common/passcrypt.c                ** NEW **
2506         * src/common/passcrypt.h.in             ** NEW **
2507                 Implement password encryption in config files
2508                 using unix encrypt and setkey functions. The crypt
2509                 key can be set as a configure parameter. Old
2510                 passwords will be converted if they do not begin
2511                 with '!'
2512
2513 2003-03-02 [paul]       0.8.10claws69
2514
2515         * src/prefs_account.c
2516                 fix compile error
2517
2518 2003-03-01 [thorsten]   0.8.10claws68
2519
2520         * po/el.po
2521           po/hr.po
2522           po/it.po
2523           po/nl.po
2524           po/sr.po
2525           po/sv.po
2526                 corrected format strings
2527         * po/en_GB.po
2528                 corrected headers
2529                 (fix compile errors with GNU gettext-0.11.5)
2530
2531 2003-03-01 [oliver]     0.8.10claws67
2532
2533         * src/summaryview.c
2534                 menu callbacks call toolbar_menu_reply
2535
2536 2003-03-01 [oliver]     0.8.10claws66
2537
2538         * src/mainwindow.c
2539         * src/messageview.c
2540                 menu callbacks call toolbar_menu_reply
2541         * src/toolbar.[ch]
2542                 callbacks from menu handled by toolbar_menu_reply
2543
2544 2003-03-01 [paul]       0.8.10claws65
2545
2546         * src/addressbook.c
2547                 revert commit 0.8.10claws54 - breaks editing of
2548                 addressbook.
2549                 
2550         * po/bg.po
2551                 update Bulgarian translation, submitted by
2552                 George Danchev
2553
2554 2003-02-28 [christoph]  0.8.10claws64
2555
2556         * src/account.c
2557         * src/addressadd.c
2558         * src/compose.c
2559         * src/gtkaspell.c
2560         * src/gtkxtext.h                ** REMOVE **
2561         * src/imap.c
2562         * src/matcher.[ch]
2563         * src/mh.c
2564         * src/news.c
2565         * src/pine.c
2566         * src/prefs_common.c
2567         * src/prefs_matcher.c
2568         * src/procheader.[ch]
2569         * src/procmsg.[ch]
2570         * src/toolbar.c
2571         * src/common/ssl_certificate.c
2572         * src/gtk/colorlabel.c
2573         * src/gtk/menu.c
2574                 o fix warnings
2575                 o remove code obsoleted by new cache and folder system rework
2576
2577 2003-02-28 [oliver]     0.8.10claws63
2578         
2579         * src/toolbar.[ch]
2580                 * fix bug where reply in Messageview replied to 
2581                 Message displayed in summaryview
2582                 (reportedd via ML by chinatinte at gmx dot ch)
2583                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2584                 didn't work in separate MessageView Toolbar
2585                 (wondering if anybody uses this at all ?)
2586         * src/summaryview.[ch]
2587                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2588                 (generalize reply and forward code);
2589         * src/messageview.c 
2590                 remove focus_in event which updated summaryview to messageview
2591
2592 2003-02-28 [paul]       0.8.10claws62
2593
2594         * po/Makefile.in.in
2595                 add the --check option
2596                 Patch submitted by Ricardo Mones Lastra
2597
2598 2003-02-28 [paul]       0.8.10claws61
2599
2600         * src/prefs_account.c
2601                 re-order 'Signature' items
2602
2603 2003-02-28 [paul]       0.8.10claws60
2604
2605         * sync with 0.8.10cvs20
2606                 see ChangeLog 2003-02-28
2607
2608 2003-02-28 [paul]       0.8.10claws59
2609
2610         * po/POTFILES.in
2611                 update to reflect recent movement of files
2612
2613 2003-02-28 [paul]       0.8.10claws58
2614
2615         * sync with 0.8.10cvs19
2616                 see ChangeLog 2003-02-28
2617
2618 2003-02-27 [martin]     0.8.10claws57
2619
2620         * src/prefs_matcher.c 
2621                 fix segfault in prefs_matcher_ok() when the
2622                 last entry is deleted and prevents that the
2623                 message "entry not saved" comes up after deleting
2624                 an entry
2625
2626 2003-02-27 [martin]     0.8.10claws56
2627
2628         * src/prefs_filtering.c 
2629                 fix segfault in prefs_filtering_ok() when the
2630                 last entry is deleted and prevents that the
2631                 message "entry not saved" comes up after deleting
2632                 an entry
2633
2634 2003-02-27 [paul]       0.8.10claws55
2635
2636         * sync with 0.8.10cvs18
2637                 see ChangeLog 2003-02-27
2638
2639 2003-02-27 [paul]       0.8.10claws54
2640
2641         * src/addressbook.c
2642                 fix bug where the address book crashes with 
2643                 multiple lookups.
2644                 Patch [687729] submitted by David Frager 
2645                 <dbfrager@users.sourceforge.net>
2646
2647 2003-02-25 [christoph]  0.8.10claws53
2648
2649         * src/Makefile.am
2650         * src/colorlabel.[ch]           ** REMOVE **
2651         * src/gtk/Makefile.am
2652         * src/gtk/colorlabel.[ch]       ** NEW **
2653                 move colorlabel files to gtk directory
2654
2655         * src/esmtp.[ch]                ** REMOVE **
2656                 has been merged into smtp.[ch] in 0.7.5
2657
2658 2003-02-25 [christoph]  0.8.10claws52
2659
2660         * src/Makefile.am
2661         * src/about.[ch]                ** REMOVE **
2662         * src/gtk/Makefile.am
2663         * src/gtk/about.[ch]            ** NEW **
2664                 move about files to gtk directory
2665
2666 2003-02-25 [christoph]  0.8.10claws51
2667
2668         * src/folder.c
2669                 some code optimization of folder scanning code
2670
2671         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2672
2673 2003-02-25 [christoph]  0.8.10claws50
2674
2675         * src/main.c
2676         * src/common/sylpheed.c
2677                 add command line parameter parsing to common code
2678
2679 2003-02-24 [christoph]
2680
2681         * Makefile.am
2682         * configure.ac
2683                 fix gnome prefix problems, the configure script now removed
2684                 `gnome-config --prefix` from `gnome-config --datadir`
2685                 and adds $(prefix} instead
2686
2687         (closes Bug 24 Makefile does not respect prefix when installing
2688          GNOME data)
2689
2690 2003-02-24 [christoph]  0.8.10claws49
2691
2692         * src/news.c
2693                 check for valid session before trying to authenticate
2694
2695         (closes Bug 60 crash if "authenticate on logon" is activated
2696          and newsserver-hostname is not valid)
2697
2698 2003-02-24 [melvin]     0.8.10claws48
2699
2700         * src/prefs_actions.c
2701                 Make sure all user's input is sent to the action and then
2702                 close the socket..
2703
2704 2003-02-23 [alfons]     0.8.10claws46
2705
2706         * src/summaryview.c
2707                 also wait cursor when deleting files
2708
2709 2003-02-23 [paul]
2710
2711         * tools/freshmeat_search.pl
2712           tools/google_search.pl
2713                 scripts should now work for any browser/browser command line
2714
2715 2003-02-22 [christoph]  0.8.10claws45
2716
2717         * src/procmsg.c
2718                 fix IMAP flag setting, IMAP flag is not handled correctly
2719                 anymore by the folder system and information about the
2720                 folder should not be saved in the MsgInfo (in my opinion)
2721
2722         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2723
2724 2003-02-22 [christoph]  0.8.10claws44
2725
2726         * src/summaryview.c
2727                 fix spelling of "label" ;-)
2728
2729 2003-02-22 [thorsten]   0.8.10claws43
2730
2731         * src/mimeview.c
2732           src/prefs_common.[ch]
2733           src/procmime.[ch]
2734                 do not use description as attachment name
2735
2736 2003-02-22 [alfons]     0.8.10claws42
2737
2738         * src/summaryview.c
2739                 freeze/thaw folder item updates when changing color labels,
2740                 and put a wait cursors on
2741
2742 2003-02-22 [thorsten]   0.8.10claws41
2743
2744         * src/mimeview.c
2745                 save-all fixes: crash if invoked on multipart container,
2746                 mimeinfo access, pathseparators, error dialog
2747
2748 2003-02-21 [alfons]     0.8.10claws40
2749
2750         * src/prefs_gtk.c
2751                 remove unused var
2752
2753 2003-02-21 [colin]      0.8.10claws39
2754
2755         * src/send.c
2756                 Fix smtp logging
2757
2758 2003-02-21 [colin]      0.8.10claws38
2759
2760         * src/summaryview.c
2761                 Freeze/thaw folderItem updates when filtering messages 
2762                 via Tools/Filter messages
2763
2764 2003-02-21 [paul]       0.8.10claws37
2765
2766         * src/compose.c
2767                 revert commit 0.8.10claws26, there are ulterior motives
2768                 for users to set a Reply-To header when posting to
2769                 newsgroups
2770
2771 2003-02-21 [paul]       0.8.10claws36
2772
2773         * sync with 0.8.10cvs17
2774                 see ChangeLog 2003-02-21
2775
2776 2003-02-20 [christoph]  0.8.10claws35
2777
2778         * src/imap.c
2779                 IMAP UID fetch speedup using SEARCH
2780
2781         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2782
2783         * src/imap.c
2784                 fix problem with UIDs in IMAP UID cache that no longer existed
2785
2786 2003-02-20 [christoph]  0.8.10claws34
2787
2788         * src/imap.c
2789         * src/procheader.c
2790         * src/procheader.h
2791                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2792
2793         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2794
2795         * src/imap.c
2796                 Rewrite imap_cmd_gen_recv use sock_getline instead
2797                 of sock_gets to avoid problems with too long reply
2798                 lines
2799     
2800 2003-02-20 [colin]      0.8.10claws33
2801         
2802         * src/prefs_account.c
2803                 Better wording
2804
2805 2003-02-20 [colin]      0.8.10claws32
2806
2807         * src/compose.c
2808                 Remove useless '&& !to_sender' 
2809
2810 2003-02-20 [darko]
2811
2812         * AUTHORS
2813                 change my e-mail address
2814
2815 2003-02-19 [colin]      0.8.10claws31
2816
2817         * src/prefs_common.c
2818                 X11 style colors for every configurable color
2819
2820 2003-02-19 [alfons]     0.8.10claws30
2821
2822         * src/prefs_gtk.[ch]
2823         * src/prefs_common.c
2824                 for color_new accept both plain integers and X11 style color
2825                 names (as found in /usr/lib/X11/rgb.txt)
2826
2827 2003-02-19 [paul]       0.8.10claws29
2828
2829         * src/mainwindow.c
2830                 add tooltips to online/offline button and account selector
2831                 button
2832
2833 2003-02-19 [paul]       0.8.10claws28
2834
2835         * src/folder.c
2836           src/news.c
2837           src/prefs_account.[ch]
2838           src/prefs_common.[ch]
2839                 move 'Maximum number of articles to download' to
2840                 account prefs.
2841                 clean up account prefs gui a little by hiding entries
2842                 rather then greying out entries
2843
2844 2003-02-19 [hiro]       0.8.10claws27
2845
2846         * src/common/utils.c
2847                 fix bug #54 'yesterdays date is displayed in the message 
2848                 summary window'
2849
2850 2003-02-19 [paul]       0.8.10claws26
2851
2852         * src/compose.c
2853                 fix bug reported in Feature Request [688596] 
2854                 'Reply-to header in news'
2855
2856 2003-02-18 [paul]       0.8.10claws25
2857
2858         * src/select-keys.c
2859                 add a 'List all keys' button to key selection dialog
2860
2861 2003-02-18 [colin]      0.8.10claws24
2862         
2863         * src/stock_pixmap.c
2864                 fix compile error
2865
2866 2003-02-18 [colin]      0.8.10claws23
2867
2868         * src/common/smtp.[ch]
2869           src/prefs_account.c
2870                 Try to starttls if it seems to be the only
2871                 way to authenticate a user
2872
2873 2003-02-18 [paul]       0.8.10claws22
2874
2875         * src/Makefile.am
2876           src/folderview.c
2877           src/stock_pixmap.[ch]
2878           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2879           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2880                 as a Drafts folder is a special folder allow it to have
2881                 its own unique icons
2882
2883 2003-02-18 [colin]      0.8.10claws21
2884
2885         * src/imap.c
2886                 Fix port selection when using starttls
2887
2888 2003-02-18 [paul]       0.8.10claws20
2889
2890         * src/mainwindow.c
2891           src/prefs_common.[ch]
2892                 make blue the default new mail colour
2893
2894 2003-02-18 [paul]       0.8.10claws19
2895
2896         * sync with 0.8.10cvs14
2897                 see ChangeLog 2003-02-18
2898
2899 2003-02-17 [jens]       0.8.10claws18
2900
2901         * src/common/md5.c
2902                 fixed a compile problem with gcc 3.3
2903                 works on 2.95.3 too (testet on PPC as it is big endian)
2904
2905 2003-02-17 [paul]       0.8.10claws17
2906
2907         * sync with 0.8.10cvs13
2908                 see ChangeLog 2003-02-17
2909
2910 2003-02-17 [paul]       0.8.10claws16
2911
2912         * sync with 0.8.10cvs12
2913                 see ChangeLog 2003-02-17
2914
2915 2003-02-16 [match]      0.8.10claws15
2916
2917         * src/addressbook.c
2918                 Eliminates reloading of address data when items
2919                 deleted or added. Applied submitted by
2920                 Luke Plant <lukeplant@softhome.net>
2921
2922 2003-02-16 [paul]       0.8.10claws14
2923
2924         * src/news.c
2925                 when a 'protocol error' is encountered disconnect from
2926                 the server. This means that the user can carry on viewing
2927                 other articles and doesn't have to either wait until the
2928                 server timesout or quit sylpheed.
2929                 Fixes bug #53 'Unable to read messages in newsgroups, 
2930                 displayed message doesn't change'
2931
2932 2003-02-15 [christoph]  0.8.10claws13
2933
2934         * src/imap.c
2935                 fix bug that stopped scanning of folders when an
2936                 IMAP folder was empty
2937
2938         (closes bug 46 stop scan messages in folders after empty folder)
2939
2940 2003-02-15 [paul]
2941
2942         * tools/Makefile.am
2943           tools/README
2944           tools/freshmeat_search.pl     ** NEW FILE **
2945           tools/google_search.pl        ** NEW FILE **
2946                 Add 2 Actions scripts which search freshmeat/google
2947                 for the selected text using the browser configured
2948                 in sylpheedrc.
2949                 
2950         Note: These scripts are very dependent on the format of the
2951         browser command and may not work on every occasion. Testing
2952         is welcome. 
2953
2954 2003-02-14 [alfons]     0.8.10claws12
2955
2956         * src/compose.c
2957                 fix breakage because of uninitialized account pointer.
2958                 please verify.
2959
2960 2003-02-14 [paul]       0.8.10claws11
2961
2962         * src/compose.c
2963           src/prefs_account.[ch]
2964           src/prefs_common.[ch]
2965                 move signature settings to Account Prefs
2966
2967 2003-02-14 [paul]       0.8.10claws10
2968
2969         * sync with 0.8.10cvs11
2970                 see ChangeLog 2003-02-14
2971
2972 2003-02-13 [thorsten]   0.8.10claws9
2973
2974         * src/news.c
2975                 revert news progressbar (GUI separation)
2976
2977 2003-02-13 [paul]       0.8.10claws8
2978
2979         * src/compose.c
2980                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
2981                 paragraph 1
2982
2983 2003-02-13 [paul]       0.8.10claws7
2984
2985         * src/compose.[ch]
2986           src/summaryview.c
2987                 fix 'Follow-up and Reply-to' so that it creates a reply to
2988                 the newsgroup and the sender. If the message has the keyword
2989                 'poster' in the Followup-To header, all replies go to the
2990                 sender, re: RFC 1036, Section 2.2.3
2991                 rename all instances of 'ignore_replyto' to 'to_sender', both
2992                 were previously used, now we use just one.
2993
2994 2003-02-13 [paul]       0.8.10claws6
2995
2996         * sync with 0.8.10cvs9
2997                 see ChangeLog 2003-02-13
2998
2999 2003-02-13 [paul]       0.8.10claws5
3000
3001         * configure.ac
3002                 show which plugins are configured in the configure
3003                 output.
3004
3005 2003-02-12 [thorsten]   0.8.10claws4
3006
3007         * src/news.c
3008                 show progress while fetching news headers
3009
3010 2003-02-12 [christoph]  0.8.10claws3
3011
3012         * configure.ac
3013         * src/plugins/Makefile.am
3014                 use AM_CONDITIONAL to enable plugins, automake correctly
3015                 manages this when creating distdir
3016
3017 2003-02-12 [christoph]  0.8.10claws2
3018
3019         * ac/spamassassin.m4
3020         * src/plugins/spamassassin/Makefile.am
3021                 fix building SpamAssassin plugin without OpenSSL
3022
3023 2003-02-12 [paul]       0.8.10claws1
3024
3025         * ac/Makefile.am
3026           src/Makefile.am
3027           src/plugins/Makefile.am
3028                 fix failure of 'make release'
3029
3030 2003-02-12 [paul]       0.8.10claws
3031
3032         * 0.8.10claws released
3033
3034 2003-02-12 [paul]       0.8.9claws56
3035
3036         * po/bg.po
3037           po/es.po
3038           po/it.po
3039           po/ru.po
3040           po/sr.po
3041                 updated translations by George Danchev, Ricardo Mones Lastra,
3042                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3043                 
3044         * sylpheed.spec.in
3045                 Allow the building of RPMs by a regular user. Submitted
3046                 by Sergei Astanin
3047
3048 2003-02-11 [alfons]     0.8.9claws55
3049
3050         * src/colorlabel.c
3051                 don't use pixmaps for label color rect but draw rectangles
3052                 so we can respect the color map of palette based visuals
3053                 (fixes the long time crashes on Suns - thanks to Andreas
3054                 Engel and Steve O'Hara-Smith for testing)
3055
3056 2003-02-11 [christoph]  0.8.9claws54
3057
3058         * src/matcher_parser_parse.y
3059                 correct bug where filering rules of not existing folders in
3060                 matcherrc were added to global filtering
3061                 
3062         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3063          main filter-rules after removing directory, http://bugs.debian.org/180253)
3064         
3065 2003-02-11 [paul]       0.8.9claws53
3066
3067         * sync with 0.8.10cvs7
3068                 see ChangeLog 2003-02-09
3069
3070 2003-02-11 [melvin]     0.8.9claws52
3071
3072         * po/fr.po
3073                 Updated French tranlsations
3074
3075 2003-02-10 [paul]       0.8.9claws51
3076
3077         * sylpheed.spec.in
3078                 correct --enable-openssl
3079                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3080
3081 2003-02-09 [martin]     0.8.9claws50
3082
3083         * src/prefs_matcher.c
3084                 fix segfault in prefs_matcher_substitute_cb() when
3085                 no row is selected
3086
3087 2003-02-09 [paul]       0.8.9claws49
3088
3089         * src/folderview.c
3090                 fix bug where a newsgroup folder's processing rules were
3091                 merged with the global filtering rules when the newsgroup
3092                 folder was deleted, causing some seriously bad results,
3093                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3094
3095 2003-02-08 [melvin]     0.8.9claws48
3096
3097         * src/compose.c
3098                 Corrected and modified an alert message.
3099
3100 2003-02-07 [paul]       0.8.9claws47
3101
3102         * src/folderview.c
3103                 fix bug where both an 'Account properties' window and a
3104                 'Folder properties' window were opened when clicking on
3105                 'Properties' in an NNTP or IMAP folder's popup menu.
3106
3107 2003-02-07 [paul]       0.8.9claws46
3108
3109         * sync with 0.8.10cvs6
3110                 see ChangeLog 2003-02-06
3111
3112 2003-02-06 [christoph]  0.8.9claws45
3113
3114         * src/mbox.c
3115                 freeze folder updates while importing mbox files
3116                 (closes bug 43 importing mbox took hours)
3117                 
3118         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3119
3120 2003-02-06 [thorsten]   0.8.9claws44
3121
3122         * po/de.po
3123                 Updated german translations
3124
3125 2003-02-06 [thorsten]   0.8.9claws43
3126
3127         * src/news.h
3128                 use guint for message numbers (fix count in grouplist dialog)
3129
3130 2003-02-05 [paul]       0.8.9claws42
3131
3132         * sync with 0.8.10cvs2
3133                 see ChangeLog 2003-02-05
3134
3135 2003-02-04 [colin]      0.8.9claws41
3136
3137         * src/prefs_common.[ch]
3138           src/procmsg.c
3139           src/summaryview.c
3140                 Add an option to disable threading by subject
3141
3142 2003-02-04 [christoph]  0.8.9claws40
3143
3144         * src/inc.c
3145                 only abort fetching mails from multiple accounts when the
3146                 error is fatal and does not allow to check any more accounts
3147                 (currently only disk full error)
3148
3149         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3150          receive mails for other accouts)
3151
3152 2003-02-04 [christoph]  0.8.9claws39
3153
3154         * src/folder.c
3155                 first add the new message to the cache, then
3156                 send the update notification
3157
3158         (closes bug 39 after sending message folderview doesnt get updated)
3159
3160 2003-02-04 [colin]      0.8.9claws38
3161
3162         * src/inc.c
3163                 _really_ fix this Connecting... status
3164
3165 2003-02-04 [paul]       0.8.9claws37
3166
3167         * sync with 0.8.10
3168                 see ChangeLog 2003-02-04
3169
3170 2003-02-04 [paul]       0.8.9claws36
3171
3172         * sync with 0.8.9cvs6
3173                 see ChangeLog 2003-02-03
3174
3175 2003-02-04 [paul]       0.8.9claws35
3176
3177         * po/pt_BR.po
3178                 updated by André Filipe de Assunção e Brito 
3179                 <bedecko@netsite.com.br>
3180
3181 2003-02-03 [thorsten]   0.8.9claws34
3182
3183         * po/de.po
3184                 Updated german translations
3185
3186 2003-02-02 [paul]       0.8.9claws33
3187
3188         * po/es.po
3189                 updated by Ricardo Mones Lastra
3190
3191 2003-02-02 [thorsten]   0.8.9claws32
3192
3193         * src/mh.c
3194                 Fix mh_get_msginfo() segfault if file is inaccessible
3195
3196 2003-01-31 [colin]      0.8.9claws31
3197
3198         * src/procheader.c
3199                 Fix last commit's bug
3200
3201 2003-01-31 [colin]      0.8.9claws30
3202
3203         * src/procheader.c
3204                 Missing a change for gpg-signed messages
3205
3206 2003-01-31 [paul]       0.8.9claws29
3207
3208         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3209           src/procheader.c
3210           src/stock_pixmap.[ch]
3211           src/summaryview.c
3212                 indicate GnuPG signed messages by displaying an icon
3213                 in the Attachment column.
3214
3215 2003-01-31 [paul]       0.8.9claws28
3216
3217         * sync with 0.8.9cvs4
3218                 see ChangeLog 2003-01-31
3219
3220 2003-01-31 [alfons]     0.8.9claws27
3221
3222         * src/textview.c
3223                 tune URI parser to accept mailto URLs with a '?'
3224                 (patch from Ruslan Balkin)
3225
3226 2003-01-31 [colin]      0.8.9claws26
3227
3228         * src/summaryview.c
3229                 Fix a leak introduced in claws24
3230
3231 2003-01-31 [colin]      0.8.9claws25
3232
3233         * src/summaryview.c
3234                 Freeze/Thaw folder updates when deleting dups
3235
3236 2003-01-31 [colin]      0.8.9claws24
3237         
3238         * src/addr_compl.c
3239           src/summaryview.c
3240           src/msgcache.c
3241                 little speed improvements
3242
3243 2003-01-31 [colin]      0.8.9claws23
3244
3245         * src/summaryview.c
3246                 Fix segfault when forwarding nothing
3247                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3248                 
3249 2003-01-30 [paul]       0.8.9claws22
3250
3251         * sync with 0.8.9cvs3
3252                 see ChangeLog 2003-01-30
3253
3254 2003-01-30 [paul]       0.8.9claws21
3255
3256         * sync with 0.8.9cvs2
3257                 see ChangeLog 2003-01-30
3258
3259 2003-01-29 [paul]       0.8.9claws20
3260
3261         * sync with 0.8.9cvs1
3262                 see ChangeLog 2003-01-29
3263
3264 2003-01-28 [paul]       0.8.9claws19
3265
3266         * po/POTFILES.in
3267                 update to reflect changes. 
3268                 thanks to Ricardo Mones Lastra
3269
3270 2003-01-27 [christoph]  0.8.9claws18
3271
3272         * ac/openssl.m4
3273         * ac/spamassassin.m4
3274         * src/plugins/spamassassin/README
3275         * src/plugins/spamassassin/libspamc.[ch]
3276         * src/plugins/spamassassin/utils.[ch]
3277                 updated to latest libspamc
3278
3279 2003-01-27 [christoph]  0.8.9claws17
3280
3281         * src/folder.c
3282                 fix wrong use of procheader_get_header_fields
3283
3284 2003-01-27 [christoph]  0.8.9claws16
3285
3286         * src/news.c
3287         * src/prefs_account.[ch]
3288         * src/common/nntp.[ch]
3289                 allow to force authentication for NNTP servers
3290
3291         Patch submitted by Florian Mickler <dmk@d-labs.de>
3292
3293 2003-01-26 [paul]       0.8.9claws15
3294
3295         * src/summaryview.c
3296                 speed up of marking messages as read
3297                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3298
3299 2003-01-26 [christoph]  0.8.9claws14
3300
3301         * src/Makefile.am
3302         * src/mgutils.[ch]              ** REMOVE **
3303         * src/xml.[ch]                  ** REMOVE **
3304         * src/xmlprops.[ch]             ** REMOVE **
3305         * src/common/Makefile.am
3306         * src/common/mgutils.[ch]       ** NEW **
3307         * src/common/xml.[ch]           ** NEW **
3308         * src/common/xmlprops.[ch]      ** NEW **
3309                 move xml files to common directory
3310
3311 2003-01-26 [christoph]  0.8.9claws13
3312
3313         * src/plugins/spamassassin/spamassassin_gtk.c
3314                 only set gtk entry text if string is available
3315
3316 2003-01-26 [melvin]     0.8.9claws12
3317
3318         * src/description_window.c
3319                 Allow resizing of the window
3320                 Allow automatic horizontal scroll bar
3321                 Do not vertically expand and fill
3322
3323 2003-01-26 [christoph]  0.8.9claws11
3324
3325         * src/Makefile.am
3326         * src/gtkutils.[ch]             ** REMOVE **
3327         * src/common/sylpheed.c
3328         * src/gtk/Makefile.am
3329         * src/gtk/description_window.c
3330         * src/gtk/gtkutils.[ch]         ** NEW **
3331         * src/gtk/prefswindow.c
3332                 move gtkutils to gtk directory
3333
3334 2003-01-26 [paul]       0.8.9claws10
3335
3336         * src/summaryview.c
3337                 rename summary_unread_clicked() to summary_status_clicked()
3338
3339 2003-01-26 [melvin]     0.8.9claws9
3340
3341         * src/prefs_actions.c
3342                 Cosmetical changes to the help text
3343
3344 2003-01-26 [paul]       0.8.9claws8
3345
3346         * src/folder.[ch]
3347           src/mainwindow.c
3348           src/prefs_common.c
3349           src/prefs_sumamry_column.c
3350           summaryview.[ch]
3351                 rename the 'Unread' column to 'Status'
3352
3353 2003-01-25 [match]      0.8.9claws7
3354
3355         * src/mgutils.[ch]
3356                 removed reference to LDAP constants. removed error2string.
3357                 included functions to support LDAP dynamic queries.
3358         * src/syldap.h
3359                 moved LDAP constants here.
3360         * src/addressbook.c
3361         * src/addrindex.c
3362         * src/importldif.c
3363                 removed references to LDAP constants and references to
3364                 error2string.
3365
3366 2003-01-25 [paul]       0.8.9claws6
3367
3368         * src/summaryview.c
3369                 summary_thread_build(), summary_thread_init(): remove 
3370                 unneeded reference to summaryview->folder_item
3371
3372 2003-01-25 [christoph]  0.8.9claws5
3373
3374         * src/gtk/description_window.c
3375                 o allow description texts to expand over multiple columns
3376                 o translate all columns
3377         * src/prefs_actions.c
3378                 change syntax description to use new multi column feature
3379
3380         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3381
3382 2003-01-25 [match]      0.8.9claws4
3383
3384         * src/vcard.c
3385                 fixed bug with Quoted-Printable
3386
3387 2003-01-25 [paul]       0.8.9claws3
3388
3389         * src/folder.[ch]
3390           src/summaryview.[ch]
3391                 implement per-folder collapsed/expanded threads setting
3392                 
3393         * src/prefs_common.c
3394                 remove global collapsed/expanded threads option
3395
3396 2003-01-25 [christoph]  0.8.9claws2
3397
3398         * po/POTFILES.in
3399                 add pluginwindow and prefswindow
3400         * src/compose.c
3401                 make send respond correctly to messages that could be added
3402                 to the queue folder, but the UID of the message is unknown
3403         * src/folder.c
3404         * src/imap.c
3405                 don't return guessed UIDs in imap_add_msg anymore. We return
3406                 0 to tell the folder system it was appened but the UID is
3407                 unknown. Folder system now get's the UID by scaning the folder
3408                 and searching the cache for the Message-ID
3409                 (closes bug #29 Messages queued, but not sent)
3410
3411 2003-01-25 [paul]       0.8.9claws1
3412
3413         * src/codeconv.c
3414                 conv_encode_header():  fix bug when long headers with 8-bit
3415                 characters are used, so that the encoded words are wrapped.
3416                 If the space in the original text falls on the wrap boundary,
3417                 it can be lost.
3418                 Patch by Sergey Vlasov.
3419                 
3420         * src/folderview.c
3421                  fix bug where a change to the sorting method or thread view
3422                  of a folder's messages is lost if simpify-subject is set and
3423                  toggled on or off.
3424                  Patch by Luke Plant.
3425
3426 2003-01-24 [paul]       0.8.9claws
3427
3428         * sylpheed-0.8.9claws released
3429         
3430         * Makefile.am
3431           sylpheed.spec.in
3432                 remove reference to 'INSTALL.jp'
3433
3434 2003-01-23 [paul]       0.8.8claws128
3435
3436         * po/es.po
3437           po/it.po
3438           po/ru.po
3439           po/sr.po
3440                 updated translations. submitted by Ricardo Mones Lastra,
3441                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3442
3443 2003-01-23 [colin]      0.8.8claws127
3444
3445         * src/compose.c
3446                 Fix drafted and queued news articles re-edition
3447
3448 2003-01-23 [melvin]     0.8.8claws126
3449
3450         * po/fr.po
3451                 Updated French translations
3452
3453 2003-01-23 [colin]      0.8.8claws125
3454
3455         * src/inc.c
3456                 Fix "Connecting to..." status message
3457
3458 2003-01-22 [paul]       0.8.8claws124
3459
3460         * po/bg.po
3461                 updated by George Danchev
3462                 
3463         * src/folder.c
3464                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3465                 and folder deletion
3466
3467 2003-01-21 [paul]       0.8.8claws123
3468
3469         * po/bg.po
3470                 updated by George Danchev
3471                 
3472         * src/about.c
3473                 its now 2003
3474                 
3475         * src/toolbar.c
3476                 don't translate 'Separator'
3477                 
3478         * src/plugins/spamassassin/Makefile.am
3479                 add aspell to CPPFLAGS
3480                 
3481         * src/plugins/spamassassin/spamassassin.c
3482           src/plugins/spamassassin/spamassassin_gtk.c
3483                 set correct default for spamassassin_receive_spam
3484                 slightly re-word descriptions and some
3485                 other minor changes
3486
3487 2003-01-19 [alfons]     0.8.8claws122
3488                 
3489         * src/mimeview.c
3490                 mimeview_save_as(): we might as well show the file name for
3491                 the single case "Save As" too
3492
3493 2003-01-19 [alfons]     0.8.8claws121
3494
3495         * src/crash.c
3496                 change bug tracker URL to bugzilla URL
3497
3498 2003-01-19 [alfons]     0.8.8claws120
3499
3500         * src/mimeview.c
3501                 mimeview_save_all(): display name of file before overwriting;
3502                 continue saving all, even when one overwrite was cancelled
3503
3504 2003-01-19 [christoph]  0.8.8claws119
3505
3506         * src/summaryview.c
3507         * src/procmsg.[ch]
3508                 fix wrong usage of procmsg_find_children in summaryview
3509                 by using procmsg_update_unread_children instead of
3510                 summaryview_update_unread_children
3511
3512 2003-01-19 [christoph]  0.8.8claws118
3513
3514         * src/procmsg.c
3515                 fix infinite loop in procmsg_find_children
3516                  (closes bug #25 sylpheed crashes on delete.)
3517
3518         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3519
3520 2003-01-19 [paul]       0.8.8claws117
3521
3522         * po/pt_BR.po
3523                 updated by Ivan Francolin Martinez
3524
3525 2003-01-18 [melvin]     0.8.8claws116
3526
3527         * src/prefs_actions.c
3528                 Removed syntax limitation of only one '&' at the end of command.
3529                         Now actions that contain '>/dev/null 2>&1' are possible.
3530
3531 2003-01-18 [melvin]     0.8.8claws115
3532
3533         * src/prefs_actions.c
3534                 Actions IO dialog: when the action ends
3535                 the "Close" button now has focus and [Escape] closes the
3536                 window.
3537
3538 2003-01-18 [christoph]  0.8.8claws114
3539
3540         * src/procmsg.c
3541                 o add debug output when MsgInfos are really freed
3542                 o free GSLists in procmsg_find_children and
3543                   procmsg_update_unread_children
3544
3545 2003-01-18 [christoph]  0.8.8claws113
3546
3547         * src/mainwindow.c
3548                 reorder Configuration menu
3549
3550 2003-01-18 [christoph]  0.8.8claws112
3551
3552         * src/compose.c
3553                 fix applying templates to forwarded messages
3554
3555         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3556
3557 2003-01-17 [christoph]  0.8.8claws111
3558
3559         * src/folder.c
3560                 destroy folder items, when a folder item is removed
3561
3562 2003-01-17 [christoph]  0.8.8claws110
3563
3564         * src/folder.c
3565                 fix wrong folder stats update when ignored message is
3566                 deleted
3567
3568 2003-01-17 [colin]      0.8.8claws109
3569         
3570         * src/mainwindow.c
3571         * src/summaryview.c
3572                 Quicksearch bugfixes: 
3573                 - hide help button at startup if not extended
3574                 - switch to extended when looking for replies
3575
3576 2003-01-17 [paul]
3577
3578         * sync with 0.8.9 release
3579
3580 2003-01-17 [paul]       0.8.8claws108
3581
3582         * sync with 0.8.8cvs11
3583                 see ChangeLog 2003-01-17
3584
3585 2003-01-16 [colin]      0.8.8claws107
3586
3587         * src/procmsg.c
3588                 Changed encryption test to re-ask passphrase
3589                 if an encrypted message hasn't been decrypted
3590                 Fixes bug #5
3591
3592 2003-01-16 [christoph]  0.8.8claws106
3593
3594         * src/prefs_gtk.c
3595         * src/prefs_toolbar.c
3596         * src/gtk/prefswindow.h
3597         * src/plugins/spamassassin/spamassassin_gtk.c
3598                 remove page destroy function that is not used anymore
3599
3600 2003-01-16 [paul]       0.8.8claws105
3601
3602         * sync with 0.8.8cvs9
3603                 see ChangeLog 2002-01-16
3604
3605 2003-01-16 [colin]      0.8.8claws104
3606
3607         * src/compose.[ch]
3608                 Fix bug with autosaved drafts for IMAP, when draft
3609                 folder is specified - fixes bugzilla bug #20
3610
3611 2003-01-15 [paul]       0.8.8claws103
3612
3613         * src/compose.[ch]
3614           src/procmsg.c
3615                 store folder and message-id of message forwarding
3616                 in queue header and set forward flag after sending
3617
3618 2003-01-15 [paul]       0.8.8claws102
3619
3620         * sync with 0.8.8cvs8
3621                 see ChangeLog 2002-01-15
3622
3623 2003-01-15 [colin]      0.8.8claws101
3624
3625         * src/Makefile.am
3626                 Fix linking with GNU libiconv
3627
3628 2003-01-15 [darko]      0.8.8claws100
3629
3630         * src/pine.c
3631                 fix crash when importing pine address book
3632                 entry with an empty name (reported by DY
3633                 <dybulk at tri8.net>)
3634
3635 2003-01-14 [paul]       0.8.8claws99
3636
3637         * configure.in  ** REMOVED **
3638           configure.ac  ** NEW FILE **
3639                 rename configure.in to configure.ac, as it is now
3640                 preferred
3641
3642 2003-01-14 [melvin]     0.8.8claws98
3643
3644         * src/folderview.c
3645                 folderview_check_new(): More precise function description
3646
3647 2003-01-14 [melvin]     0.8.8claws97
3648
3649         * src/folderview.c
3650                 folderview_check_new(): return the number of new messages 
3651                         since last check.
3652         * src/inc.c
3653                 inc_account_mail(): Disable counting of new messages for IMAP
3654                         and NNTP until bug [19] and [14] are fixed.
3655
3656 2003-01-14 [paul]       0.8.8claws96
3657
3658         * sync with 0.8.8cvs6
3659                 see ChangeLog 2003-01-14
3660
3661 2003-01-13 [alfons]     0.8.8claws95
3662
3663         * src/textview.c
3664                 tune email address validation (c. 0.8.8claws89): if . is 
3665                 just one char away from @, the address is invalid too 
3666                 (correctly rejects addresses like foo@.com)
3667
3668 2003-01-13 [paul]       0.8.8claws94
3669
3670         * src/messageview.c
3671           src/toolbar.c
3672                 fixes to the Message View toolbar and menu:
3673                 fix non-functioning Forward button
3674                 make Reply button consider default_reply_list
3675                 remove 'Follow-up...' menu entry
3676                 add 'Forward' and 'Redirect' menu entries
3677
3678 2003-01-13 [melvin]     0.8.8claws93
3679
3680         * src/inc.c
3681                 Fixed typo that could make new messages count incorrect.
3682
3683 2003-01-13 [melvin]     0.8.8claws92
3684
3685         * src/folderview.[ch]
3686                 folderview_check_new(): return the number of new messages.
3687         * src/inc.c
3688                 Should fix bug [14] where new mail notification worked 
3689                         incorrectly with IMAP accounts.
3690                 inc_spool_account(): return number of new msgs, or -1 on error
3691                 inc_all_spool(): return number of new msgs
3692                 
3693 2003-01-13 [melvin]     0.8.8claws91
3694
3695         * src/prefs_actions.c
3696                 Justify help text.
3697
3698 2003-01-12 [thorsten]   0.8.8claws90
3699
3700         * src/common/prefs.c
3701                 close file before rename
3702
3703 2003-01-12 [alfons]     0.8.8claws89
3704
3705         * AUTHORS
3706                 add Christian Mertes
3707         * src/common/utils.[ch]
3708                 g_stricase_hash(), g_stricase_equal(): functions for 
3709                 case insensitive hash tables
3710         * src/textview.c
3711                 use top level domain names to validate email address, based
3712                 on a patch by Christian Mertes (thanks!), but changed 
3713                 implementation to use a hash table 
3714
3715 2003-01-12 [paul]       0.8.8claws88
3716
3717         * po/bg.po
3718                 updated by George Danchev
3719
3720 2003-01-12 [alfons]     0.8.8claws87
3721
3722         * src/summaryview.c
3723                 delete / execute performance: use new style folder update
3724
3725 2003-01-12 [paul]       0.8.8claws86
3726
3727         * sync with 0.8.8cvs5
3728                 see ChangeLog 2003-01-13 (!)
3729
3730 2003-01-12 [alfons]     0.8.8claws85
3731
3732         * src/filtering.c
3733         * src/matcher_parser_parse.y
3734                 prepare change_score filtering action
3735         * src/matcher.[ch]
3736                 give up const-correctness on functions that call non-const-correct functions;
3737                 several casts to gpointer in g_free();
3738                 add change_score;
3739
3740 2003-01-12 [christoph]  0.8.8claws84
3741
3742         * src/compose.c
3743                 fix 2 warnings
3744
3745         * src/gtk/prefswindow.[ch]
3746         * src/plugins/spamassassin/spamassassin_gtk.c
3747                 changed the call of the widget create function
3748                 for PrefsPages, because sometimes the widget
3749                 create function needs a widget that already has
3750                 been attached to a window (to create GDK pixmaps
3751                 for exmaple). So we simply pass the GtkWindow as
3752                 the second parameter now.
3753
3754         * src/main.c
3755         * src/mainwindow.c
3756         * src/prefs_toolbar.[ch]
3757                 rewrite Toolbar Preferences using the new
3758                 prefs window
3759
3760 2003-01-11 [alfons]     0.8.8claws83
3761
3762         * src/addressadd.c
3763                 fix crash when adding sender to addressbook because status bar
3764                 isn't there (the status bar doesn't seem to be used though,
3765                 but I'll let Match decide what to do with it)
3766
3767 2003-01-11 [colin]      0.8.8claws82
3768
3769         * src/main.c
3770           src/toolbar.c
3771                 Two useless changes reversed
3772
3773 2003-01-11 [colin]      0.8.8claws81
3774
3775         * src/mainwindow.c
3776           src/mainwindow.h
3777                 Add mainwindow_get_mainwindow()
3778         * src/alertpanel.c
3779           src/alertpanel.h
3780                 Add alertpanel_error_log() 
3781         * src/compose.c
3782           src/inc.c
3783           src/messageview.c
3784           src/toolbar.c
3785           src/main.c
3786           src/procmsg.c
3787                 Network errors get a View Log button
3788
3789 2003-01-10 [alfons]     0.8.8claws80
3790
3791         * src/prefs_toolbar.c
3792         * src/toolbar.c
3793                 use the translatable string for "Separator" as file name for
3794                 separator toolbar items (probably make this uppercase?)
3795
3796 2003-01-10 [alfons]     0.8.8claws79
3797
3798         * src/prefs_toolbar.c
3799                 put right A_SEPARATOR description string in "displayed
3800                 toolbar items list" so manually added separators are
3801                 saved correctly (bug #10, "Adding a separator to the main 
3802                 toolbar fails, entry in xml file is wrong")
3803
3804 2003-01-10 [christoph]  0.8.8claws78
3805
3806         * src/imap.c
3807                 o fix warnings
3808                 o use CAPABILITY to check if NAMESPACE is available
3809
3810 2003-01-10 [christoph]  0.8.8claws77
3811
3812         * src/imap.[ch]
3813                 apply UIDPLUS IMAP extension support patch
3814
3815         Patch submitted by Simon 'corecode' Schubert
3816
3817 2003-01-10 [paul]       0.8.8claws76
3818
3819         * src/folderview.c
3820                 a sync from main which fixes the news account folders'
3821                 Properties bug
3822
3823 2003-01-10 [christoph]  0.8.8claws75
3824
3825         * src/folder.c
3826                 don't accept 0 as a valid uid returned by copy and move
3827                 functions. 0 means the message was copied or moved but the
3828                 new uid could not be fetched. It is not an error condition
3829                 for the copy or move operation.
3830
3831 2003-01-10 [paul]       0.8.8claws74
3832
3833         * src/prefs_filtering.c
3834                 change English used in Alert when entry is not
3835                 saved.
3836                 
3837         * sync with 0.8.8cvs4
3838                 see ChangeLog 2003-01-10
3839
3840 2003-01-10 [darko]      0.8.8claws73
3841
3842         * src/pine.c
3843                 fix crash when importing address book entry
3844                 without a valid address
3845
3846 2003-01-09 [alfons]     0.8.8claws72
3847
3848         * src/inc.c
3849                 filtering performance: use new style folder update
3850
3851 2003-01-09 [christoph]  0.8.8claws71
3852
3853         * src/compose.c
3854         * src/gtk/menu.[ch]
3855                 fix wrong selecting of mime encoding type, when
3856                 opening property dialog of attachments in the
3857                 compose window. 7bit was always selected and that
3858                 destoryed files with 8bit data.
3859                 (closes bug #9 Sylpheed-claws destroys attachments when
3860                  changing MIME-types)
3861
3862 2003-01-09 [paul]       0.8.8claws70
3863
3864         * sync with 0.8.8cvs3
3865                 see ChangeLog 2003-01-09
3866
3867 2003-01-08 [alfons]     0.8.8claws69
3868         
3869         * src/addressadd.c
3870                 apply patch by Kim Schulz to fix build breakage
3871                 because of missing variable
3872
3873 2003-01-08 [paul]       0.8.8claws68
3874
3875         * sync with 0.8.8cvs2
3876                 see ChangeLog 2002-01-08
3877
3878 2003-01-08 [paul]       0.8.8claws67
3879
3880         * po/it.po
3881                 updated by Alessandro Maestri
3882                 
3883         * src/addressadd.c
3884                 when using 'Add sender to addressbook' allow
3885                 name to be edited and remarks to be entered
3886                 Patch submitted by Luke Plant
3887
3888 2003-01-08 [darko]      0.8.8claws66
3889
3890         * README.claws, src/summaryview.c
3891                 fix description for marked messages
3892
3893 2003-01-08 [paul]
3894
3895         * tools/Makefile.am
3896           tools/launch_phoenix  ** NEW FILE **
3897                 add script that enables using Phoenix as the default
3898                 web browser. 
3899                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3900                 
3901         * tools/OOo2sylpheed.pl
3902                 remove full path to sylpheed executable, just 'sylpheed'
3903                 will do
3904                 
3905         * tools/README
3906                 add launch_phoenix informtion and re-arrange and compress
3907                 the data a little
3908
3909 2003-01-07 [christoph]  0.8.8claws65
3910
3911         * src/folder.c
3912                 fix update for source folder when moving messages
3913         * src/procmsg.[ch]
3914         * src/summaryview.c
3915                 use function to set to_folder for message infos and
3916                 automatically update the op_count for old and new
3917                 folder
3918
3919 2003-01-07 [melvin]     0.8.8claws64
3920
3921         * src/prefs_actions.c
3922                 Fixed bug where an '%p' Action on a displayed image crashed 
3923                         Sylpheed
3924                 Code clean up (get rid of duplicated code and removed unnecessary 
3925                                 structure member)
3926
3927 2003-01-07 [christoph]  0.8.8claws63
3928
3929         * src/compose.c
3930         * src/folder.[ch]
3931         * src/folderview.c
3932         * src/import.c
3933         * src/inc.c
3934         * src/main.c
3935         * src/mainwindow.c
3936         * src/messageview.c
3937         * src/prefs_folder_item.c
3938         * src/procmsg.c
3939         * src/summaryview.c
3940         * src/toolbar.c
3941                 o remove all folder update triggering from the UI code. The folder
3942                   system should know much better when a folder needs an update.
3943                 o to prevent multiple updates in a row the folder updates can be
3944                   frozen for some time.
3945
3946                 Note: - Please verify that no updates are missing
3947                       - Check where freeze/thaws should be added
3948
3949 2003-01-07 [christoph]  0.8.8claws62
3950
3951         * src/prefs_actions.c
3952                 don't translate empty strings
3953
3954         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3955
3956 2003-01-06 [christoph]  0.8.8claws61
3957
3958         * src/prefs_actions.c
3959                 mark strings for gettext
3960         * src/prefs_matcher.c
3961                 use new description window for Execute action and
3962                 match condition in Filtering
3963
3964         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3965
3966 2003-01-06 [alfons]     0.8.8claws60
3967
3968         keep myself inspired to re-organize matcher part 8; 
3969         yes, more to come (I need to move out the descriptive
3970         text for actions to matcher.c, or at least make it not
3971         depend on the wicked ordering)
3972
3973         * src/prefs_matcher.c
3974                 add documentation so others may comprehend the
3975                 UI part of the conditions
3976                 
3977 2003-01-06 [christoph]  0.8.8claws59
3978
3979         * src/prefs_actions.c
3980                 use new description window for syntax help
3981         * src/gtk/description_window.c
3982                 fix display of descriptions with column count != 2
3983
3984         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3985
3986 2003-01-06 [christoph]  0.8.8claws58
3987
3988         * src/quote_fmt.c
3989         * src/summaryview.[ch]
3990         * src/gtk/Makefile.am
3991         * src/gtk/description_window.[ch]       ** NEW **
3992                 use a generic window to display syntax descriptions
3993                 currently used in quote_fmt and summaryview (new description
3994                 for extended quick search)
3995
3996         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3997
3998 2003-01-06 [paul]       0.8.8claws57
3999
4000         * sync with 0.8.8cvs1
4001                 see ChangeLog 2003-01-06
4002
4003 2003-01-06 [christoph]  0.8.8claws56
4004
4005         * src/mainwindow.c
4006         * src/prefs_gtk.[ch]
4007         * src/gtk/prefswindow.[ch]
4008         * src/plugins/spamassassin/spamassassin_gtk.c
4009                 o remove page management from prefswindow, pages
4010                   will be an argument to prefswindow_open
4011                 o prefswindow_open gets a datapointer that is
4012                   passed to the widget_create function to allow
4013                   creation of prefswindow for specific items
4014
4015 2003-01-06 [colin]      0.8.8claws55
4016         
4017         * src/summaryview.c
4018                 We don't want regexp in the reply-finder, 
4019                 because MIDs can contain !,$,. and so on
4020
4021 2003-01-06 [jens]       0.8.8claws54
4022
4023         * src/jpilot.c
4024                 fixed a wrong free in jpilot_read_db_files
4025
4026 2003-01-06 [alfons]     0.8.8claws53
4027
4028         re-organize matcher part 8; more to come
4029        
4030         * src/matcher.c
4031                 matcherprop_to_string(): put g_free()s before the
4032                 switch-case break to fix memleaks                
4033
4034 2003-01-06 [colin]      0.8.8claws52
4035
4036         * src/summaryview.c
4037                 cleanup & reply-finder now displays the first 
4038                 matching message
4039
4040 2003-01-05 [alfons]     0.8.8claws51
4041
4042         re-organize matcher part 7; more to come
4043
4044         * src/matcher.[ch]
4045                 fixes for constant correctness;
4046                 more documentation;
4047
4048 2003-01-05 [alfons]     0.8.8claws50
4049
4050         re-organize matcher part 6; more to come
4051         
4052         * src/matcher.[ch]
4053                 fixes for constant correctness;
4054                 more documentation;
4055         * src/filtering.c
4056                 fix for constant correctness
4057
4058 2003-01-05 [colin]      0.8.8claws49
4059
4060         * src/account.[ch]
4061                 Add account_get_reply_account function
4062         * src/compose.c
4063                 Use account_get_reply_account function 
4064         * src/summaryview.c
4065                 Basic reply-finder - click on the replied
4066                 icon gets you to the outbox using quick-search
4067
4068 2003-01-05 [paul]       0.8.8claws48
4069
4070         * src/prefs_common.c
4071                 small change to English
4072                 
4073         * src/prefs_filtering.c
4074                 prefs_filtering_action_select(): improve logic and uniformity
4075                 of gui
4076
4077 2003-01-05 [alfons]     0.8.8claws47
4078
4079         fine tune solution to focus problems (bug #7)
4080
4081         * src/mainwindow.c
4082                 mainwindow_focus_in_event(): remove grab event check
4083         * src/summaryview.c
4084                 summary_button_pressed(): move selection on right-click
4085                 too. we can't possibly move the selection back after
4086                 canceling a dialog, because gtk's incomplete focus 
4087                 management. whether this is a good solution, only time
4088                 will tell.
4089
4090 2003-01-05 [christoph]  0.8.8claws46
4091
4092         * src/imap.c
4093                 fix crash when no imap connection could be established
4094
4095 2003-01-05 [paul]       0.8.8claws45
4096
4097         * src/mainwindow.c
4098           src/sumamryview.c
4099           src/gtk/menu.[ch]
4100                 fix bug 605957 'shortcuts in popup-menu'
4101                 make user-defined shortcuts work
4102                 show shortcuts that are already defined
4103                 in the main menu
4104                 Patch submitted by Luke Plant
4105
4106 2003-01-05 [alfons]     0.8.8claws44
4107
4108         * src/mainwindow.c
4109                 focus_in_event handler should not select summary view row 
4110                 when another window (menu, dialog) grabbed for events 
4111                 (bug #7, "[0.8.8claws42] Message summary focus") 
4112
4113 2003-01-04 [christoph]  0.8.8claws43
4114
4115         * src/procmsg.c
4116                 update save folder after adding the sent message
4117                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4118
4119 2003-01-02 [christoph]  0.8.8claws42
4120
4121         * src/common/plugin.c
4122                 fix unloading of all plugins and unload
4123                 plugins in reverse order
4124                 
4125         * src/gtk/pluginwindow.c
4126                 implement function of load and unload button
4127
4128         * src/gtk/prefswindow.c
4129         * src/gtk/prefswindow.h
4130                 rename register function and add new unregister
4131                 function
4132
4133         * src/plugins/spamassassin/spamassassin_gtk.c
4134                 unregister prefs page and update for changes in
4135                 src/gtk/prefswindow.c
4136
4137 2003-01-02 [paul]       0.8.8claws41
4138
4139         * po/es.po
4140                 updated by Ricardo Mones Lastra
4141
4142 2003-01-02 [paul]
4143
4144         * tools/tb2sylpheed
4145                 fixes and improvements by Urke MMI
4146
4147 2003-01-02 [thorsten]   0.8.8claws40
4148
4149         * src/procmsg.c
4150                 fixed wrong return value
4151
4152 2003-01-02 [thorsten]   0.8.8claws39
4153
4154         * src/prefs.c
4155                 fixed printing wrong variable
4156
4157 2003-01-02 [thorsten]   0.8.8claws38
4158
4159         * src/prefs.c
4160                 fixed acessing members of freed pfile struct
4161
4162 2003-01-02 [thorsten]   0.8.8claws37
4163
4164         * src/procmsg.c
4165                 detect loops across several messages
4166                 as suggested by Christoph Hohmann
4167
4168 2003-01-01 [match]      0.8.8claws36
4169
4170         * src/addrindex.c
4171                 fixed another memory leak.
4172
4173 2003-01-01 [match]      0.8.8claws35
4174
4175         * src/jpilot.[ch]
4176                 fixed memory leaks. applied Doxygen comments.
4177
4178 2003-01-01 [thorsten]   0.8.8claws34
4179
4180         * src/procmsg.c
4181                 inhibit endless loop if msg references itself
4182                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4183
4184 2003-01-01 [christoph]  0.8.8claws33
4185
4186         * src/mainwindow.c
4187         * src/gtk/Makefile.am
4188         * src/gtk/pluginwindow.c                ** NEW **
4189         * src/gtk/pluginwindow.h                ** NEW **
4190                 add plugin window
4191
4192         * src/plugins/demo/demo.c
4193         * src/plugins/spamassassin/spamassassin.c
4194         * src/plugins/spamassassin/spamassassin_gtk.c
4195                 write better plugin descriptions
4196
4197 2002-12-31 [christoph]  0.8.8claws32
4198
4199         * src/gtk/prefswindow.c
4200         * src/plugins/spamassassin/spamassassin_gtk.c
4201                 some small improvements to GTK code
4202
4203 2002-12-31 [christoph]  0.8.8claws31
4204
4205         * src/plugins/spamassassin/spamassassin_gtk.c
4206                 enable folder select button
4207
4208 2002-12-31 [christoph]  0.8.8claws30
4209
4210         * src/mainwindow.c
4211         * src/gtk/Makefile.am
4212         * src/gtk/prefswindow.c                         ** NEW **
4213         * src/gtk/prefswindow.h                         ** NEW **
4214                 add new prefs window
4215
4216         * src/common/plugin.c
4217                 don't try to load empty config lines
4218         
4219         * src/plugins/spamassassin/Makefile.am
4220         * src/plugins/spamassassin/spamassassin.c
4221         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4222         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4223                 GTK config for SpamAssassin Plugin using
4224                 the new prefs window
4225
4226 2002-12-31 [paul]       0.8.8claws29
4227
4228         * po/POTFILES.in
4229                 remove obsolete entry 'src/menu.c'
4230
4231 2002-12-31 [alfons]     0.8.8claws28
4232
4233         * src/matcher.[ch]
4234         * src/matcher_parser_parse.y
4235         * src/prefs_matcher.c
4236                 add "ignore_thread" and "~ignore_thread" condition so it's
4237                 possible to make the actions / scoring operate on the ignore
4238                 thread flag
4239
4240 2002-12-31 [christoph]  0.8.8claws27
4241
4242         * src/addrbook.c
4243         * src/addrindex.c
4244         * src/folder.c
4245         * src/matcher.c
4246         * src/prefs_account.c
4247         * src/prefs_actions.c
4248         * src/prefs_customheader.c
4249         * src/prefs_display_header.c
4250         * src/prefs_gtk.c
4251         * src/procmime.c
4252         * src/toolbar.c
4253         * src/xmlprops.c
4254         * src/common/prefs.[ch]
4255                 extend prefs file handling for reading and automatic handling
4256                 of blocks. When reading prefs_set_block_label will automatically
4257                 move on to the block. When writing it will copy all other blocks
4258                 automatically
4259
4260         * src/common/plugin.c
4261                 Now loading plugin filenames from [Plugins] block in
4262                 sylpheed rc file
4263
4264 2002-12-30 [christoph]  0.8.8claws26
4265
4266         * src/common/hooks.[ch]
4267                 return abort status to caller of hooks_invoke
4268                 
4269         * src/inc.[ch]
4270                 invoke message filtering hook and stop
4271                 default handling when filter returns abort
4272
4273         * src/common/plugin.[ch]
4274         * src/plugins/demo/demo.c
4275                 modify plugin loader, because resolving symbols for strings
4276                 does not work correctly
4277         
4278         * configure.in
4279         * ac/spamassassin.m4                            ** NEW **
4280         * src/plugins/spamassassin/.cvsignore           ** NEW **
4281         * src/plugins/spamassassin/Makefile.am          ** NEW **
4282         * src/plugins/spamassassin/README               ** NEW **
4283         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4284         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4285         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4286                 add spamassassin plugin, see src/plugins/spamassassin/README
4287                 for details
4288
4289 2002-12-29 [alfons]     0.8.8claws25
4290
4291         * src/mainwindow.c
4292                 when moving focus from a message view to the main 
4293                 window, don't forget to select the summary node
4294                 of the displayed message. should fix "[ 659103 ] 
4295                 focus-follows-mouse confuses sylpheed"
4296
4297 2002-12-29 [christoph]  0.8.8claws24
4298
4299         * src/Makefile.am
4300         * src/stringtable.[ch]          ** REMOVE **
4301         * src/common/Makefile.am
4302         * src/common/stringtable.[ch]   ** NEW **
4303                 move stringtable files to common directory
4304
4305 2002-12-29 [christoph]  0.8.8claws23
4306
4307         * src/Makefile.am
4308         * src/menu.[ch]                 ** REMOVE **
4309         * src/gtk/Makefile.am
4310         * src/gtk/menu.[ch]             ** NEW **
4311                 move menu files to gtk directory
4312
4313 2002-12-29 [match]      0.8.8claws22
4314
4315         * src/addressbook.c
4316         * src/syldap.c
4317                 moved UI specific code out of LDAP code into addressbook
4318                 UI code. fixed memory leak.
4319
4320 2002-12-29 [christoph]  0.8.8claws21
4321
4322         * src/folder.c
4323                 only check for IGNORED parent message when message is
4324                 not IGNORED itself
4325
4326 2002-12-29 [alfons]     0.8.8claws20
4327
4328         * src/summaryview.c
4329                 set gtksctree's anchor correct (immediate execute
4330                 changes the tree's layout, and anchor points at 
4331                 the incorrect row). fixes "[ 657233 ] multiple msg 
4332                 delete sometimes off by 1".
4333                 we probably have to look for more tree layout /
4334                 anchor glitches.
4335
4336 2002-12-29 [paul]       0.8.8claws19
4337
4338         * src/summaryview.c
4339                 fix bug [ 659054 ] incorrect sorting of 'From' column
4340                 when using 'display sender using address book'
4341                 thanks to Alfons and Luke Plant
4342
4343 2002-12-29 [christoph]  0.8.8claws18
4344
4345         * src/folder.c
4346         * src/procmsg.[ch]
4347                 check parent messages for IGNORE THREAD flag, when adding,
4348                 moving or copying messages to a folder
4349
4350 2002-12-27 [alfons]     0.8.8claws17
4351
4352         re-organize matcher part 5; more to come
4353
4354         * src/matcher.c
4355                 hash keywords in matchparser_tab 
4356
4357 2002-12-27 [alfons]     0.8.8claws16
4358
4359         re-organize matcher part 4; more to come
4360
4361         * src/matcher_parser.h
4362         * src/matcher_parser_lex.l
4363         * src/matcher_parser_parse.y
4364                 cleanup
4365
4366 2002-12-27 [alfons]     0.8.8claws15
4367
4368         re-organize matcher part 3; more to come
4369
4370         * src/matcher.[ch]
4371                 cleanup
4372
4373 2002-12-27 [alfons]     0.8.8claws14
4374
4375         re-organize matcher part 2; more to come but this should
4376         work. cc me if there are any regressions.
4377
4378         * src/matcher.h
4379                 add prototype for get_matchparser_tab_id()
4380         * src/matcher_parser_lex.l
4381                 look up keywords using matchparser_tab_id();
4382
4383 2002-12-27 [alfons]     0.8.8claws12
4384
4385         re-organize matcher part 1
4386
4387         * src/matcher.h
4388                 map yacc generated constants to sylpheed matcher constants
4389         * src/matcher.c
4390                 add function to find a matcher constant from a string
4391
4392 2002-12-27 [christoph]  0.8.8claws11
4393
4394         * src/compose.c
4395                 MENUITEM_ADD casts the 4th argument from integer to pointer
4396                 so it probably should not be a pointer, this means we
4397                 should use account id for it and not the account's pointer
4398
4399 2002-12-27 [paul]       0.8.8claws10
4400
4401         * src/mainwindow.c
4402                 remove unneeded 'GtkWidget *vbox'
4403                 
4404         * src/summaryview.c
4405                 further sync with 0.8.8 - make sort
4406                 by recipient work as expected
4407                 
4408         * NEWS
4409                 sync with 0.8.8
4410
4411 2002-12-27 [paul]       0.8.8claws9
4412
4413         * po/pt_BR.po
4414                 updated by Ivan F. Martinez
4415                 
4416 2002-12-27 [darko]      0.8.8claws8
4417
4418         * src/common/utils.c
4419                 added locked pattern to extended search
4420
4421 2002-12-27 [alfons]     0.8.8claws7
4422
4423         * src/prefs_matcher.[ch]
4424                 clean up
4425
4426 2002-12-26 [alfons]     0.8.8claws6
4427
4428         * src/matcher.[ch]
4429         * src/matcher_parser_lex.l
4430         * src/matcher_parser_parse.y
4431         * src/prefs_matcher.c
4432                 allow color label as a condition in the matcher
4433
4434 2002-12-26 [oliver]     0.8.8claws5
4435         
4436         * src/toolbar.c 
4437                 enable Addressbook for Main and Messageview
4438         * src/prefs_actions.c
4439                 enable actions in Messageview
4440
4441 2002-12-26 [christoph]  0.8.8claws4
4442
4443         * src/common/plugin.c
4444                 add a little debug output
4445         * configure.in
4446         * src/plugins/demo/Makefile.am
4447                 better use of automake
4448
4449 2002-12-26 [christoph]  0.8.8claws3
4450
4451         * src/Makefile.am
4452         * src/common/Makefile.am
4453                 fix "make distdir"
4454
4455 2002-12-26 [christoph]  0.8.8claws2
4456
4457         * configure.in
4458                 sort configure checks into common / gtk / plugins
4459         * po/POTFILES.in
4460                 add src/prefs_gtk.c
4461         * src/Makefile.am
4462                 add plugins SUBDIR
4463         * src/main.c
4464         * src/common/sylpheed.[ch]
4465                 added now sylpheed_done function for shutdown
4466         * src/common/Makefile.am
4467         * src/common/plugin.[ch]                ** NEW **
4468                 plugin loader and unloader
4469         * src/plugins/.cvsignore                ** NEW **
4470         * src/plugins/Makefile.am               ** NEW **
4471                 build plugins
4472         * src/plugins/demo/.cvsignore           ** NEW **
4473         * src/plugins/demo/Makefile.am          ** NEW **
4474         * src/plugins/demo/demo.c               ** NEW **
4475                 small demo plugin that installs a logtext hook and
4476                 outputs the log text to stdout
4477
4478 2002-12-26 [paul]       0.8.8claws1
4479
4480         * po/es.po
4481                 updated by Ricardo Mones Lastra
4482
4483 2002-12-26 [paul]       0.8.8claws
4484
4485         * 0.8.8claws released
4486
4487 2002-12-26 [paul]       0.8.7claws12
4488
4489         * po/bg.po
4490                 updated by George Danchev
4491
4492 2002-12-26 [paul]       0.8.7claws11
4493
4494         * po/POTFILES.in
4495                 remove unneeded 'src/prefs.c' entry 
4496
4497 2002-12-26 [paul]       0.8.7claws10
4498
4499         * src/codeconv.c
4500           src/mainwindow.c
4501                 sync with 0.8.8 release
4502         
4503         * src/folder.[ch]
4504           src/mh.c
4505           src/summaryview.c
4506                 partial sync with 0.8.8 release
4507         
4508
4509 2002-12-25 [alfons]     0.8.7claws9
4510
4511         * src/matcher.[ch]
4512         * src/matcher_parser_lex.l
4513         * src/matcher_parser_parse.y
4514         * src/prefs_matcher.c
4515                 add locked flag to possible filtering / matcher 
4516                 conditions (also a good example what should be
4517                 done to add a simple boolean condition)
4518
4519 2002-12-25 [christoph]  0.8.7claws8
4520
4521         * src/Makefile.am
4522         * src/account.[ch]
4523         * src/addrbook.c
4524         * src/addressbook.c
4525         * src/addrindex.c
4526         * src/filtering.c
4527         * src/folder.c
4528         * src/matcher.c
4529         * src/prefs.[ch]                ** REMOVE **
4530         * src/prefs_account.c
4531         * src/prefs_actions.c
4532         * src/prefs_common.c
4533         * src/prefs_customheader.c
4534         * src/prefs_display_header.c
4535         * src/prefs_filtering.c
4536         * src/prefs_folder_item.c
4537         * src/prefs_gtk.[ch]            ** NEW **
4538         * src/prefs_matcher.c
4539         * src/prefs_scoring.c
4540         * src/prefs_summary_column.c
4541         * src/procmime.c
4542         * src/selective_download.c
4543         * src/toolbar.c
4544         * src/common/Makefile.am
4545         * src/common/prefs.[ch]         ** NEW **
4546                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4547
4548 2002-12-24 [alfons]     0.8.7claws7
4549
4550         * src/summaryview.c
4551                 summary_thread_build(): fix real cause of the crash mentioned in
4552                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4553                 this way we get meaningful ctree nodes 
4554
4555 2002-12-24 [oliver]     0.8.7claws6
4556
4557         * src/mainwindow.[ch]
4558         * src/messageview.[ch]
4559         * src/compose.[ch]
4560         * src/inc.c
4561         * src/summaryview.c
4562                 changes to use updated toolbar handling
4563                 
4564 2002-12-24 [oliver]     0.8.7claws5
4565
4566         * src/toolbar.[ch]
4567                 generic toolbar handling
4568                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4569         * src/prefs_toolbar.[ch]
4570                 adjust to handling
4571         
4572 2002-12-24 [oliver]     0.8.7claws4
4573         
4574         * src/stock_pixmap.[ch]
4575                 move SYLPHEED_LOGO to end of list in order 
4576                 to remove it from Custom Toolbar`s Icon View
4577
4578 2002-12-24 [alfons]     0.8.7claws3
4579
4580         * src/summaryview.c
4581                 summary_thread_build(): fix crash because of focus != selection 
4582                 after threading. when deleting the selection, gtk tries but fails 
4583                 to find the correct focusable element. we now force the selection
4584                 to be focused. this should solve the infamous bug reported by 
4585                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4586                 a test case is available. 
4587
4588 2002-12-24 [darko]      0.8.7claws2
4589
4590         * src/summaryview.c
4591                 don't crash when unmarking message with unread children
4592
4593 2002-12-23 [christoph]  0.8.7claws1
4594
4595         * src/Makefile.am
4596         * src/common/Makefile.am
4597                 update Makefiles for moved intl.h, version.h and defs.h
4598         * src/imap.c
4599                 rewrite imap_session_get to avoid duplicate code
4600
4601 2002-12-23 [paul]       0.8.7claws
4602
4603         * Santa-Claws released
4604         
4605         * po/hu.po
4606           po/ru.po
4607                 squeeze in updated Hungarian and Russian translations.
4608                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4609
4610 2002-12-23 [paul]       0.8.6claws129
4611
4612         * po/pl.po
4613                 updated by Witold Wladyslaw Wojciech Wilk
4614
4615 2002-12-23 [paul]       0.8.6claws128
4616
4617         * src/quote_fmt_parse.y
4618                 fix typo and add licence header
4619
4620 2002-12-23 [paul]       0.8.6claws127
4621
4622         * po/en_GB.po
4623                 updated
4624
4625 2002-12-23 [paul]       0.8.6claws126
4626
4627         * po/it.po
4628                 updated translation, submitted by Alessandro Maestri
4629                 
4630 2002-12-23 [paul]       0.8.6claws125
4631
4632         * src/quote_fmt_parse.y
4633                 fix signature-stripping on replies bug. match
4634                 '-- \n' and not '-- '.
4635
4636 2002-12-22 [paul]       0.8.6claws124
4637
4638         * po/bg.po
4639           po/es.po
4640           po/sr.po
4641                 updated translations. submitted by George Danchev,
4642                 Ricardo Mones Lastra, and Urke MMI respectively
4643
4644 2002-12-21 [paul]       0.8.6claws123
4645
4646         * src/addrbook.c
4647                 fix coding style
4648
4649 2002-12-21 [paul]       0.8.6claws122
4650
4651         * src/addrbook.c
4652                 fix bug [643638] where if a person is in one or more
4653                 addressbook groups editing that person's email 
4654                 address results in removal from those groups.
4655                 Patch submitted by Luke Plant.
4656
4657 2002-12-20 [christoph]  0.8.6claws121
4658
4659         * src/common/utils.c
4660         * src/summaryview.c
4661                 reimplement expand_search_string using GString to
4662                 prevent crashs caused by miscalculated string
4663                 lengths reported by Paul
4664
4665 2002-12-20 [christoph]  0.8.6claws120
4666
4667         * src/summaryview.c
4668                 don't use "changed" to check if op_count has to be changed as it
4669                 is also set when the message has unread children
4670                 (closes bug [ 653221 ] crash while deleting duplicates)
4671
4672 2002-12-20 [paul]       0.8.6claws119
4673
4674         * sync with 0.8.6cvs27
4675                 see ChangeLog 2002-12-20
4676
4677 2002-12-20 [paul]       0.8.6claws118
4678
4679         * sync with 0.8.6cvs26
4680                 see ChangeLog 2002-12-19 and 2002-12-20
4681
4682 2002-12-19 [alfons]     0.8.6claws117
4683
4684         * src/textview.c
4685                 fix incorrect parsing of email addresses, submitted by 
4686                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4687                 name display if it contains @".
4688
4689 2002-12-18 [paul]       0.8.6claws116
4690
4691         * sync with 0.8.6cvs23
4692                 see ChangeLog 2002-12-18
4693
4694 2002-12-18 [paul]       0.8.6claws115
4695
4696         * src/Makefile.am
4697         * src/account.c
4698         * src/codeconv.c
4699         * src/gtkutils.[ch]
4700         * src/imap.c
4701                 sync with 0.8.6cvs22.
4702                 see ChangeLog 2002-12-17 and 2002-12-18
4703
4704 2002-12-17 [christoph]  0.8.6claws114
4705
4706         * src/imap.c
4707                 o don't create a session if imap greeting fails
4708                 o don't close socket when authentication fails
4709                   this is done by imap_session_destroy
4710
4711 2002-12-17 [thorsten]   0.8.6claws113
4712
4713         * tools/Makefile.am
4714           tools/README
4715           tools/google_msgid.pl ** NEW FILE **
4716                 Added "search for message-id" script and doc
4717
4718 2002-12-17 [thorsten]   0.8.6claws112
4719
4720         * po/hu.po
4721                 Updated hungarian translation
4722                 (updated by Gal Zoltan)
4723
4724 2002-12-16 [christoph]  0.8.6claws111
4725
4726         * src/addr_compl.c
4727                 remove stupid addressbook dump to debug output
4728         * src/mh.c
4729                 fix memory leak found by Hiro
4730
4731 2002-12-14 [paul]       0.8.6claws110
4732
4733         * src/compose.c
4734                 fix menubar sensitivity on send
4735                 
4736         * src/prefs_filtering.c
4737         * src/prefs_matcher.c
4738         * src/prefs_scoring.c
4739                 Fix english ;)
4740                 
4741         * src/common/quoted-printable.h
4742                 sync: fix typo
4743         
4744 2002-12-13 [christoph]  0.8.6claws109
4745
4746         * src/Makefile.am
4747         * src/manage_window.[ch]        ** REMOVE **
4748         * src/gtk/Makefile.am
4749         * src/gtk/manage_window.[ch]    ** NEW **
4750                 move manage_window files to gtk directory
4751
4752 2002-12-13 [christoph]  0.8.6claws108
4753
4754         * src/Makefile.am
4755         * src/gtkshruler.[ch]           ** REMOVE **
4756         * src/gtk/Makefile.am
4757         * src/gtk/gtkshruler.[ch]       ** NEW **
4758                 move gtkshruler files to gtk directory
4759
4760 2002-12-13 [christoph]  0.8.6claws107
4761
4762         * src/Makefile.am
4763         * src/compose.c
4764         * src/gtkstext.[ch]             ** REMOVE **
4765         * src/gtkutils.[ch]
4766         * src/textview.c
4767         * src/gtk/gtkstext.[ch]         ** NEW **
4768         * src/gtk/Makefile.am
4769                 o move stext functions to gtkstext.c to remove
4770                   dependency of gtkutils
4771                 o move gtkstext files to gtk directory
4772
4773         * src/gtk/Makefile.am
4774         * src/gtk/sslcertwindow.[ch]
4775                 UI stuff can always depend on common code so
4776                 it's ok to add ../common to include path
4777
4778 2002-12-13 [colin]      0.8.6claws106
4779
4780         * src/summaryview.c
4781                 Disconnect sighandlers for mainwindow when
4782                 quicksearch has the focus
4783                 Fix bug #653231
4784         * src/mainwindow.[ch]
4785                 Make key_pressed callback public, to be able
4786                 to disconnect it
4787
4788 2002-12-13 [christoph]  0.8.6claws105
4789
4790         * src/mh.c
4791                 create .mh_sequences file in new MH folders
4792                 (closes feature request [ 523162 ] MH folders should
4793                  get a .mh_sequences)
4794
4795 2002-12-13 [colin]      0.8.6claws104
4796
4797         * src/summaryview.c
4798                 Better handling of quicksearch show/hide
4799                 (basically the button stays under the mouse 
4800                  when toggled)
4801
4802 2002-12-13 [paul]       0.8.6claws103
4803
4804         * sync with 0.8.6cvs17
4805                 see ChangeLog 2002-12-13
4806
4807 2002-12-13 [paul]       0.8.6claws102
4808
4809         * po/es.po
4810                 updated by Ricardo Mones Lastra
4811
4812 2002-12-11 [colin]       0.8.6claws101
4813
4814         * src/folder.c
4815                 remove statusbar stuff
4816           src/folderview.c
4817                 set statusbar verbosity when moving folders
4818
4819 2002-12-11 [colin]       0.8.6claws100
4820         * src/prefs_filtering.c
4821         * src/prefs_matcher.c
4822         * src/prefs_scoring.c
4823                 Fix english ;)
4824
4825 2002-12-11 [colin]       0.8.6claws99
4826
4827         * src/prefs_common.[ch]
4828                 Add summary_quicksearch_type
4829         * src/summaryview.c
4830                 Save last used quicksearch type
4831
4832 2002-12-11 [jens]       0.8.6claws98
4833         * src/prefs_filtering.c
4834         * src/prefs_matcher.c
4835         * src/prefs_scoring.c
4836                 added dialog for incomplete rules in scoring, filtering and
4837                 matcher to ask wheather really close
4838
4839 2002-12-11 [colin]      0.8.6claws97
4840
4841         * src/folder.c
4842                 Fix folder dnd statusbar logging
4843
4844 2002-12-10 [christoph]  0.8.6claws96
4845
4846         * src/compose.c
4847         * src/folder.c
4848         * src/imap.c
4849         * src/inc.c
4850         * src/main.c
4851         * src/mainwindow.c
4852         * src/news.c
4853         * src/send.c
4854         * src/statusbar.[ch]
4855         * src/common/hooks.c
4856         * src/common/log.[ch]
4857                 o handle verbose logging in statusbar directly in statusbar code
4858                   and common code does not need any knowledge about a statusbar
4859                 o remove direct calls to statusbar_(puts|pop)_all functions
4860
4861 2002-12-10 [jens]       0.8.6claws95
4862
4863         * src/*.c
4864                 removed gettext from g_warnings
4865         * po/POTFILES.in
4866                 cleaned and updated
4867         * po/de.po
4868                 updated
4869
4870 2002-12-10 [colin]      0.8.6claws94
4871
4872         * src/main.c
4873                 finish crash dialog fix
4874
4875 2002-12-10 [colin]      0.8.6claws93
4876
4877         * src/main.c
4878                 "Fix" "sylpheed already running" instead of
4879                 crash dialog appearing after a crash
4880
4881 2002-12-10 [colin]      0.8.6claws92
4882
4883         * po/POTFILES.in
4884                 add src/gtk/sslcertwindow.c
4885
4886 2002-12-10 [paul]       0.8.6claws91
4887
4888         * po/POTFILES.in
4889                 updated to reflect recent changes
4890                 submitted by Alessandro Maestri
4891
4892 2002-12-09 [christoph]  0.8.6claws90
4893
4894         * src/Makefile.am
4895         * src/smtp.[ch]                 ** REMOVE **
4896         * src/common/Makefile.am
4897         * src/common/smtp.[ch]          ** NEW **
4898                 move smtp files to common directory
4899
4900 2002-12-09 [christoph]  0.8.6claws89
4901
4902         * src/Makefile.am
4903         * src/session.[ch]              ** REMOVE **
4904         * src/common/Makefile.am
4905         * src/common/session.[ch]       ** NEW **
4906                 move session files to common directory
4907
4908 2002-12-09 [paul]       0.8.6claws88
4909
4910         * src/account.c
4911                 fix bug [649746] edit accounts: move account reverted
4912                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4913
4914 2002-12-09 [colin]      0.8.6claws87
4915
4916         * src/ssl_certificate.c
4917                 cleanup
4918
4919 2002-12-09 [colin]      0.8.6claws86
4920
4921         * src/ssl.c
4922                 Try to open the cert.pem database and 
4923                 issue a warning if it isn't there
4924
4925 2002-12-09 [colin]      0.8.6claws85
4926
4927         * src/common/ssl_certificate.c
4928         * src/gtk/sslcertwindow.c
4929                 Warning fixes
4930
4931 2002-12-09 [colin]      0.8.6claws84
4932
4933         * src/ssl_certificate.[ch] ** REMOVED **
4934         * src/common/ssl_certificate.[ch] ** NEW **
4935         * src/Makefile.am
4936         * src/common/Makefile.am
4937                 Moved ssl_certificate.[ch] to common
4938         * src/common/ssl.c 
4939                 Put back needed include
4940         * src/gtk/sslcertwindow.[ch]
4941                 Changed ssl_certificate.h include
4942         
4943 2002-12-09 [colin]      0.8.6claws83
4944
4945         * src/gtk/sslcertwindow.[ch]
4946                 Implement hook for certificate acception
4947         * src/ssl_certificate.[ch]
4948                 Implement hook for certificate acception
4949         * src/common/ssl.c
4950                 Reenable certificate acception check
4951         * src/mainwindow.c
4952                 Register sslcertwindow's hook
4953         
4954 2002-12-08 [christoph]  0.8.6claws82
4955
4956         * src/about.c
4957         * src/addr_compl.c
4958         * src/codeconv.c
4959         * src/manual.c
4960         * src/undo.c
4961         * src/common/utils.c
4962                 o add missing includes
4963                 o fix warnings
4964         * src/.cvsignore
4965         * src/common/.cvsignore
4966         * src/common/version.h          ** REMOVE **
4967                 remove autogenerated file
4968
4969 2002-12-08 [paul]       0.8.6claws81
4970
4971         * src/stringtable.c
4972                 put back needed include
4973
4974 2002-12-08 [colin]      0.8.6claws80
4975         
4976         * src/gtk/sslcertwindow.c
4977                 Cleaner popups when asking
4978         * src/ssl_certificate.c
4979         * src/prefs_common.[ch]
4980                 remove ssl certificate pref
4981                 put back needed include
4982         * src/undo.c
4983                 put back needed include
4984
4985 2002-12-08 [christoph]  0.8.6claws79
4986
4987         * src/folderview.c
4988         * src/logwindow.c
4989         * src/statusbar.c
4990         * src/summaryview.c
4991                 only abort hook invokation if required data is missing not
4992                 if our own data pointer is NULL, update hookfunction for
4993                 log window
4994
4995 2002-12-08 [paul]       0.8.6claws78
4996
4997         * src/about.c
4998         * src/addrcache.c
4999         * src/addrclip.c
5000         * src/addr_compl.c
5001         * src/addrselect.c
5002         * src/codeconv.c
5003         * src/colorlabel.c
5004         * src/enriched.c
5005         * src/esmtp.c
5006         * src/exporthtml.c
5007         * src/headerview.c
5008         * src/imageview.c
5009         * src/manual.c
5010         * src/noticeview.c
5011         * src/pgptext.c
5012         * src/scoring.c
5013         * src/sourcewindow.c
5014         * src/stringtable.c
5015         * src/undo.c
5016                 clean up: remove unneccesary includes
5017
5018 2002-12-08 [christoph]  0.8.6claws77
5019
5020         * src/folderview.c
5021         * src/statusbar.c
5022         * src/summaryview.c
5023         * src/common/hooks.[ch]
5024                 hook functions now have a gboolean return value, if a hook
5025                 returns TRUE it will stop executing of any more hooks in
5026                 the same hooklist for this invokation
5027
5028 2002-12-08 [colin]      0.8.6claws76
5029         
5030         * src/main.c
5031                 put back argv0 for CRASH_DIALOG
5032
5033 2002-12-08 [christoph]  0.8.6claws75
5034
5035         * src/Makefile.am
5036         * src/about.c
5037         * src/account.c
5038         * src/crash.c
5039         * src/esmtp.h
5040         * src/imap.[ch]
5041         * src/inc.c
5042         * src/main.c
5043         * src/mainwindow.c
5044         * src/news.c
5045         * src/pop.[ch]
5046         * src/prefs_account.[ch]
5047         * src/prefs_common.[ch]
5048         * src/send.[ch]
5049         * src/smtp.[ch]
5050         * src/ssl_certificate.[ch]
5051         * src/ssl_manager.[ch]
5052         * src/common/Makefile.am
5053         * src/common/log.c
5054         * src/common/nntp.[ch]
5055         * src/common/socket.[ch]
5056         * src/common/ssl.[ch]
5057         * src/gtk/sslcertwindow.[ch]
5058         * ac/openssl.m4
5059                 use new autoconf script to detect OpenSSL with extra parameters
5060                 to specify the location of libs and includes, also remove USE_SSL
5061                 to USE_OPENSSL
5062
5063         * src/common/sylpheed.[ch]
5064         * src/common/version.h.in
5065                 start seperation of common code initialization seperated from gui
5066
5067         * src/summaryview.c
5068                 The function that is called when a color label changes
5069                 should not change the color lable again
5070
5071 2002-12-08 [colin]      0.8.6claws74
5072
5073         * src/gtk/sslcertwindow.c
5074                 warning fixes
5075
5076 2002-12-08 [colin]      0.8.6claws73
5077
5078         * src/statusbar.c
5079           src/common/log.h
5080                 Register a hook for statusbar_puts_all
5081         * src/common/log.c
5082                 invoke statusbar_puts_all's hook
5083         
5084 2002-12-08 [colin]      0.8.6claws72
5085
5086         * src/ssl_certificate.c
5087                 Put back a badly-removed include
5088
5089 2002-12-08 [colin]      0.8.6claws71
5090
5091         * src/gtk/sslcertwindow.[ch]    ** NEW **
5092                 new certificate presentation
5093         * src/gtk/Makefile.am
5094                 add new files
5095         * src/ssl_certificate.[ch]
5096                 gtk cleanup, made utility functions public
5097         * src/ssl_manager.c
5098                 use new cert presentation
5099
5100 2002-12-07 [christoph]  0.8.6claws70
5101
5102         * src/Makefile.am
5103         * src/nntp.[ch]                 ** REMOVE **
5104         * src/common/Makefile.am
5105         * src/common/nntp.[ch]          ** NEW **
5106                 move nntp files to common directory
5107
5108 2002-12-07 [christoph]  0.8.6claws69
5109
5110         * src/procmsg.[ch]
5111         * src/summaryview.c
5112                 implement msginfo update callback using sylpheed's new
5113                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5114
5115 2002-12-06 [christoph]  0.8.6claws68
5116
5117         * src/editgroup.c
5118                 This patch changes the 'Edit Group Details' dialog to
5119                 allow extended selections in either pane, so that
5120                 addresses can be added or removed from a group more
5121                 quickly and easily. (it actually is a net decrease in
5122                 file size, as some unnecessary functions have been
5123                 removed). 
5124                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5125
5126 2002-12-06 [christoph]  0.8.6claws67
5127
5128         * src/Makefile.am
5129         * src/template.[ch]             ** REMOVE **
5130         * src/common/Makefile.am
5131         * src/common/template.[ch]      ** NEW **
5132                 move template files to common directory
5133
5134         * src/nntp.c
5135                 add missing log.h include
5136
5137 2002-12-06 [melvin]     0.8.6claws66
5138
5139         * src/prefs_actions.c
5140                 Added the trailing ">" syntax to insert command's output
5141                 without replacing old text (in contrast to trailing "|").
5142
5143 2002-12-05 [colin]      0.8.6claws65
5144         
5145         * src/common/utils.c
5146                 Don't modify original search_string or it'll change
5147                 the next iterations in the for()
5148
5149 2002-12-05 [darko]      0.8.6claws64
5150
5151         * src/common/utils.c
5152                 proper check for filtering commands, found by Colin
5153
5154 2002-12-05 [darko]      0.8.6claws63
5155
5156         * src/common/utils.c
5157                 check proper string for NULL pointer, found by Colin
5158
5159 2002-12-05 [darko]      0.8.6claws62
5160
5161         * src/common/utils.[ch]
5162                 expand_search_string(): new function
5163                 converts Mutt-like patterns to Sylpheed's
5164                 filtering engine
5165         * src/summaryview.c
5166                 use expand_search_string() to allow Mutt-like
5167                 patterns in extended search
5168         * README.claws
5169                 document extended option in quick search
5170
5171 2002-12-05 [paul]       0.8.6claws61
5172
5173         * sync with 0.8.6cvs16
5174                 see ChangeLog 2002-12-05
5175                 
5176         * po/POTFILES.in
5177                 clean up
5178
5179 2002-12-04 [christoph]  0.8.6claws60
5180
5181         * src/imap.[ch]
5182                 put imap authentication code into a new function and
5183                 remove it from imap_session_new that will allow to
5184                 send other commands before authentication
5185
5186 2002-12-04 [christoph]  0.8.6claws59
5187
5188         * src/imap.[ch]
5189                 use already existing method to prevent unneeded IMAP
5190                 folder selects. Set imap_select parameters to NULL
5191                 in some functions if the values are not required.
5192
5193         * src/xml.h
5194                 remove no longer required include
5195
5196 2002-12-04 [paul]       0.8.6claws58
5197
5198         * po/es.po
5199                 updated by Ricardo Mones Lastra
5200                 
5201         * configure.in
5202           po/hu.po      ** NEW FILE **
5203                 initial Hungarian translation, submitted
5204                 by Gál Zoltán <galzoli@hu.inter.net>
5205
5206 2002-12-03 [christoph]  0.8.6claws57
5207
5208         * src/Makefile.am
5209         * src/gtksctree.[ch]            ** REMOVE **
5210         * src/gtk/Makefile.am
5211         * src/gtk/gtksctree.[ch]        ** NEW **
5212                 move gtksctree files to gtk directory
5213
5214 2002-12-03 [christoph]  0.8.6claws56
5215
5216         * src/Makefile.am
5217         * src/md5.[ch]                  ** REMOVE **
5218         * srm/common/Makefile.am
5219         * src/common/md5.[ch]           ** NEW **
5220                 move md5 files to common directory
5221
5222         * src/gtkstext.c
5223                 remove not required #include
5224
5225 2002-12-03 [sergey]     0.8.6claws55
5226
5227         * src/gtkutils.c
5228         * src/gtkutils.h
5229                 gtkut_window_popup(): new function.
5230         * src/mainwindow.c
5231                 main_window_popup(): use gtkut_window_popup() to raise
5232                 window without changing its position.
5233                 (see sylpheed-main ML message [sylpheed:17247])
5234
5235 2002-12-03 [sergey]     0.8.6claws54
5236
5237         * src/send.c
5238                 send_message_local(): removed first-dot escaping
5239                 (SMTP-only, not needed for sending through pipe)
5240
5241 2002-12-03 [paul]       0.8.6claws53
5242
5243         * po/POTFILES.in
5244                 update to reflect recent changes (thanks
5245                 to Ricardo Mones Lastra)
5246                 
5247         * tools/filter_conv.pl
5248                  fix problem with quoted strings. Patch submitted
5249                  by Luke Plant <lukeplant@softhome.net>
5250
5251 2002-12-03 [paul]       0.8.6claws52
5252
5253         * sync with 0.8.6cvs15
5254                 see ChangeLog 2002-12-03
5255
5256 2002-12-02 [christoph]  0.8.6claws51
5257
5258         * src/logwindow.[ch]
5259         * src/common/log.[ch]
5260                 implement logging using a hook function
5261
5262         * src/folderview.c
5263         * src/folder.[ch]
5264                 define hooklist name in header file to avoid
5265                 errors caused by wrong spelling of hooklist names
5266
5267         * src/toolbar.c
5268                 fix warnings
5269
5270 2002-12-02 [christoph]  0.8.6claws50
5271
5272         * src/common/Makefile.am
5273                 add src/common/hooks.[ch]
5274
5275         * src/common/hooks.[ch]
5276                 implement a simple hook system using glib's hook functions
5277
5278         * src/folder.[ch]
5279         * src/folderview.c
5280                 use new hook system for folder item updates
5281
5282 2002-12-02 [christoph]  0.8.6claws49
5283
5284         * doc-src/ui_seperation.txt     ** NEW **
5285                 information for ui seperation
5286
5287         * src/Makefile.am
5288                 remove files that were moved to common
5289                 include common directory by default for the header files
5290
5291         * src/inc.c
5292         * src/common/socket.c
5293         * src/automaton.[ch]
5294                 implement automaton using g_io_*-functions instead of
5295                 gdk_input_add to make it ui independent
5296
5297         * src/codeconv.c
5298         * src/compose.c
5299         * src/ldif.c
5300         * src/pgptext.c
5301         * src/procmime.c
5302         * src/rfc2015.c
5303         * src/smtp.c
5304         * src/unmime.c
5305                 remove common/ prefix because directory is now in
5306                 include path
5307
5308         * src/compose.c
5309         * src/folder.c
5310         * src/folderview.c
5311         * src/mainwindow.c
5312         * src/messageview.c
5313         * src/prefs_common.c
5314         * src/procmsg.c
5315         * src/rfc2015.c
5316                 fix warnings
5317
5318         * src/imap.c
5319         * src/inc.c
5320         * src/news.c
5321         * src/pop.c
5322         * src/send.c
5323         * src/smtp.c
5324         * src/ssl_certificate.c
5325                 add log.h header file for logging functions
5326
5327         * src/main.c
5328         * src/common/utils.c
5329         * src/summaryview.c
5330         * src/xml.c
5331                 o move debug_mode to common/utils.c
5332                 o add functions to set and get debug_mode
5333
5334         * src/defs.h                    ** REMOVE **
5335         * src/intl.h                    ** REMOVE **
5336         * src/socket.[ch]               ** REMOVE **
5337         * src/ssl.[ch]                  ** REMOVE **
5338         * src/utils.[ch]                ** REMOVE **
5339                 replaced by new files in src/common/
5340         
5341         * src/common/Makefile.am
5342                 add new files in src/common/
5343
5344         * src/common/defs.h             ** NEW **
5345         * src/common/intl.h             ** NEW **
5346         * src/common/log.[ch]           ** NEW **
5347         * src/common/socket.[ch]        ** NEW **
5348         * src/common/ssl.[ch]           ** NEW **
5349         * src/common/utils.[ch]         ** NEW **
5350                 replacement for files in src/
5351
5352 2002-12-02 [colin]      0.8.6claws48
5353
5354         * src/folderview.c
5355                 Scroll folderview if necessary during dnd
5356
5357 2002-12-02 [colin]      0.8.6claws47
5358
5359         * src/folder.[ch]
5360                 Add check to verify a move is within a single mailbox
5361         * src/folderview.c
5362                 Add specific error string for this check
5363
5364 2002-12-02 [colin]      0.8.6claws46
5365
5366         * src/folder.c
5367                 Add a test to folder moving, remove a statusbar_print
5368         * src/folderview.c
5369                 Add Move folder... context-menu item
5370                 Factorize folder moving code
5371                 Enable folder DND for mbox
5372
5373 2002-12-01 [christoph]  0.8.6claws45
5374
5375         * ac/aspell.m4
5376                 remove conf.aspelltest if the version check fails
5377
5378 2002-11-30 [christoph]  0.8.6claws44
5379
5380         * autogen.sh
5381                 run libtoolize --force in autogen to create missing
5382                 libtool scripts
5383
5384 2002-11-30 [christoph]  0.8.6claws43
5385
5386         * src/Makefile.am
5387         * src/pgptext.c
5388         * src/procmime.c
5389         * src/rfc2015.c
5390         * src/uuencode.[ch]             ** REMOVED **
5391         * src/common/Makefile.am
5392         * src/common/uuencode.[ch]      ** NEW **
5393                 move uuen/decoder to common directory
5394
5395 2002-11-30 [christoph]  0.8.6claws42
5396
5397         * src/Makefile.am
5398         * src/base64.[ch]               ** REMOVED **
5399         * src/codeconv.c
5400         * src/compose.c
5401         * src/ldif.c
5402         * src/pgptext.c
5403         * src/procmime.c
5404         * src/rfc2015.c
5405         * src/smtp.c
5406         * src/unmime.c
5407         * src/common/Makefile.am
5408         * src/common/base64.[ch]        ** NEW **
5409                 move base64 en/decoder to common directory
5410
5411 2002-11-30 [christoph]  0.8.6claws41
5412
5413         * src/common                    ** NEW **
5414                 new directory for UI independent code
5415         * src/gtk                       ** NEW **
5416                 new directory for GTK frontend
5417         * src/common/.cvsignore         ** NEW **
5418         * src/gtk/.cvsignore            ** NEW **
5419                 ignore build files
5420         * src/common/Makefile.am        ** NEW **
5421         * src/gtk/Makefile.am           ** NEW **
5422                 automake files to build new seperated stuff
5423         * src/Makefile.am
5424                 the binary will currently still be build with the
5425                 files in src, so we include the code from the
5426                 subdirs for now after building the libs there
5427
5428 2002-11-30 [paul]       0.8.6claws40
5429
5430         * src/compose.c
5431                 fix bug [642731] 'Wrong selected account with drafted mail'
5432
5433 2002-11-29 [oliver]     0.8.6claws39
5434         
5435         * src/messageview.c
5436                 o update summaryview when switching between different
5437                   messageviews          
5438         * src/toolbar.c  
5439                 o check if messageview holds already removed msg
5440                   from summaryview
5441                 
5442
5443 2002-11-29 [oliver]     0.8.6claws38
5444
5445         * src/toolbar.c 
5446                 remove not needed variables and includes
5447                 make messageview stay opened and move to next when msgs are deleted 
5448
5449 2002-11-29 [oliver]     0.8.6claws37
5450         
5451         * src/toolbar.c 
5452                 disable compose button (messageview toolbar) by default
5453                 deleted msgs are moved to trash
5454         
5455 2002-11-29 [melvin]     0.8.6claws36
5456
5457         * configure.in
5458                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5459                 and to detect signatures expirations (gpgme 0.3.6)
5460
5461         * src/main.c
5462                 Use non obsolescent function for Gpgme engine checking.
5463
5464         * src/rfc2015.c
5465                 Inform about expired signatures or signatures which key
5466                 has expired. Expiration date is displayed.
5467
5468         * src/sigstatus.c
5469                 Inform about expired signatures or signatures which key
5470                 has expired.
5471
5472 2002-11-28 [paul]       0.8.6claws35
5473
5474         * src/folderview.c
5475                 re-instate 'Check for new messages' in Newsgroup
5476                 folders right-click menu, after a suggestion from
5477                 Tim Mann <timmann@users.sourceforge.net>
5478
5479         * src/main.c
5480                 after a crash check only local folders for new
5481                 messages
5482
5483 2002-11-28 [paul]       0.8.6claws34
5484
5485         * configure.in
5486                 apply patch that fixes the checking of GTK with XIM 
5487                 support on different OSs, such as FreeBSD. Patch 
5488                 submitted by Topia <topia@users.sourceforge.net>
5489                 
5490 2002-11-28 [paul]       0.8.6claws33
5491
5492         * src/mainwindow.c
5493           src/prefs_common.c
5494           src/prefs_toolbar.c
5495                 more changes to the English
5496
5497 2002-11-28 [paul]       0.8.6claws32
5498
5499         * sync with 0.8.6cvs13
5500                 see ChangeLog 2002-11-28 (no sync needed
5501                 for src/compose.c)
5502
5503 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5504         
5505         * src/mainwindow.[ch]
5506                 add patch by Ivan F. Martinez introducing messageview Toolbar
5507                 some changes and committed by oliver    
5508
5509 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5510
5511         * src/messageview.[ch]
5512                 add patch by Ivan F. Martinez introducing messageview Toolbar
5513                 some changes and committed by oliver    
5514
5515 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5516
5517         * src/compose.[ch]
5518                 add patch by Ivan F. Martinez introducing messageview Toolbar
5519                 some changes and committed by oliver    
5520
5521 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5522         
5523         * src/toolbar.[ch]
5524                 add patch by Ivan F. Martinez introducing messageview Toolbar
5525                 some changes and committed by oliver
5526
5527 2002-11-28 [oliver]     0.8.6claws27
5528         
5529         * src/prefs_toolbar.[ch]
5530                 getting ready for messageview toolbar
5531                 free mem allocated by gettext
5532                 change prefs_toolbar to prefs_toolbar_open
5533  
5534 2002-11-28 [thorsten]   0.8.6claws26
5535
5536         * src/imageview.[ch]
5537                 cleaned up conflicting declarations of
5538                 imageview_show_image()
5539
5540 2002-11-28 [paul]       0.8.6claws25
5541
5542         * src/grouplistdialog.c
5543           src/prefs_common.c
5544           src/prefs_summary_column.c
5545                 a few more improvements to the English
5546
5547 2002-11-28 [colin]      0.8.6claws24
5548
5549         * man/sylpheed.1
5550                 A few updates to command-line parameters
5551
5552 2002-11-28 [colin]      0.8.6claws23
5553
5554         * src/prefs_filtering.c
5555                 Fix problems with prefs_filtering_delete_path:
5556                 a) if the first rule is removed, original pointers
5557                    weren't updated (leading to segfaults)
5558                 b) it was always global_processing updated in case
5559                    of removed path was parent of rule path
5560
5561 2002-11-27 [paul]       0.8.6claws22
5562
5563         * src/mainwindow.c
5564           src/prefs_account.c
5565           src/prefs_actions.c
5566           src/prefs_common.c
5567           src/prefs_customheader.c
5568           src/prefs_display_header.c
5569           src/prefs_filtering.c
5570           src/prefs_folder_item.c
5571           src/prefs_matcher.c
5572           src/prefs_scoring.c
5573           src/prefs_summary_column.c
5574           src/prefs_template.c
5575           src/prefs_toolbar.c
5576                  improve the English in the GUI
5577
5578 2002-11-27 [colin]      0.8.6claws21
5579
5580         * src/folder.c
5581                 Fix processing renaming problems happening after
5582                 last commit
5583
5584 2002-11-27 [colin]      0.8.6claws20
5585
5586         * src/folder.c
5587                 recursive move now deletes src each subfolder after 
5588                 having moved it
5589         * src/folderview.c
5590                 Use identifier instead of path during dnd (enables
5591                 IMAP folder dnd)
5592
5593 2002-11-27 [paul]       0.8.6claws19
5594
5595         * src/main.c
5596                 apply patch that does command-line processing 
5597                 BEFORE gtk_init, allowing claws to run from 
5598                 shell-scripts in non-X environment (e.g. crontab 
5599                 or ip-up, ip-down scripts). Patch submitted by
5600                 Ruslan N. Balkin <baron@dartel.ru>
5601                 
5602         * po/it.po
5603                 updated by Alessandro Maestri
5604
5605 2002-11-27 [paul]       0.8.6claws18
5606
5607         * sync with 0.8.6cvs12
5608           src/prefs_common.c
5609                 Differences are that main uses a 'Receive dialog'
5610                 frame on the Interface tab, whereas claws groups all 
5611                 the dialogs together in a 'Dialogs' frame.
5612
5613 2002-11-27 [colin]      0.8.6claws17
5614
5615         * src/prefs_matcher.c
5616                 Fix Execute criteria's NOT flag
5617
5618
5619 2002-11-26 [christoph]  0.8.6claws16
5620
5621         * src/ssl.c
5622                 rewrite the ssl code a little bit, only use one
5623                 SSL context, set default certificates' file/path
5624
5625 2002-11-26 [thorsten]   0.8.6claws15
5626
5627         * src/compose.c
5628                 default-reply-to didn't work for ml-reply
5629
5630 2002-11-26 [melvin]     0.8.6claws14
5631
5632         * src/prefs_actions.c
5633                 Made pipe-actions ignore short headers in message view
5634                 Made trailing-pipe-actions write in the message view with
5635                 the same font as the original message
5636
5637 2002-11-26 [paul]       0.8.6claws13
5638
5639         * src/compose.c
5640                 this time commit the correct file
5641
5642 2002-11-26 [paul]       0.8.6claws12
5643
5644         * sync with 0.8.6cvs11
5645           src/quote_fmt_parse.y  
5646                 no sync needed
5647           src/account.[ch]       
5648                 not sync'ed
5649           src/compose.c
5650                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5651                 on draft mode.
5652                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5653                 header
5654                 
5655         see ChangeLog 2002-11-25 and 2002-11-26
5656
5657 2002-11-26 [colin]      0.8.6claws11
5658
5659         * src/folderview.c
5660                 Fix collapsed folder not auto-expanding during
5661                 mail dnd, if it was the source folder.
5662
5663 2002-11-25 [colin]      0.8.6claws10
5664
5665         * src/folderview.[ch]
5666                 Variable renaming and cleaning (slist of nodes 
5667                 to be re-collapsed is stored in FolderView)
5668
5669 2002-11-25 [paul]       0.8.6claws9
5670
5671         * src/prefs_common.[ch]
5672                 fix breakage caused by last commit
5673
5674 2002-11-25 [paul]       0.8.6claws8
5675
5676         * sync with 0.8.6cvs4
5677                 see ChangeLog 2002-11-21
5678
5679 2002-11-25 [paul]       0.8.6claws7
5680
5681         * sync with 0.8.6cvs4
5682                 see ChangeLog 2002-11-20
5683
5684 2002-11-25 [paul]       0.8.6claws6
5685
5686         * sync with 0.8.6cvs3
5687                 see ChangeLog 2002-11-18
5688
5689 2002-11-25 [colin]      0.8.6claws5
5690
5691         * src/gtkutils.[ch]
5692                 Add gtkut_ctree_node_is_parent()
5693         * src/folderview.c
5694                 Spring-loaded folders
5695
5696 2002-11-25 [colin]      0.8.6claws4
5697
5698         * src/utils.[ch]
5699                 Add slist_concat_unique(), function to merge
5700                 two GSList filtering dups
5701         * src/folder.[ch]
5702         * src/summaryview.[ch]
5703         * src/folderview.c
5704         * src/main.c
5705                 Add detection/update/display of unread answers
5706                 to marked mails
5707         * src/procmsg.[ch]
5708                 Add procmsg_find_children()
5709                 Add procmsg_msg_has_marked_parent()
5710
5711 2002-11-25 [colin]      0.8.6claws3
5712
5713         * src/ssl_certificate.[ch]
5714                 Allow checking a certificate without a DNS
5715                 lookup
5716                 Allow to forget a cert (by deleting it)
5717                 Make ssl_certificate_destroy_public
5718         * src/ssl_manager.[ch] ** NEW FILES **
5719                 Gui to manage (display/remove) certificates
5720         * src/prefs_common.[ch]
5721                 Add a pref to allow silent acceptation of
5722                 trusted certificates or not (based on the
5723                 "I want to know what's going on" principle)
5724         * src/mainwindow.c
5725                 Add SSL manager in Tools menu
5726         * src/Makefile.am
5727                 Add the new files to the build
5728         * po/POTFILES.in
5729                 Add ssl_manager.c to translations
5730
5731 2002-11-25 [colin]      0.8.6claws2
5732
5733         * src/summaryview.[ch]
5734                 Add S_SEARCH_EXTENDED to the quick search, which 
5735                 allows to search using filtering syntax.
5736
5737 2002-11-25 [colin]      0.8.6claws1
5738
5739         * src/summaryview.c
5740                 Deletion of duplicates now prefer deleting
5741                 the unread dup (fixes feature-request 638989).
5742
5743 2002-11-24 [paul]       0.8.6claws
5744
5745         * po/es.po
5746           po/pl.po
5747           po/ru.po
5748           po/sr.po
5749                 updated by Ricardo Mones Lastra,
5750                 Witold Wladyslaw Wojciech Wilk,
5751                 Ruslan N. Balkin, and  Urke MMI 
5752                 respectively
5753
5754 2002-11-24 [paul]       0.8.5claws182
5755
5756         * po/bg.po
5757                 updated by George Danchev
5758
5759 2002-11-23 [alfons]     0.8.5claws181
5760
5761         * src/imap.c
5762                 tiny memory leak found by browsing Dimitar's 
5763                 valgrind report
5764
5765 2002-11-23 [paul]       0.8.5claws180
5766
5767         * po/it.po
5768                 updated by Alessandro Maestri
5769
5770 2002-11-22 [christoph]  0.8.5claws179
5771
5772         * src/compose.c
5773         * src/inc.c
5774         * src/prefs_filtering.c
5775         * src/summaryview.c
5776                 more warning fixes
5777
5778 2002-11-22 [alfons]     0.8.5claws178
5779
5780         * src/summaryview.c
5781                 summary_execute_delete_func(): if message is deleted, make 
5782                 sure to also remove its entry in the subject hash table. 
5783                 fixes a corner case bug.
5784
5785 2002-11-22 [paul]       0.8.5claws177
5786
5787         * .cvsignore
5788                 add 'autom4te.cache'
5789                 
5790         * ltconfig      ** REMOVED **
5791                 not needed
5792
5793 2002-11-22 [paul]       0.8.5claws176
5794
5795         * src/textview.c
5796                 textview_set_font(): fix for message display in
5797                 UTF-8 locales (thanks to Sergey Vlasov).
5798                 
5799         * AUTHORS
5800                 add new team members and contributors
5801
5802
5803 2002-11-21 [colin]      0.8.5claws175
5804
5805         * src/procmsg.[ch]
5806                 Add procmsg_remove_special_headers()
5807         * src/mh.c
5808                 Use procmsg_remove_special_headers() for 
5809                 previous fix
5810
5811 2002-11-21 [colin]      0.8.5claws174
5812
5813         * src/mh.c
5814                 Fix moving/copying from queue/draft folders
5815                 for MH folders
5816
5817 2002-11-21 [christoph]  0.8.5claws173
5818
5819         * src/crash.c
5820         * src/filtering.c
5821         * src/logwindow.c
5822         * src/main.c
5823         * src/matcher_parser_lex.[hl]
5824         * src/mbox.c
5825         * src/mbox_folder.[ch]
5826         * src/prefs_filtering.c
5827         * src/procheader.c
5828         * src/quote_fmt_lex.l
5829         * src/ssl.c
5830                 fix all warnings except the warnings in lex and yacc files
5831
5832 2002-11-20 [christoph]  0.8.5claws172
5833
5834         * src/imap.c
5835                 fix MsgInfo retrieval for IMAP draft and queue folders
5836                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5837
5838 2002-11-19 [christoph]  0.8.5claws171
5839
5840         * src/compose.c
5841                 fix segfault, when draft saving does not get
5842                 the MsgInfo of the new message
5843                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5844
5845 2002-11-19 [christoph]  0.8.5claws170
5846
5847         * src/procmsg.c
5848                 add parameter check for flag setting function
5849                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5850
5851 2002-11-18 [paul]       0.8.5claws169
5852
5853         * src/compose.c
5854                 more sensitivity fixes to redirect mode:
5855                 * disable toolbar draft button
5856                 * allow only Address book in the Tools menu
5857                 * disable editing of message by the spell
5858                   checker
5859
5860 2002-11-18 [paul]       0.8.5claws168
5861
5862         * src/compose.c
5863                 fix sensitivity of menu items in compose_redirect():
5864                 allow only the necessary items 
5865
5866 2002-11-18 [paul]       0.8.5claws167
5867
5868         * src/compose.c
5869                 fix bug [ 603259 ] 'attachment got lost on bounce'
5870
5871 2002-11-18 [paul]       0.8.5claws166
5872
5873         * po/ru.po
5874                 updated by Ruslan N. Balkin <baron@dartel.ru>
5875
5876 2002-11-18 [colin]      0.8.5claws165
5877
5878         * src/main.c
5879           src/defs.h
5880                 Remove old filtering stuff
5881
5882
5883 2002-11-17 [oliver]     0.8.5claws164
5884
5885         * src/toolbar.h
5886                 remove not needed typedef 
5887
5888 2002-11-17 [oliver]     0.8.5claws163
5889
5890         * src/toolbar.c
5891                 make toolbar's on click events translatable
5892
5893 2002-11-15 [colin]      0.8.5claws162
5894
5895         * src/summaryview.c
5896                 Revert too-soon integration of a feature
5897
5898 2002-11-15 [christoph]  0.8.5claws161
5899
5900         * src/imap.c
5901                 use main's implementation of imap_get_msginfo
5902
5903 2002-11-15 [christoph]  0.8.5claws160
5904
5905         * src/compose.c
5906         * src/folder.[ch]
5907         * src/imap.c
5908         * src/mbox_folder.c
5909         * src/mh.c
5910         * src/news.c
5911         * src/procmsg.c
5912         * src/summaryview.c
5913                 replace claws' fetch_msginfo with main's get_msginfo
5914                 (use main's implementation where possible)
5915
5916 2002-11-15 [colin]      0.8.5claws159
5917
5918         * src/ssl_certificate.c
5919                 Missed a check
5920
5921 2002-11-16 [melvin]     0.8.5claws158
5922
5923         * po/fr.po
5924                 Updated French translations.
5925
5926 2002-11-16 [colin]      0.8.5claws157
5927
5928         * src/ssl_certificate.c
5929                 Check for missing parts in the certificates
5930
5931 2002-11-15 [colin]      0.8.5claws156
5932
5933         * src/folderview.c
5934                 Preventive fix (missing check) found by
5935                 Alfons
5936
5937 2002-11-15 [paul]
5938
5939         * NEWS
5940                 sync with 0.8.6 release
5941
5942 2002-11-15 [colin]      0.8.5claws155
5943
5944         * src/folder.[ch]
5945           src/folderview.c
5946                 Fix error handling of folder_item_move_to()
5947                 (thanks to Alfons!)
5948
5949 2002-11-15 [colin]      0.8.5claws154
5950
5951         * src/folder.[ch]
5952           src/folderview.c
5953                 folder_item_move_to() sets an error message instead
5954                 of having GUI stuff in folder.c
5955
5956 2002-11-15 [colin]      0.8.5claws153
5957
5958         * src/procmsg.[ch]
5959                 Implemented a callback for MsgInfo updates, 
5960                 heavily copy/pasted from Christoph's folder 
5961                 callback system
5962         * src/summaryview.[ch]
5963                 Register summary_update_msg as callback
5964
5965 2002-11-14 [colin]      0.8.5claws152
5966         
5967         * src/procmsg.c
5968                 Update the FolderItem after sending (fixes 617593)
5969
5970 2002-11-14 [christoph]  0.8.5claws151
5971
5972         * src/folder.c
5973                 fix wrong position of NULL pointer check found
5974                 by Sergey
5975
5976 2002-11-14 [christoph]  0.8.5claws150
5977
5978         * src/folder.c
5979                 fix segfault when deleting messages from IMAP folders
5980                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
5981
5982 2002-11-14 [colin]      0.8.5claws149
5983
5984         * src/compose.c
5985                 Forwarding was also ignoring the folder's default account.
5986
5987 2002-11-14 [colin]      0.8.5claws148
5988
5989         * src/compose.c
5990                 Fix sent folder not set to folder properties when 
5991                 forwarding.
5992
5993 2002-11-14 [thorsten]   0.8.5claws147
5994
5995         * src/inc.c
5996                 inc_start(): Files were not moved from .processing to inbox,
5997                 if no global processing rule existed
5998
5999 2002-11-14 [colin]      0.8.5claws146
6000
6001         * src/ssl_certificate
6002                 Fix file operations
6003
6004 2002-11-14 [paul]       0.8.5claws145
6005
6006         * po/it.po
6007                 updated by Alessandro Maestri
6008
6009 2002-11-13 [alfons]     0.8.5claws144
6010
6011         * src/folder.c
6012                 folder_item_close(): only mark messages unread
6013                 when a folder has new messages 
6014
6015 2002-11-13 [keith]      0.8.5claws143
6016
6017         * src/imap.c
6018                 Fix problem moving or copying between
6019                 IMAP folders
6020
6021 2002-11-13 [colin]      0.8.5claws142
6022
6023         * src/matcher_parser_parse.y
6024                 Fix rule problem when " don't match
6025
6026 2002-11-13 [christoph]  0.8.5claws141
6027
6028         * src/folder.c
6029         * src/folderview.c
6030                 moved cache saving to folder_item_close
6031                 the folderview should not have to deal with
6032                 this things
6033
6034 2002-11-13 [christoph]  0.8.5claws140
6035
6036         * src/summaryview.c
6037                 moved setting of important score to
6038                 summary_set_prefs_from_folderitem
6039
6040 2002-11-13 [colin]      0.8.5claws139
6041
6042         * src/matcher_parser_parse.y
6043                 Fix a segfault in the parser (happening when
6044                 a good expression had been tested and a bad 
6045                 one arrives)
6046
6047 2002-11-13 [paul]       0.8.5claws138
6048
6049         * sync with 0.8.5cvs24
6050                 see ChangeLog 2002-11-13
6051                 
6052         * po/pt_BR.po
6053                 updated by Fabio Jr. Beneditto
6054
6055 2002-11-13 [colin]      0.8.5claws137
6056         
6057         * src/msgcache.c
6058           src/defs.h
6059           src/procmsg.[ch]
6060                 Revert last commit, problem
6061
6062 2002-11-13 [colin]      0.8.5claws136
6063
6064         * src/msgcache.c
6065                 Remove duplicated code
6066         * src/defs.h
6067                 Bumped CACHE_VERSION and MARK_VERSION
6068         * src/procmsg.[ch]
6069                 Network endian for cache and mark files
6070
6071 2002-11-12 [colin]      0.8.5claws135
6072
6073         * src/inc.c
6074                 Fix the "socket error" dialog which disappeared
6075
6076 2002-11-12 [colin]      0.8.5claws134
6077
6078         * src/msgcache.c
6079                 Reverse last commit which had performance 
6080                 problems, but still reverse the list
6081
6082 2002-11-12 [colin]      0.8.5claws133
6083
6084         * src/msgcache.c
6085                 Reverse list order
6086
6087 2002-11-12 [melvin]     0.8.5claws132
6088
6089         * src/compose.c
6090                 Added a check for a NULL prefs_common.dictionary
6091
6092 2002-11-12 [colin]      0.8.5claws131
6093
6094         * src/ssl_certificate.[ch]
6095                 Use FQDN hostname
6096
6097 2002-11-12 [colin]      0.8.5claws130
6098
6099         * src/ssl_certificate.[ch]
6100                 Take connection port into account for 
6101                 checking certificates (a single hostname
6102                 could have multiple servers with multiple
6103                 certificates)
6104         * src/ssl.c
6105                 Pass the port to ssl_certificate_check
6106
6107 2002-11-12 [paul]       0.8.5claws129
6108
6109         * src/folder.c
6110                 fix a typo in last commit
6111
6112 2002-11-12 [paul]       0.8.5claws128
6113
6114         * sync with 0.8.5cvs23
6115                 see ChangeLog entry 2002-11-12
6116
6117 2002-11-11 [colin]      0.8.5claws127
6118
6119         * src/ssl_certificate.c
6120                 Cleaner messages
6121                 Don't popup, instead log error, if the 
6122                 corresponding pref is checked
6123         * src/ssl_certificate.h
6124                 include <openssl/objects/h>
6125
6126 2002-11-11 [colin]      0.8.5claws126
6127
6128         * src/ssl_certificate.h
6129                 _Really_ clean it
6130
6131 2002-11-11 [colin]      0.8.5claws125
6132         
6133         * src/ssl_certificate.c
6134                 Fixed leak
6135
6136 2002-11-11 [colin]      0.8.5claws124
6137
6138         * src/ssl.c
6139                 Cleaned a bit
6140         * src/ssl_certificate.[ch]
6141                 Cleaned a bit (better use of SSL API)
6142                 (This will cause non-recognition of saved 
6143                  certificates of claws12[23]...)
6144
6145 2002-11-11 [paul]       0.8.5claws123
6146         
6147         * po/es.po
6148                 updated by Ricardo Mones Lastra
6149
6150 2002-11-11 [colin]      0.8.5claws122
6151
6152         * src/ssl.c
6153                 Fix a typo
6154
6155 2002-11-11 [colin]      0.8.5claws121
6156
6157         * src/ssl_certificate.[ch] ** NEW FILES **
6158         * src/ssl.[ch]
6159                 Check SSL certificates presented to us
6160         * src/Makefile.am
6161                 Add ssl_certificate.[ch]
6162         * po/POTFILES.in
6163                 Add ssl_certificate.c
6164
6165 2002-11-11 [paul]       0.8.5claws120
6166
6167         * sync with 0.8.5cvs22
6168                 see ChangeLog 2002-11-11
6169
6170 2002-11-11 [paul]       0.8.5claws119
6171
6172         * sync with 0.8.5cvs21
6173                 see ChangeLog 2002-11-11
6174
6175 2002-11-10 [jens]       0.8.5claws118
6176
6177         * src/folder.c
6178         * src/folderview.c
6179                 corrected some typing
6180         * po/de.po
6181                 updated german translation
6182         * sylpheed.spec.in
6183                 cleaned up specfile and adjusted it for claws
6184
6185 2002-11-10 [colin]      0.8.5claws117
6186
6187         * src/summaryview.c
6188                 a STATUSBAR_PUSH/POP fix
6189
6190 2002-11-10 [colin]      0.8.5claws116
6191
6192         * src/prefs_folder_item.c
6193                 Fix hanging after opening folder properties
6194
6195 2002-11-10 [hoa]        0.8.5claws115
6196
6197         * src/matcher_parser_lex.l
6198         * src/matcher_parser_parse.y
6199                 config file for scoring and filtering is no more trashed
6200                 when there is a syntax error in a filtering rule when
6201                 editing it in a dialog.
6202
6203 2002-11-09 [colin]      0.8.5claws114
6204
6205         * src/mbox_folder.c
6206                 Added missing initialisation of folder->destroy()
6207
6208 2002-11-09 [colin]      0.8.5claws113
6209
6210         * src/folder.c
6211           src/folderview.c
6212                 Fix the status bar messages
6213
6214 2002-11-09 [colin]      0.8.5claws112
6215
6216         * src/folderview.c
6217                 Fix hangs after folder dnd, happening after 
6218                 claws109.
6219
6220 2002-11-09 [christoph]  0.8.5claws111
6221
6222         * src/folderview.c
6223                 just changed order of calls (reverse order of
6224                 associated calls)
6225         * src/inc.c
6226                 lock inc when checking only one account, otherwise
6227                 inc all could be executed at the same time
6228
6229 2002-11-09 [christoph]  0.8.5claws110
6230
6231         * src/folderview.c
6232                 better unlock the mouse cursor before calling
6233                 summary_show because it changes the cursor too
6234
6235 2002-11-09 [christoph]  0.8.5claws109
6236
6237         * src/folder.[ch]
6238         * src/folderview.c
6239                 add functions to open and close a folder
6240                 o opending will execute scanning for remote folders
6241                   and processing
6242                 o closing will unset new flag for messages
6243
6244 2002-11-09 [colin]      0.8.5claws108
6245
6246         * src/folder.c
6247                 Add a call to prefs_matcher_write_config to 
6248                 avoid non-leaf folders filtering settings to be
6249                 lost
6250
6251 2002-11-09 [paul]       0.8.5claws107
6252
6253         * src/prefs_account.c
6254                 re-word a label
6255
6256 2002-11-09 [colin]      0.8.5claws106
6257
6258         * src/folderview.c
6259                 Minor esthetic fix
6260
6261 2002-11-09 [colin]      0.8.5claws105
6262
6263         * src/folderview.c
6264                 Fix prefs_filtering deletion for MH folders (same
6265                 reason as below)
6266         * src/prefs_filtering.c
6267                 Fix prefs_filtering renaming and deletion for 
6268                 folder-based processing rules.  
6269
6270 2002-11-09 [christoph]  0.8.5claws104
6271
6272         * src/compose.c
6273         * src/folder.[ch]
6274         * src/folderview.[ch]
6275         * src/import.c
6276         * src/inc.c
6277         * src/main.c
6278         * src/mainwindow.c
6279         * src/messageview.c
6280         * src/prefs_folder_item.c
6281         * src/procmsg.c
6282         * src/summaryview.c
6283                 implement a callback system for folder item updates
6284
6285 2002-11-09 [colin]      0.8.5claws103
6286
6287         * src/folderview.c
6288                 Fix prefs_filtering renaming for MH folders (we
6289                 shouldn't rename by path as another folder could
6290                 have the same hierarchy).
6291
6292 2002-11-09 [colin]      0.8.5claws102
6293
6294         * src/folder.c
6295                 Fix a leak found by Christoph, use better variable
6296                 names
6297
6298 2002-11-09 [colin]      0.8.5claws101
6299
6300         * src/folder.c
6301                 One more fix for processing rules
6302
6303 2002-11-08 [colin]      0.8.5claws100
6304         
6305         * src/matcher.c
6306                 Don't copy the compiled regexp (will be reevaluated)
6307         * src/folderview.c
6308                 Lock folderview while moving
6309         * src/folder.c
6310                 Provide info on what's happening to the user
6311
6312 2002-11-08 [colin]      0.8.5claws99
6313
6314         * src/folderview.c
6315                 Fix folder reordering after a move if parent is 
6316                 root
6317         * src/scoring.[ch]
6318                 Add function to copy a ScoringProp
6319         * src/prefs_folder_item.c
6320                 Copy scoring rules when copying a folder prefs
6321
6322 2002-11-08 [colin]      0.8.5claws98
6323
6324         * src/folderview.c
6325                 Fixes in case of failure
6326         * src/filtering.[ch]    
6327                 Add function to duplicate a FilteringProp
6328         * src/matcher.[ch]
6329                 Add function to duplicate a MatcherProp
6330         * src/prefs_folder_item.c
6331                 Save folder's processing rules when copying 
6332                 its prefs
6333
6334 2002-11-08 [colin]      0.8.5claws97
6335         
6336         * src/folderview.c
6337                 Sort after move
6338         * src/folder.c 
6339                 Change a printf to debug_print
6340
6341 2002-11-08 [colin]      0.8.5claws96
6342
6343         * src/folder.c
6344           src/folderview.c
6345                 Fix segfaults, call me stupido
6346         
6347
6348 2002-11-08 [colin]      0.8.5claws95
6349
6350         *src/folder.c
6351                 Added forgotten prefs to save when moving folders
6352
6353 2002-11-08 [colin]      0.8.5claws94
6354
6355         * src/folder.c
6356                 Fixes to folder DND (prefs copy)
6357         * src/folderview.c
6358                 Optimization for folder DND (don't rescan whole tree)
6359                 Added folderview_create_folder_node() for this 
6360                 optimization, so de-duped a bit the code
6361         * src/prefs_folder_item.[ch]
6362                 Added prefs_folder_item_copy_prefs()    
6363           
6364 2002-11-08 [paul]       0.8.5claws93
6365
6366         * src/prefs_account.c
6367           tools/README
6368           tools/kmail2sylpheed_v2.pl
6369                 correct some typos
6370
6371 2002-11-08 [paul]       0.8.5claws92
6372
6373         * src/compose.c
6374           src/prefs_account.[ch]
6375                 remove account options 'clearsign' and 'ascii_armored',
6376                 replace with 'default_gnupg_mode' to prevent mixed-mode
6377                 Privacy settings
6378
6379 2002-11-08 [paul]       0.8.5claws91
6380
6381         * src/compose.[ch]
6382                 re-implement GnuPG 'on-the-fly' mode selection,
6383                 disallow mixed-mode
6384
6385 2002-11-08 [colin]      0.8.5claws90
6386
6387         * src/folderview.c
6388           src/prefs_folder_item.c
6389                 Change "Property" to "Properties"
6390
6391 2002-11-07 [colin]      0.8.5claws89
6392
6393         * src/folderview.c
6394           src/folder.c
6395                 Allow folder dropping to a root folder
6396
6397 2002-11-07 [paul]       0.8.5claws88
6398
6399         * src/compose.c
6400                 revert last commit
6401
6402 2002-11-07 [paul]       0.8.5claws87
6403
6404         * src/compose.c
6405                 fix reply-to-list bug. closes bug report
6406                 "[633382] reply-to-list broken in recent cvs"
6407
6408 2002-11-07 [paul]       0.8.5claws86
6409
6410         * src/compose.c
6411                 add a forgotten '#if USE_GPGME ... #endif'
6412
6413 2002-11-07 [paul]       0.8.5claws85
6414
6415         * sync with 0.8.5cvs20
6416                 see ChangeLog 2002-11-07
6417
6418 2002-11-07 [colin]      0.8.5claws84
6419
6420         * src/folder.[ch]
6421                 Change folder_item_move_to to return the newly 
6422                 created folderitem.
6423         * src/folderview.c
6424                 Select the new folderitem after moving.
6425
6426 2002-11-07 [colin]      0.8.5claws83
6427
6428         * src/prefs_filtering.c
6429                 Fix rule rewriting when moving a leaf folder to a 
6430                 shorter path
6431
6432 2002-11-07 [colin]      0.8.5claws82
6433
6434         * src/prefs_filtering.c
6435                 fix a leak
6436
6437 2002-11-07 [colin]      0.8.5claws81
6438
6439         * src/folder.[ch]
6440                 Add folder_item_move_to() function to move a 
6441                 folderitem into another one (updates matcher etc)
6442         * src/folderview.c
6443                 Add folder drag'n drop (context menu to come)
6444                 [Should be dataloss free, but Please backup before 
6445                  trying !]
6446
6447 2002-11-06 [colin]      0.8.5claws80
6448
6449         * src/mh.c
6450                 mh_create_folder() returns NULL if can't create
6451                 directory hierarchy
6452
6453 2002-11-06 [paul]       0.8.5claws79
6454
6455         * src/compose.[ch]
6456                 allow 'on-the-fly' changing of the type of encryption 
6457                 and/or signing used (mime/ascii) via the compose window
6458
6459 2002-11-06 [paul]       0.8.5claws78
6460
6461         * sync with 0.8.5cvs19
6462                 see ChangeLog 2002-11-06 for src/account.c: 
6463                 account_get_special_folder()
6464                 
6465 2002-11-05 [alfons]     0.8.5claws77
6466
6467         * src/crash.c
6468                 very minor cleanups: nothing to see here, move on. :-)
6469
6470 2002-11-05 [colin]      0.8.5claws76
6471
6472         * src/main.c
6473                 Changes choices if compose windows are opened to
6474                 Discard, Draft, Don't quit
6475
6476 2002-11-05 [thorsten]   0.8.5claws75
6477
6478         * src/compose.c
6479                 reenabled default_reply_to folder option
6480
6481 2002-11-05 [colin]      0.8.5claws74
6482
6483         * src/compose.[ch] 
6484                 add compose_draft()
6485         * src/crash.c
6486                 add SIGTERM handler
6487         * src/main.[ch]
6488                 add clean_quit() for the SIGTERM handler
6489
6490 2002-11-05 [paul]       0.8.5claws73
6491         
6492         * po/es.po
6493                 updated by Ricardo Mones Lastra
6494
6495 2002-11-05 [melvin]     0.8.5claws72
6496
6497         * src/logwindow.c
6498                 Fixed log-clipping bug #616795.
6499                 To stop logging in the log window use 0 length.
6500         * src/prefs_common.c
6501                 Added a label to inform about the 0 log length behaviour.
6502
6503 2002-11-05 [paul]       0.8.5claws71
6504
6505         * sync with 0.8.5cvs17
6506                 see ChangeLog 2002-11-05
6507
6508 2002-11-04 [paul]       0.8.5claws70
6509
6510         * sylpheed-128x128.png
6511           sylpheed-64x64.png
6512           sylpheed.png
6513                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6514                 <nikai@users.sourceforge.net>
6515                 
6516         * po/bg.po
6517                 updated by George Danchev
6518
6519 2002-11-03 [thorsten]   0.8.5claws69
6520
6521         * src/main.c
6522           src/mimeview.c
6523           src/rfc2015.h
6524                 add check if gpg is active
6525
6526 2002-11-03 [thorsten]   0.8.5claws68
6527
6528         * src/toolbar.h
6529                 removed GSList declaration causing trouble on MacOS-X
6530                 (submitted by alfons, reported by xfesty)
6531
6532 2002-11-01 [paul]       0.8.5claws67
6533
6534         * src/mainwindow.c
6535                 remove last remnants of main's filter code
6536
6537 2002-11-01 [paul]       0.8.5claws66
6538
6539         * tools/filter_conv.pl
6540                 fix bug where user-defined headers were ignored
6541
6542 2002-11-01 [paul]       0.8.5claws65
6543
6544         * src/logwindow.c
6545                 make a debug_print() not translatable
6546
6547 2002-10-31 [melvin]     0.8.5claws64
6548
6549         * ac/aspell.m4
6550                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6551                 not run any GNU/aspell test.  The dictionary path will
6552                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6553                 was given, in which case, it will be $prefix/lib/aspell/
6554         * configure.in
6555                 Fixed typo in commentary (Aspell code).
6556
6557 2002-10-31 [paul]       0.8.5claws63
6558
6559         * po/POTFILES.in
6560                 remove src/filter.c and src/prefs_filter.c
6561                 thanks to Ricardo for reminding me
6562
6563 2002-10-31 [colin]      0.8.5claws62
6564
6565         * src/mbox_folder.c
6566                 Plug some leaks
6567
6568 2002-10-31 [paul]       0.8.5claws61
6569
6570         * src/prefs_filter.[ch] ** REMOVED **
6571           src/filter.[ch]       ** REMOVED **
6572           
6573         * src/Makefile.am
6574           src/folderview.c
6575           src/inc.c
6576           src/main.c
6577           src/mainwindow.c
6578           src/mbox.c
6579           src/prefs_common.c
6580           src/prefs_filtering.c
6581           src/summaryview.[ch]
6582                 remove main's 'filter' code
6583                 
6584         README.claws
6585                 update to reflect removal of main's filter
6586
6587 2002-10-31 [paul]       0.8.5claws60
6588
6589         * src/summaryview.c
6590                 remove check for global_processing in summary_filter_open(). 
6591                 This fixes the bug where if the user uses the right-click 
6592                 'Create filter rule...' and doesn't have any filter rules 
6593                 already defined in claws' advanced filtering, the newly 
6594                 created filter rule goes to main's filtering which is 
6595                 inaccessible through the gui. Now the filter rule gets added
6596                 to claws' filtering by default.
6597
6598 2002-10-28 [melvin]     0.8.5claws59
6599
6600         * src/prefs_actions.c
6601                 Fixed bug #627322 where MIME parts were not always
6602                 correctly passed to a %p action
6603                 Display an error dialog when message filename is not found.
6604
6605 2002-10-28 [melvin]     0.8.5claws58
6606
6607         * src/prefs_common.c
6608                 Readded a missing function declaration lost in 0.8.3claws34
6609
6610 2002-10-28 [paul]       0.8.5claws57
6611
6612         * sync with 0.8.5cvs15
6613                 see ChangeLog 2002-10-28 and 2002-10-25
6614                 
6615         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6616
6617 2002-10-27 [oliver]     0.8.5claws56
6618
6619         * src/pop.c
6620                 plug leak in pop3_top_recv
6621
6622 2002-10-26 [christoph]  0.8.5claws55
6623
6624         * src/folder.c
6625                 set need_update folder flag when messages are added
6626                 (closes bug [ 626922 ] folder not updated after receiving)
6627
6628 2002-10-25 [melvin]     0.8.5claws54
6629
6630         * src/imageview.c
6631                 Fixed a memleak introduced in the scaling code.
6632
6633 2002-10-24 [alfons]     0.8.5claws53
6634
6635         * src/filtering.c
6636                 make filtering's forward message action forward from the 
6637                 correct account
6638                 (closes bug [628089 ] Filter -> Forward from address problem
6639                 reported by Oktay)
6640
6641 2002-10-24 [christoph]  0.8.5claws52
6642
6643         * src/mainwindow.c
6644         * src/manual.[ch]
6645                 o use manual of current locale or english if current
6646                   locale is not available (and english is available)
6647                 o also link to sylpheed doc project manuals
6648
6649 2002-10-23 [paul]       0.8.5claws51
6650
6651         * tools/README
6652           tools/kmail2sylpheed_v2.pl
6653                 add new version of kmail addressbook importer script.
6654                 works with newer versions of Kmail/KAddressBook which
6655                 have new and rearranged data.
6656
6657 2002-10-23 [martin]     0.8.5claws50
6658
6659         * src/folderview.c
6660         * src/summaryview.c
6661         * src/utils.h
6662         * src/utils.c
6663                 added length parameter to get_abbrev_newsgroup_name()
6664                 changed this function so that it abbreviates the newsgroup
6665                 names only so long it is smaller than the length parameter
6666                 (for better reading of some newsgroup names and space efficiency)
6667
6668 2002-10-22 [colin]      0.8.5claws49
6669
6670         *src/foldersel.c
6671                 Revert Alfons' last modification (after voting ;-))
6672
6673 2002-10-21 [alfons]     0.8.5claws48
6674
6675         * src/foldersel.c
6676                 folder view in folder selection dialog reflects state of
6677                 folder view in main window
6678
6679 2002-10-18 [alfons]     0.8.5claws47
6680
6681         * src/mbox.c
6682                 drop imported messages in folder selected by user,
6683                 and not in the inbox
6684                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6685
6686 2002-10-18 [alfons]     0.8.5claws46
6687
6688         * src/compose.c
6689                 make automagic reply work correctly for email accounts 
6690                 (whether it's viable to do a full sync with Hiro's 
6691                 compose.c is still under discussion)
6692
6693 2002-10-18 [melvin]     0.8.5claws45
6694
6695         * src/prefs_actions.c
6696                 Fixed bug #622275 where asynchroneous actions left 
6697                 zombies processes
6698                 Made (synchroneous) actions' input be displayed live.
6699
6700 2002-10-18 [christoph]  0.8.5claws44
6701
6702         * src/textview.c
6703                 don't add a newline in the textview in front of the
6704                 first textpart if header display is disabled
6705                 (closes bug [ 603385 ] disabled header display leaves blank
6706                  lin)
6707
6708 2002-10-18 [christoph]  0.8.5claws43
6709
6710         * src/folder.[ch]
6711         * src/imap.c
6712         * src/mbox_folder.c
6713         * src/mh.c
6714         * src/news.c
6715                 folder->get_num_list now returns an error code
6716                 (closes bug [ 609424 ] News cache cleared on failure)
6717                 
6718 2002-10-17 [colin]      0.8.5claws42
6719         
6720         * src/news.c
6721                 Changed a printf by debug_print
6722
6723 2002-10-16 [paul]       
6724
6725         * tools/OOo2sylpheed.pl
6726                 allow for spaces in the name of the
6727                 file to be attached.
6728
6729 2002-10-16 [colin]      0.8.5claws41
6730
6731         * src/main.c
6732                 Use a tristate to change online mode
6733
6734 2002-10-16 [paul]       0.8.5claws40
6735
6736         * po/es.po
6737                 updated by Ricardo Mones Lastra
6738
6739 2002-10-16 [colin]      0.8.5claws39
6740
6741         * src/main.c
6742           src/mainwindow.[ch]
6743                 Added --online and --offline command-line
6744                 switches
6745
6746 2002-10-15 [christoph]  0.8.5claws38
6747
6748         * src/procmime.c
6749                 set mimeinfo->name to NULL after g_free to
6750                 avoid double freeing with g_free
6751
6752 2002-10-14 [christoph]  0.8.5claws37
6753
6754         * src/compose.c
6755         * src/filtering.c
6756         * src/summaryview.c
6757                 remove calls to folder->change_flags that are now
6758                 done by procmsg flag functions (seems it is not
6759                 used by any foldertype anyway)
6760         * src/folder.c
6761                 init folder->change_flags with NULL
6762
6763 2002-10-14 [christoph]  0.8.5claws36
6764
6765         * src/folder.[ch]
6766         * src/imap.[ch]
6767                 use virtual functions for folder item new and destroy
6768                 functions
6769
6770 2002-10-14 [melvin]     0.8.5claws35
6771
6772         * src/compose.c
6773                 Added a test to not run the spell checker if no default
6774                 dictionary is available. No dialog is displayed though.
6775
6776 2002-10-14 [melvin]     0.8.5claws34
6777
6778         * src/gtkaspell.c
6779                 Fixed bug in dictionary list context menu where
6780                 "More..." pointed to an emtpy submenu if the
6781                 number of dictionaries is a multiple of 15
6782                 Removed unneeded code in suggestions list creation
6783
6784 2002-10-14 [paul]       0.8.5claws33
6785
6786         * po/bg.po
6787                 updated by George Danchev
6788
6789 2002-10-13 [hoa]        0.8.5claws32
6790
6791         * src/matcher.[ch]
6792           src/matcher_parser_parser.y
6793                 removed the escaped string from internal structure
6794                 of matcher.
6795
6796 2002-10-12 [colin]      0.8.5claws31
6797
6798         * src/gtksctree.[ch]
6799           src/summaryview.c
6800                 Removed useless function gtksctree_reanchor
6801
6802 2002-10-12 [alfons]     0.8.5claws30
6803         
6804         * sync with remaining main changes 2002-10-09 - 2002-10-11
6805         - drop changes to src/compose.c (requires claws specific changes)
6806         
6807 2002-10-12 [alfons]     0.8.5claws29
6808         
6809         * sync with main changes of 2002-10-08
6810         - drop changes to src/compose.c (requires claws specific changes)
6811         - drop changes to src/summaryview.c (requires changes to compose.c)     
6812
6813 2002-10-12 [alfons]     0.8.5claws28
6814         
6815         * sync with main changes of 2002-10-07
6816
6817 2002-10-12 [alfons]     0.8.5claws27
6818
6819         * sync with main changes of 2002-10-04
6820         - drop changes to src/compose.c (requires claws specific changes)
6821         - drop changes to src/prefs_folder_item.c (claws implementation
6822           seems to be working)
6823
6824 2002-10-12 [colin]      0.8.5claws26
6825
6826         * src/mainwindow.c
6827                 Fix folder-flicker when space-reading, introduced 
6828                 in claws22.
6829
6830 2002-10-12 [colin]      0.8.5claws25
6831
6832         * src/compose.c
6833                 Save account address when saving as draft.
6834                 (closes bug 621838)
6835
6836 2002-10-12 [colin]      0.8.5claws24
6837
6838         * src/summaryview.c
6839                 Fix the problem consisting of no message selected
6840                 after the last message in a folder has been moved.
6841
6842 2002-10-12 [paul]       0.8.5claws23
6843
6844         * src/compose.c
6845           src/prefs_template.c
6846           src/template.[ch]
6847                 add Cc and Bcc to templates. Patch submitted by
6848                 John L. Males.
6849
6850 2002-10-12 [colin]      0.8.5claws22
6851
6852         * src/folderview.c
6853                 Fix a bug after "Check for new messages":
6854                 If a folder was opened, it was still selected at
6855                 the end of the check, but displayed empty.
6856         * src/mainwindow.c
6857                 Remove unnecessary check
6858
6859 2002-10-12 [paul]
6860
6861         * tools/README
6862                 be more verbose in the description of
6863                 OOo2sylpheed.pl
6864                 
6865
6866 2002-10-11 [colin]      0.8.5claws21
6867
6868         * src/mainwindow.c
6869                 Make space work (better) when no mail is selected
6870
6871 2002-10-11 [colin]      0.8.5claws20
6872
6873         * src/inc.c
6874           src/news.c
6875                 fix warnings
6876
6877 2002-10-11 [colin]      0.8.5claws19
6878
6879         * src/mainwindow.c
6880                 revert 0.8.5claws6 changes as i couldn't get to
6881                 anything satisfying
6882
6883 2002-10-11 [melvin]     0.8.5claws18
6884
6885         * src/compose.c
6886                 Removed buggy and unused macro (should have been committed in
6887                 0.8.5claws17)
6888
6889 2002-10-11 [melvin]     0.8.5claws17
6890
6891         * src/compose.c
6892                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6893
6894 2002-10-11 [thorsten]   0.8.5claws16 
6895
6896         * src/folderview.c
6897                 remove rescan warning
6898
6899 2002-10-11 [colin]      0.8.5claws15 
6900
6901         * src/procheader.c
6902                 fix a segfault that happens if conv_unmime_header
6903                 fails (should be better to find out why it fails)
6904
6905 2002-10-11 [christoph]  0.8.5claws14
6906
6907         * src/summaryview.c
6908                 update folderview stats after ignore/unignore thread
6909
6910 2002-10-11 [hoa]        0.8.5claws13
6911
6912         * src/quote_fmt_parse.y
6913                 Fixed a yacc/bison syntax error
6914         * src/matcher.c
6915                 Escaping of string is fixed.
6916
6917 2002-10-11 [colin]      0.8.5claws12
6918
6919         * src/imageview.c
6920                 Resize images to fit
6921
6922 2002-10-11 [paul]       0.8.5claws11
6923
6924         * po/es.po
6925                 updated by Ricardo Mones Lastra
6926
6927 2002-10-10 [alfons]     0.8.5claws10
6928
6929         * src/compose.c
6930                 allow dropping files by "moving" files from a file manager,
6931                 not only by the more cumbersome "copying". the latter 
6932                 mostly implies holding down the Control button
6933
6934 2002-10-10 [christoph]  0.8.5claws9
6935
6936         * src/summaryview.c
6937                 update folders after thread building for ignored threads
6938
6939 2002-10-10 [christoph]  0.8.5claws8
6940
6941         * config/.cvsignore
6942                 added Makefile
6943         * src/filtering.[ch]
6944         * src/folder.[ch]
6945         * src/folderview.[ch]
6946         * src/import.c
6947         * src/inc.[ch]
6948         * src/mbox.[ch]
6949         * src/procmsg.c
6950         * src/summaryview.[ch]
6951                 o added new flag need_update to FolderItem
6952                 o removed folder_table from various functions from tracking
6953                   folder updates
6954                 o set need_update flags in folder.c's move, copy and delete
6955                   functions and procmsg's flags functions
6956                 o added function folderview_update_items_when_required that
6957                   updates all folders with need_update set
6958                 o call folderview_update_items_when_required instead of
6959                   folderview_update_item_foreach
6960
6961 2002-10-09 [sergey]     0.8.5claws7
6962
6963         * src/compose.c
6964                 Strip CRs whel loading the text into editor in reedit mode.
6965
6966 2002-10-09 [colin]      0.8.5claws6
6967
6968         * src/mainwindow.c
6969                 Make Space work when no mail is selected
6970
6971 2002-10-09 [colin]      0.8.5claws5
6972
6973         * src/gtksctree.[ch]
6974                 Fix range_select
6975                 Add gtk_sctree_reanchor() 
6976         * src/summaryview.c
6977                 Use gtk_sctree_reanchor() - better fix for 
6978                 bug 60413
6979
6980 2002-10-09 [colin]      0.8.5claws4
6981
6982         * src/summaryview.c
6983                 Fix shift-click select after delete problem
6984                 (closes bug 60413)
6985
6986 2002-10-08 [thorsten]   0.8.5claws3
6987
6988         * src/summaryview.c
6989                 exclude current msg from -hide read messages-
6990
6991 2002-10-08 [colin]      0.8.5claws2
6992
6993         * src/inc.[ch]
6994           src/pop.c
6995           src/recv.c
6996                 Differentiate socket errors from disk full
6997                 errors
6998
6999 2002-10-08 [christoph]  0.8.5claws1
7000
7001         * Makefile.am
7002         * configure.in
7003                 modifications for new config directory
7004
7005         * config.guess  ** REMOVED **
7006         * config.sub    ** REMOVED **
7007         * install-sh    ** REMOVED **
7008         * ltmain.sh     ** REMOVED **
7009         * missing       ** REMOVED **
7010         * mkinstalldirs ** REMOVED **
7011                 these files are autogenerated by automake
7012                 when you run autogen.sh
7013
7014         * config/.cvsignore     ** NEW FILE **
7015         * config/Makefile.am    ** NEW FILE **
7016                 ignore autogenerated files
7017                 create a Makefile in this directory
7018
7019 2002-10-08 [paul]       0.8.5claws
7020
7021         * 0.8.5claws release
7022         
7023         * src/compose.c
7024           src/procheader.c
7025           src/procmsg.c
7026                 fix quote reply format for newsgroups reply bug
7027                 (thanks to Hoa)
7028                 
7029         * po/en_GB.po
7030           po/pl.po
7031                 updated by me and Witold Wladyslaw Wojciech Wilk
7032                 repectively
7033
7034 2002-10-07 [paul]       0.8.3claws53
7035
7036         * po/it.po
7037           po/pt_BR.po
7038           po/sr.po
7039                 updated messages catalogs, submitted by
7040                 Alessandro Maestri, Fabio Jr.Beneditto 
7041                 and Urke MMI, respectively.
7042
7043 2002-10-07 [christoph]  0.8.3claws52
7044
7045         * src/folder.[ch]
7046         * src/folderview.c
7047         * src/mainwindow.c
7048                 fix new folder ghost message bug
7049                 (closes bug [ 619722 ] wrong count for newly created folders)
7050
7051 2002-10-07 [christoph]  0.8.3claws51
7052
7053         * src/compose.c
7054                 fix news posting problem
7055
7056 2002-10-07 [melvin]     0.8.3claws50
7057
7058         * po/fr.po
7059                 Updated French translation
7060
7061 2002-10-05 [christoph]  0.8.3claws49
7062
7063         * src/gtkstext.c
7064                 check if line_start_cache is set in gtk_stext_update_text
7065                 (closes bug [ 618119 ] crash while doing search in folder)
7066
7067 2002-10-05 [christoph]  0.8.3claws48
7068
7069         * src/imap.c
7070         * src/news.c
7071         * src/utils.c
7072         * src/utils.h
7073                 implement cache cleanups for claws' folder system
7074                 (closes bug [ 595916 ] imapcache not cleaned up)
7075
7076 2002-10-05 [melvin]     0.8.3claws47
7077
7078         * src/prefs_actions.c
7079                 Made the help text more clear for the %p token
7080
7081 2002-10-04 [paul]       0.8.3claws46
7082
7083         * sync with 0.8.5
7084                 see ChangeLog 2002-10-02 and 2002-10-03
7085
7086 2002-10-04 [christoph]  0.8.3claws45
7087
7088         * src/inc.c
7089                 fix segfault caused by pop before smtp
7090                 call to inc_account_mail with NULL
7091                 pointer for mainwin
7092
7093 2002-10-04 [paul]       0.8.3claws44
7094
7095         * configure.in
7096                 sync the LDAP detection from 0.8.5cvs1
7097
7098 2002-10-02 [christoph]  0.8.3claws43
7099
7100         * po/de.po
7101                 fix small spelling error
7102
7103 2002-10-02 [melvin]     0.8.3claws42
7104
7105         * ac/aspell.m4
7106                 Behave better and say "no" when test program cannot be run.
7107
7108 2002-10-02 [paul]       0.8.3claws41
7109
7110         * sync with 0.8.4cvs1
7111                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7112                 
7113         * src/summaryview.c
7114                 toggle the behavior of Reply menuitem between
7115                 normal reply and reply-to-list
7116
7117 2002-10-01 [sergey]     0.8.3claws40
7118
7119         * src/compose.c
7120                 Convert newlines in the message text to the canonical form
7121                 before base64 encoding (RFC2045 compliance, fixes some
7122                 interoperability issues with Evolution 1.0.3)
7123
7124 2002-09-29 [colin]      0.8.3claws39
7125
7126         * src/summaryview.c
7127                 Fix an unwanted copy/paste
7128
7129 2002-09-29 [colin]      0.8.3claws38
7130
7131         * src/mainwindow.c
7132                 Renamed "Custom toolbar" to "Customize toolbar"
7133                 Renamed "Show all header" to "Show all headers"
7134                 Renamed "Set diplay item" to "Set displayed items"
7135         * src/prefs_common.c
7136                 Renamed "Show all header" to "Show all headers"
7137         * src/prefs_summary_column.c
7138                 Renamed "diplay item" to "displayed items"
7139
7140 2002-09-29 [colin]      0.8.3claws37
7141
7142         * src/mainwindow.[ch]
7143                 online/offline status pixmaps follow theme
7144                 changes
7145         * src/summaryview.[ch]
7146                 quicksearch pixmap follows theme changes
7147
7148 2002-09-29 [thorsten]   0.8.3claws36
7149
7150         * src/compose.c
7151           src/prefs_folder_item.[ch]
7152                 add default_reply_to folder option (closes patch 581044)
7153
7154 2002-09-29 [christoph]  0.8.3claws35
7155
7156         * acconfig.h    ** REMOVED **
7157         * configure.in
7158         * ac/aspell.m4
7159         * ac/check-type.m4
7160         * ac/gnupg-check-typedef.m4
7161                 fix autoheader 2.50 warning
7162
7163 2002-09-29 [christoph]  0.8.3claws34
7164
7165         * major code cleanup (part 2)
7166         
7167                 - unused variables removed
7168                 - unused functions removed
7169                 - uninitialized variables checked
7170                 - missing return statements added
7171                 - missing function return types added
7172                 - added parentheses around assignment
7173                   when suggested by gcc
7174
7175 2002-09-29 [alfons]     0.8.3claws33
7176
7177         * src/logwindow.c
7178                 log_window_clear(): only bracket gtk_text_forward_delete() 
7179                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7180                 works around GTK text bug)
7181
7182 2002-09-29 [paul]       0.8.3claws32
7183
7184         * po/bg.po
7185           po/sr.po
7186                 updated by George Danchev and Urke MMI
7187                 respectively
7188
7189 2002-09-27 [christoph]  0.8.3claws31
7190
7191         * doc-src/readme.txt
7192         * doc-src/rfc1806.txt   ** REMOVED **
7193         * doc-src/rfc2183.txt   ** NEW FILE **
7194         * doc-src/rfc2980.txt   ** NEW FILE **
7195                 update rfcs
7196
7197 2002-09-27 [melvin]     0.8.3claws30
7198
7199         * ac/aspell.m4
7200                 Fixed typo which could break linking
7201
7202 2002-09-27 [melvin]     0.8.3claws29
7203
7204         * ac/aspell.m4
7205                 Improved GNU/aspell checking. 
7206                 Fixed bug #614490
7207
7208 2002-09-27 [paul]       0.8.3claws28
7209
7210         * sync with 0.8.3cvs8
7211                 see ChangeLog 2002-09-27
7212
7213 2002-09-26 [colin]      0.8.3claws27
7214
7215         * src/toolbar.[ch]
7216           src/mainwindow.[ch]
7217                 Add "Reply to Mailing-list" to the toolbar
7218
7219 2002-09-26 [christoph]  0.8.3claws26
7220
7221         * src/summaryview.c
7222                 Fix wrong message counts in summaryview status
7223
7224 2002-09-26 [paul]       0.8.3claws25
7225
7226         * sync with 0.8.3cvs7
7227                 see ChangeLog 2002-09-26
7228
7229 2002-09-26 [paul]       0.8.3claws24
7230
7231         * sync with 0.8.3cvs6
7232                 see ChangeLog 2002-09-25
7233
7234 2002-09-25 [christoph]  0.8.3claws23
7235
7236         * src/prefs_common.c
7237         * src/prefs_folder_item.c
7238         * src/prefs_scoring.c
7239                 Renamed "kill score" to "hide score" in GUI
7240                 and prefs files
7241
7242 2002-09-25 [paul]       0.8.3claws22
7243
7244         * sync with 0.8.3cvs5
7245                 see ChangeLog 2002-09-24
7246
7247 2002-09-24 [alfons]     0.8.3claws21
7248
7249         patch by Satoshi Nagayasu: allows appending / saving multiple 
7250         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7251         'Save as ...'")
7252
7253         * AUTHORS
7254                 add Satoshi Nagayasu
7255         * src/summaryview.c
7256                 summary_save_as(): allow saving selected files to
7257                 one file
7258                 summary_set_menu_sensitive: enable "Save As..." when
7259                 multiple files are selected
7260         * src/utils.[ch]
7261                 append_file(): new function
7262
7263 2002-09-24 [colin]      0.8.3claws20
7264
7265         * src/procmime.c
7266                 Fix segfault when mimeinfo doesn't have a 
7267                 content_type. 
7268
7269 2002-09-24 [colin]      0.8.3claws19
7270
7271         * src/prefs_common.[ch]
7272                 Add a preference to display send dialog or not
7273         * src/send.c
7274                 Display send dialog according to preference
7275
7276 2002-09-24 [colin]      0.8.3claws18
7277
7278         * src/compose.[ch]
7279                 Disable user actions when sending
7280
7281 2002-09-24 [colin]      0.8.3claws17
7282
7283         * src/procmime.c
7284                 Do not display name or filename for attachments
7285                 with an application/pgp-signature type
7286                 (security flaw, see bug 537413)
7287
7288 2002-09-23 [colin]      0.8.3claws16
7289
7290         * src/editaddress.c
7291                 Initialize entry_email, entry_alias and 
7292                 entry_remarks to first email address of the list
7293
7294 2002-09-23 [colin]      0.83claws15
7295
7296         * src/compose.c
7297                 Drop pgp-signature when reediting a signed queued
7298                 message
7299
7300 2002-09-23 [melvin]     0.8.3claws14
7301
7302         * po/fr.po
7303                 Updated French translation
7304
7305 2002-09-23 [melvin]     0.8.3claws13
7306
7307         * src/mainwindow.c
7308                 Made custom toolbar menu labels more consistent
7309         * src/prefs_toolbar.c
7310                 Made custom toolbar window title more consistent
7311
7312 2002-09-22 [colin]      0.8.3claws12
7313
7314         * src/inc.c
7315                 Initialize session type to normal before getting 
7316                 mail (fixes strange Get behaviour)
7317         * src/prefs_account.h
7318                 Move STYPE_POP_BEFORE_SMTP to last position to 
7319                 avoid other side-effects
7320
7321 2002-09-22 [colin]      0.8.3claws11
7322
7323         * src/prefs_account.c
7324                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7325                 from pop3 to apop or vice-versa
7326
7327 2002-09-22 [colin]      0.8.3claws10
7328         
7329         * src/prefs_account.[ch]
7330                 Add an option for the POP before SMTP timeout
7331         * src/inc.c
7332                 Remember time of last POP connection
7333         * src/send.c
7334                 Do POP before SMTP only if timeout reached
7335
7336 2002-09-22 [oliver]     0.8.3claws9
7337         
7338         * README.claws
7339                 explain custom toolbar
7340
7341 2002-09-22 [oliver]     0.8.3claws8
7342
7343         * src/prefs_actions.[ch]
7344         custom toolbar for compose      
7345                 actions callback from compose toolbar
7346         * src/folderview.c
7347                 remove include toolbar.h
7348
7349 2002-09-22 [oliver]     0.8.3claws7
7350         
7351         * src/prefs_toolbar.[ch]
7352                 custom toolbar for compose
7353                 - generic prefs_toolbar handles both
7354                   Mainwin's toolbar as well as Compose toolbar          
7355
7356 2002-09-22 [oliver]     0.8.3claws6
7357         
7358         * src/toolbar.[ch]
7359                 custom toolbar for compose
7360                 restructure toolbar.[ch]
7361
7362 2002-09-22 [oliver]     0.8.3claws5
7363
7364         * src/compose.[ch]
7365                 custom toolbar for compose
7366
7367 2002-09-22 [oliver]     0.8.3claws4
7368         
7369         * src/mainwindow.[ch]
7370                 custom toolbar for compose 
7371                 move mainwin toolbar back to mainwindow
7372
7373 2002-09-22 [alfons]     0.8.3claws3
7374
7375         * src/procmsg.c
7376                 :%sno/if(/if (/gc
7377                 :%sno/for(/for (/gc
7378                 (beautify)
7379
7380 2002-09-22 [alfons]     0.8.3claws2
7381         
7382         * src/procmsg.c
7383                 procmsg_save_to_outbox(): don't unlink message file from queue;
7384                 callers should do it using folder_item_remove_msg()
7385
7386 2002-09-22 [colin]      0.8.3claws1
7387
7388         * src/mimeview.[ch]
7389                 Made mimeview_check_signature() public
7390         * src/textview.c
7391                 Made GPG signatures verifiable by clicking
7392                 the [application/pgp-signature] in the Text
7393                 view
7394
7395 2002-09-22 [paul]       0.8.3claws
7396
7397         * po/bg.po
7398           po/en_GB.po
7399           po/es.po
7400           po/it.po
7401           po/pl.po
7402           po/pt_BR.po
7403           po/sr.po
7404                 updated translations, submitted by George Danchev,
7405                 me, Ricardo Mones Lastra, Alessandro Maestri,
7406                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7407                 and Urke MMI, respectively.     
7408
7409 2002-09-22 [alfons]     0.8.2claws65
7410
7411         * src/procmsg.c
7412         * src/pgptext.c
7413                 no furry valgrinds have been used to plug these memleaks
7414
7415 2002-09-20 [paul]       0.8.2claws64
7416
7417         * sync with 0.8.3cvs4
7418                 'Select thread' re-implemented 
7419                 see ChangeLog 2002-09-20
7420
7421 2002-09-21 [alfons]     0.8.2claws63
7422
7423         * src/compose.c
7424                 compose_send(): plug unnoticed memleak
7425
7426 2002-09-20 [alfons]     0.8.2claws62
7427
7428         * src/addr_compl.c
7429                 replace_address_in_edit(): strict check for NULL address to
7430                 fix "[ 607348 ] Segfault in address completion". My guess is
7431                 that this happens with an empty address book, but it's good
7432                 to have this check here anyway
7433                 
7434                 completion_window_button_press(): free string returned 
7435                 from the internal cache
7436
7437 2002-09-20 [christoph]  0.8.2claws61
7438
7439         * src/procmime.h
7440                 added ENC_BINARY to EncodingType
7441         * src/procmime.c
7442                 the string returned by procmime_get_encoding_str
7443                 should not depend on the order of values in the
7444                 EncodingType definition
7445         * doc-src/rfc1806.txt   ** NEW FILE **
7446                 Added rfc1806 about MIME Content-Disposition
7447                 Extension
7448
7449 2002-09-19 [paul]       0.8.2claws60
7450
7451         * sync with 0.8.2cvs3
7452                 see ChangeLog 2002-09-19
7453
7454 2002-09-19 [paul]       0.8.2claws59
7455
7456         * src/prefs_folder_item.c
7457                 revert to Darko's original alignment of colour
7458                 selector button
7459                 add a colon to folder_color label
7460                 
7461         * src/compose.c
7462                 add Colin's patch (with Hiro's modifications) to 
7463                 force BASE64 encoding for 8-bit text when signing
7464                 (sync with 0.8.3cvs2)
7465
7466 2002-09-18 [alfons]     0.8.2claws58
7467
7468         * src/compose.c
7469                 :%sno/if(/if (/gc
7470                 :%sno/for(/for (/gc
7471                 (beautify a little bit)
7472
7473 2002-09-18 [christoph]  0.8.2claws57
7474
7475         * src/pine.c
7476                 fix handling of fgetc return value
7477
7478 2002-09-17 [alfons]     0.8.2claws56
7479         
7480         * src/summaryview.c
7481                 summary_sort(): check non-NULL summaryview->folder_item when no 
7482                 folder is selected at all
7483                 (closes "[ 610344 ] sort label make syl Crash")
7484
7485 2002-09-17 [alfons]     0.8.2claws55
7486         
7487         * src/compose.c
7488                 beautify a little bit
7489
7490 2002-09-17 [christoph]  0.8.2claws54
7491
7492         * src/folder.c
7493                 initialize max values for cache and folder
7494                 when cache or folder is empty
7495
7496 2002-09-15 [colin]      0.8.2claws53
7497
7498         * src/compose.c
7499                 Fix a leak (thanks Alfons!) and cleaned
7500                 variables names for custom headers
7501
7502 2002-09-15 [colin]      0.8.2claws52
7503
7504         * src/compose.c
7505                 Fix custom headers recognition when
7506                 prefs_common.trans_hdr is on
7507
7508 2002-09-15 [colin]      0.8.2claws51
7509
7510         * src/compose.c
7511                 Allow dynamically-added custom headers
7512                 Yet not reparsed if reedited
7513
7514 2002-09-15 [alfons]     0.8.2claws50
7515
7516         * src/prefs_account.c
7517                 fix warnings
7518
7519 2002-09-15 [colin]      0.8.2claws49
7520         
7521         * src/prefs_account.c
7522                 fix pop_before_smtp sensitivity
7523
7524 2002-09-15 [colin]      0.8.2claws48
7525
7526         * src/inc.[ch]
7527                 add inc_pop_before_smtp()
7528                 allow MainWindow to be undefined in 
7529                 inc_account_mail() and inc_start()
7530         * src/pop.c
7531           src/prefs_account.h
7532                 add STYPE_POP_BEFORE_SMTP session type
7533         * src/prefs_account.c
7534                 activated pop before smtp option
7535         * src/send.c
7536                 do pop before smtp if the relevant option 
7537                 is set
7538
7539 2002-09-15 [paul]       0.8.2claws47
7540
7541         * sync with 0.8.3
7542                 see ChangeLog 2002-09-15
7543
7544 2002-09-14 [paul]       0.8.2claws46
7545
7546         * po/bg.po
7547                 updated Bulgarian translation, submitted by
7548                 George Danchev
7549
7550 2002-09-13 [paul]       0.8.2claws45
7551
7552         * src/compose.c
7553                 merge claws' select_account() with main's
7554                 (new) compose_select_account(). [sync with
7555                 0.8.2cvs15, see ChangeLog 2002-09-11]
7556
7557 2002-09-12 [christoph]  0.8.2claws44
7558
7559         * src/filter.c
7560                 allocate 1 elements of FolderItem not 0
7561
7562 2002-09-12 [colin]      0.8.2claws43
7563
7564         * src/compose.c
7565                 Fix bug #590825 (obey Follow-up: poster)
7566
7567 2002-09-12 [colin]      0.8.2claws42
7568
7569         * src/procmime.c
7570                 Fix bug #557009 (wrong headers for messages 
7571                 forwarded as attachments)
7572
7573 2002-09-11 [colin]      0.8.2claws41
7574         
7575         * src/compose.c
7576                 Put SCF: pseudo-header on top of message
7577                 Set draft tmp_flag when saved as draft
7578
7579         * src/procmsg.c
7580           src/procheader.c
7581                 Skip after first \n\n for beginning of real message
7582                 for drafts too
7583
7584 2002-09-11 [christoph]  0.8.2claws40
7585
7586         * src/filtering.c
7587                 use procmsg flag functions in filtering or processing
7588                 will cause incorrect folder message counts
7589
7590 2002-09-11 [colin]      0.8.2claws39
7591
7592         * src/compose.c
7593                 Fix bug #550175 - wrong save folder when reediting
7594                 drafts
7595
7596 2002-09-11 [paul]       0.8.2claws38
7597
7598         * sync with 0.8.2cvs14
7599                 see ChangeLog 2002-09-11
7600
7601 2002-09-11 [colin]      0.8.2claws37
7602
7603         * src/folder.c
7604                 Fix a typo (seeming to cause new/unread status to
7605                 be lost)
7606
7607 2002-09-10 [christoph]  0.8.2claws36
7608
7609         * src/compose.c
7610                 compose_redirect should not use compose_generic_new
7611                 because that does more stuff than expected including
7612                 opening the external editor
7613                 (closes bug "[ 526608 ] bounced messages appear blank
7614                  in editor")
7615
7616 2002-09-10 [christoph]  0.8.2claws35
7617
7618         * src/folder.c
7619                 fix problem with too large message number range
7620                 causing a crash in folder_item_scan
7621
7622 2002-09-10 [paul]       0.8.2claws34
7623
7624         * sync with 0.8.2cvs13
7625                 see ChangeLog 2002-09-10
7626
7627 2002-09-10 [christoph]  0.8.2claws33
7628
7629         * src/msgcache.c
7630                 set MsgInfo TmpFlags for queue and draft folders
7631                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7632
7633 2002-09-10 [paul]       0.8.2claws32
7634
7635         * AUTHORS
7636           po/bg.po      ** NEW FILE **
7637                 new Bulgarian translation submitted by
7638                 George Danchev <danchev@spnet.net>
7639                 
7640         * tools/Makefile.am
7641           tools/README
7642           tools/tb2sylpheed     ** NEW FILE **
7643                 add script that converts an addressbook exported
7644                 from The Bat! into a Sylpheed addressbook. Submitted
7645                 by Urke MMI <urke-kg@eunet.yu>
7646
7647 2002-09-10 [paul]       0.8.2claws31
7648
7649         * sync with 0.8.2cvs12
7650                 see ChangeLog 2002-09-10
7651
7652 2002-09-06 [paul]       0.8.2claws30
7653
7654         * src/prefs_common.c
7655                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7656                 
7657         * tools/Makefile.am
7658           tools/README
7659           tools/ldif-to-xml.py  ** REMOVED **
7660                 remove obsolete python script
7661
7662 2002-09-06 [paul]       0.8.2claws29
7663
7664         * sync with 0.8.2cvs10
7665                 see ChangeLog 2002-09-06
7666
7667 2002-09-04 [paul]       0.8.2claws28
7668
7669         * sync with 0.8.2cvs9
7670                 see ChangeLog 2002-08-04
7671
7672 2002-09-04 [colin]      0.8.2claws27 
7673
7674         * src/prefs_common.[ch]
7675                 Added signature color configuration
7676         * src/textview.c
7677                 Use user-specified signature color
7678
7679 2002-09-03 [colin]      0.8.2claws26
7680
7681         * src/prefs_common.[ch]
7682                 Added autosave and autosave_length prefs
7683         * src/compose.c
7684                 Added compose_remove_draft()
7685                 Auto-save drafts according to the prefs
7686         * src/main.c
7687                 Added a crash-indicator file, allowing to check
7688                 for new messages on startup if Sylpheed crashed
7689                 (makes saved drafts "reappear")
7690
7691 2002-09-03 [colin]      0.8.2claws25
7692
7693         * src/textview.[ch]
7694                 Grey the signature
7695
7696 2002-09-03 [paul]       0.8.2claws24
7697
7698         * sync with 0.8.2cvs8
7699                 see ChangeLog 2002-09-02 and 2002-09-03
7700
7701 2002-09-03 [darko]      0.8.2claws23
7702
7703         * src/folderview.c
7704                 use normal style when creating new folder to pick
7705                 proper font size 
7706
7707 2002-09-02 [melvin]     0.8.2claws22
7708
7709         * src/gtkaspell.m4
7710                 removed some obsolete code
7711
7712 2002-09-02 [melvin]     0.8.2claws21
7713
7714         * ac/aspell.m4
7715                 fixed test's equality sign (== to =)
7716
7717 2002-09-02 [alfons]     0.8.2claws20
7718
7719         * src/folder.c
7720         * src/mh.c
7721                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7722                 as folder->destroy virtual as suggested by Hiro
7723                 (the mh.c code seems to have been lost around mh.c.1.21)
7724
7725 2002-09-02 [paul]       0.8.2claws19
7726
7727         * po/pt_BR.po
7728                 updated by Fabio Jr. Beneditto
7729                 
7730         * src/defs.h
7731                 use 'http://claws.sylpheed.org' for homepage link. 
7732                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7733
7734 2002-09-01 [alfons]     0.8.2claws18
7735
7736         * src/mh.c
7737                 plug memleak related to one Martin Kluge found
7738
7739 2002-08-31 [paul]       0.8.2claws17
7740
7741         * sync with 0.8.2cvs6
7742                 see ChangeLog 2002-08-30
7743
7744 2002-08-31 [alfons]     0.8.2claws16
7745
7746         * src/folder.c
7747                 folder_destroy(): remove mailbox from folderlist even if it has
7748                 no destroy virtual
7749
7750 2002-08-31 [alfons]     0.8.2claws15
7751
7752         * src/folder.c
7753                 :%sno/if(/if (/gc
7754                 :%sno/for(/for (/gc
7755                 (being pedantic I know)
7756
7757 2002-08-31 [alfons]     0.8.2claws14
7758
7759         * src/folder.c
7760                 check for NULL pointers returned from folder->fetch_msginfo virtual
7761                 (should solve some reported crashes)
7762
7763 2002-08-30 [alfons]     0.8.2claws13
7764
7765         * acconfig.h
7766         * configure.in
7767         * src/crash.c
7768                 enable crash dialog on compilation time
7769                 (--enable-crash-dialog configure option)
7770
7771 2002-08-30 [alfons]     0.8.2claws12
7772
7773         * AUTHORS
7774                 add Martin Kluge
7775         * src/mh.c
7776                 apply memory leak plug patch by Martin Kluge
7777                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7778                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7779                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7780
7781 2002-08-30 [darko]      0.8.2claws11
7782
7783         * src/folderview.c
7784                 copy Gtk style from normal style to match
7785                 font size for coloured folders
7786
7787 2002-08-29 [alfons]     0.8.2claws10
7788
7789         * sylpheed.desktop
7790                 Type=Internet <- Type=Application
7791                 (reported by Michael Schwendt, see:
7792                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7793                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7794
7795 2002-08-29 [paul]       0.8.2claws9
7796
7797         * sync with 0.8.2cvs5
7798                 see ChangeLog 2002-08-29
7799
7800 2002-08-29 [colin]      0.8.2claws8
7801
7802         * src/summaryview.c
7803                 Added a sanity check in summary_select_thread
7804                 Should fix bug 601605
7805
7806 2002-08-29 [colin]      0.8.2claws7
7807
7808         * src/main.c
7809                 Revert claws6 changes regarding bug #591676
7810
7811 2002-08-28 [colin]      0.8.2claws6
7812         
7813         * src/main.c
7814                 Ignore cache for queue folderitems
7815                 Fix bug #591676
7816
7817 2002-08-28 [melvin]     0.8.2claws5
7818
7819         * README.claws
7820                 Fixed typos.
7821
7822 2002-08-28 [melvin]     0.8.2claws4
7823
7824         * README.claws
7825                 Updated a bit the text concerning the spell checker
7826
7827 2002-08-28 [melvin]     0.8.2claws3
7828
7829         Merged the GNU_aspell_branch:
7830                 Support of new GNU/aspell is now included and the old pspell
7831                 is not supported anymore.
7832                 See README.claws
7833
7834         * README.claws
7835                 Updated spell checker text to reflect the switch to GNU/aspell
7836
7837         * ac/aspell.m4          *** NEW ***
7838         * src/gtkaspell.[ch]    *** NEW *** 
7839         * ac/pspell.m4          *** DELETED *** 
7840         * src/gtkspell.[ch]     *** DELETED ***
7841
7842         * ac/Makefile.am
7843                 Updated for GNU/aspell support
7844
7845         * po/POTFILES.in
7846                 Replaced gtkspell.c by gtkaspell.c
7847
7848         * acconfig.h
7849         * src/Makefile.am
7850         * src/about.c
7851         * src/compose.[ch]
7852         * src/crash.c
7853         * src/main.c
7854         * src/prefs_common.[ch]
7855                 Updated for GNU/aspell support
7856
7857 2002-08-28 [paul]       0.8.2claws2
7858
7859         * sync with 0.8.2cvs4
7860                 see ChangeLog 2002-08-27 and 2002-08-28
7861
7862 2002-08-28 [colin]      0.8.2claws1
7863
7864         * src/summary_search.c
7865                 Added "AND search"
7866
7867 2002-08-28 [jens]       0.8.2claws
7868
7869         *po/de.po
7870                 Updated German translations
7871
7872 2002-08-27 [melvin]     0.8.2claws
7873
7874         * po/fr.po
7875                 Updated French translations
7876
7877 2002-08-27 [paul]       0.8.2claws
7878
7879         * sync with 0.8.2 main release
7880
7881         * po/en_GB.po
7882           po/es.po
7883           po/it.po
7884           po/pl.po
7885           po/pt_BR.po
7886           po/sr.po
7887                 updated message catalogs submitted by
7888                 Ricardo Mones Lastra, Alessandro Maestri,
7889                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7890                 Beneditto and Urke MMI  
7891
7892 2002-08-27 [hoa]        0.8.1claws123
7893
7894         * src/mainwindow.[ch]
7895         * src/summaryview.[ch]
7896                 removed the "filter setting" menu option.
7897                 add a "cancel a news message" menu option.
7898
7899 2002-08-26 [martin]     0.8.1claws122
7900
7901         * ChangeLog.claws
7902                 changed string under 0.8.1claws79 changed by myself
7903                 i'm sorry alfons :(
7904
7905 2002-08-26 [martin]     0.8.1claws121
7906
7907         * src/crash.c
7908                 added kill command to debuggerrc to start crash dialog
7909
7910 2002-08-26 [paul]       0.8.1claws120
7911
7912         * sync with 0.8.1cvs31
7913                 see ChangeLog 2002-08-26
7914
7915 2002-08-25 [alfons]     0.8.1claws119
7916
7917         * src/procmsg.c
7918                 fix bug that didn't send out correct headers to news server
7919                 when sending news article and email from queue (bug reported
7920                 and patch provided by Tim Mann; closes bug 
7921                 "[ 583196 ] 0.7.8claws can't post news")
7922
7923 2002-08-25 [alfons]     0.8.1claws118
7924
7925         * src/selective_download.c
7926                 mark two strings as translatable
7927                 (thanks to Urke MMI for pointing this out)
7928
7929 2002-08-25 [alfons]     0.8.1claws117
7930
7931         * src/summaryview.c
7932                 treat sent boxes as special and allow sorting them by addressee
7933                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7934                 submitted by Steve Lamb)
7935
7936 2002-08-24 [alfons]     0.8.1claws116
7937
7938         * src/matcher.c
7939                 fix memleak reported by Martin Kluge
7940                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
7941
7942 2002-08-24 [oliver]     0.8.1claws115
7943
7944         * src/prefs_toolbar.c
7945                 o code cleanup as suggested by Alfons
7946                 o memleak fix
7947
7948 2002-08-24 [alfons]     0.8.1claws114
7949
7950         * src/summaryview.c
7951                 o fix another memory leak reported by Martin Kluge
7952                   (see "[ 599568 ] Small Memory Leak")
7953                 o remove 'from' variable from 'summary_set_header()'; we can
7954                   do with just 'to' 
7955
7956 2002-08-24 [paul]       0.8.1claws113
7957
7958         * sync with 0.8.1cvs30
7959                 see ChangeLog 2002-08-23
7960
7961 2002-08-24 [alfons]     0.8.1claws112
7962
7963         * src/summaryview.c
7964                 remove unnecessary allocations for search bar fixing leaks
7965                 reported by Martin Kluge
7966                 (see "[ 599451 ] Further memory leaks?")
7967
7968 2002-08-24 [alfons]     0.8.1claws111
7969
7970         * src/main.c
7971                 make get_socket_name() public for crash.c
7972         * src/crash.c
7973                 o make report bug button work (goes to claws' 
7974                   bug tracker at sf.net)
7975                 o introduce function for doing important stuff just
7976                   before claws goes down
7977                 o clean up code 
7978
7979 2002-08-24 [alfons]     0.8.1claws110
7980
7981         * src/compose.c
7982                 move cursor to "To" entry when forwarding as attachment
7983                 (reported and solved by Steve Lamb, closes bug report
7984                 "[ 592880 ] Forward as attachment; cursor not in to")
7985
7986 2002-08-24 [colin]      0.8.1claws109
7987
7988         * src/mainwindow.c
7989                 fix quick search visibility after GUI (de)separations.
7990
7991 2002-08-23 [colin]      0.8.1claws108
7992
7993         * src/mainwindow.c
7994                 fix header pane visibility after folderview or
7995                 messageview (de)separation
7996
7997 2002-08-23 [paul]       0.8.1claws107
7998
7999         * src/mainwindow.[ch]
8000           src/toolbar.c
8001                 give full control of display or non-display 
8002                 of the Execute icon to Custom toolbar settings.
8003                 add new sensitivity condition to maninwindow.h: 
8004                 M_DELAY_EXEC
8005
8006         * ChangeLog
8007           ChangeLog.jp
8008           NEWS
8009                 more sync with 0.8.1cvs29
8010
8011 2002-08-23 [melvin]     0.8.1claws106
8012
8013         * src/alertpanel.c
8014                 Readded support for custom widget in alertpanel lost in last
8015                 sync.
8016
8017 2002-08-23 [paul]       0.8.1claws105
8018
8019         * sync with 0.8.1cvs29
8020                 see ChangeLog 2002-08-23
8021
8022 2002-08-23 [colin]      0.8.1claws104
8023
8024         * src/summaryview.c
8025                 Fix folder and search pixmaps exchanging positions
8026                 after theme or toolbar changes. Thank to Oliver for 
8027                 reporting this.
8028
8029 2002-08-23 [colin]      0.8.1claws103
8030
8031         * src/mainwindow.c
8032           src/messageview.[ch]
8033           src/noticeview.[ch]
8034           src/summaryview.c
8035                 Changed messageview_create() and noticeview_create()
8036                 to avoid the last gdk_warning
8037
8038 2002-08-22 [colin]      0.8.1claws102
8039
8040         * src/summaryview.c
8041                 Fix my new `Creating pixmap from xpm' warning
8042
8043 2002-08-22 [colin]      0.8.1claws101
8044
8045         * src/mainwindow.c
8046                 Fix some of the gdk warnings
8047
8048 2002-08-22 [colin]      0.8.1claws100
8049
8050         * src/Makefile.am
8051         * src/stock_pixmap.c
8052         * src/stock_pixmap.h
8053         * src/pixmaps/quicksearch.xpm *ADDED*
8054                 Add the quicksearch pixmap
8055         * src/mainwindow.c
8056         * src/summaryview.c
8057         * src/summaryview.h
8058                 Make quicksearch bar visible/hidden via a button
8059
8060 2002-08-22 [christoph]  0.8.1claws99
8061
8062         * src/folder.c
8063                 fix folder update for newsgroups with message
8064                 numbers below minimum number of articles to fetch
8065                 (closes bug #598445)
8066
8067 2002-08-22 [paul]       0.8.1claws98
8068
8069         * sync with 0.8.1cvs28
8070                 see ChangeLog 2002-08-22
8071
8072 2002-08-21 [alfons]     0.8.1claws97
8073
8074         * src/crash.c
8075                 use bt instead of bt full which seems to work 
8076                 better, and bt full doesn't give a great deal 
8077                 of information anyway
8078
8079 2002-08-21 [colin]      0.8.1claws96
8080
8081         * src/summaryview.c
8082                 fix summaryview_searchtype_changed prototype
8083
8084 2002-08-21 [christoph]  0.8.1claws95
8085
8086         * src/mainwindow.c
8087                 o fix broken menu update for sorting type, we have to
8088                   get this info from the summaryview now
8089                 o removed setting of threaded state in menu callback
8090         * src/summaryview.[ch]
8091                 more summaryview/folderitem seperation for
8092                 threading option
8093         * configure.in
8094                 removed not required --with-compiler-flags option
8095
8096 2002-08-21 [oliver]     0.8.1claws94
8097         
8098         * src/toolbar.h 
8099                 o rename toolbar.xml to toolbar_main.xml
8100                   since toolbar_compose.xml might come up 
8101                   any time soon
8102         * README.claws
8103                 add custom toolbar              
8104
8105 2002-08-21 [darko]      0.8.1claws93
8106
8107         * src/procmsg.c
8108                 don't reset tmp flags for messages copied
8109                 to sent folder
8110
8111 2002-08-21 [colin]      0.8.1claws92
8112         
8113         * src/prefs_filtering.c
8114                 fix renaming rules on folder rename 
8115                 when folder is not a leaf folder
8116
8117 2002-08-21 [paul]       0.8.1claws91
8118
8119         * src/prefs_folder_item.c
8120                 fix alignment of colour selector
8121
8122 2002-08-21 [paul]       0.8.1claws90
8123
8124         * sync with 0.8.1cvs27
8125                 see ChangeLog 2002-08-21
8126
8127 2002-08-21 [paul]       0.8.1claws89
8128
8129         * src/summaryview.c
8130                 fix crash when changing field type in
8131                 Quick search bar
8132
8133 2002-08-21 [colin]      0.8.1claws88
8134
8135         * src/summaryview.c
8136                 Made quick search case-insensitive
8137
8138 2002-08-21 [paul]       0.8.1claws87
8139
8140         * sync with 0.8.1cvs26
8141                 see ChangeLog 2002-08-21
8142
8143 2002-08-20 [christoph]  0.8.1claws86
8144
8145         * src/folderview.c
8146         * src/main.c
8147         * src/summaryview.[ch]
8148                 more summaryview/folderitem seperation for
8149                 sort_key and sort_type
8150         * src/procmsg.c
8151                 added missing return statement
8152
8153 2002-08-20 [colin]      0.8.1claws85
8154
8155         * src/summaryview.[ch]
8156                 Added a quick search box
8157         * src/mainwindow.c
8158         * src/prefs_common.[ch]
8159                 Added a show/hide option for the quick search
8160
8161 2002-08-20 [oliver]     0.8.1claws84
8162         
8163         * src/mainwindow.c
8164                 remove toolbar_create_popups
8165         * src/toolbar.[ch]
8166                 o remove toolbar_create_popups
8167                 o fix toolbar_set_sensitive 
8168                   (Bug reports #596834 and #596832)     
8169         * src/prefs_toolbar.c
8170                 o add "Set default" button
8171                 o align label and text + combo widgets
8172
8173 2002-08-20 [hoa]        0.8.1claws83bis
8174
8175         * src/imap.c
8176                 fixed a bug in imap_fetch_msginfo() in case there is no
8177                 current folder.
8178
8179 2002-08-20 [darko]      0.8.1claws83
8180
8181         * src/folderview.c
8182                 copy the color style of folder view so it
8183                 works with GTK themes
8184
8185 2002-08-20 [darko]      0.8.1claws82
8186
8187         * src/folder.h
8188         * src/folderview.c
8189         * src/prefs_folder_item.[hc]
8190                 don't use UI stuff in folder.h
8191
8192 2002-08-20 [darko]      0.8.1claws81
8193
8194         * src/folder.h
8195         * src/prefs_folder_item.h
8196         * src/folderview.c
8197         * src/prefs_folder_item.c
8198                 ability to set folder color in folderview
8199
8200 2002-08-19 [alfons]     0.8.1claws80
8201
8202         * src/summaryview.c
8203                 fix one of the earlier memleaks reported by Martin Kluge
8204
8205 2002-08-19 [alfons]     0.8.1claws79
8206
8207         * src/mainwindow.c
8208                 hide notice view when selecting seperate folder
8209                 view (reported by Urke MMI)
8210
8211 2002-08-19 [christoph]  0.8.1claws78
8212
8213         * src/folderview.c
8214         * src/prefs_folder_item.h
8215         * src/summaryview.[ch]
8216                 o add summary_set_prefs_from_folderitem to set
8217                   summaryview prefs (first step to remove all
8218                   references to the folderitem in summaryview)
8219                 o moved compiled regex stuff from folderitem prefs
8220                   to summaryview code
8221
8222 2002-08-19 [paul]       0.8.1claws77
8223
8224         * src/compose.c
8225                 add check for '.' to QUOTE_IF_REQUIRED
8226
8227 2002-08-19 [paul]       0.8.1claws76
8228
8229         * src/inc.c
8230                 sync with 0.8.1cvs25 (plug memory leak)
8231
8232         * src/prefs_toolbar.c
8233                 re-order prefs_toolbar_cancel()
8234
8235 2002-08-18 [alfons]     0.8.1claws75
8236
8237         * src/inc.c
8238         * src/matcher.c
8239                 plug other memleaks reported by Martin Kluge
8240
8241 2002-08-18 [paul]       0.8.1claws74
8242
8243         * po/pt_BR.po
8244                 updated by Fabio Jr. Beneditto
8245
8246 2002-08-18 [paul]       0.8.1claws73
8247
8248         * src/toolbar.[ch]
8249                 fix bug where tooltips were displayed untranslated              
8250
8251         * src/prefs_toolbar.c
8252                 fix bug where clicking 'Cancel' creates an icon & text
8253                 toolbar regardless of prefs
8254         
8255
8256 2002-08-17 [oliver]     0.8.1claws72
8257
8258         * src/prefs_toolbar.c
8259                 update toolbar on CANCEL
8260                 bug reported by Martin Kluge
8261         * src/toolbar.c
8262                 toolbar_destroy memleak fixed           
8263
8264 2002-08-17 [alfons]     0.8.1claws71
8265
8266         * src/toolbar.c
8267                 plug another memleak reported by Martin Kluge
8268
8269 2002-08-16 [alfons]     0.8.1claws70
8270
8271         * src/crash.c
8272                 use execvp() correctly (suggested by wwp; thanks!)
8273
8274 2002-08-16 [alfons]     0.8.1claws69
8275
8276         * src/gtksctree.c
8277                 plug memory leak reported by Kim Schultz & Martin Kluge
8278
8279 2002-08-16 [paul]       0.8.1claws68
8280
8281         * po/es.po
8282                 updated by Ricardo Mones Lastra
8283
8284 2002-08-16 [paul]       0.8.1claws67
8285
8286         * src/toolbar.h
8287                 fix bug where 'Compose News' icon showed wrong
8288                 tooltip
8289
8290 2002-08-16 [paul]       0.8.1claws66
8291
8292         * sync with 0.8.1cvs24
8293                 see ChangeLog 2002-08-16
8294
8295         * po/it.po
8296                 updated by Alessandro Maestri
8297
8298 2002-08-15 [paul]       0.8.1claws65
8299
8300         * po/sr.po
8301                 updated by Urke MMI
8302
8303 2002-08-15 [paul]       0.8.1claws64
8304
8305         * src/*.c
8306                 don't translate debug info
8307
8308         * src/matcher.[ch]
8309                 add copyright info
8310
8311 2002-08-15 [paul]       0.8.1claws63
8312
8313         * src/prefs_toolbar.c
8314                 fix bug where clicking 'OK' creates an icon & text
8315                 toolbar regardless of prefs
8316
8317 2002-08-14 [alfons]     0.8.1claws62
8318
8319         * src/main.c
8320                 add global var that has the full argv[0]
8321         * src/crash.c
8322                 o execvp the correct sylpheed by using argv0
8323                   and setting the correct work dir
8324                 o other tweaks  
8325
8326 2002-08-14 [oliver]     0.8.1claws61
8327         
8328         * enable/disable Toolbar Action Buttons 
8329         * code cleanups
8330         * src/mainwindow.c
8331         * src/toolbar.[ch]      
8332         * src/prefs_toolbar.c   
8333
8334 2002-08-14 [melvin]     0.8.1claws60
8335
8336         * po/fr.po
8337                 Updated French translations
8338
8339 2002-08-14 [melvin]     0.8.1claws59
8340
8341         * src/crash.c
8342                 Made bug report not translatable
8343         * src/exporthtml.c
8344                 Fixed exporthtml_build_filespec() return value
8345         * src/foldersel.c
8346                 Fixed incorrect include file
8347         * src/gtkspell.c
8348         * src/prefs_actions.c
8349         * src/prefs_toolbar.c
8350                 Made debug info not translatable
8351         * src/mutt.c
8352         * src/quote_fmt.c
8353                 Added missing includes
8354         * src/prefs_common.c
8355                 Fixed typo
8356
8357 2002-08-14 [paul]       0.8.1claws58
8358
8359         * faq/es/sylpheed-faq.html
8360           faq/es/sylpheed-faq-[1-3].html
8361           faq/es/sylpheed-faq-4.html     **NEW FILE **
8362                 update Spanish FAQ
8363
8364 2002-08-13 [christoph]  0.8.1claws57
8365
8366         * src/procmsg.c
8367                 ignore thread fix that did not mark all
8368                 child nodes of a ignored thread as
8369                 ignored. Does not work perfectly yet,
8370                 but it is better now
8371
8372 2002-08-13 [alfons]     0.8.1claws56
8373
8374         * src/crash.c
8375                 o implement 'save crash log'
8376                 o some tweaks
8377
8378 2002-08-13 [melvin]     0.8.1claws55
8379
8380         * src/main.c
8381                 removed unrequired "execinfo.h" header
8382
8383 2002-08-12 [paul]       0.8.1claws54
8384
8385         * faq/en/sylpheed-faq.html
8386           faq/en/sylpheed-faq-[1-3].html
8387           faq/en/sylpheed-faq-4.html     **NEW FILE **
8388                 update English FAQ
8389
8390 2002-08-12 [alfons]     0.8.1claws53
8391
8392         * po/POTFILES.in
8393                 add crash.c to translatables
8394         * src/crash.c
8395                 bring in Leandro's crash dialog
8396
8397 2002-08-11 [alfons]     0.8.1claws52
8398
8399         * src/crash.c
8400                 clean up some warnings
8401
8402 2002-08-11 [alfons]     0.8.1claws51
8403
8404         * acconfig.h
8405         * configure.in
8406         * src/crash.[ch]        ** NEW FILES **
8407         * src/main.c            
8408                 initial gdb crash handler
8409
8410 2002-08-11 [paul]       0.8.1claws50
8411
8412         * src/prefs_toolbar.c
8413                 replace Up/Down arrow pixmaps with text to be
8414                 consistent across icon themes
8415
8416 2002-08-11 [paul]       0.8.1claws49
8417
8418         * src/prefs_common.c
8419           src/prefs_toolbar.c
8420                 rename 'Pixmap' -> 'Icon'
8421
8422         * src/toolbar.[ch]
8423                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8424
8425 2002-08-10 [paul]       0.8.1claws48
8426
8427         * src/prefs_toolbar.c
8428                 re-work the UI
8429
8430 2002-08-10 [paul]       0.8.1claws47
8431
8432         * src/main.c
8433                 don't write Processing progress to status bar
8434                 patch submitted by Alexander Evseev
8435
8436         * src/prefs_toolbar.c
8437                 re-position and resize window
8438                 make window assume correct size on first call
8439
8440 2002-08-10 [paul]       0.8.1claws46
8441
8442         * src/mainwindow.c
8443           src/prefs_toolbar.c
8444           src/toolbar.c
8445           src/toolbar.h
8446                 obey coding style
8447                 follow UI text conventions
8448
8449 2002-08-10 [alfons]     0.8.1claws45
8450
8451         * src/toolbar.c
8452                 correct pixmap for delete action
8453
8454 2002-08-10 [paul]       0.8.1claws44
8455
8456         * po/pt_BR.po
8457                 updated by Fabio Jr. Beneditto
8458
8459 2002-08-10 [paul]       0.8.1claws43
8460
8461         * po/POTFILES.in
8462                 add custom toolbar files
8463
8464 2002-08-10 [paul]       0.8.1claws42
8465
8466         * sync with 0.8.1cvs22
8467                 see ChangeLog 2002-08-09
8468
8469 2002-08-09 [paul]       0.8.1claws41
8470
8471         * tools/Makefile.am
8472           tools/README
8473           tools/outlook2sylpheed.pl     ** NEW FILE **
8474                 add script to convert exported Outlook
8475                 contacts list to a Sylpheed addressbook.
8476                 Submitted by Ricardo Mones Lastra.
8477
8478 2002-08-09 [paul]       0.8.1claws40
8479
8480         * AUTHORS
8481           configure.in
8482           po/sr.po      ** NEW FILE **
8483                 add Serbian message catalog. Submitted by
8484                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8485
8486 2002-08-09 [paul]       0.8.1claws39
8487
8488         * sync with 0.8.1cvs21
8489                 see ChangeLog 2002-08-08
8490
8491 2002-08-08 [oliver]     0.8.1claws38
8492
8493         * src/mainwindow.c
8494                 move Custom Toolbar to Configuration menu
8495
8496 2002-08-08 [oliver]     0.8.1claws37
8497
8498         * src/prefs_toolbar.c
8499                 fix substitute pixmap bug
8500
8501 2002-08-08 [paul]       0.8.1claws36
8502
8503         * sync with 0.8.1cvs19
8504                 see ChangeLog 2002-08-08
8505
8506 2002-08-07 [christoph]  0.8.1claws35
8507
8508         * src/utils.c
8509                 fixed a memory leak in new canonicalize_file_replace
8510
8511 2002-08-07 [christoph]  0.8.1claws34
8512
8513         * src/utils.[ch]
8514                 o canonicalize_file_replace should create the temporary
8515                   file in the same directory as the original file.
8516                 o added get_tmpfile_in_dir that creates a temorary file
8517                   in a specified directory.
8518
8519 2002-08-07 [melvin]     0.8.1claws33
8520
8521         * src/toolbar.c
8522                 fixed bug where 'Article' button acted as 'Email' button.
8523
8524 2002-08-07 [paul]       0.8.1claws32
8525
8526         * sync with 0.8.1.cvs17
8527                 see ChangeLog 2002-08-07
8528
8529 2002-08-07 [colin]      0.8.1claws31
8530         
8531         * src/news.c
8532                 fix mass-cancel problem
8533
8534 2002-08-07 [thorsten]   0.8.1claws30
8535
8536         * src/prefs_toolbar.c
8537                 fix: crash on replace or add new button
8538         * src/toolbar.c
8539                 fix: close xmlfile after reading
8540         * src/utils.c
8541                 fix: unlink() file before rename()
8542
8543 2002-08-06 [paul]       0.8.1claws29
8544
8545         * sync with 0.8.cvs15
8546                 see ChangeLog 2002-08-06
8547
8548 2002-08-06 [oliver]     0.8.1claws28
8549
8550         * src/toolbar.c
8551         * src/prefs_toolbar.c
8552                 fixed empty toolbar issue
8553
8554 2002-08-06 [oliver]     0.8.1claws27
8555
8556         * Custom Toolbar Final 
8557         * src/folderview.c
8558         * src/inc.c
8559         * src/summaryview.c
8560                 o toolbar stuff now lives in src/toolbar.[ch]
8561                 o main_window_toolbar_* functions are renamed to
8562                   toolbar_* reflecting their new source file
8563         * src/mainwindow.[ch]
8564                 o remove toolbar stuff  
8565
8566 2002-08-06 [oliver]     0.8.1claws26
8567         
8568         * src/Makefile.am
8569         * src/prefs_toolbar.[ch]        **New File**
8570         * src/toolbar.[ch]              **New File**
8571                 o prefs_toolbar.[ch] custom toolbar frontend
8572                 o toolbar.[ch]       backend 
8573
8574 2002-08-06 [oliver]     0.8.1claws25
8575
8576         * src/prefs_actions.[ch]
8577                 o new exported function actions_execute
8578
8579 2002-08-06 [paul]       0.8.1claws24
8580
8581         * sync with 0.8.1cvs4
8582                 see ChangeLog 2002-08-06
8583
8584 2002-08-06 [paul]       0.8.1claws23
8585
8586         * sync with 0.8.1cvs13
8587                 see ChangeLog 2002-08-06
8588
8589 2002-08-06 [paul]       0.8.1claws22
8590
8591         * sync with 0.8.1cvs12
8592                 see ChangeLog 2002-08-05 and 2002-08-06
8593
8594 2002-08-06 [match]      0.8.1claws21
8595
8596         * src/addrclip.c
8597                 improvements to cut/copy/paste address
8598
8599 2002-08-05 [match]      0.8.1claws20
8600
8601         * src/addritem.[ch]
8602         * src/addrcache.c
8603         * src/addrbook.c
8604         * src/editaddress.c
8605         * src/addressbook.c
8606                 fixes to improve cut/copy/paste
8607
8608 2002-08-06 [melvin]     0.8.1claws19
8609
8610         * src/account.[ch]
8611                 account_find_all_from_address(): new function that returns the
8612                 list of all accounts that are matched in an address.
8613         * src/alertpanel.[ch]
8614                 alertpanel() now accepts a custom widget
8615                 alertpanel_with_widget(): new function that pops up a panel with
8616                 a custom widget in it 
8617         * src/gtkutils.[ch]
8618                 gtkut_account_menu_new(): new function that allows the selection
8619                 of an account from a list of accounts.
8620         * src/messageview.c
8621                 Extended Return Receipt notification to select the correct 
8622                 account and to make a security test on the Delivery-Notification
8623                 address which should be the same as the Return-Path.
8624
8625 2002-08-06 [thorsten]   0.8.1claws18
8626
8627         * src/mimeview.c
8628                 attach_all: save unnamed as "noname.%d",
8629                 dont free static dirname
8630
8631 2002-08-05 [alfons]     0.8.1claws17
8632
8633         * configure.in
8634                 detect XIM by trying to link rather than compile a XIM program
8635
8636 2002-08-05 [oliver]     0.8.1claws16
8637                 
8638         * src/stock_pixmap.[ch]
8639                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8640                 o new func to retrieve pixmaps
8641
8642 2002-08-05 [paul]       0.8.1claws15
8643
8644         * sync with 0.8.1cvs10
8645                 see ChangeLog 2002-08-05
8646
8647 2002-08-04 [alfons]     0.8.1claws14
8648
8649         * src/textview.c
8650                 see if this plugs memleak
8651
8652 2002-08-04 [melvin]     0.8.1claws13
8653
8654         * src/gtkspell.c
8655                 fixed bug that could crash Sylpheed when highlighting
8656                 all misspelled words.
8657
8658 2002-08-03 [melvin]     0.8.1claws12
8659
8660         * src/prefs_actions.c
8661                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8662         * src/messageview.c
8663                 fixed bug where the Return Receipt was sent to
8664                 Delivery-Notification-To address even if it was not present
8665
8666 2002-08-02 [alfons]     0.8.1claws11
8667
8668         * src/prefs_actions.c
8669                 o more check for NULLs
8670                 o put create_io_dialog() in right conditional block
8671
8672 2002-08-02 [paul]       0.8.1claws10
8673
8674         * po/es.po
8675                 updated by Ricardo Mones Lastra
8676
8677 2002-08-01 [christoph]  0.8.1claws9
8678
8679         * src/folder.c
8680                 don't free the cache of the opened
8681                 folder in the summaryview
8682         * src/summaryview.c
8683                 don't unset flags, if it is not required
8684
8685 2002-08-01 [paul]       0.8.1claws8
8686
8687         * sync with 0.8.1cvs8
8688                 see ChangeLog entry 2002-08-01
8689
8690 2002-08-01 [paul]       0.8.1claws7
8691
8692         * sync with 0.8.1cvs7
8693                 see ChangeLog 2002-07-31 and 2002-08-01
8694
8695 2002-07-31 [christoph]  0.8.1claws6
8696
8697         * src/mainwindow.c
8698                 forgot to update menu sensitivity
8699                 function for new menu entry
8700
8701 2002-07-31 [alfons]     0.8.1claws5
8702
8703         * src/main.c
8704                 check folder item and its path for NULL on
8705                 initial processing
8706
8707 2002-07-31 [christoph]  0.8.1claws4
8708
8709         * src/folder.c
8710                 check if folder_item_get_msginfo in
8711                 folder_item_remove_msg returned NULL
8712         * src/imap.c
8713                 better clear the uid cache in the
8714                 uid validity check function and delete
8715                 cached messages
8716
8717 2002-07-31 [paul]       0.8.1claws3
8718
8719         * man/sylpheed.1
8720                 add the '--attach' option and a few other
8721                 minor changes
8722
8723 2002-07-31 [paul]       0.8.1claws2
8724
8725         * sync with 0.8.1cvs5
8726                 see ChangeLog 2002-07-31
8727
8728 2002-07-31 [christoph]  0.8.1claws1
8729
8730         * src/folderview.[ch]
8731         * src/mainwindow.c
8732                 replace "Rescan all folders..." with
8733                 "Check all folders for new messages..."
8734
8735 2002-07-30 [paul]       0.8.1claws
8736
8737         * version 0.8.1claws released
8738
8739 2002-07-30 [paul]       0.8.0claws29
8740
8741         * tools/OOo2sylpheed.pl ** NEW FILE **
8742           tools/README
8743                 add script to enable sending documents as
8744                 attachments from OpenOffice.org
8745
8746 2002-07-30 [melvin]     0.8.0claws28
8747
8748         * src/prefs_actions.c
8749                 Made the actions' input/output dialog display
8750                 without delay.
8751
8752 2002-07-30 [christoph]  0.8.0claws27
8753
8754         * src/procmsg.c
8755                 check if folder_item_get_msginfo in
8756                 procmsg_save_to_outbox returned NULL
8757
8758 2002-07-30 [paul]       0.8.0claws26
8759
8760         * sync with 0.8.1cvs4
8761                 see ChangeLog 2002-07-29
8762
8763 2002-07-29 [thorsten]   0.8.0claws25
8764
8765         * README.claws
8766                 added selective download, delete on server
8767
8768 2002-07-29 [paul]       0.8.0claws24
8769
8770         * sync with 0.8.1cvs3
8771                 see ChangeLog 2002-07-29
8772
8773 2002-07-27 [christoph]  0.8.0claws23
8774
8775         * src/folder.c
8776                 add extra check if fetching the msginfo
8777                 returned NULL
8778
8779 2002-07-27 [paul]       0.8.0claws22
8780
8781         * sync with 0.8.1cvs2
8782                 see ChangeLog 2002-07-26
8783
8784 2002-07-27 [christoph]  0.8.0claws21
8785
8786         * src/imap.c
8787                 add another check if a valid msginfo
8788                 was returned
8789
8790 2002-07-26 [hoa]        0.8.0claws20
8791
8792         * src/folder.c
8793                 Fixed a condition in folder_item_destroy()
8794
8795         * src/imap.c
8796                 Fixed an error in IMAP protocol
8797
8798 2002-07-26 [alfons]     0.8.0claws19
8799
8800         * src/folder.c
8801                 ofcourse compare with identifier, not the path
8802
8803 2002-07-26 [alfons]     0.8.0claws18
8804
8805         * src/folder.c
8806                 use folder item identifier for saving / restoring
8807                 preferences because folder->path might not be unique
8808
8809 2002-07-26 [melvin]     0.8.0claws17
8810
8811         * src/logwindow.c
8812                 Fixed a crash introduced in 0.8.0claws5 when log is 
8813                 cut under 80 characters.
8814
8815 2002-07-26 [paul]       0.8.0claws16
8816
8817         * sync with 0.8.1cvs1
8818                 see ChangeLog 2002-07-26
8819
8820 2002-07-26 [christoph]  0.8.0claws15
8821
8822         * src/imap.[ch]
8823                 imap folder now remembers the last selected
8824                 folder and imap_fetch_msginfo skips selecting
8825                 the folder if it is already selected
8826
8827 2002-07-26 [christoph]  0.8.0claws14
8828
8829         * src/folder.c
8830         * src/folderview.c
8831         * src/imap.c
8832                 fix imap folder rescanning
8833
8834 2002-07-25 [christoph]  0.8.0claws13
8835
8836         * src/filter.c
8837         * src/folder.[ch]
8838         * src/folderview.c
8839         * src/imap.[ch]
8840         * src/mainwindow.c
8841         * src/mbox_folder.c
8842         * src/mh.c
8843         * src/news.c
8844                 implement imap uid cache and uid validity check
8845
8846 2002-07-25 [alfons]     0.8.0claws12
8847
8848         * src/summaryview.c
8849                 fix a brown paper bag bug, and also add some more
8850                 checks
8851
8852 2002-07-25 [christoph]  0.8.0claws11
8853
8854         * src/folder.c
8855                 don't mix copy, fetch_msginfo and remove
8856                 operations in folder item copy and move
8857                 operations
8858
8859 2002-07-25 [christoph]  0.8.0claws10
8860
8861         * src/folderview.c
8862         * src/mainwindow.c
8863         * src/prefs_folder_item.c
8864         * src/summaryview.[ch]
8865                 remove no longer required parameter update_cache from
8866                 summary_show
8867
8868 2002-07-25 [paul]       0.8.0claws9
8869
8870         * sync with 0.8.1
8871         
8872         * AUTHORS
8873                 a few corrections
8874
8875 2002-07-24 [alfons]     0.8.0claws8
8876
8877         * src/summaryview.c
8878                 sort correctly when using simplified subject line
8879                 (closes feature request "[ 585141 ] applying regexp to subject 
8880                 before sort" submitted by Alexandra Walford)
8881
8882 2002-07-24 [paul]       0.8.0claws7
8883
8884         * sync with 0.8.0cvs3
8885                 see ChangeLog 2002-07-24
8886
8887 2002-07-23 [christoph]  0.8.0claws6
8888
8889         * src/folder.c
8890         * src/folder.h
8891         * src/summaryview.c
8892         * src/summaryview.h
8893         * src/main.c
8894                 o separate processing and summaryview
8895                 o removed summary_write_cache from summaryview
8896                 o removed summaryview->killed_messages, because we don't have
8897                   to keep a list of killed messages anymore. New cache will
8898                   keep the hidden messages in cache anyway
8899         * src/folderview.c
8900         * src/inc.c
8901         * src/selective_download.c
8902                 o removed unnecessary summary_write_cache calls
8903         * src/procmsg.c
8904                 o don't set ignore thread flag in procmsg_get_thread_tree
8905                   if it is already set
8906         * src/mainwindow.c
8907         * src/statusbar.h
8908                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8909                   they are used in different files
8910
8911 2002-07-23 [melvin]     0.8.0claws5
8912
8913         * src/addressbook.c
8914         * src/addrgather.c
8915         * src/editaddress.c
8916         * src/editgroup.c
8917         * src/editldap_basedn.c
8918         * src/importldif.c
8919         * src/prefs_common.c
8920                 Fixed few memory leak (gtk_editable_get_chars returns
8921                 an allocated string)
8922         * src/logwindow.c
8923                 Fixed few memory leak (gtk_editable_get_chars returns
8924                 an allocated string) and modified a little the log cutting
8925                 loop.
8926         * src/compose.c
8927                 Replaced a call to an obsolete function gtk_entry_get_text()
8928                 by gtk_editable_get_chars()
8929         * src/send.c
8930                 Removed a debug printf
8931
8932 2002-07-23 [christoph]  0.8.0claws4
8933
8934         * src/filesel.c
8935                 fix another g_dirname memory leak
8936
8937 2002-07-23 [christoph]  0.8.0claws3
8938
8939         * src/mh.c
8940                 fixed a memory leak in mh_fetch_msginfo
8941                 fixed crash when message header could not be
8942                 parsed
8943
8944 2002-07-23 [paul]       0.8.0claws2
8945
8946         * sync with 0.8.0cvs2
8947                 see ChangeLog 2002-07-23
8948
8949 2002-07-23 [paul]       0.8.0claws1
8950
8951         * sync with 0.8.0cvs1
8952                 see ChangeLog 2002-07-23
8953
8954 2002-07-23 [paul]       0.8.0claws
8955
8956         * release of 0.8.0claws
8957
8958 2002-07-23 [paul]       0.7.8claws99
8959
8960         * po/ru.po
8961                 new Russian translation, submitted by
8962                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
8963
8964 2002-07-22 [jens]       0.7.8claws98
8965
8966         * po/de.po
8967                 Updated German translations.
8968
8969 2002-07-22 [paul]       0.7.8claws97
8970
8971         * po/es.po
8972           po/it.po
8973           po/nl.po
8974           po/pt_BR.po
8975                 updated translations by Ricardo Mones Lastra,
8976                 Alessandro Maestri, Wilbert Berendsen and 
8977                 Fabio Jr. Beneditto respectively
8978
8979 2002-07-22 [christoph]  0.7.8claws96
8980
8981         * src/mimeview.c
8982                 fix memory leak caused by wrong g_dirname usage
8983
8984 2002-07-22 [christoph]  0.7.8claws95
8985
8986         * src/summaryview.c
8987                 update new and unread message counts for summaryview
8988                 summaryview does not get it from the folder anymore
8989                 and has to update the values itself
8990
8991 2002-07-22 [melvin]     0.7.8claws94
8992
8993         * po/fr.po
8994                 Updated French translations.
8995
8996 2002-07-22 [christoph]  0.7.8claws93
8997
8998         * src/matcher.c
8999                 set prop->preg pointer to NULL or following check
9000                 will not fail and regexec will be called with
9001                 invalid pointer
9002
9003 2002-07-21 [alfons]     0.7.8claws92
9004         
9005         * src/prefs_common.[ch]
9006                 remove option "Send return receipt on request"
9007
9008 2002-07-21 [thorsten]   0.7.8claws91
9009
9010         * src/mimeview.c
9011                 fixed memleaks, coding style as pointed out by alfons
9012
9013 2002-07-21 [alfons]     0.7.8claws90
9014
9015         * src/messageview.c
9016         * src/noticeview.[ch]
9017                 o fix bug notice view being displayed when going to empty folder 
9018                   (noticed by Christoph)
9019                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9020                   (noticed by Thorsten)
9021
9022 2002-07-21 [thorsten]   0.7.8claws89
9023
9024         * src/mimeview.c
9025                 Included save_all patch from Xaview FACQ
9026                 added support for pathnames
9027
9028 2002-07-21 [alfons]     0.7.8claws88
9029
9030         * po/POTFILES.in
9031         * src/Makefile.am
9032         * src/mainwindow.c
9033         * src/messageview.[ch]
9034         * src/noticeview.c      ** NEW FILE **
9035         * src/noticeview.h      ** NEW FILE **
9036                 make return receipts work again
9037                 (UI idea by Leandro Pereira)
9038
9039 2002-07-21 [paul]       0.7.8claws87
9040
9041         * src/summaryview.c
9042                 fix sensitivity of 'Select thread'
9043
9044 2002-07-21 [paul]       0.7.8claws86
9045
9046         * src/prefs_common.c
9047                 add browser command line for Galeon
9048
9049 2002-07-21 [paul]       0.7.8claws85
9050
9051         * Makefile.am
9052                 fix 'EXTRA_DIST': remove README.README, add TODO
9053                 and TODO.claws
9054
9055 2002-07-21 [alfons]     0.7.8claws84
9056
9057         * src/gtkstext.c
9058                 make enter clear selection
9059                 (closes "[ 579888 ] Editor selection/entry error"
9060                 reported by Steve Lamb)
9061
9062 2002-07-21 [alfons]     0.7.8claws83
9063         
9064         * src/summaryview.c
9065                 sort message list when selecting unthread messages
9066                 (closes "[ 501593 ] switching threaded view doesn't sort"
9067                 reported by Simon Schubert)
9068
9069 2002-07-20 [alfons]     0.7.8claws82
9070         
9071         * src/matcher.c
9072                 const-correctness
9073
9074 2002-07-20 [thorsten]   0.7.8claws81
9075
9076         * src/matcher.c
9077                 Fixed expansion of empty fields in matchactions
9078
9079 2002-07-19 [melvin]     0.7.8claws80
9080
9081         * src/gtkspell.c
9082                 Removed a duplicate menu entry (fast mode) introduced during
9083                 the new cache merge
9084                 Added a menu separator between 'Use alternate' and 'Fast mode'
9085
9086 2002-07-19 [paul]       0.7.8claws79
9087
9088         * tools/Makefile.am
9089           tools/README
9090                 correct typos
9091
9092 2002-07-19 [thorsten]   0.7.8claws78
9093
9094         * tools/calypso_convert.pl      ** NEW FILE **
9095           tools/README
9096           tools/Makefile.am
9097                 script to import mbox files exported
9098                 by calypso
9099                 o generates folder structure
9100                 o includes attachments
9101
9102 2002-07-19 [melvin]     0.7.8claws77
9103
9104         * src/selective_download.[ch]
9105                 Fixed bug where closing the dialog with the window manager's
9106                 close button will not unlock the summary
9107                 Corrected some function declarations that missed a return value
9108                 Made the source code comply better with coding style.
9109         * src/prefs_common.c
9110                 Added new browser command line for Mozilla.
9111
9112 2002-07-18 [paul]       0.7.8claws76
9113
9114         * src/mainwindow.c
9115           src/selective_download.[ch]
9116                 reflect theme changes, fix Gdk Warning when creating 
9117                 pixmap from NULL window, and minor clean up.
9118                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9119
9120         * po/en_GB.po
9121                 updated
9122
9123 2002-07-17 [paul]       0.7.8claws75
9124
9125         * INSTALL[.jp]
9126                 sync with 0.8.0
9127         
9128         * po/en_GB.po
9129                 updated
9130
9131 2002-07-16 [paul]       0.7.8claws74
9132
9133         * tools/filter_conv.pl
9134           tools/README
9135                 replace conversion script with reimplemented version, 
9136                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9137
9138 2002-07-16 [colin]      0.7.8claws73
9139
9140         * src/summaryview.c
9141                 remove forgotten debug messages - sorry ;-)
9142
9143 2002-07-16 [colin]      0.7.8claws72
9144
9145         * src/mimeview.c
9146           src/summaryview.c
9147           src/textview.c
9148           src/textview.h
9149                 add the ability to select part of a text mime-part 
9150                 to reply.
9151
9152 2002-07-15 [christoph]  0.7.8claws71
9153
9154         * src/folder.c
9155                 fix folder message count for folders without
9156                 msg_is_changed (includes news folders)
9157
9158 2002-07-15 [martin]     0.7.8claws70
9159
9160         * src/summaryview.c
9161                 option "display recipient on 'From'..." now works
9162                 without the need of enabling the option
9163                 "display  sender  using  address  book".
9164
9165 2002-07-15 [christoph]  0.7.8claws69
9166
9167         * src/summaryview.c
9168                 removed setting folder status from summaryview.
9169                 folder.c should update all message counts correctly.
9170
9171 2002-07-15 [paul]       0.7.8claws68
9172
9173         * po/pt_BR.po
9174                 updated by Fabio Junior Beneditto
9175
9176 2002-07-15 [darko]      0.7.8claws67
9177
9178         * src/mh.c
9179                 Fixed target folder colorization, don't decrease op
9180                 number twice
9181
9182 2002-07-14 [paul]       0.7.8claws66
9183
9184         * sync with main 0.8.0
9185                 see ChangeLog 2002-07-14
9186
9187 2002-07-13 [melvin]     0.7.8claws65
9188         
9189         * src/addrbook.c
9190         * src/addressbook.c
9191         * src/addrindex.c
9192                 Replaced sprintf by g_snprintf to prevent possible buffer
9193                 overflow.
9194         * src/news.c
9195                 Corrected a log message output format.
9196                 Added a missing "done" debug output.
9197         * src/compose.c
9198                 Added keyboard accelerator for Priority menu items
9199                 Added missing \n in debug output
9200         * src/logwindow.c
9201         * src/gtkspell.c
9202         * src/rfc2015.c
9203                 Added missing \n in debug output
9204
9205 2002-07-13 [paul]       0.7.8claws64
9206
9207         * man/sylpheed.1
9208                 change Sergey's email address to the sf address
9209
9210         * src/textview.c
9211                 increase show_url_timeout (more useful for long
9212                 urls)
9213
9214 2002-07-12 [sergey]     0.7.8claws63
9215
9216         * src/rfc2015.c
9217                 applied (with some modifications) patch to set the
9218                 micalg parameter for signatures
9219                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9220
9221 2002-07-12 [sergey]     0.7.8claws62
9222
9223         * man/Makefile.am
9224         * configure.in
9225                 fixed man page installation
9226
9227 2002-07-12 [paul]       0.7.8claws61
9228
9229         * sync with 0.7.8cvs26
9230                 see ChangeLog 2002-07-11 and 2002-07-12
9231
9232 2002-07-11 [christoph]  0.7.8claws60
9233
9234         * src/compose.c
9235         * src/procmsg.c
9236                 first use the message number to find the message
9237                 to mark with a reply flag but check the
9238                 message-id if we got the correct message, if not
9239                 try to find it by message-id.
9240                 use new string seperator that is not allowed
9241                 in message-ids.
9242
9243 2002-07-11 [paul]       0.7.8claws59
9244
9245         * sync with 0.7.8cvs23
9246                 see ChangeLog 2002-07-10
9247
9248 2002-07-10 [christoph]  0.7.8claws58
9249
9250         * src/folder.[ch]
9251         * src/msgcache.[ch]
9252                 Added message-id table to the cache in memory
9253                 and functions to msgcache.c and folder.c to
9254                 fetch MsgInfos by message id
9255         * src/compose.c
9256         * src/procmsg.c
9257                 store folder and message-id of message replying
9258                 to in queue header and set reply flag after sending
9259                 (Closes bug #469498)
9260
9261 2002-07-10 [paul]       0.7.8claws57
9262
9263         * AUTHORS
9264           man/sylpheed.1.gz
9265                 add Martin to the list of authors
9266
9267 2002-07-09 [martin]     0.7.8claws56
9268         * src/gtksctree.c
9269                 Added gtk_ctree_last_visible(), tree_update_level(),
9270                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9271                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9272                 from gtk+ to gtksctree.c for the new sorting code
9273                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9274                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9275         * src/gtksctree.h
9276                 Added declaration for gtk_sctree_sort_recursive() and
9277                 gtk_sctree_sort_node
9278         * src/addressbook.c
9279         * src/foldersel.c
9280         * src/folderview.c
9281         * src/summaryview.c
9282                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9283                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9284
9285 2002-07-08 [paul]       0.7.8claws55
9286
9287         * more sync with 0.7.8cvs21
9288                 see ChangeLog 2002-07-08
9289
9290 2002-07-08 [paul]       0.7.8claws54
9291
9292         * sync with 0.7.8cvs21
9293                 see ChangeLog 2002-07-08
9294
9295 2002-07-07 [alfons]     0.7.8claws53
9296
9297         * src/Makefile.am
9298         * src/stock_pixmap.[ch]
9299         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9300         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9301         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9302                 add new pixmaps for upcoming notice pane
9303
9304 2002-07-06 [melvin]     0.7.8claws52
9305
9306         * src/gtkspell.[ch]
9307                 Made them a bit closer to Sylpheed's coding style.
9308                 Removed old code.
9309                 Removed possible memory leaks when some errors occurs.
9310
9311 2002-07-06 [melvin]     0.7.8claws51
9312
9313         * po/Makefile.in.in
9314                 Removed --no-location in xgettext command line to help
9315                 translators that use Emacs' po-mode
9316         * src/quote_fmt.c
9317                 Removed unnecessary comments that messed up sylpheed.pot
9318
9319 2002-07-06 [paul]       0.7.8claws50
9320
9321         * sync with 0.7.8cvs19
9322                 see ChangeLog 2002-07-05
9323
9324 2002-07-06 [christoph]  0.7.8claws49
9325
9326         * src/folder.c
9327         * src/mainwindow.c
9328                 fix folder_item_remove_all_msg and folderview
9329                 status for trash folders after emptying trash
9330
9331 2002-07-05 [paul]       0.7.8claws48
9332
9333         * sync with 0.7.8cvs16
9334                 see ChangeLog 2002-07-04 and 2002-07-05
9335
9336 2002-07-04 [paul]       0.7.8claws47
9337
9338         * sync with 0.7.8cvs14
9339                 see  ChangeLog 2002-07-04
9340
9341 2002-07-03 [alfons]     0.7.8claws46
9342
9343         * src/folder.c
9344                 dupe folder item's path because it's being reallocated
9345                 by new folder scanning code
9346
9347 2002-07-03 [christoph]  0.7.8claws45
9348
9349         * src/imap.c
9350                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9351         * src/msgcache.c
9352                 add missing return in msgcache_write
9353
9354 2002-07-02 [thorsten]   0.7.8claws44
9355
9356         * src/jpilot.c
9357         * src/msgcache.c
9358         * src/rfc2015.c
9359                 use binary mode for file access
9360
9361 2002-07-02 [christoph]  0.7.8claws43
9362
9363         * major code cleanup (part 1)
9364         
9365                 - unused variables removed
9366                 - unused functions removed
9367                 - uninitialized variables checked
9368                 - missing return statements added
9369                 - missing function return types added
9370                 - added parentheses around assignment and
9371                   && in || when suggested by gcc
9372               
9373         * src/mh.c
9374         * src/folder.c
9375                 replaced direct calls to folder->scan_tree
9376                 with folder_scan_tree and restore folder
9377                 prefs in this function. The folder should
9378                 not have to deal with them.
9379                 ( Should now work for all folder types )
9380
9381 2002-07-02 [paul]       0.7.8claws42
9382
9383         * sync with 0.7.8cvs13
9384                 see ChangeLog 2002-07-01 and 2002-07-02
9385
9386 2002-07-01 [christoph]  0.7.8claws41
9387
9388         * src/summaryview.c
9389                 fix "goto next/prev unread message" with
9390                 ignored threads
9391
9392 2002-07-01 [paul]       0.7.8claws40
9393
9394         * po/es.po
9395                 updated by Ricardo Mones Lastra
9396
9397 2002-06-30 [match]      0.7.8claws39
9398
9399         * src/jpilot.c
9400                 applied variation of leonerd's patch (566661) to
9401                 allow multiple email addresses per JPilot entry.
9402                 addresses may be separated by space, comma, pipe,
9403                 semi-colon, new-line.
9404
9405 2002-06-30 [alfons]     0.7.8claws38
9406
9407         * src/procmsg.c
9408                 simple fix for putting older nodes before
9409                 newer nodes when threading by subject
9410
9411 2002-06-30 [christoph]  0.7.8claws37
9412
9413         * src/folder.c
9414         * src/folderview.c
9415         * src/mh.c
9416         * src/news.c
9417         * src/procmsg.c
9418                 fix broken folder tree rescaning
9419                 and don't use procmsg_get_mark_sum
9420                 anymore
9421
9422 2002-06-30 [christoph]  0.7.8claws36
9423
9424         * merge new cache branch
9425         * src/imap.c
9426                 fix new cache imap copy bug
9427         * src/folder.c
9428                 improved folder_item_scan
9429                 it should now always set the correct
9430                 new, unread and total message counts
9431
9432 2002-06-29 [paul]       0.7.8claws35
9433
9434         * configure.in
9435                 correct syntax error
9436
9437 2002-06-29 [paul]       0.7.8claws34
9438
9439         * configure.in
9440           Makefile.am
9441           man/Makefile.am       ** NEW FILE **
9442           man/sylpheed.1.gz     ** NEW FILE **
9443                 add Sylpheed man page
9444
9445 2002-06-29 [paul]       0.7.8claws33
9446
9447         * po/pt_BR.po
9448                 updated by Fabio Junior Beneditto
9449
9450 2002-06-28 [jens]       0.7.8claws32
9451
9452         * po/de.po
9453                 translation updated
9454
9455         * src/selective_download.c
9456                 removed gettext for space " "
9457
9458         * src/imap.c
9459                 removed wrong space
9460
9461 2002-06-28 [paul]       0.7.8claws31
9462
9463         * sync with 0.7.8cvs11
9464                 see ChangeLog 2002-06-28
9465
9466 2002-06-28 [paul]       0.7.8claws30
9467
9468         * sync with 0.7.8cvs10
9469                 see ChangeLog 2002-06-27 and 2002-06-28
9470
9471 2002-06-26 [paul]       0.7.8claws29
9472
9473         * src/addrgather.c
9474           src/selective_download.c
9475                 don't gettextise empty strings.
9476                 reserved by gettext. gettext("") returns 
9477                 the header entry with meta information, 
9478                 not the empty string
9479
9480         * po/en_GB.po
9481                 updated
9482
9483 2002-06-26 [paul]       0.7.8claws28
9484
9485         * sync with 0.7.8cvs7
9486                 see ChangeLog 2002-06-25
9487
9488         * src/prefs_common.c
9489                 ...and in the process, tweak the gui a little
9490
9491 2002-06-25 [alfons]     0.7.8claws27
9492         
9493         * configure.in
9494         * src/Makefile.am
9495                 fine tune ldap library detection
9496
9497 2002-06-25 [alfons]     0.7.8claws26
9498
9499         * src/compose.c
9500                 don't allow return receipts when composing a news article
9501
9502 2002-06-25 [paul]       0.7.8claws25
9503
9504         * Makefile.am
9505                 add '$(AMTAR)' to 'release' section to allow for
9506                 new and older autotools
9507
9508 2002-06-25 [paul]       0.7.8claws24
9509
9510         * src/summaryview.c
9511                 fix "No more unread messages" persistant pop-up
9512                 window bug
9513
9514 2002-06-25 [paul]       0.7.8claws23
9515
9516         * po/it.po
9517                 updated by Alessandro Maestri
9518
9519 2002-06-25 [paul]       0.7.8claws22
9520
9521         * sync with 0.7.8cvs6
9522                 see ChangeLog 2002-06-25
9523
9524 2002-06-24 [paul]       0.7.8claws21
9525
9526         * tools/update-po
9527                 add GPL copyright information
9528
9529 2002-06-24 [paul]       0.7.8claws20
9530
9531         * tools/Makefile.am
9532           tools/README
9533           tools/update-po       ** NEW FILE **
9534                 add script that eases the creation of *.po files
9535                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9536
9537 2002-06-23 [alfons]     0.7.8claws19
9538
9539         * src/messageview.c
9540                 make notification_convert_header obey const correctness
9541                 (next step will be fixing the broken return receipt)
9542
9543 2002-06-23 [paul]       0.7.8claws18
9544
9545         * src/messageview.c
9546                 fix bug introduced in last commit:
9547                 removed too much code in last commit - put back what's
9548                 needed
9549
9550 2002-06-23 [paul]       0.7.8claws17
9551
9552         * src/messageview.[ch]
9553                 remove code committed in error from locally patched
9554                 source
9555
9556 2002-06-23 [colin]      0.7.8claws16
9557
9558         * src/compose.[ch]
9559                 add compose_entry_select(), used to select the default_to
9560                 email address - hopefully avoiding people sending mails to
9561                 wrong recipients.
9562
9563 2002-06-22 [alfons]     0.7.8claws15
9564
9565         * AUTHORS
9566                 add Bram Metsch & Stanislav Karchebny
9567         * src/smtp.[ch]
9568         * src/prefs_account.[ch]
9569         * src/send.c
9570                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9571                   options.  (see <http://sourceforge.net/tracker/index.php
9572                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9573
9574                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9575                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9576
9577 2002-06-22 [paul]       0.7.8claws14
9578
9579         * sync with 0.7.8cvs5
9580                 see ChangeLog 2002-06-19 and 2002-06-20
9581
9582 2002-06-22 [alfons]     0.7.8claws13
9583
9584         * src/selective_download.c
9585                 fix a stupid mistake I made
9586
9587 2002-06-22 [alfons]     0.7.8claws12
9588
9589         * src/selective_download.[ch]
9590                 fix another unnoticed leak; cleanup code
9591
9592 2002-06-21 [alfons]
9593
9594         * tools/Makefile.am
9595                 gpg-sign <-- gpg-sign-syl
9596
9597 2002-06-21 [alfons]     0.7.8claws11
9598
9599         * src/selective_download.c
9600         * src/selective_download.h
9601                 fix assorted mix of allocation errors (should solve
9602                 problem reported by Philippe Gramoullé, see:
9603                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9604
9605 2002-06-20 [melvin]     0.7.8claws10
9606
9607         * tools/gpg-sign *REMOVED*
9608           tools/gpg-sign-syl *ADDED*
9609                 Replaced the gpg clearsigning script with the version using
9610                 xterm instead of ssh-askpass and changed its name.
9611
9612         * README.claws
9613                 Updated actions example to reflect the renaming of the
9614                 gpg clearsigning script.
9615
9616 2002-06-19 [paul]       0.7.8claws9
9617
9618         * sync with 0.7.8claws9
9619                 see ChangeLog 2002-06-18 and 2002-06-19
9620
9621 2002-06-19 [paul]       0.7.8claws8
9622
9623         * sync with 0.7.8cvs1
9624                 see ChangeLog 2002-06-18
9625
9626 2002-06-18 [alfons]     0.7.8claws7
9627
9628         * src/mainwindow.h
9629                 add omitted prototype
9630
9631 2002-06-17 [paul]       0.7.8claws6
9632
9633         * src/mainwindow.c
9634                 fix hiding of exec_btn
9635
9636 2002-06-17 [paul]       0.7.8claws5
9637
9638         * src/pop.c
9639                 remove unneeded code: should_delete() 
9640                 and Pop3State::uidl_todelete_list
9641
9642 2002-06-17 [paul]       0.7.8claws4
9643
9644         * sync with 0.7.8
9645                 see ChangeLog 2002-06-11 and 2002-06-13
9646
9647 2002-06-16 [alfons]     0.7.8claws3
9648         
9649         * src/folder.c
9650                 make sure lock sort mode (claws specific) is
9651                 also persists after a tree rescan
9652
9653 2002-06-16 [alfons]     0.7.8claws2
9654
9655         * src/prefs_folder_item.c
9656         * src/folder.[ch]
9657                 fix persistence of folder sort mode (broken
9658                 by adapting Hiro's new folder persistence code)
9659
9660 2002-06-16 [alfons]     0.7.8claws1
9661
9662         * AUTHORS
9663         * src/logwindow.c
9664         * src/prefscommon.[ch]
9665                 control size of log text in log window; 
9666                 closes patch #569155 submitted by Mitko Haralanov.
9667
9668 2002-06-15 [paul]       0.7.8claws
9669
9670         * release of 0.7.8claws
9671
9672 2002-06-15 [paul]       0.7.7claws
9673
9674         * po/pt_BR.po
9675                 updated by Fabio Junior Beneditto
9676
9677 2002-06-14 [paul]       0.7.6claws49
9678
9679         * po/es.po
9680                 updated by Ricardo Mones Lastra
9681
9682 2002-06-14 [paul]       0.7.6claws48
9683
9684         * po/nl.po
9685                 updated translation by Wilbert Berendsen
9686
9687 2002-06-14 [melvin]     0.7.6claws47
9688
9689         * po/fr.po
9690                 Updated French translation
9691
9692 2002-06-13 [paul]       0.7.6claws46
9693
9694         * src/filesel.c
9695                 allow filename to be typed in, rather than just
9696                 selected by the mouse. Patch by Gustavo Noronha Silva.
9697
9698 2002-06-13 [alfons]     0.7.6claws45
9699
9700         * src/mainwindow.[ch]
9701                 more cleanups (removing unnecessary menu items Expand 
9702                 summary / message view)
9703
9704 2002-06-13 [melvin]     0.7.6claws44
9705
9706         * po/POTFILES.in
9707                 Added src/string_match.c
9708         * src/string_match.c
9709                 Fixed possible buffer overflow.
9710                 Corrected typo.
9711                 Added missing config.h header.
9712         * src/prefs_common.c
9713           src/prefs_matcher.c
9714           src/prefs_scoring.c
9715                 Made some strings translatable (missing _(..)).
9716
9717 2002-06-13 [melvin]     0.7.6claws43
9718
9719         * README.claws
9720                 Corrected action example (verifying clearsigned mail).
9721         * src/prefs_account.c
9722                 Corrected typo.
9723         * src/prefs_common.c
9724                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9725
9726 2002-06-12 [alfons]     0.7.6claws42
9727
9728         * src/summaryview.c
9729                 add init of score column lost in 0.7.6claws42
9730
9731 2002-06-12 [paul]       0.7.6claws41
9732
9733         * src/prefs_account.c
9734                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9735                 behavior of the radio buttons, (from 0.7.7cvs2)
9736
9737 2002-06-11 [alfons]     0.7.6claws40
9738
9739         * src/messageview.[ch]
9740         * src/summaryview.[ch]
9741         * src/summary_search.c
9742         * src/mainwindow.c
9743                 perform a sync to bring in Hiro's separate view implementation 
9744
9745                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9746
9747 2002-06-11 [paul]       0.7.6claws39
9748         
9749         * src/prefs_account.c
9750                 correct a typo on the Receive tab
9751
9752 2002-06-10 [match]      0.7.6claws38
9753
9754         * src/addressbook.c
9755                 Included address completion patch from Gustavo Noronha.
9756
9757 2002-06-10 [paul]       0.7.6claws37
9758
9759         * src/inc.[ch]
9760           src/pop.c
9761           src/prefs_account.[ch]
9762           src/selective_download.[ch]
9763                 apply PATCH #561712
9764                  NEW:
9765                 - check if POP Account
9766                 - Receive Button renamed to Preview
9767                 - Preview Button Popup: preview new/all messages
9768                 - Download Button
9769                 - Account Preferences-->Receive tab checkbutton if you
9770                   want to remove Mail after Download
9771                 -: default YES
9772                 - Account Preferences-->Receive tab checkbutton use
9773                   filtering rules on preview
9774                   (think of delete_on_server)
9775                 -: default YES
9776                 - Account selectable from SD dialog
9777                 - checkbutton to show already downloaded messages if
9778                   all messages are previewed
9779                 - new clist column showing Date
9780                 - ESC KEY close
9781                 FIXES:
9782                 - play ball with UIDL
9783                 - fault tolerant (?) 
9784                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9785
9786 2002-06-10 [melvin]     0.7.6claws36
9787
9788         * README.claws
9789                 Added a hint to ac/README in cvs instructions.
9790
9791         * src/prefs_actions.c
9792                 Made it possible to use a more elaborate command line
9793                 for asynchronous actions, too.
9794
9795 2002-06-10 [melvin]     0.7.6claws35
9796         
9797         * src/prefs_actions.c
9798                 Make it possible to use a more elaborate command line
9799                 (e.g. |foo|bar|cat>there;echo Done|)
9800                 Corrected error message when calling %f, %F and %p commands
9801                 from the compose window.
9802
9803 2002-06-09 [colin]      0.7.6claws34
9804
9805         * src/summaryview.c
9806                 Automatically find unread messages in current folder
9807                 before annoying the user.
9808
9809 2002-06-08 [alfons]     0.7.6claws33
9810
9811         * po/it.po
9812                 remove bad formatting string in it.po translation
9813                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9814
9815 2002-06-08 [paul]       0.7.6claws32
9816
9817         * sync with 0.7.6cvs25
9818                 see ChangeLog 2002-06-07
9819
9820 2002-06-05 [paul]       0.7.6claws31
9821
9822         * src/mainwindow.c
9823                 add 'Sort by locked' and 'Sort by score'
9824
9825 2002-06-05 [paul]       0.7.6claws30
9826
9827         * sync with 0.7.6cvs24
9828                 see ChangeLog 2002-06-04
9829
9830 2002-06-04 [paul]       0.7.6claws29
9831
9832         * po/pt_BR.po
9833                 updated by Fabio Junior Beneditto
9834
9835 2002-06-03 [thorsten]   0.7.6claws28
9836
9837         * src/matcher.c
9838                 fclose() matcherrc after reading
9839
9840 2002-06-03 [paul]       0.7.6claws27
9841
9842         * sync with 0.7.6cvs21
9843                 see ChangeLog 2002-05-31
9844
9845 2002-05-31 [paul]       0.7.6claws26
9846
9847         * sync with 0.7.6cvs20
9848                 see ChangeLog 2002-05-29 and 2002-05-30
9849
9850 2002-05-31 [paul]       0.7.6claws25
9851
9852         * src/imap.c
9853                 hopefully fix last buggy sync
9854
9855         * README.claws
9856                 correct typo in 'Actions' examples
9857
9858 2002-05-29 [paul]       0.7.6claws24
9859
9860         * sync with 0.7.6cvs18
9861                 see ChangeLog 2002-05-28 and 2002-05-29
9862
9863         * src/news.c
9864           src/nntp.[ch]
9865                 sync with above 
9866
9867 2002-05-28 [paul]       0.7.6claws23
9868
9869         * sync with 0.7.6cvs16
9870                 see ChangeLog 2002-05-28
9871
9872 2002-05-27 [thorsten]   0.7.6claws22 
9873
9874         * faq/it/sylpheed-faq-1.html
9875           faq/it/sylpheed-faq-2.html
9876           faq/it/sylpheed-faq-3.html
9877           faq/it/sylpheed-faq.html
9878                 corrected DOS lineendings
9879         * faq/de/sylpheed-faq-1.html
9880           faq/de/sylpheed-faq-2.html
9881           faq/en/sylpheed-faq-1.html
9882           faq/en/sylpheed-faq-2.html
9883           faq/en/sylpheed-faq-3.html
9884           faq/es/sylpheed-faq-1.html
9885           faq/es/sylpheed-faq-2.html
9886           faq/es/sylpheed-faq-3.html
9887           faq/fr/sylpheed-faq-1.html
9888           faq/it/sylpheed-faq-1.html
9889           faq/it/sylpheed-faq-2.html
9890           faq/it/sylpheed-faq-3.html
9891           faq/it/sylpheed-faq.html
9892                 changed ">" to &quot;
9893
9894 2002-05-27 [paul]       0.7.6claws21
9895         
9896         * sync with 0.7.6cvs15
9897                 see ChangeLog 2002-05-27
9898
9899 2002-05-27 [paul]       0.7.6claws20
9900
9901         * src/prefs_account.c
9902                 correct a typo
9903
9904 2002-05-26 [paul]       0.7.6claws19
9905
9906         * tools/README
9907                 correct a typo
9908
9909 2002-05-25 [paul]       0.7.6claws18
9910
9911         * tools/README
9912                 add description of kmail2sylpheed.pl
9913
9914 2002-05-25 [paul]       0.7.6claws17
9915
9916         * tools/kmail2sylpheed.pl       ** NEW FILE **
9917                 perl script that converts an exported Kmail address
9918                 book, converts it to sylpheed addressbook file,
9919                 writes the file to .sylpheed, and updates
9920                 addrbook--index.xml 
9921
9922 2002-05-25 [paul]       0.7.6claws16
9923
9924         * sync with 0.7.6cvs14
9925                 see ChangeLog 2002-05-23
9926
9927 2002-05-24 [paul]       0.7.6claws15
9928
9929         * README.claws
9930                 make a correction and add some more info
9931
9932 2002-05-24 [paul]       0.7.6claws14
9933
9934         * src/compose.c
9935                 fix memory leak in 
9936                 compose_redirect_write_headers_from_headerlist()
9937                 add Subject and Resent-Message-ID to
9938                 compose_redirect_write_headers()
9939                 Received, Subject, and X-UIDL are filtered out in 
9940                 compose_redirect_write_to_file()
9941
9942 2002-05-23 [paul]       0.7.6claws13
9943
9944         * src/compose.[ch]
9945           src/filtering.c
9946           src/mainwindow.c
9947           src/matcher.[ch]
9948           src/matcher_parser_lex.l
9949           src/matcher_parser_parse.y
9950           src/prefs_common.[ch]
9951           src/prefs_filtering.c
9952           src/summaryview.c
9953                 rename 'Bounce' to 'Redirect'
9954
9955 2002-05-23 [paul]       0.7.6claws12
9956
9957         * more sync with 0.7.6cvs13
9958           src/compose.c
9959                 see ChangeLog 2002-05-22
9960
9961 2002-05-22 [paul]       0.7.6claws11
9962
9963         * sync with 0.7.6cvs13
9964           src/codeconv.c
9965                 see ChangeLog 2002-05-20
9966           src/prefs_common.c
9967                 see ChangeLog 2002-05-22
9968
9969 2002-05-21 [melvin]     0.7.6claws10
9970
9971         * src/folderview.c
9972                 Added missing filtering and scoring headers
9973                 Fixed bad function call that showed garbage 
9974                 in Folder->Processing
9975
9976 2002-05-21 [paul]       0.7.6claws9
9977
9978         * tools/Makefile.am
9979                 make all tools executable, (patch by Alfons).
9980
9981 2002-05-20 [alfons]     0.7.6claws8
9982
9983         * src/procheader.c
9984                 don't forget to call mktime() so we have a valid week 
9985                 and year day
9986                 (Bug report by Roger Sondermann <mail@jumaros.de>)
9987
9988 2002-05-20 [paul]       0.7.6claws7
9989
9990         * src/html.c
9991                 fix broken parsing of urls
9992         * src/textview.c
9993                 fix displaying of urls
9994
9995                 both fixes from the patch [547855] by Eugene 
9996                 Brevdo (zonem)
9997
9998 2002-05-19 [alfons]     0.7.6claws6
9999
10000         * configure.in
10001                 make sylpheed configure correctly with the latest
10002                 and greatest of automake / autoconf / gettext
10003
10004 2002-05-19 [alfons]     0.7.6claws5
10005
10006         * src/procheader.c
10007         * src/procheader.h
10008                 add function for returning ime zone offset
10009         * src/quote_fmt.c
10010         * src/quote_fmt_parse.y
10011                 better quotation formatting - does not convert
10012                 to local time, but uses the original date string.
10013                 
10014                 Note: %z inserts the timezone offset (should 
10015                 work also on platforms where strftime does not
10016                 support %z).
10017
10018 2002-05-18 [christoph]  0.7.6claws4
10019
10020         * src/summaryview.c
10021                 fix indentation of some code
10022         * tools/Makefile.am
10023                 fix spaces after \
10024         * src/Makefile.am
10025                 add missing \
10026                 correct path for ignorethread.xpm
10027                 incorrect filename for sylpheed_logo.xpm
10028                 add missing include matcher_parser_parse.h
10029
10030 2002-05-18 [paul]       0.7.6claws3
10031
10032         * sync with 0.7.6cvs8
10033                 see ChangeLog 2002-05-16 and 2002-05-17
10034
10035 2002-05-18 [melvin]     0.7.6claws2
10036
10037         * README.claws
10038                 Corrected an action's definition and fixed some misspellings.
10039
10040 2002-05-18 [paul]       0.7.6claws1
10041
10042         * tools/Makefile.am
10043           tools/gpg-sign        ** new file **
10044           tools/uudec           ** new file **
10045                 add Melvin's Actions scripts
10046
10047         * README.claws
10048                 add Melvin's descriptions for Actions
10049
10050 2002-05-18 [paul]       0.7.6claws
10051
10052         * Version 0.7.6claws released
10053
10054 2002-05-17 [paul]       0.7.5claws32
10055
10056         * po/es.po
10057                 updated by Ricardo Mones Lastra
10058
10059 2002-05-17 [paul]       0.7.5claws31
10060
10061         * src/compose.c
10062                 fix Account prefs default folder for sent/draft/deleted
10063                 messages bug
10064
10065         * po/it.po
10066           po/nl.po
10067                 updated translation by Alessandro Maestri and
10068                 Wilbert Berendsen
10069
10070 2002-05-17 [melvin]     0.7.5claws30
10071
10072         * src/prefs_actions.c
10073                 Fixed bug where using %F not at the end of the command 
10074                 resulted in an additional empty argument being created.
10075                 Thanks to Darko Koruga for reporting the bug.
10076
10077 2002-05-17 [melvin]     0.7.5claws29
10078
10079         * po/fr.po
10080                 Updated French translations.
10081
10082 2002-05-15 [paul]       0.7.5claws28
10083         
10084         * po/es.po
10085                 updated by Ricardo Mones Lastra
10086
10087 2002-05-15 [paul]       0.7.5claws27
10088
10089         * sync with 0.7.6cvs4
10090                 see ChangeLog 2002-05-14 and 2002-05-15
10091
10092 2002-05-14 [paul]       0.7.5claws26
10093
10094         * sync with 0.7.6cvs1
10095                 see ChangeLog 2002-05-13
10096
10097 2002-05-13 [thorsten]   0.7.5claws25
10098
10099         * src/messageview.c
10100                 fix select_all and copy in multipart messages
10101         * src/mainwindow.c
10102                 fix select_all and copy in multipart messages
10103
10104 2002-05-12 [paul]       0.7.5claws24
10105
10106         * src/summaryview.c
10107                 reverse last commit, bug already fixed in 0.7.5claws3
10108
10109 2002-05-12 [netztorte]  0.7.5claws23
10110
10111         * src/summaryview.c
10112                 dont parse empty addressbook (checked in before claws20)
10113
10114 2002-05-12 [melvin]     0.7.5claws22
10115
10116         * src/procmsg.[ch]
10117                 Removed unneeded priority code introduced by the previous 
10118                 commit.
10119
10120 2002-05-12 [melvin]     0.7.5claws21
10121
10122         * src/compose.[ch]
10123                 Added possibility to set message's priority.
10124         * src/procmsg.[ch]
10125                 Added possibility to set message's priority.
10126                 Added missing headers
10127
10128 2002-05-12 [melvin]     0.7.5claws20
10129
10130         * src/prefs_actions.c
10131                 Removed implicitely added quotes around the name
10132                 of the temporary files of mime parts.
10133
10134 2002-05-12 [paul]       0.7.5claws19
10135
10136         * sync with 0.7.5cvs20
10137                 see ChangeLog 2002-05-11
10138
10139 2002-05-12 [alfons]     0.7.5claws18
10140
10141         * src/quote_fmt_lex.l
10142         * src/quote_fmt_parse.y
10143                 allow quote / reply date & time format to be set using
10144                 %D{format}. format is a format string you'd pass to
10145                 strftime() (see man strftime, or the Display tab |
10146                 Date format setting).
10147
10148                 Currently %D converts the date to local time. 
10149
10150 2002-05-11 [paul]       0.7.5claws17
10151
10152         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10153                 see ChangeLog 2002-05-10 and 2002-05-11
10154
10155 2002-05-10 [paul]       0.7.5claws16
10156
10157         * sync with 0.7.5cvs16
10158                 see ChangeLog entries 2002-05-09 and 
10159                 2002-05-10
10160
10161 2002-05-10 [colin]      0.7.5claws15
10162
10163         * src/textview.c
10164                 Corrected a bug that prevented sylpheed to open
10165                 double-clicked URIs.
10166
10167 2002-05-09 [paul]       0.7.5claws14
10168
10169         * sync with 0.7.5cvs14
10170                 see ChangeLog 2002-05-08 and 2002-05-09
10171
10172 2002-05-08 [paul]       0.7.5claws13
10173
10174         * sync with 0.7.5cvs11
10175                 see ChangeLog entry 2002-05-08
10176
10177 2002-05-08 [paul]       0.7.5claws12
10178
10179         * src/mainwindow.c
10180           src/textview.[ch]
10181                 fix segfault on View->Open in new window
10182                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10183
10184 2002-05-07 [paul]       0.7.5claws11
10185
10186         * sync with 0.7.5cvs9
10187                 see ChangeLog entry 2002-05-07
10188
10189 2002-05-06 [paul]       0.7.5claws10
10190
10191         * src/messageview.c
10192           src/textview.c
10193                 display url in statusbar on single-click
10194                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10195
10196 2002-05-06 [match]      0.7.5claws9
10197
10198         * src/addritem.[ch]
10199                 new functions.
10200         * src/addrcache.c
10201                 tidy up.
10202         * src/xmlprops.[ch]
10203                 XML implementation of properties file.
10204         * src/exporthtml.[ch]
10205         * src/expthtmldlg.[ch]
10206         * src/addressbook.c
10207                 export to HTML.
10208
10209 2002-05-02 [sergey]     0.7.5claws8
10210
10211         * src/mainwindow.c (mainwin_entries),
10212           src/prefs_common.c (prefs_send_create()),
10213           src/codeconv.c (locale_table):
10214                 use charset name "Windows-1251" instead of "CP1251".
10215
10216 2002-05-02 [colin]      0.7.5claws7
10217         
10218         * src/compose.c
10219           src/prefs_common.c
10220           src/prefs_folder_item.c
10221                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10222
10223 2002-05-02 [hiro]       0.7.5claws6
10224
10225         * src/imap.c
10226                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10227
10228 2002-05-02 [paul]       0.7.5claws5
10229
10230         * src/compose.c
10231                 more sync with 0.7.5cvs7, see ChangeLog entry
10232                 2002-05-02
10233
10234 2002-05-02 [hiro]       0.7.5claws4
10235
10236         * src/compose.c
10237                 compose_queue_sub():
10238                 check if queue folder exists (closes #550397).
10239                 removed directory creation since it should be handled
10240                 transparently.
10241         * src/imap.c
10242                 imap_add_msg(): return UID for appended message
10243                 (closes #548842).
10244
10245 2002-04-30 [paul]       0.7.5claws3
10246
10247         * src/summaryview.c
10248                 fix account_find_from_address() bug
10249
10250 2002-04-28 [colin]      0.7.5claws2
10251
10252         * src/compose.c
10253           src/textview.c
10254           src/prefs_common.[ch]
10255           src/utils.[ch]
10256                 Added user-definable quotation characters recognition.
10257
10258 2002-04-28 [paul]       0.7.5claws1
10259
10260         * sync with 0.7.5cvs4
10261                 see ChangeLog entry  2002-04-25
10262
10263 2002-04-28 [paul]       0.7.5claws
10264
10265         * po/es.po
10266           po/nl.po
10267           po/pt_BR.po
10268                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10269                 Fabio Junior Beneditto
10270
10271 2002-04-27 [jens]       0.7.4claws103
10272
10273         * po/de.po
10274                 updated German translation.
10275
10276 2002-04-27 [hiro]       0.7.4claws102
10277
10278         * src/summaryview.c
10279                 summary_write_cache(): fixed the mark loss of hidden messages.
10280
10281 2002-04-26 [melvin]     0.7.4claws101
10282
10283         * src/procmsg.c
10284                 fixed a second typo (same one)
10285         * po/fr.po
10286           po/it.po
10287           po/pt_BR.po
10288                 fixed the type again...
10289
10290 2002-04-26 [melvin]     0.7.4claws100
10291
10292         * src/procmsg.c
10293                 fixed a typo in an alert message ("temorary").
10294         * po/it.po
10295         * po/pt_BR.po
10296                 corrected the typo  described above.
10297         * po/fr.po
10298                 updated French translation.
10299
10300 2002-04-26 [darko]      0.7.4claws99
10301
10302         * src/summaryview.c
10303                 fix target folder colorization
10304
10305 2002-04-25 [paul]       0.7.4claws98
10306
10307         * po/it.po
10308                 updated by Alessandro Maestri
10309
10310 2002-04-24 [colin]      0.7.4claws97
10311         
10312         * src/compose.c
10313                 Fixed double "subject is empty" question.
10314
10315 2002-04-23 [colin]      0.7.4claws96
10316         
10317         * src/mimeview.c
10318                 Corrected issue when "automatically display images" was
10319                 not set : first image remained after selecting second.
10320
10321 2002-04-23 [melvin]     0.7.4claws95
10322
10323         * src/prefs_actions.c
10324                 Don't display in/out dialog if there is nothing to show.
10325
10326 2002-04-23 [paul]       0.7.4claws94
10327
10328         * sync with 0.7.5cvs3
10329                 bug fixes: see ChangeLog entry 2002-04-23
10330
10331 2002-04-22 [darko]      0.7.4claws93
10332
10333         * src/compose.c
10334                 fix previous check-in which changed code after
10335                 merge from main
10336
10337 2002-04-22 [paul]       0.7.4claws92
10338
10339         * faq/de/*
10340                 add German FAQ
10341         * faq/en/*
10342           faq/es/*
10343           faq/fr/*
10344                 update English, Spanish and French FAQs
10345         * manual/de/*
10346           manual/es/*
10347                 add German and Spanish manuals
10348         * manual/en/*
10349           manual/fr/*
10350                 update English and French manuals
10351
10352         * src/Makefile.am
10353                 add to and re-arrange the pixmap entries
10354
10355 2002-04-22 [darko]      0.7.4claws91
10356
10357         * src/compose.c
10358                 fix sender initials recognition to only allow
10359                 '>' after the initials
10360
10361 2002-04-21 [paul]       0.7.4claws90
10362
10363         * sync with 0.7.5 release
10364                 see ChangeLog entry 2002-04-21
10365
10366 2002-04-21 [alfons]
10367
10368         * src/Makefile.am
10369                 add colin's new pixmaps to EXTRA_DIST
10370
10371 2002-04-21 [colin]      0.7.4claws89
10372         * src/compose.c
10373         * src/inc.c
10374         * src/mainwindow.[ch]
10375         * src/prefs_common.[ch]
10376         * src/stock_pixmap.[ch]
10377                 Added "Work offline" ability.
10378
10379 2002-04-21 [colin]      0.7.4claws88
10380         
10381         * src/mimeview.c
10382         * src/prefs_common.c
10383         * src/prefs_common.h
10384         * src/textview.c : Added an option to common preferences -> display
10385           to allow user not to automatically display images.
10386
10387 2002-04-21 [paul]       0.7.4claws87
10388
10389         * sync with 0.7.4cvs52
10390                 see ChangeLog entry 2002-04-21 (src/imap.c)
10391
10392 2002-04-21 [paul]       0.7.4claws86
10393
10394         * sync with 0.7.4cvs51
10395                 see ChangeLog entry 2002-04-21
10396
10397 2002-04-21 [paul]       0.7.4claws85
10398
10399         * sync with 0.7.4cvs49
10400                 see ChangeLog entries 2002-04-20 and 2002-04-21
10401
10402         * src/Makefile.am
10403                 clean up: remove old 'stock_' element from xpm 
10404                 filenames.
10405
10406 2002-04-21 [alfons]     0.7.4claws84
10407
10408         apply sync patch from Paul
10409
10410         * src/folderview.c
10411                 use old claws prefs_folder_item_create() for now
10412
10413 2002-04-19 [match]      0.7.4claws83
10414
10415         * src/addressbook.[ch]
10416         * src/addrharvest.[ch]
10417         * src/addrgather.[ch]
10418                 recurse folders.
10419         * src/mainwindow.c
10420         * src/summaryview.[ch]
10421                 change menu option.
10422
10423 2002-04-19 [paul]       0.7.4claws82
10424
10425         * po/pt_BR.po
10426                 updated by Fabio Junior Beneditto
10427
10428 2002-04-14 [alfons]     0.7.4claws81
10429
10430         * src/passphrase.c
10431                 add #include <sys/types.h> for mode_t and off_t 
10432
10433 2002-04-13 [paul]       0.7.4claws80
10434         
10435         * src/main.c
10436           src/passphrase.[ch]
10437           src/pgptext.c
10438           src/prefs_common.[ch]
10439           src/rfc2015.c
10440                 enable storing of GnuPG passphrase for the whole 
10441                 session or a user-defined number of minutes. patch 
10442                 submitted by Ravemax <ravemax@dextrose.com>
10443
10444 2002-04-13 [alfons]     0.7.4claws79
10445
10446         * src/textview.c
10447                 make email parser also stop scanning when encountering separators
10448                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10449
10450 2002-04-13 [paul]       0.7.4claws78
10451
10452         * sync with 0.7.4cvs39
10453                 see ChangeLog entry 2002-04-12
10454
10455 2002-04-11 [paul]       0.7.4claws77
10456
10457         * sync with 0.7.4cvs37
10458                 see ChangeLog entry 2002-04-11
10459
10460 2002-04-11 [paul]       0.7.4claws76
10461
10462         * COPYING 
10463                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10464                 the clause for OpenSSL). sync with sylpheed main
10465
10466 2002-04-09 [melvin]     0.7.4claws75
10467
10468         * src/compose.c
10469                 Made 'Ctrl-Enter' on send ignore some modifiers 
10470                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10471                 to bind other *-Enter (but not Alt-Enter).
10472
10473 2002-04-09 [paul]       0.7.4claws74
10474
10475         * sync with 0.7.4cvs35
10476                 see ChangeLog entries 2002-04-09
10477
10478 2002-04-08 [paul]       0.7.4claws73
10479
10480         * sync with 0.7.4cvs33
10481                 see ChangeLog entry 200-04-08
10482
10483 2002-04-07 [match]      0.7.4claws72
10484
10485         * src/addrharvest.[ch]
10486                 fixed to read all addresses in header, regardless
10487                 of header size. improved name parsing. accommodate
10488                 harvest from folders and selected message.
10489         * src/addritem.[ch]
10490                 included new address parsing function.
10491         * src/addrgather.[ch]
10492         * src/addressbook.[ch]
10493         * src/summaryview.[ch]
10494         * src/mainwindow.c
10495                 allow address harvest of folder as well as selected
10496                 messages.
10497
10498 2002-04-07 [paul]       0.7.4claws71
10499
10500         * src/esmtp.[ch]
10501           src/smtp.c
10502                 don't try to authenticate with CRAM-MD5 in SMTP when 
10503                 SMTP-AUTH enabled if MTA doesn't issue this 
10504                 auth-method in it's ehlo-response. bug item #531364,
10505                 patch item #938910. patch submitted by Colin Leroy 
10506                 <colin@colino.net>
10507
10508 2002-04-07 [paul]       0.7.4claws70
10509
10510         * src/nntp.c
10511                 fix missing MODE_READER bug. patch submitted by
10512                 Colin Leroy <colin@colino.net>
10513
10514 2002-04-07 [alfons]     0.7.4claws69
10515
10516         * src/matcher.[ch]
10517         * src/prefs_filtering.c
10518         * src/summaryview.c
10519                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10520                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10521
10522 2002-04-07 [paul]       0.7.4claws68
10523
10524         * sync with 0.7.4cvs32
10525                 see ChangeLog entry 2002-04-06
10526
10527         * tools/filter_conv.pl
10528                 more bug fixes
10529
10530 2002-04-06 [paul]       0.7.4claws67
10531
10532         * tools/filter_conv.pl
10533                 modify to be able to find the name of the first
10534                 mailbox and use that. main's filter does not
10535                 record the full path to the mailbox and therefore
10536                 can only filter to the first mailbox.
10537
10538 2002-04-05 [paul]       0.7.4claws66
10539
10540         * tools/filter_conv.pl
10541                 attempt to make the script all-encompassing and
10542                 be able to convert any main 'filter' rule thrown
10543                 at it
10544
10545 2002-04-05 [paul]       0.7.4claws65
10546
10547         * tools/filter_conv.pl
10548                 allow for collapsed folder trees
10549
10550 2002-04-05 [paul]       0.7.4claws64
10551
10552         * sync with 0.7.4cvs31
10553                 see ChangeLog entries 2002-04-05
10554
10555 2002-04-03 [paul]       0.7.4claws63
10556
10557         * sync with 0.7.4cvs29
10558                 see ChangeLog entries 2002-04-02 and 2002-04-03
10559
10560 2002-04-02 [paul]       0.7.4claws62
10561
10562         * sync with 0.7.4cvs26
10563                 see ChangeLog entry 2002-04-01
10564
10565 2002-04-02 [match]      0.7.4claws61
10566
10567         * src/pine.[ch]
10568         * src/importpine.[ch]
10569         * src/addressbook.c
10570                 import Pine address book.
10571
10572 2002-04-02 [match]      0.7.4claws60
10573
10574         * src/addrharvest.[ch]
10575                 improve address parsing of funky addresses.
10576
10577 2002-04-02 [darko]      0.7.4claws59
10578
10579         * src/compose.c
10580                 wrap on send improvements, it now recognizes quoted
10581                 initials as part of the quotation string, and it
10582                 does not join lines separated by CR
10583
10584 2002-04-01 [match]      0.7.4claws58
10585
10586         * src/mgutils.[ch]
10587                 added new functions.
10588         * src/mutt.[ch]
10589                 remove excessive duplicate address generation
10590                 on import.
10591
10592 2002-04-01 [alfons]     0.7.4claws57
10593         
10594         * src/summaryview.c
10595                 put back g_free() 
10596
10597 2002-04-01 [paul]       0.7.4claws56
10598
10599         * sync with 0.7.4cvs25
10600                 see ChangeLog entry 2002-04-01
10601
10602 2002-04-01 [alfons]     0.7.4aprilfool55
10603
10604         * src/summaryview.c
10605                 honour feature request item #537427 to allow for
10606                 displaying names from address book for sent mail also
10607
10608 2002-03-29 [paul]       0.7.4claws54
10609
10610         * src/mainwindow.c
10611           src/prefs_filtering.[ch]
10612           src/prefs_matcher.c
10613           src/summaryview.c
10614                 add 'fast filter' for claws' filtering,
10615                 /Tools/Create filter rule/... patch submitted
10616                 by Neill Miller <neillm@thecodefactory.org>
10617
10618 2002-03-29 [paul]       0.7.4claws53
10619
10620         * sync with 0.7.4cvs24
10621                 see ChangeLog entry 2002-03-29
10622
10623 2002-03-28 [paul]       0.7.4claws52
10624
10625         * sync with 0.7.4cvs23
10626                 see ChangeLog entry 2002-03-28
10627
10628 2002-03-27 [melvin]     0.7.4claws51
10629
10630         * src/prefs_actions.c
10631                 Added support to pass only one message part (as a
10632                 file) to the command using '%p'. No quotes are needed
10633                 because doubles quotes are automatically added.
10634                 Fixed bug where Sylpheed could block when waiting for
10635                 a child process to finish.
10636                 Changed the help menu to remove quotes around symbols to 
10637                 avoid misinterpretation (they must not be used).
10638
10639 2002-03-27 [melvin]     0.7.4claws50
10640
10641         * src/inc.c
10642                 Made the new mail notification command always 
10643                 execute asynchronously.
10644
10645 2002-03-27 [paul]       0.7.4claws49
10646
10647         * src/compose.c
10648                 fix bug introduced in last commit
10649
10650 2002-03-27 [paul]       0.7.4claws48
10651
10652         * sync with 0.7.4cvs21
10653                 see ChangeLog 2002-03-26 and 2002-03-27
10654
10655 2002-03-26 [hoa]        0.7.4claws47
10656
10657         * src/prefs_folder_item.c
10658                 really fixed the bug #516442 with folder rescan.
10659
10660 2002-03-26 [paul]       0.7.4claws46
10661
10662         * sync with 0.7.4cvs19
10663                 see ChangeLog entries 2002-03-25 and 2002-03-26
10664
10665 2002-03-25 [hoa]        0.7.4claws45
10666
10667         * src/matcher.c
10668         * src/mh.c
10669                 fix the bug #516442 with folder rescan.
10670
10671         * src/prefs_common.[ch]
10672         * src/compose.c
10673                 added an option to enable two different behaviours
10674                 for bounce.
10675
10676
10677 2002-03-25 [paul]       0.7.4claws44
10678
10679         * src/mainwindow.c
10680           src/selective_download.c
10681                 correct a few menuitem labels
10682
10683 2002-03-25 [christoph]  0.7.4claws43
10684
10685         * src/procmsg.c
10686                 fix non deleted tmp message in
10687                 procmsg_save_to_outbox
10688                 fix problems caused by sync with
10689                 main branch's procmsg_send_queue
10690
10691 2002-03-25 [paul]       0.7.4claws42
10692
10693         * src/quote_fmt.c
10694           src/quote_fmt_lex.l
10695           src/quote_fmt_parse.y
10696                 add Last name (%L) placeholder for quoting. 
10697                 patch submitted by Thorsten Thielen 
10698                 <thth@users.sourceforge.net>
10699
10700 2002-03-25 [paul]       0.7.4claws41
10701
10702         * src/utils.c
10703                 get full hostname. patch submitted by
10704                 Bob Woodside <rwoodside1@comcast.net>
10705
10706 2002-03-25 [paul]       0.7.4claws40
10707
10708         * src/account.c
10709           src/news.c
10710           src/nntp.[ch]
10711           src/prefs_account.[ch]
10712                 enable NNTP over SSL. patch submitted by
10713                 Pascal Jermini <pascal@infinity.hn.org>
10714
10715 2002-03-24 [paul]       0.7.4claws39
10716
10717         * src/prefs_common.c
10718                 make the arrangement of the Compose tab more
10719                 coherent
10720
10721         * src/mainwindow.c
10722                 fix some irregularities of style
10723
10724         * po/de.po
10725                 updated by Kilian Krause
10726
10727 2002-03-23 [paul]       0.7.4claws38
10728
10729         * po/pt_BR.po
10730                 updated by Fabio Junior Beneditto
10731
10732 2002-03-23 [paul]       0.7.4claws37
10733
10734         * src/mainwindow.c
10735                 move 'Gather addresses' to 'Tools' menu
10736                 make 'Selective download' sensitive
10737
10738 2002-03-23 [paul]       0.7.4claws36
10739
10740         * sync with 0.7.4cvs16
10741                 see ChangeLog entries 2002-03-23
10742
10743 2002-03-22 [christoph]  0.7.4claws35
10744
10745         * src/quote_fmt_parse.y
10746                 fix include program output
10747
10748 2002-03-22 [alfons]     0.7.4claws34
10749
10750         * src/pop.c
10751                 initialize GDate stack variable correctly (sorry!)
10752
10753 2002-03-22 [paul]       0.7.4claws33
10754
10755         * src/compose.c
10756           src/mainwindow.c
10757           src/prefs_actions.c
10758           src/prefs_common.c
10759                 rename 'Tool' to 'Tools'
10760
10761         * src/mainwindow.c
10762                 move 'Delete duplicated messages' from
10763                 'Message/' to 'Tools/'
10764                 re-arrange the order of 'Tools/' items
10765
10766 2002-03-22 [paul]       0.7.4claws32
10767
10768         * src/addr_compl.c
10769           src/addressbook.[ch]
10770                 auto-address completion now also matches on
10771                 Nickname. patch submitted by Bob Forsman 
10772                 <hammor@users.sourceforge.net>
10773
10774         * src/editaddress.c
10775                 correct a spelling mistake
10776
10777 2002-03-22 [alfons]     0.7.4claws31
10778
10779         * src/pop.c
10780                 fix getting uidl from incorrect string 
10781                 (spotted by Colin)
10782
10783 2002-03-21 [alfons]     0.7.4claws30
10784
10785         * src/pop.c
10786                 more code refactoring
10787                 plug mem leak introduced by delete on server
10788
10789 2002-03-21 [paul]       0.7.4claws29
10790
10791         * sync with 0.7.4cvs11
10792                 see ChangeLog entries 2002-03-20
10793
10794 2002-03-20 [alfons]     0.7.4claws28
10795
10796         * src/inc.c
10797                 apply Colin's patch and refactor
10798
10799 2002-03-20 [paul]       0.7.4claws27
10800
10801         * sync with sylpheed 0.7.4cvs9
10802                 see ChangeLog entry 2002-03-20
10803
10804 2002-03-19 [christoph]  0.7.4claws26
10805
10806         * src/mh.c
10807         * src/procmsg.[ch]
10808         * src/summaryview.c
10809                 revert changes for flag updates
10810                 (does not work correctly and no time to debug)
10811
10812 2002-03-20 [alfons]     0.7.4claws25
10813
10814         * src/pop.c
10815                 refactor should_delete() a little bit 
10816
10817 2002-03-19 [paul]       0.7.4claws24
10818
10819         * src/inc.[ch]
10820           src/pop.c
10821           src/prefs_account.[ch]
10822                 allow the user to leave downloaded mail on the 
10823                 server for n days. Patch submitted by Colin Leroy 
10824                 <colin@colino.net>
10825
10826 2002-02-19 [paul]       0.7.4claws23
10827
10828         * sync with sylpheed 0.7.4cvs8
10829                 see ChangeLog entries 2002-03-19
10830
10831 2002-03-18 [paul]       0.7.4claws22
10832
10833         * sync with sylpheed 0.7.4cvs6
10834                 see ChangeLog entry 2002-03-18
10835
10836 2002-03-18 [paul]       0.7.4claws21
10837
10838         * po/en_GB.po
10839                 add en_GB message catalogue
10840
10841         * src/mbox_folder.c
10842           src/prefs_account.c
10843           src/prefs_actions.c
10844                 correct a few spelling mistakes
10845
10846 2002-03-17 [alfons]     0.7.4claws20
10847
10848         * src/matcher.c
10849                 more stringent checks for NULL params when writing
10850                 filtering actions to a file
10851                 
10852 2002-03-17 [hoa]        0.7.3claws20
10853
10854         * src/news.c
10855                 fixed the count of new messages
10856
10857         * src/compose.c
10858                 fixed the "attachment properties" window
10859
10860 2002-03-17 [paul]       0.7.4claws19
10861
10862         * src/defs.h
10863           src/folder.h
10864           src/news.c
10865           src/prefs_account.[ch]
10866           src/procmsg.[ch]
10867           src/summaryview.c
10868                 automatically mark cross-posted messages as read 
10869                 and (optionally) give them a colour label
10870                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10871                 
10872
10873 2002-03-17 [paul]       0.7.4claws18
10874
10875         * sync with sylpheed 0.7.4cvs5
10876                 see ChangeLog entry 2002-03-17
10877
10878 2002-03-17 [melvin]     0.7.4claws17
10879         
10880         * src/textview.c
10881                 Worked around a gtktext 'bug': when searching for 
10882                 a text in a long message it was scrolling slowly
10883                 line by line until it hit the searched text.
10884         * po/fr.po
10885                 Updated French translation
10886
10887 2002-03-17 [melvin]     0.7.4claws16
10888
10889         * src/mainwindow.c
10890         * src/compose.c
10891         * src/prefs_actions.c
10892                 Moved "Edit/Actions" to "Tool/Actions"
10893                 Made mainwindow/compose window sensitive as soon as
10894                 no child process is running anymore even if the io dialog
10895                 is open.
10896                 Fixed a struct being initialized with a non constant char*
10897
10898 2002-03-16 [christoph]  0.7.4claws15
10899
10900         * configure.in
10901                 add --with-compiler-flags option
10902                 (only for developer hacking)
10903         * src/mh.c
10904         * src/procmsg.[ch]
10905         * src/summaryview.c
10906                 try to make folder-stats and flag handling more
10907                 independent from the summaryview. msgcounts
10908                 are only set when the folder is opened and
10909                 procmsg_msginfo_(un)set_flags will handle it
10910                 later and summaryview will get the values
10911                 from the folder.
10912
10913 2002-03-16 [paul]       0.7.4claws14
10914
10915         * src/messageview.c
10916                 fix Return-receipt. Patch submitted by Bob
10917                 Woodside <rwoodside1@comcast.net>
10918
10919 2002-03-16 [paul]       0.7.4claws13
10920
10921         * src/compose.c
10922                 fix 'dynamic' signatures, make it work again
10923                 broken during sync on 2002-03-14 (0.7.4claws2)
10924
10925 2002-03-15 [match]      0.7.4claws12
10926
10927         * src/addrharvest.[ch]
10928         * src/addrgather.[ch]
10929         * src/addressbook.[ch]
10930         * src/mainwindow.c
10931                 included address harvester feature. still some
10932                 issues with address parsing that I will fix.
10933
10934 2002-03-15 [match]      0.7.4claws11
10935
10936         * src/addrbook.[ch]
10937         * src/addrcache.[ch]
10938         * src/addressbook.[ch]
10939         * src/addrindex.c
10940         * src/editbook.c
10941         * src/importldif.c
10942         * src/importmutt.c
10943         * src/jpilot.[ch]
10944         * src/main.c
10945         * src/syldap.[ch]
10946         * src/vcard.[ch]
10947                 tidy up. fix memory leaks. moved attribs and methods
10948                 from individual interfaces to addrcache object. prep
10949                 for new stuff to come in.
10950
10951 2002-03-15 [alfons]     0.7.4claws10
10952
10953         * src/matcher.[ch]
10954         * src/matcher_parser_parse.y
10955         * src/matcher_parser_lex.l
10956         * src/prefs_matcher.c
10957                 add filtering conditions message greater than, smaller 
10958                 than, and exactly matching a size in bytes
10959                 (does not work with delete from POP3 server yet)
10960
10961                 this should also give others an idea what you should
10962                 do to add new criterions to claws filtering system
10963                 
10964
10965 2002-03-15 [paul]       0.7.4claws9
10966
10967         * tools/filter_conv.pl
10968                 exit if there are no filter rules to convert
10969                 rename filterrc to filterrc.old after completion
10970
10971 2002-03-15 [paul]       0.7.4claws8
10972
10973         * sync with sylpheed 0.7.4cvs3
10974                 see ChangeLog entry 2002-03-14
10975
10976 2002-03-14 [paul]       0.7.4claws7
10977
10978         * src/compose.c
10979                 clean up the last commit (ahem)
10980
10981 2002-03-14 [paul]       0.7.4claws6
10982
10983         * src/compose.c
10984                 fix bug #515655. honour account preferences
10985                 regarding gpg default signing/encryption when 
10986                 changing account from the compose window.
10987
10988 2002-03-14 [paul]       0.7.4claws5
10989
10990         * src/folderview.c
10991                 remove unnecessary curly brackets
10992
10993 2002-03-14 [paul]       0.7.4claws4
10994
10995         * src/folderview.c
10996           src/prefs_filtering.[ch]
10997                 add filter rename on folder rename and filter
10998                 delete on folder delete. Patch submitted by
10999                 Neill Miller <neillm@thecodefactory.org> 
11000
11001 2002-03-14 [christoph]  0.7.4claws3
11002
11003         * src/procmsg.c
11004         * src/send.c
11005                 fix local delivery
11006                 (patch submitted by "Simon 'corecode' Schubert")
11007         * src/prefs_common.c
11008         * src/procmsg.c
11009                 fix gcc 3.0 warning
11010
11011 2002-03-14 [paul]       0.7.4claws2
11012
11013         * sync with sylpheed 0.7.4cvs2
11014                 see ChangeLog entry 2002-03-13
11015
11016 2002-03-12 [darko]      0.7.4claws1
11017
11018         * src/mainwindow.c
11019                 fix what seems to be a copy and paste error
11020                 when setting color for important messages
11021                 (reported by wwp)
11022
11023 2002-03-11 [paul]       version 0.7.4claws released
11024
11025 2002-03-11 [paul]       0.7.4claws
11026
11027         * po/es.po
11028           po/it.po
11029           po/nl.po
11030           po/pt_BR.po
11031                 update message catalogs. Submitted by Ricardo Mones 
11032                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11033                 Fabio Junior Beneditto
11034
11035         * configure.in
11036           faq/Makefile.am
11037           faq/it/Makefile
11038           faq/it/sylpheed-faq*
11039           src/mainwindow.c
11040           src/manual.[ch]
11041                 add FAQ in Italian
11042         
11043
11044 2002-03-11 [jens]       0.7.3claws7
11045
11046         * po/de.po
11047                 updated German translation
11048
11049 2002-03-11 [melvin]     0.7.3claws6
11050
11051         * po/fr.po
11052                 updated and corrected French translation
11053
11054 2002-03-10 [hoa]        0.7.3claws5
11055
11056         * src/account.c
11057         * src/inc.c
11058         * src/prefs_account.c
11059         * src/procmsg.c
11060         * src/send.[ch]
11061                 fixed the local account.
11062                 you have to change the default "/usr/sbin/sendmail"
11063                 to "/usr/sbin/sendmail -t" in the preferences of
11064                 the local account.
11065
11066         * src/procmime.c
11067                 removed some debug display for renderer
11068
11069 2002-03-10 [paul]       0.7.3claws4
11070
11071         * faq/en/sylpheed-faq-1.html
11072           faq/en/sylpheed-faq-2.html
11073                 update
11074
11075 2002-03-09 [paul]       0.7.3claws3
11076
11077         * sync with sylpheed 0.7.4
11078                 see ChangeLog entry 2002-03-09
11079
11080 2002-03-08 [paul]       0.7.3claws2
11081
11082         * faq/en/sylpheed-faq*
11083           faq/es/sylpheed-faq*
11084           faq/fr/sylpheed-faq*
11085                 update the FAQs
11086
11087         * manual/fr/.cvsignore
11088           manual/fr/Makefilea.am
11089           manual/fr/sylpheed*
11090           src/mainwindow.c
11091           src/manual.[ch]
11092                 add the French manual
11093
11094 2002-03-07 [paul]       0.7.3claws1
11095
11096         * sync with sylpheed 0.7.3cvs4
11097                 see ChangeLog entries  2002-03-06 and 2002-03-07
11098         
11099         * po/nl.po
11100                 updated by Wilbert Berendsen
11101
11102 2002-03-07 [melvin]     0.7.2claws34
11103
11104         * src/selective_download.c
11105                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11106
11107 2002-03-06 [paul]       0.7.2claws33
11108
11109         * sync with sylpheed 0.7.3cvs1
11110                 bug fix, see ChangeLog entry 2002-03-05
11111
11112 2002-03-05 [paul]       0.7.2claws32
11113
11114         * src/mimeview.c
11115           src/pgptext.[ch]
11116           src/procmsg.c
11117                 reverse the pgp ascii-armored code implemented in 
11118                 0.7.2claws16. removal of this code until it matures.
11119                 this means that verifying ascii-armored pgp sigs and
11120                 automatic decryption of ascii-armored encrypted
11121                 messages no longer works.
11122
11123 2002-03-05 [paul]       0.7.2claws31
11124
11125         * configure.in
11126           Makefile.am
11127         * faq/Makefile.am
11128         * faq/en/Makefile.am
11129           faq/en/sylpheed-faq.html
11130           faq/en/sylpheed-faq-1.html
11131           faq/en/sylpheed-faq-2.html
11132           faq/en/sylpheed-faq-3.html
11133         * faq/es/Makefile.am
11134           faq/es/sylpheed-faq.html
11135           faq/es/sylpheed-faq-1.html
11136           faq/es/sylpheed-faq-2.html
11137           faq/es/sylpheed-faq-3.html
11138           faq/es/sylpheed-faq-4.html
11139         * faq/fr/Makefile.am
11140           faq/fr/sylpheed-faq.html
11141           faq/fr/sylpheed-faq-1.html
11142           faq/fr/sylpheed-faq-2.html
11143           faq/fr/sylpheed-faq-3.html
11144         * src/Makefile.am
11145           src/defs.h
11146           src/mainwindow.c
11147           src/manual.[ch]
11148                 add FAQs in English, Spanish and French
11149
11150
11151 2002-03-05 [paul]       0.7.2claws30
11152
11153         * manual/en/sylpheed.html
11154           manual/en/sylpheed-XX.html
11155                 updated the English manual
11156
11157 2002-03-05 [hoa]        
11158
11159         * src/summaryview.c
11160                 dialog box pops up if the article can't be deleted.
11161
11162 2002-03-04 [paul]       
11163         
11164         * po/pt_BR.po
11165                 updated by Fabio Junior Benedito
11166
11167 2002-03-04 [hoa]
11168
11169         * removed ac/gpgme.m4
11170                 to avoid autogen common problem
11171                 developers have to install gpgme development package now
11172
11173         * src/compose.c
11174                 encoding to 7bit or 8bit is enabled.
11175
11176 2002-03-03 [alfons]     0.7.2claws29
11177
11178         * src/pop.c
11179                 merge fix by Oliver Haertel for selective
11180                 download buglet
11181
11182 2002-03-03 [paul]       0.7.2claws28
11183         
11184         * sync with sylpheed 0.7.3
11185
11186 2002-03-03 [paul]       0.7.2claws27
11187
11188         * sync with sylpheed 0.7.2cvs24
11189                 see ChangeLog entries 2002-03-02 and 2002-03-03
11190
11191 2002-03-02 [melvin]     0.7.2claws26
11192
11193         * src/inc.[ch]
11194         * src/main.c
11195         * src/mainwindow.c
11196         * src/prefs_common.[ch]
11197                 Added user definable notification on new mail arrival.
11198                 Removed unused variables in spell checker prefs code.
11199
11200 2002-03-02 [melvin]     0.7.2claws25
11201
11202         * src/quote_fmt.c
11203                 Removed unnecessary escape sequences.
11204                 Changed 'Initial...' to 'Initials of Sender'
11205
11206 2002-03-02 [paul]       0.7.2claws24
11207
11208         * sync with sylpheed 0.7.2cvs22
11209                 see ChangeLog entry 2002-03-01
11210
11211 2002-03-01 [hoa]        0.7.2claws23
11212
11213         * src/mainwindow.c
11214                 Set sensitivity of delete actions to active
11215                 even if the folder is a newsgroup.
11216
11217         * src/summaryview.c
11218                 - Set sensitivity of delete actions
11219                 - Added function check_permission() that will check if the
11220                   user is authorized to delete a message. For news, it
11221                   will check if the author is the same.
11222                 - Enabled deletion when there is no trash folder.
11223
11224         * src/news.[ch]
11225                 - Added news_cancel_article() to cancel articles
11226                 - Implemented news_remove_message() (public function)
11227
11228 2002-03-01 [paul]       0.7.2claws22
11229
11230         * src/gtkutils.c
11231           src/textview.c
11232                 recognise urls that that don't include 'http://' and
11233                 simply begin 'www.' 
11234
11235         * AUTHORS
11236                 remove duplicated name
11237
11238 2002-02-28 [paul]       0.7.2claws21
11239
11240         * src/mainwindow.c
11241           src/summaryview.[ch]
11242                 add ability to 'Select thread'
11243                 combines Melvin's "Select thread's head" patch (#510907)
11244                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11245                 patch (#518514) 
11246
11247 2002-02-28 [paul]       0.7.2claws20
11248
11249         * src/mimeview.c
11250                 hopefully fix segfault on right-clicking a mime part
11251                 that some people have experienced.      
11252                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11253
11254 2002-02-28 [paul]       0.7.2claws19
11255
11256         * sync with sylpheed 0.7.2cvs21
11257                 see ChangeLog entries 2002-02-27 and 2002-02-28
11258
11259 2002-02-27 [paul]       0.7.2claws18
11260
11261         * sync with sylpheed 0.7.2cvs18
11262                 see ChangeLog entries 2002-02-26 and 2002-02-27
11263
11264 2002-02-26 [alfons]     0.7.2claws17
11265
11266         * src/procheader.c
11267                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11268                 (spotted by Chris Hessman <idatech@gmx.net>)
11269
11270 2002-02-26 [paul]       0.7.2claws16
11271
11272         * src/mimeview.c
11273           src/pgptext.[ch]
11274           src/procmsg.c
11275                 make decryption of ascii-armored pgp encrypted messages
11276                 and verification of ascii-armored signatures work again.
11277                 slightly altered from the patch by Jens Jahnke 
11278                 <jan0sch@gmx.net>
11279
11280                 ##FIX ME##
11281                 * the checking of plaintext signatures always comes up in 
11282                   a popup box
11283                 * it doesn't work for multipart messages 
11284                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11285                   including the msg headers and these 2 line themselves, are 
11286                   not displayed
11287
11288         * src/mainwindow.c
11289                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11290                 "View/Message View" becomes "View/Separate Message View"
11291                 because its less ambiguous.
11292
11293         * po/es.po
11294                 updated by Ricardo Mones Lastra
11295
11296 2002-02-26 [paul]       0.7.2claws15
11297
11298         * sync with sylpheed 0.7.2cvs17
11299                 see ChangeLog entries 2002-02-25 and 2002-02-26
11300
11301 2002-02-25 [christoph]  0.7.2claws14
11302
11303         * src/filtering.[ch]
11304         * src/inc.c
11305                 do filtering stuff after all messages have been received
11306                   1. drop all messages to .processing
11307                   2. scan processing folder for messages
11308                   3. filter messages or move to inbox
11309                 this will also find old messages left in processing after
11310                 a crash or something like that and we get a real msginfo
11311                 from folder->get_msg_list and do not have to create our
11312                 own in filter_message
11313         * src/matcher_parser_parse.y
11314                 remove MIX/MAX warning (reordered includes)
11315
11316 2002-02-25 [paul]       0.7.2claws13
11317
11318         * sync with sylpheed 0.7.2cvs15
11319                 see ChangeLog entry 2002-02-24
11320
11321 2002-02-24 [alfons]     0.7.2claws12
11322
11323         * src/filtering.c
11324                 clear old color flags first when applying a new color to
11325                 a message info. 
11326                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11327
11328 2002-02-24 [alfons]     0.7.2.claws11
11329         
11330         * AUTHORS
11331         * src/prefs_common.c
11332                 add presets for Opera and Konqueror, closes patch #517261,
11333                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11334
11335 2002-02-24 [alfons]     0.7.2.claws10
11336
11337         * AUTHORS
11338         * src/summaryview.c
11339                 fix threading for null message ids, closes patch #521601,
11340                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11341
11342 2002-02-24 [alfons]     0.7.2claws9
11343
11344         * src/summaryview.c
11345         * src/filtering.c
11346                 make Tool | Filter Message work with filtering system so
11347                 setting flags also works
11348
11349                 TODO:
11350
11351                 - Processing uses the same function as Tool | Filter
11352                   Message, but doesn't use the same update proc yet
11353
11354 2002-02-23 [paul]       0.7.2claws8
11355
11356         * sync with sylpheed 0.7.2cvs14
11357                 see ChangeLog entries 2002-02-22 and 2002-02-23
11358
11359 2002-02-22 [christoph]  0.7.2claws7
11360
11361         * src/quote_fmt.c
11362                 Add column space to table
11363         * src/quote_fmt_parse.y
11364                 Close files
11365
11366 2002-02-22 [paul]       0.7.2claws6
11367
11368         * src/Makefile.am
11369           src/defs.h
11370           src/filtering.c
11371           src/inc.[ch]
11372           src/mainwindow.c
11373           src/matcher.[ch]
11374           src/matcher_parser_lex.l
11375           src/matcher_parser_parse.y
11376           src/pop.[ch]
11377           src/prefs_account.h
11378           src/prefs_filtering.c
11379           src/selective_download.[ch]   *** NEW FILES ***
11380           src/utils.[ch]
11381           po/POTFILES.in
11382                 Selective Download added to 'Tool' menu. 
11383                 Retrieves email headers of the currently selected pop3 
11384                 account and allows the user to mark emails for deletion 
11385                 right on the pop3 server. Patch submitted by Oliver Haertel 
11386                 <oha@users.sourceforge.net>.
11387         
11388         * po/POTFILES.in
11389                 add 'src/quote_fmt.c'           
11390
11391 2002-02-22 [christoph]  0.7.2claws5
11392
11393         * src/Makefile.am
11394                 added quote_fmt.c
11395         * src/prefs_common.[ch]
11396         * src/prefs_template.c
11397         * src/quote_fmt.c               *** NEW FILE ***
11398         * src/quote_fmt.h
11399                 move quote format symbol description code
11400                 to it's own file because it is used from
11401                 differnent code parts
11402                 Rewrote symbol description GUI
11403                   + use table
11404                   + add separators
11405                   + get data from array (no more long constant strings)
11406         * src/quote_fmt_lex.l
11407         * src/quote_fmt_parse.y
11408                 Symbol for Literal % changed to \% instead of %%
11409                 (More logical as \ is used for quoting for other symbols)
11410                 Add |f and |p to include files and program output
11411                 Examples:
11412                     |f{/home/.../.signature}
11413                     |p{date}
11414         * po/de.po
11415                 Correct wrong spelling for "Referenzen"
11416
11417 2002-02-21 [paul]       0.7.2claws4
11418
11419         * src/procmsg.c
11420                 forgotten during sync
11421
11422 2002-02-21 [paul]       0.7.2claws3
11423
11424         * sync with sylpheed 0.7.2cvs11
11425                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11426                 2002-02-20 and 2002-02-21
11427
11428 2002-02-20 [melvin]     0.7.2claws2
11429
11430         * src/prefs_actions.c
11431                 Added error report when child cannot fork or when execvp 
11432                 returns with an error.
11433
11434 2002-02-19 [christoph]  0.7.2claws1
11435
11436         * src/codeconv.c
11437                 return unconverted text if conde conversion is not possible
11438                 when libjconv is used.
11439                 (patch submitted by "Simon 'corecode' Schubert")
11440
11441 2002-02-19 [paul]       
11442
11443         * version 0.7.2claws release
11444
11445 2002-02-19 [paul]       0.7.2claws
11446
11447         * po/nl.po
11448                 updated by Wilbert Berendsen
11449
11450
11451 2002-02-18 [alfons]     0.7.1claws13
11452
11453         * src/syldap.c
11454         * src/jpilot.c
11455                 remove references to dlfcn and explicitly loading functions
11456                 from dynalink libs, because libs linked anyway, and functions
11457                 are loaded explicitly
11458
11459 2002-02-17 [melvin]     0.7.1claws12
11460
11461         * src/prefs_actions.c
11462                 Replaced children wait loop with double fork technique.
11463                 Now, input/output window updated at each new output.
11464                 free_children(): Fixed a memory leak.
11465                 Made input/output window non closable if running children
11466                 still exist.
11467                 Added missing <unistd.h> include.
11468                 Added some --debug outputs.
11469
11470 2002-02-17 [melvin]     0.7.1claws11
11471
11472         * src/summaryview.c
11473                 Fixed bug where descending sort order did not select top
11474                 message.
11475
11476 2002-02-17 [melvin]     0.7.1claws10
11477
11478         * acconfig.h
11479                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11480         * src/prefs_common.c
11481                 Pspell data package directory no more hard coded but
11482                 set during configuration (PSPELL_PATH). (Thanks to 
11483                                 Gustavo Noronha Silva.)
11484
11485 2002-02-17 [melvin]     0.7.1claws9
11486
11487         * configure.in
11488                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11489         * src/gtkspell.c
11490                 Fixed compile-time warnings.
11491
11492 2002-02-16 [alfons]     0.7.1claws8
11493
11494         * src/filesel.c
11495                 fix inadvertent free of NULL pointer which caused
11496                 sylpheed to crash when closing the save-as dialog
11497                 using the window close button
11498
11499 2002-02-16 [carsten]    0.7.1claws7
11500         * src/mainwindow.[ch]
11501           src/summaryview.c
11502           src/prefs_common.c
11503                 fixes for pixmap theming code:
11504                         - recently changed mail attributes shouldn't get
11505                           lost any longer
11506                         - theme is only reloaded iff another theme was
11507                           selected
11508
11509 2002-02-16 [paul]       0.7.1claws6
11510
11511         * sync with sylpheed 0.7.2 release
11512                 see ChangeLog entry 2002-02-15 and 2002-02-16
11513
11514 2002-02-15 [paul]       0.7.1claws5
11515
11516         * sync with sylpheed 0.7.1cvs9
11517                 see ChangeLog entry 2002-02-15
11518
11519         * po/POTFILES.in
11520                 remove unneeded headerwindow.c entry
11521
11522 2002-02-14 [carsten]    0.7.1claws4
11523         * src/summaryview.c
11524                 fixed a bug for "Go to next unread message": there was
11525                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11526                 in the prefs, because of doing "Search again" instead
11527                 "No"
11528
11529 2002-02-14 [carsten]    0.7.1claws3
11530         * src/stock_pixmap.c
11531                 removed 2 more mem leaks; following memprof,
11532                 this code is "leak free" now :)
11533
11534 2002-02-14 [carsten]    0.7.1claws2
11535         * src/stock_pixmap.c
11536                 used opendir/readdir/closedir instead of scandir
11537                 -> code should work now on Solaris
11538
11539 2002-02-14 [paul]       0.7.1claws1
11540
11541         * sync with sylpheed 0.7.1cvs8
11542                 see ChangeLog entries 2002-02-13 and 2002-02-14
11543
11544         * README.claws
11545                 add some description of Actions and Pixmap Themes
11546
11547 2002-02-13 [paul]       
11548
11549         * version 0.7.1claws release
11550
11551 2002-02-13 [paul]       0.7.1claws
11552
11553         * po/es.po
11554           po/it.po
11555           po/pt_BR.po
11556                 updated translations, submitted by Ricardo Mones Lastra,
11557                 Alessandro Maestri and Fabio Junior Beneditto
11558
11559 2002-02-13 [melvin]     0.7.0claws75
11560
11561         * src/prefs_actions.c
11562                 Added missing "signal.h" include
11563
11564 2002-02-13 [melvin]     0.7.0claws74
11565
11566         * src/prefs_folder_item.c
11567                 Added missing "config.h" include
11568         * po/fr.po
11569                 Updated French translation for folder propriety.
11570
11571 2002-02-13 [jens]       0.7.0claws73
11572
11573         * po/POTFILES.in
11574                 Added missing src/prefs_folder_item.c [log added by melvin]
11575         * po/de.po
11576                 Updated German translation.
11577
11578 2002-02-13 [melvin]     0.7.0claws72
11579
11580         * po/fr.po
11581                 Updated French translation.
11582
11583 2002-02-13 [melvin]     0.7.0claws71
11584
11585         * src/gtkutils.c
11586                 Made gtkut_editable_get_selection return NULL if selection
11587                 is of length zero.
11588                 This fixes a bug where selecting part of message A then
11589                 switching to message B and replying to it will not
11590                 quote the message's body.
11591
11592 2002-02-12 [paul]       0.7.0claws70
11593
11594         * src/mainwindow.c
11595                 cosmetic, relating to pixmap themes: on toolbar make 
11596                 updating of 'Exec' and 'Compose news/Compose email'
11597                 icons faster.
11598
11599 2002-02-12 [carsten]    0.7.0claws69
11600         * src/folderview.c
11601           src/mainwindow.[ch]
11602           src/stock_pixmap.c
11603           src/summaryview.c
11604           src/prefs_common.c
11605                 - refreshing after changing pixmap theme better
11606                   now (thanks Paul)
11607                 - wanted to remove some mem leaks, but alfons was
11608                   faster (and had the better solution ;)
11609
11610 2002-02-12 [alfons]     0.7.0claws68
11611
11612         * src/prefs_common.c
11613         * src/stock_pixmap.[ch]
11614                 plug mem leaks, refactor code a little bit
11615
11616
11617 2002-02-12 [sergey]     0.7.0claws67
11618
11619         * src/imap.c
11620                 Fixed problem with copying messages to IMAP folders when the
11621                 server uses something other than '/' as a namespace separator
11622                 (cyrus-imapd uses '.').
11623
11624 2002-02-12 [jens]       0.7.0claws66
11625
11626         * po/de.po
11627                 Updated German Translation
11628
11629 2002-02-12 [paul]       0.7.0claws65
11630
11631         * sync with sylpheed 0.7.1cvs1
11632                 see ChangeLog entry 2002-02-12
11633
11634 2002-02-12 [melvin]     0.7.0claws64
11635
11636         * src/prefs_actions.c
11637                 Fixed "feature" where children's output was duplicated 
11638                 instead of refreshed while monitoring.
11639                 Removed some debug code.
11640
11641 2002-02-12 [christoph]  0.7.0claws63
11642
11643         * src/compose.c
11644                 always delete message from queue after sending/send error
11645                 (closes bug #509601)
11646
11647 2002-02-12 [melvin]     0.7.0claws62
11648
11649         * src/prefs_actions.c
11650                 Children wait loop is now triggered with a timeout of 1s
11651                 Added %F which is replaced with the list of filenames 
11652                 of all selected messages (as suggested by Ricardo Mones Lestra)
11653                 Pipe syntax changed. Prefix with | to send selection, postfix
11654                 with | to retrieve output. Prefix with > or * to send
11655                 user definable input to the command (*: input is hidden)
11656                 Old pipe action should now be postfixed with |, too.
11657
11658 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11659         * src/stock_pixmap.c
11660                 fixed a bug: if there's no theme directory don't
11661                 throw an error, just do "nothing" (thanks Alfons)
11662
11663 2002-02-12 [carsten]    0.7.0claws60
11664         * src/folderview.c
11665           src/summaryview.c
11666                 had to write the cache twice (nasty!); some marks would 
11667                 get lost if not
11668
11669 2002-02-11 [carsten]    0.7.0claws59
11670         * acconfig.h
11671           configure.in
11672           doc-src/maintainer_guide.txt
11673           src/compose.[ch]
11674           src/defs.h
11675           src/folderview.[ch]
11676           src/gtkutils.[ch]
11677           src/mainwindow.[ch]
11678           src/prefs_common.[ch]
11679           src/stock_pixmap.[ch]
11680           src/summaryview.[ch]
11681                 pixmap theming and related work on pixmap
11682                 handling on some other places
11683                 (e.g. hrm features for all folder)
11684           src/pixmap/stock_*.xpm -> the stock_ was removed
11685         
11686 2002-02-11 [paul]       0.7.0claws58
11687
11688         * sync with sylpheed 0.7.1 release
11689                 see ChangeLog entries 2002-02-11
11690
11691 2002-02-08 [paul]       0.7.0claws57
11692
11693         * sync with sylpheed 0.7.0cvs39
11694                 see ChangeLog entry 2002-02-07 (last entry) 
11695
11696         * src/prefs_actions.c
11697           src/prefs_filtering.c
11698           src/prefs_matcher.c
11699           src/prefs_scoring.c
11700                 sync: made it compile with C compilers other than gcc
11701
11702 2002-02-07 [paul]       0.7.0claws56
11703
11704         * sync with sylpheed 0.7.0cvs38
11705                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11706                 2002-02-07
11707
11708 2002-02-07 [darko]      0.7.0claws55
11709
11710         * src/gtkutils.[ch]
11711         * src/summaryview.c
11712                 Fix const gchar */gchar * issue (thanks Hiro)
11713
11714 2002-02-07 [darko]      0.7.0claws54
11715
11716         * src/compose.[ch]
11717         * src/filtering.c
11718         * src/gtkutils.[ch]
11719         * src/prefs_template.c
11720         * src/quote_fmt.h
11721         * src/quote_fmt_parse.y
11722         * src/summaryview.c
11723         * src/utils.[ch]
11724                 When replying or forwarding an email don't quote the entire
11725                 mail body but use the part of the message text that is selected
11726
11727 2002-02-06 [melvin]     0.7.0claws53
11728
11729         * src/prefs_common.[ch]
11730         * src/gtkspell.[ch]
11731         * src/compose.c
11732                 Made possible to switch quickly to last used dictionary
11733                 which makes checking bilingual documents easier.
11734
11735 2002-02-06 [melvin]     0.7.0claws52
11736         
11737         * po/POTFILES.in
11738                 Added forgotten new file src/prefs_actions.c
11739
11740 2002-02-06 [melvin]     0.7.0claws51
11741
11742         * src/prefs_actions.c   ** NEW FILE **
11743         * src/prefs_actions.h   ** NEW FILE **
11744                 Added actions to execute on message text view, or on the
11745                         message's file.
11746         * src/Makefile.am
11747                 Added src/prefs_actions.[ch]
11748         * src/compose.c
11749                 Added new menu "Edit/Actions"
11750         * src/defs.h
11751                 Added new actionsrc file.
11752         * src/main.c
11753                 Added actionsrc reading.
11754         * src/mainwindow.c
11755                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11756         * src/prefs_common.h
11757                 Added new element actionslst element to prefs_common.
11758
11759 2002-02-06 [paul]       0.7.0claws50
11760
11761         * sync with sylpheed 0.7.0cvs36
11762                 see ChangeLog entry 2002-02-06
11763
11764 2002-02-05 [paul]
11765
11766         * po/es.po
11767                 updated by Ricardo Mones Lastra
11768
11769 2002-02-05 [paul]       0.7.0claws49
11770
11771         * sync with sylpheed 0.7.0cvs33
11772                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11773
11774 2002-02-05 [paul]       0.7.0claws48
11775
11776         * src/compose.c
11777                 re-add 'Edit/Advanced/Delete entire line', previously named
11778                 'Delete Line+'
11779
11780 2002-02-04 [paul]       0.7.0claws47
11781
11782         * src/compose.c
11783           src/summaryview.c
11784                 fix bug #494993 (Reply All not taking Reply-To into consi)
11785                 eliminate differences in behaviour of right-click 'Reply to all' 
11786                 in summary view and 'Reply to all' on the toolbar. 
11787                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11788                 view and From gets ignored by 'Reply to all' on toolbar.
11789                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11790                 From when no Reply-To header is present.
11791
11792 2002-02-04 [paul]       0.7.0claws46
11793
11794         * sync with sylpheed 0.7.0cvs30
11795                 see ChangeLog entries 2002-02-03 and 2002-02-04
11796
11797 2002-02-03 [melvin]     0.7.0claws45
11798
11799         * src/gtkspell.[ch]
11800                 Readded function to highlight all misspelled words.
11801                 Fixed bug where user-provided-words did not replace
11802                         correctly the misspelled word when using the mouse.
11803                 Fixed bug where checking a region selected from right to left did
11804                         not check the region at all.
11805                 Fixed bug where 'Check backwards' may not check at all. 
11806                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11807                 Fixed possible buffer overflow when checking for long strings (>1k).
11808                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11809                 Accelerators code uses now gtk_widget_add_accel.
11810                 Removed and disabled obsolete and unfinished code.
11811                 Cleaning up.
11812
11813         * src/compose.c
11814                 Added menu item to Highlight all misspelled words.
11815
11816 2002-02-01 [paul]       0.7.0claws44
11817
11818         * src/mainwindow.c
11819                 fix '/View/Hide read messages' sensitivity when all
11820                 messages in a folder are hidden
11821
11822 2002-02-01 [paul]       0.7.0claws43
11823
11824         * src/main.c
11825                 add --send option to command line interface, sends all
11826                 queued mail. Patch submitted by Ricardo Mones Lastra.
11827
11828 2002-01-31 [paul]       0.7.0claws42
11829
11830         * src/mainwindow.c
11831                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11832
11833 2002-01-31 [paul]       0.7.0claws41
11834
11835         * sync with sylpheed 0.7.0cvs27
11836                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11837                 and 2002-01-31
11838
11839         * src/textview.c
11840                 comment out elements of textview_show_part() as temporary
11841                 workaround for attachment 'Display as text' bug 
11842
11843         * po/pt_BR.po
11844                 updated by Fabio Junior Beneditto
11845
11846 2002-01-30 [paul]       0.7.0claws40
11847
11848         * sync with sylpheed 0.7.0cvs24
11849                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11850                 and 2002-01-30
11851
11852         * src/compose.c
11853                 add {N_("/_Spelling"), ... "<Branch>"} to 
11854                 GtkItemFactoryEntry compose_entries[]
11855
11856         * src/prefs_common.c
11857                 add claws menu items to prefs_keybind_apply_clicked()
11858                 and remove non-claws menu items
11859
11860 2002-01-29 [paul]       0.7.0claws39
11861
11862         * sync with sylpheed 0.7.0cvs22
11863                 see ChangeLog entries 2002-01-28 and 2002-01-29
11864
11865 2002-01-28 [melvin]     0.7.0claws38
11866
11867         * src/compose.c
11868                 Added the declartion of compose_send_control_enter.
11869
11870         * src/compose.c
11871         * src/gtkspell.[ch]
11872                 Added in a 'Spelling' menu which includes the configuration menu. 
11873                 Added a real 'Check all' and got rid from the old one which only
11874                 highlited misspelled word.
11875                 Made 'Check while typing' a disableable option.
11876                 Added a dialog when there are no more misspelled word.
11877                 Added a dialog if error occurs when switching to a dictionary.
11878         
11879         * src/prefs_common.[ch]
11880                 Added option for the default 'Check while typing' option.
11881
11882
11883 2002-01-28 [alfons]     0.7.0claws37
11884
11885         * src/compose.c
11886                 fix buglet and make code comply with sylpheed code style
11887
11888 2002-01-28 [paul]       0.7.0claws36
11889
11890         * sync with sylpheed 0.7.0cvs19
11891                 see ChangeLog entries for 2002-01-28
11892
11893 2002-01-28 [hoa]        0.7.0claws35
11894
11895         * src/defs.h
11896                 added rendererrc
11897
11898         * src/main.c
11899                 read the renderer config
11900
11901         * src/procmime.[ch]
11902                 use the renderer config to convert mime attachments
11903
11904         * src/textview.c
11905                 don't use textview_show_html/ertf,
11906                 use get_text_content instead
11907
11908 2002-01-27 [alfons]     0.7.0claws34
11909         
11910         * src/news.c
11911                 make sylpheed believe it can delete a news message...
11912                 (messages are NOT deleted, maybe we should remove
11913                 processing from the folder properties after all.)
11914
11915 2002-01-27 [alfons]     0.7.0claws33
11916
11917         * src/folder.c
11918                 add extra checks
11919         * src/news.c
11920                 implement remove_msg() 
11921
11922 2002-01-27 [alfons]     0.7.0claws32
11923
11924         * src/procmsg.h
11925         * src/procheader.c
11926         * src/messageview.c
11927                 fix return receipt / disposition notification again. this
11928                 stuff seems to break on _every_ major summary UI change, so
11929                 it's now implemented using a flag which is saved in the
11930                 marks cache
11931                 
11932 2002-01-26 [alfons]     0.7.0claws31
11933
11934         * src/import.c
11935                 let import dialog show the destination folder identifier
11936
11937 2002-01-26 [melvin]     0.7.0claws30
11938
11939         * src/folderview.c
11940         * src/summaryview.c
11941                 Readded 'Mark all read' into summary view popup menu
11942                 Added 'Mark all read' in folder view popup menu for IMAP
11943                 and NNTP.
11944                 Made it insensitive if the selected folder is not the shown
11945                 one to avoid 'Mark all read' on the wrong folder.
11946                 
11947 2002-01-26 [paul]       0.7.0claws29
11948
11949         * src/folderview.c
11950           src/summaryview.c
11951                 move 'Mark all read' from summary view to folder view
11952                 menu. (adapted from) patch submitted by Jeremy Andrews,
11953                 <lists@kerneltrap.com>
11954
11955 2002-01-25 [alfons]     0.7.0claws28
11956
11957         * src/gtkstext.c
11958                 put the gtk class name back so GtkSText adapts the 
11959                 settings of GtkText
11960
11961 2002-01-25 [alfons]     0.7.0claws27
11962
11963         * src/folderview.c 
11964                 assimilate Ricardo's patch that shows pixmaps instead of
11965                 plain "new" and "unread" texts in the folder view column
11966                 headers 
11967
11968 2002-01-25 [paul]       0.7.0claws26
11969
11970         * src/Makefile.am
11971                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
11972                 be found in non-standard locations. 
11973                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
11974
11975 2002-01-25 [paul]       0.7.0claws25
11976
11977         * sync with sylpheed 0.7.0cvs16
11978                 see ChangeLog entry 2002-01-25
11979
11980 2002-01-24 [paul]       0.7.0claws24
11981
11982         * more sync with sylpheed 0.7.0cvs15
11983                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
11984
11985 2002-01-23 [sergey]     0.7.0claws23
11986
11987         * src/importldif.c
11988                 Fixed segfault when closing LDIF import wizard with
11989                 the window manager.
11990         * src/imageview.c
11991         * src/imageview.h
11992         * src/messageview.c
11993         * src/mimeview.c
11994                 Fixed wrong scrolling position after switching between
11995                 text and image parts.
11996
11997 2002-01-23 [paul]       0.7.0claws22
11998
11999         * sync with sylpheed 0.7.0cvs15
12000                 see ChangeLog entries 2002-01-22 and 2002-01-23
12001
12002 2002-01-21 [melvin]     0.7.0claws21
12003
12004         * src/prefs_scoring.c
12005         * src/prefs_filtering.c
12006                 Fixed bug where scoring and filtering windows stopped
12007                 autochecking.
12008
12009 2002-01-21 [paul]       0.7.0claws20
12010
12011         * sync with sylpheed 0.7.0cvs12
12012                 see ChangeLog entries 2002-01-20 and 2002-01-21
12013
12014 2002-01-21 [carsten]    0.7.0claws19
12015         * src/mainwindow.c
12016         * src/menu.[ch]
12017         * src/messageview.[ch]
12018         * src/summaryview.[ch]
12019                 changes to shortcuts handling again:
12020                         + "Q" now controled by mainwin
12021                         + v/V are now customizable and have slightly
12022                           different meanings
12023                 the "button" to minimize the messageview (and maximize
12024                 the summary view) is a real button now
12025         * src/compose.c
12026                 "Delete Line+" added to Edit/Advanced (this will also
12027                 delete the '\n')
12028
12029 2002-01-20 [melvin] 0.7.0claws18
12030
12031         * src/addressbook.c
12032                 Made "Bcc" sensitive when addressbook is called from
12033                 compose window (it was a Claws only bug).
12034
12035 2002-01-19 [alfons] 0.7.0claws17
12036
12037         * src/inc.c
12038                 prevent unnecessary updates when currently selected folder has
12039                 no new messages 
12040
12041 2002-01-19 [alfons] 0.7.0claws16
12042         
12043         * src/summaryview.c
12044                 prevent writing the cache based on current message list in summary 
12045                 view when filtering also put messages in currently selected folder
12046
12047 2002-01-19 [paul]
12048
12049         * po/it.po
12050                 Italian translation submitted by Alessandro Maestri
12051                 <a.maestri@cs.tin.it>
12052
12053 2002-01-18 [melvin]     0.7.0claws15
12054
12055         * src/prefs_filters.c
12056                 fixed bug where 'cancel' from 'filters' window stops autochecking
12057                 if the timer timed out  when the window was open.
12058
12059 2002-01-18 [match]      0.7.0claws14
12060
12061         * src/addrclip.[ch]     ** NEW FILE **
12062         * src/addrselect.[ch]   ** NEW FILE **
12063         * src/adbookbase.h      ** NEW FILE **
12064                 addressbook cut, copy and paste
12065         * src/addrbook.[ch]
12066         * src/addrcache.[ch]
12067         * src/addressitem.h
12068         * src/addrindex.[ch]
12069         * src/addritem.[ch]
12070         * src/importldif.c
12071         * src/importmutt.c
12072         * src/jpilot.[ch]
12073         * src/syldap.[ch]
12074         * src/vcard.[ch]
12075         * src/jpilot.[ch]
12076         * src/editbook.c
12077         * src/editjpilot.c
12078         * src/editldap.c
12079         * src/editvcard.c
12080                 support for copy/paste
12081         * src/addressbook.c
12082                 support for copy/paste
12083                 tidy up menu option processing
12084                 correct address list function arguments
12085         * src/editaddress.c
12086                 sort user attributes
12087         * src/ldif.h
12088         * src/mutt.h
12089                 tidy up
12090
12091         * src/addrbook.[ch]
12092         * src/addrbook.[ch]
12093         * src/addrbook.[ch]
12094                 
12095
12096 2002-01-18 [paul]       0.7.0claws13
12097
12098         * sync with sylpheed 0.7.0cvs8
12099                 configure.in: support Mac OS X (Darwin)
12100
12101 2002-01-18 [carsten]    0.7.0claws12
12102         * src/html.c
12103                 small hack to fix a segfault with an empty href
12104                 (reported by Alexandra Walford <deeni@altern.org>)
12105         * src/mainwindow.c
12106         * src/summaryview.c
12107                 the shortcuts for Mark und Mark as unread are hardcoded
12108                 again
12109         * src/compose.c
12110         * src/gtkstext.[ch]
12111                 readded the shortcuts in gtkstext but made them
12112                 customizeable (simply by adding a menu plus a wrapper
12113                 to compose.c)
12114
12115 2002-01-17 [melvin]     0.7.0claws11
12116
12117         * src/gtkspell.c
12118                 fix default dictionary not being saved.
12119
12120 2002-01-16 [darko]      0.7.0claws10
12121
12122         * src/compose.c
12123                 fix wrapping crash with URL longer than wrapping margin
12124
12125 2002-12-08 [hoa]        0.7.0claws10
12126
12127         * src/matcher_parser_parse.y
12128                 fixed some bugs
12129
12130         * src/prefs_filtering.c
12131                 now, we can use bounce action in the dialog box.
12132
12133 2002-01-16 [carsten]    0.7.0claws9
12134         * src/gtkstext.c
12135                 removed the <control> and <alt> shortcuts because they're
12136                 not needed and interefered with the "normal" shortcuts
12137         * src/mainwindow.c
12138         * src/summaryview.c
12139                 removed most of the hardcoded shortcuts and assigned
12140                 them to menu entries making them easy customizable by
12141                 that
12142
12143 2002-01-16 |melvin]     0.7.0claws8
12144
12145         * src/gtkspell.c
12146                 fixed bug where using the mouse and when the compose
12147                 window is not on top may result in a crash.
12148
12149 2002-01-16 [melvin]     0.7.0claws7
12150
12151         * src/compose.c
12152                 fixed a long standingspell checker bug which could 
12153                 cause a crash after sending a message.
12154
12155 2002-01-16 [paul]       0.7.0claws6
12156
12157         * sync with sylpheed 0.7.0cvs7
12158                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12159                 2002-01-15, and 2002-01-16
12160
12161 2002-01-16 [melvin]     0.7.0claws5
12162
12163         * README.claws
12164         * src/compose.c
12165         * src/gtkspell.[ch]
12166         * src/main.c
12167                 Heavily modified spell checker code to work around
12168                 ispell bug, to add keyboard shortcuts and for future
12169                 enhancements. See README.claws for usage information.
12170
12171 2002-01-15 [alfons]     0.7.0claws4
12172         
12173         * src/summaryview.c
12174                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12175                 so sorting within threads reflects sort mode
12176
12177 2002-01-15 [christoph]  0.7.0claws3
12178
12179         * src/procmsg.c
12180                 added alertpanel if mail sending failed
12181
12182 2002-01-15 [alfons]     0.7.0claws2
12183         
12184         * src/prefs_filtering.c
12185                 don't stop timer when prefs filtering dialog is opened
12186
12187 2002-01-14 [alfons]     0.7.0claws1
12188
12189         * src/addr_compl.c
12190         * src/prefs.c
12191                 remove debug_print()s for privacy reasons
12192
12193 2002-01-14 [darko]      0.7.0claws
12194
12195         * README.claws
12196                 quotation wrapping is now also in the main branch
12197
12198 2002-01-14 [paul]
12199
12200         * tools/filter_conv.pl
12201                 allow for Boolean Op and case-sensitivity
12202                 this file is included in the release and tagged
12203                 'rel_0_7_0'
12204
12205 2002-01-13 [paul]       0.7.0claws
12206
12207         * release 0.7.0, with cvs tag 'rel_0_7_0'
12208
12209 2002-01-13 [paul]
12210
12211         * tools/filter_conv.pl
12212         * tools/README
12213                 rewritten to output to matcherrc instead of filteringrc
12214
12215         * po/es.po
12216                 updated Spanish translation by Ricardo Mones Lastra
12217
12218 2002-01-13 [alfons]
12219
12220         * po/nl.po
12221                 update dutch translation
12222
12223 2002-01-13 [paul]
12224
12225         * po/pt_BR.po
12226                 Updated by Fabio Junior Beneditto 
12227
12228 2002-01-13 [melvin]     0.6.6claws53
12229
12230         * po/fr.po
12231                 Updated french translation
12232
12233 2002-01-12 [alfons]     0.6.6claws52
12234
12235         * src/filtering.c
12236                 plug mem leak that has been sitting there for ages              
12237
12238 2002-01-12 [alfons]     0.6.6claws51
12239
12240         * src/summaryview.c
12241                 undo melvin's changes from 0.6.6claws48 because summary
12242                 view now refuses to select first unread message when
12243                 selecting a folder 
12244
12245 2002-01-11 [alfons]     0.6.6claws50
12246
12247         * src/import.c
12248                 use claws' semantics for getting folder item when
12249                 importing an mbox file into a folder 
12250                 (submitted by Dale P. Smith)
12251
12252 2002-01-11 [christoph]  0.6.6claws49
12253
12254         * src/prefs.h
12255                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12256                 toggle widget, because non static prefs can not use
12257                 prefs_set_* functions
12258         * src/prefs_account.c
12259                 toggle smtp auth password field sensitivity if
12260                 user id is empty and add descrition of usage for
12261                 these fields
12262         * src/prefs_folder_item.c
12263                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12264                 callbacks
12265
12266 2002-01-11 [melvin]     0.6.6claws48
12267
12268         * src/compose.c
12269                 fix the 'Ctrl-Enter' feature for sending and test really
12270                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12271                 editables which was not documented in Gtk)
12272
12273         * src/summaryview.c
12274                 Made summaryview refresh after sorting and not before.
12275
12276 2002-01-11 [christoph]  0.6.6claws47
12277
12278         * src/compose.c
12279                 select account from account ids if possible and
12280                 correctly set save folder for copy in reedit
12281
12282 2002-01-10 [paul]       0.6.6claws46
12283
12284         * sync with sylpheed 0.7.0 release
12285                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12286                 2002-01-09
12287
12288 2002-01-09 [alfons]
12289
12290         * src/summaryview.c
12291                 remove more dirt traces...
12292
12293 2002-01-09 [alfons]
12294         
12295         * src/summaryview.c
12296                 clean up some traces of my debugging stuff
12297
12298 2002-01-09 [alfons]     0.6.6claws45
12299
12300         * src/filtering.c
12301                 break up filteringprop_apply() in three separate pieces
12302                 so we can drop messages that failed processing in the
12303                 inbox
12304
12305         * src/summaryview.c
12306                 fix bug #469598 "no refresh of inbox after filter" which 
12307                 was introduced by the new summary view locking, and which 
12308                 prevented the summary view to update after a manual filter 
12309                 message. claw's filter message requires a summary_show().
12310                 (aargh, summary_show() again! :-)
12311                 
12312 2002-01-07 [alfons]     0.6.6claws44
12313
12314         * src/headerwindow.c
12315         * src/logwindow.c
12316         * src/messageview.c
12317         * src/sourcewindow.c
12318                 bring in Hiro's last 0.7.0 wm class fixes
12319
12320         * tools/sylprint.pl
12321                 bring in Ricardo's fix for sylprint script
12322
12323         * AUTHORS       
12324         * src/rfc2015.[ch]
12325         * src/prefs_common.[ch]
12326         * src/prefs_account.[ch]
12327         * src/compose.c
12328                 clean up account preference poison in rfc2015,
12329                 and preparation to fix double sign bug 
12330                 (patch submitted by Simon 'corecode' Schubert)
12331
12332 2002-01-07 [christoph]  0.6.6claws43
12333
12334         * src/mh.c
12335                 search for free message number, do not only rely
12336                 on last_num
12337         * src/send.c
12338                 fix smtp auth and use extra account information
12339                 if available, if not use pop3 data instead
12340                 (closes bug #500341)            
12341         * src/ssl.[ch]
12342                 match coding style
12343
12344 2002-01-06 [alfons]     0.6.6claws42
12345
12346         * src/mainwindow.c
12347                 try making the separate windows work again...
12348
12349 2002-01-06 [alfons]     0.6.6claws41
12350
12351         * src/mainwindow.c
12352                 adapt Hiro's separate window menu (to get rid of the funny
12353                 duplicate menu items), and make it work again
12354
12355 2002-01-06 [alfons]     0.6.6claws40
12356
12357         * tools/Makefile.am
12358         * tools/sylprint.rc
12359         * tools/sylprint.pl
12360         * tools/README.sylprint
12361                 add sylprint script for printing mails from Sylpheed
12362                 (contributed by Ricardo Mones Lastra)
12363
12364         * src/acount.c
12365                 clean up
12366
12367 2002-01-06 [melvin]     0.6.6claws39
12368
12369         * src/mainwindow.c
12370         * src/summaryview.c
12371                 Fixed crash introduced in 0.6.6claws38 by the menu
12372                 reorganisation (Hide read messages)
12373         
12374         * ChangeLog.claws 
12375                 Fixed typo (we are now in 2002, alfons ;) )
12376
12377 2002-01-05 [alfons]     0.6.6claws38
12378
12379         * sync with sylpheed 0.6.6cvs10-17
12380                 (last stuff marked as LAST_STABLE)
12381
12382 2002-01-04 [melvin]     0.6.6claws37
12383
12384         * src/account.c
12385                 Made account selection code use strcasestr again instead of
12386                 g_strcasecmp (fixes bug where reediting queued messages
12387                 did not select proper account reported by T. Link).
12388         
12389         * src/folderview.c
12390                 Fix bug where folder icons are not shown when 'hide read messages'
12391                 is on.
12392         
12393         * src/stock_pixmaps.[ch]
12394                 Added folder icons for 'hide read messages'.
12395         
12396         * src/compose.c
12397                 Fixed bug where 'Enter' in a header entry will send the message 
12398                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12399
12400 2002-01-03 [melvin]     0.6.6claws36
12401         
12402         * src/prefs.[ch]
12403                 Added popup menu for common preferences and
12404                 account preferences (right click on tab displays
12405                                 a menu of all tabs.)
12406
12407 2002-01-02 [melvin]     0.6.6claws35
12408
12409         * src/gtkspell.[ch]
12410                 Made spelling code compatible with undo/redo feature.
12411                 Added creation of suggestion mode menu for the general
12412                         preferences.
12413         
12414         * src/prefs_common.[ch]
12415                 Added option menu for the speller's suggestion mode.
12416                 Added missing spaces in "..." buttons and made a "..."
12417                         button non translatable!
12418         
12419         * src/compose.c
12420                 Made speller use the default suggestion mode.
12421                 Hack to make it possible to choose 'CTRL-Enter' as a
12422                         shortcut for sending (and only for sending).
12423
12424         * src/prefs_folder_item.c
12425                 Changing subject simplification does not update cache 
12426                         anymore (because it is unnecessary).
12427                 Fixed bug where changing subject simplification updated the 
12428                         summaryview even when the viewed folder is not the
12429                         folder which properties are being changed. (E.g. 
12430                                         viewing folder A and changing
12431                                         the subject simplification of 
12432                                         folder B -not being viewed- updated the 
12433                                         summaryview of folder A with data of
12434                                         folder B). (Hope this is clear... )
12435
12436 2001-12-31 [alfons]     0.6.6claws34
12437         
12438         * src/ldif.c
12439         * src/mutt.c
12440                 fgetc() returns a signed integer which doesn't
12441                 fit in a char. so c truncates this to a char
12442                 but we may lose significant bits. i.e. we may
12443                 comparing 0xFF which may not be equal to -1
12444                 unless properly casted to signed char which
12445                 we won't do because fgetc() returns a signed
12446                 integer which doesn't fit in a char. so c 
12447                 truncates this to a char but we may lose 
12448                 significat bits. (you got the idea, thanks
12449                 to Gustavo Noronha Silva <kov@debian.org>
12450                 and the Debian folks!)
12451
12452 2001-12-30 [alfons]     0.6.6claws33
12453
12454         * src/prefs_common.c
12455                 add #ifdef USE_PSPELLs that Melvin forgot               
12456
12457 2001-12-30 [melvin]     0.6.6claws32
12458         
12459         * src/prefs_common.[ch]
12460                 Added configurable color for misspelled words.
12461
12462         * src/gtkspell.[ch]
12463                 Fixed bug of foreground text color (reported by David
12464                                 Mehrmann)
12465                 Added configurable color for misspelled words.
12466
12467 2001-12-30 [alfons]     0.6.6claws31
12468
12469         * src/folder.c
12470                 remove unnecessary things someone put there
12471
12472         * src/mh.c
12473         * src/folder.[ch]
12474                 make folder properties (like threading and sorting) persistent
12475                 (closes bug #497424 "rescan folder tree resets proprieties")
12476                 currently this is only for MH folders. 
12477
12478 2001-12-29 [melvin]     0.6.6claws30
12479
12480         * src/string_match.[ch]
12481                 Optimized a bit: regexp pattern buffer compiled only once, and
12482                   one subroutine call removed. Fixed ^ regexp search: Now, 
12483                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12484         
12485         * src/summaryview.c
12486                 Subject filtering changed to filter summary columns and
12487                   not directly the messages subject cache. The loss in 
12488                   performance is balanced by the improvement of string_match.
12489                 Added an alert panel if there is an error in the regexp.
12490
12491         * src/src/prefs_folder_item.h
12492                 Added a regexp pattern buffer.
12493
12494 2001-12-28 [alfons]     0.6.6claws29
12495
12496         * src/string_match.[ch]
12497                 clean up name space
12498                 allow compilation *BSD
12499
12500 2001-12-27 [alfons]     0.6.6claws28
12501
12502         * src/filter.c
12503                 sync the Hiro's bug fix for BSD
12504
12505 2001-12-27 [melvin]     0.6.6claws27
12506         
12507         * src/compose.c
12508                 Simplify focus to subject entry code.
12509
12510 2001-12-27 [darko]      0.6.6claws26
12511
12512         * src/filtering.c
12513         * src/mbox_folder.c
12514         * src/messageview.c
12515         * src/mh.c
12516         * src/procheader.[ch]
12517         * src/procmsg.h
12518         * src/stock_pixmap.[ch]
12519         * src/summaryview.c
12520                 Show key icon for encrypted mails in summary view
12521
12522         * src/pixmaps/clip.xpm
12523         * src/pixmaps/clipkey.xpm
12524         * src/pixmaps/key.xpm
12525                 New/modified icons for the above
12526
12527 2001-12-27 [melvin]     0.6.6claws25
12528
12529         * src/prefs_common.c
12530                 Put spell checker options in a separate tab to decrease
12531                 the Common Preferences window height.
12532
12533         * README.claws  
12534                 Update spell checker usage instruction about its options
12535                 location.
12536
12537 2001-12-27 [melvin]     0.6.6claws24
12538
12539         * src/compose.c
12540                 Changed subject entry widget position. Initial focus is
12541                 on the To header instead of the subject entry.
12542                 Creating a new header scrolls the header list to make the
12543                 created one visible. Nevertheless, when automatically filling
12544                 headers, the first one is shown.
12545                 A Tab key press in the last empty header entry zips the 
12546                 focus to the subject entry.
12547                 (I did not change the combo boxes, yet)
12548
12549 2001-12-26 [alfons]     0.6.6claws23
12550
12551         * src/prefs_account.c
12552         * src/inc.c
12553                 allow default inbox to reside in another mailbox (only
12554                 works for POP3 accounts)
12555
12556 2001-12-26 [alfons]     0.6.6claws22
12557         
12558         * src/textview.c
12559                 make reply-on-click work with the account of the selected folder
12560         * src/compose.c
12561                 put a fixme here to remind me to fix finding correct default
12562                 account for nested folders
12563
12564 2001-12-25 [alfons]     0.6.6claws21
12565
12566         * src/summaryview.c
12567                 make column headers display locked and mark pixmaps (idea by Melvin) 
12568                 fix bug by adding score and locked column type to sort array
12569
12570 2001-12-25 [alfons]     0.6.6claws20
12571         
12572         * src/summaryview.c
12573                 catch a *potentially* inadvertent write back of  
12574                 the message cache(s) introduced by 0.6.5claws37
12575
12576 2001-12-25 [christoph]  0.6.6claws19
12577
12578         * src/stock_pixmap.[ch]
12579         * src/summaryview.c
12580                 add ignore thread pixmap
12581                 (can someone draw a better icon for this?)
12582
12583 2001-12-24 [alfons]     0.6.6claws18
12584
12585         * src/prefs_folder_item.c
12586                 make address completion actually work for the
12587                 Default To address in the Folder Property dialog.
12588
12589 2001-12-24 [alfons]     0.6.6claws17
12590         
12591         * src/summaryview.c
12592                 use new style regexp for subject stripping 
12593                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12594
12595 2001-12-24 [darko]      0.6.6claws16
12596
12597         * src/pgptext.c
12598         * src/rfc2015.c
12599                 move GPG related informational messages to debug mode
12600
12601 2001-12-23 [alfons]     0.6.6claws15
12602
12603         * src/stock_pixmap.[ch]
12604         * src/summaryview.c
12605                 add the forgotten Claws' locked pixmap
12606
12607 2001-12-23 [alfons]     0.6.6claws14
12608
12609         * src/filesel.c
12610                 accept file name typed in entry in multi file
12611                 selector (patch submitted by Gustavo Noronha Silva 
12612                 <kov@debian.org>)
12613
12614 2001-12-23 [alfons]     0.6.6claws13
12615
12616         * src/prefs_filter.c
12617         * src/prefs_filtering.c
12618         * src/matcher.c
12619         * src/importmutt.c
12620                 clean up a little bit
12621         
12622         * src/string_match.c
12623                 validate input strings a little bit more
12624
12625 2001-12-23 [alfons]     0.6.6claws12
12626
12627         * src/Makefile.am
12628         * src/summaryview.c
12629         * src/string_match.[ch]         ** NEW **
12630         * src/folderview.[ch]
12631         * src/headerview.h
12632         * src/folder.[ch]
12633         * src/prefs_folder_item.[ch]
12634                 add subject simplification to strip out strings from
12635                 a subject line (esp. handy for mailing lists). 
12636                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12637                 but slightly changed things for better integration.)
12638
12639 2001-12-23 [alfons]     0.6.6claws11
12640
12641         * src/mainwindow.c
12642                 fix bug introduced by submission included in 0.6.5claws52.
12643                 ideally this submission should clean the trash if any trash
12644                 folder has a message. however, the hasTrash variable was
12645                 set to false whenever a trash folder was empty (discarding
12646                 a previously found *filled* trash folder.)
12647
12648                 also edited the code a little bit and made it more safe.
12649
12650 2001-12-22 [alfons]     0.6.6claws10
12651
12652         * src/imap.c
12653                 quick fix for Martin Pool's omission of an account
12654                 specific SSL setting
12655
12656 2001-12-22 [alfons]     0.6.6claws9
12657
12658         * src/compose.c
12659         * src/messageview.c
12660         * src/mimeview.c
12661         * src/pgptext.c
12662         * src/procmime.[ch]
12663                 better support for multipart/digest (submitted
12664                 by Fredrik <e98fo@efd.lth.se>)
12665
12666 2001-12-22 [alfons]     0.6.6claws8
12667
12668         * src/addressbook.c
12669                 correct function signature
12670         * src/socket.[ch]
12671         * src/imap.[ch]
12672         * src/prefs_account.[ch]
12673                 allow IMAP over SSH tunnel (patch submitted by 
12674                 Martin Pool <mbp@samba.org>)
12675
12676 2001-12-21 [alfons]     0.6.6claws7
12677
12678         * sync with sylpheed 0.6.6cvs4-9
12679                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12680
12681 2001-12-21 [christoph]  0.6.6claws6
12682
12683         * src/compose.c
12684         * src/prefs_folder_item.[ch]
12685                 implement saving of outgoing messages to current folder.
12686                 fix segfault when no default outbox is available
12687                 (closes bug #495683)
12688
12689 2001-12-21 [carsten]    0.6.6claws5
12690         * src/folderview.c
12691         * src/summaryview.c
12692                 pressing CTRL while DND does now the expected thing and
12693                 copies the mail (moving is still the default, as this
12694                 seam more appropriate for handling mails by DND)
12695
12696 2001-12-18 [paul]       0.6.6claws4
12697
12698         * sync with sylpheed 0.6.6cvs3
12699                 see ChangeLog entries 2001-12-18
12700
12701 2001-12-18 [hiro]       0.6.6claws3
12702
12703         * src/undo.c
12704                 fix for multibyte characters (obtain the number of letters
12705                 instead of bytes).
12706
12707 2001-12-17 [paul]       0.6.6claws2
12708
12709         * sync with sylpheed 0.6.6cvs1
12710                 see ChangeLog entry 2001-12-16
12711
12712 2000-12-17 [alfons]     0.6.6claws1
12713
12714         * src/filtering.c
12715                 clean up
12716
12717 2001-12-16 [paul]       0.6.6claws
12718 2001-12-15
12719
12720         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12721
12722         * src/mimeview.c
12723                 last minute sync with main 0.6.6
12724
12725         * po/es.po
12726                 updated by Ricardo Mones Lastra
12727                 update for last minute sync
12728         * po/fr.po
12729         * po/nl.po
12730                 update for last minute sync
12731         * po/de.po
12732                 updated by Jens Oberender
12733         * po/pt_BR.po
12734                 updated by Fabio Junior Beneditto
12735
12736         * src/prefs_common.[ch]
12737         * src/undo.c
12738                 number of undo levels is user configurable
12739                 (squeeze it into the release in the dying
12740                 moments) Submitted by Jens Oberender    
12741
12742 2001-12-15 [melvin]
12743
12744         * po/fr.po
12745                 updated french translation
12746
12747 2001-12-15 [paul]       0.6.5claws92
12748
12749         * sync with sylpheed 0.6.5cvs28
12750                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12751
12752         * po/nl.po
12753                 update to allow for sync
12754
12755 2001-12-15 [alfons]
12756         
12757         * po/nl.po
12758                 update dutch translation
12759
12760 2001-12-14 [carsten]    0.6.5claws91
12761         * src/summaryview.c
12762                 fixed bug #473785; also after changing the column order
12763                 the same message will be selected and displayed as before
12764                 the reordering
12765
12766 2001-12-14 [carsten]    0.6.5claws90
12767         * src/folderview.c
12768                 probably found the bug reported by wwb opening or closing
12769                 a folder tree just before dnd (found the solution in the
12770                 balsa source -- thanks to them)
12771
12772 2001-12-14 [carsten]    0.6.5claws89
12773         * src/gtkutils.c
12774         * src/account.c
12775                 moved gtk_clist_moveto to the right place, so that
12776                 only the accounts dialog is effected on opening
12777
12778 2001-12-14 [carsten]    0.6.5claws88
12779         * src/gtkutils.c
12780                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12781                 now, so that the focused row will be seen in any case
12782                 (reported by wwp on sf-claws-user)
12783
12784 2001-12-14 [darko]      0.6.5claws87
12785
12786         * src/compose.c
12787                 remove unnecessary line
12788
12789 2001-12-14 [paul]       0.6.5claws86
12790
12791         * sync with sylpheed 0.6.5cvs27
12792                 see ChangeLog entries 2001-12-14
12793
12794 2001-12-14 [carsten]    0.6.5claws85
12795         * src/mainwindow.c
12796                 following a suggestion of Melvin the rcoabm pops up
12797                 right under the button now and the button is reliefed
12798                 while the popup is open
12799
12800 2001-12-14 [darko]      0.6.5claws84
12801
12802         * src/compose.c
12803                 fix crash when wrapping long lines if linewrap quotation
12804                 is disabled and wrapper encounters a word spanning more
12805                 than one line
12806
12807 2001-12-13 [paul]       0.6.5claws83
12808
12809         * src/compose.c
12810                 prefer 'Reply-To' header over mailing list header when
12811                 replying to a message. Finally prevent all those confirmation 
12812                 messages being sent to the list itself.
12813
12814         * src/summaryview.c
12815                 remove unused summary_set_menu_sensitive() entry
12816
12817 2001-12-13 [paul]       0.6.5claws82
12818
12819         * src/folderview.c
12820         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12821         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12822         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12823                 improvements to 'Hide read messages': Inbox, Outbox,
12824                 Trash, Queue, and Draft icons now reveal presence of hidden 
12825                 messages
12826
12827 2001-12-12 [alfons]     0.6.5claws81
12828
12829         0.6.5claws80 was tagged as LAST_STABLE
12830
12831         * src/filtering.[ch]
12832         * src/matcher.[ch]
12833         * src/matcher_parser_lex.c
12834                 fix the filtering; my last attempt to get it right, 
12835                 if it does not work, it's Hoa's turn. ;-)
12836
12837                 for my honourable peers:
12838                 
12839                 the code now makes a clear distinction between
12840                 rules as they are displayed (probably escaped),
12841                 and as they are executed (probably unescaped). the
12842                 parser does *NOT* do any unescaping, this is
12843                 the task of the matcher.c (which breaks up a
12844                 rule into condition) and the filtering.c (which
12845                 breaks up the rule's action). to make this
12846                 run happily we provide an unescaped copy of
12847                 crucial strings to the MatcherProp and 
12848                 FilteringAction structures. note that the only
12849                 exception to this is any REGEXP string. those
12850                 are directly passed to regcomp() and regexp()
12851                 (who have much more powerful unescape functions).
12852                 
12853                 for everyone else:
12854         
12855                 you can escape tab (\t), carriage return (\r),
12856                 linefeed (\n), form feed (\f), quote (\"), 
12857                 single quote (\'), bell (\b) in all the entry
12858                 lines in the scoring & filtering dialogs.
12859                 as an added bonus this should not affect
12860                 existing filtering rules.
12861
12862 2001-12-12 [carsten]    0.6.5claws80
12863
12864         * src/summaryview.c
12865         * po/de.po
12866                 "item(s) selected" is now sensitive to 1 or more
12867                 than one selected (nice for language where simple
12868                 adding of a "s" is not possible as German (Eintrag
12869                 ->Eintr"age)
12870                 
12871                 the "forward as attachment" entry from the right
12872                 click menu removed, "forward" acts following the
12873                 prefs
12874         
12875         * src/textview.c
12876                 reverted my former changes; so compiler warning again
12877                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12878                 nevertheless
12879
12880         * src/messageview.c
12881                 "search in message" does now *not* only work in MVIEW_TEXT
12882                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12883                 message
12884
12885         * src/mainwindow.c
12886                 removed "/File/_Close" as it was the same as "/File/E_xit"
12887                 and we don't need it two times
12888
12889                 the separate folder view and message view now get a distinct
12890                 WMCLASS, just in case someone is using sawfish ;-)
12891
12892                 as the menu entries "/View/Message view" and "/View/Folder tree"
12893                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12894                 make them sensitive accordingly and as these two are "shown"
12895                 after startup anytime check this menuitem at startup
12896
12897 2001-12-12 [paul]       0.6.5claws79
12898
12899         * src/folderview.c
12900                 fix sensitivity of 'Search folder...', broken in
12901                 0.6.5claws75
12902
12903         * src/mainwindow.c
12904                 fix dodgy English
12905
12906 2001-12-11 [carsten]    0.6.5claws78
12907         * src/filtering.c
12908                 fixed two typos returning a wrong FALSE/TRUE
12909         * src/mainwindow.[ch]
12910                 extra menu for email/news button removed
12911
12912 2001-12-11 [alfons]     0.6.5claws77
12913         
12914         * src/matcher.c                 (1.3)
12915         * src/matcher_parser_lex.l      (1.28)
12916                 revert for another attempt
12917                 mark 0.6.5claws77 as LAST_STABLE
12918
12919 2001-12-11 [christoph]  0.6.5claws76
12920
12921         * po/de.po
12922                 fixed wrong translation for prev. unread msg
12923
12924 2001-12-11 [paul]       0.6.5claws75
12925
12926         * src/folder.[ch]
12927         * src/folderview.c
12928         * src/mainwindow.c
12929         * src/summaryview.[ch]
12930         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12931                 enable ability to hide read messages on per folder basis via 
12932                 '/Summary/Hide read messages'; when selected, a folder will 
12933                 have a red open folder icon, instead of a blue icon, if the 
12934                 folder contains hidden messges
12935                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
12936
12937         * src/mainwindow.c
12938                 remove '/Message/Forward as attachment' from 
12939                 main_window_set_menu_sensitive() to prevent debug warning
12940
12941         * src/folderview.c
12942         * src/mainwindow.c
12943                 Clean up some of the English
12944
12945         * tools/newscache_clean.pl
12946                 allow for new 'hidereadmsgs' entry in folderlist.xml
12947
12948         * po/es.po
12949                 updated translation, submitted by Ricardo Mones Lastra
12950
12951 2001-12-11 [paul]       0.6.5claws74
12952
12953         * sync with sylpheed 0.6.5cvs25
12954                 see ChangeLog entry 2001-12-11
12955
12956 2001-12-10 [alfons]     0.6.5claws73
12957
12958         * src/matcher.c
12959                 add more control characters
12960         * src/matcher_parser_lex.l
12961                 make escaping / unescaping work again
12962
12963 2001-12-10 [alfons]     0.6.5claws72
12964
12965         * src/imap.c
12966                 clean up warnings "returning value for void function" 
12967         * src/prefs_filtering.c
12968                 make info button for execute action sensitive
12969
12970 2001-12-10 [paul]       0.6.5claws71
12971
12972         * src/compose.c
12973         * src/imap.[ch]
12974         * src/summaryview.c
12975                 fix: imap server now gets informed of MARKED, UNMARKED
12976                 and REPLY events. Now people can use different IMAP-Mail
12977                 clients and have the exact same information about MARKED,
12978                 UNMARKED and REPLY status with all of them. Especially
12979                 useful for imap servers with a web-frontend.
12980                 submitted by Tobias Sandhaas <medlor@web.de>
12981
12982 2001-12-09 [melvin]     0.6.5claws70
12983         
12984         * src/textview.[ch]
12985                 fixed bug #490076 (hunted down by Alfons who implemented
12986                 a workaround in 0.6.5claws65)
12987
12988 2001-12-09 [christoph]  0.6.5claws69
12989
12990         * src/summaryview.c
12991                 set pointer to string in LOCKED column to NULL
12992                 (might fix bug #490800)
12993
12994 2001-12-09 [carsten]    0.6.5claws68
12995
12996         * po/de.po
12997                 resolved some cluttered menu shortcuts 
12998                 ('creating new email' and 'creating news message'
12999                 hade the same)
13000         * src/compose.c
13001                 wmclass now distinc from main window
13002         * src/mainwindow.c
13003           src/mainwindow.h
13004                 email/news and forward button functionality similar
13005                 to the reply buttons; removed the ugly dropdown arrows
13006                 and use instead the right mouse button
13007
13008 2001-12-09 [paul]       0.6.5claws67
13009
13010         * src/imap.c
13011         * src/utils.h
13012                 allow spaces in imap folder names
13013                 submitted by Willem van Engen <wvengen@stack.nl>
13014
13015 2001-12-09 [paul]       0.6.5claws66
13016
13017         * sync with sylpheed 0.6.5cvs24
13018                 see ChangeLog entry 2001-12-09
13019
13020 2001-12-08 [alfons]     0.6.5claws65
13021
13022         * src/textview.c
13023                 prevent secondary selection claim after "add to sender" dialog
13024                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13025                 we trick GTK by simulating a click at (0, 0) in the textview.
13026
13027 2001-12-08 [hoa]        0.6.5claws64
13028
13029         * src/folder.c
13030                 fixed a bug about the .processing folder name while filtering
13031
13032 2001-12-08 [alfons]     0.6.5claws63
13033
13034         * src/folderview.c 
13035                 work around problem of not correctly updating folder stats
13036                 when deleting messages. there's some folder scanning evil
13037                 going so the folderview_update_msg_num() does not work
13038                 correctly. need to investigate this.
13039
13040 2001-12-08 [paul]       0.6.5claws62
13041
13042         * sync with sylpheed 0.6.5cvs23
13043                 see ChangeLog entry 2001-12-08
13044
13045 2001-12-07 [christoph]  0.6.5claws61
13046
13047         * src/compose.c
13048                 fix another header translation problem
13049
13050 2001-12-07 [alfons]     0.6.5claws60
13051
13052         * src/mbox.c
13053                 make filtering also work on local spool mbox
13054
13055 2001-12-07 [carsten]    0.6.5claws59
13056         * src/addressbook.c
13057                 addressbook window gets a wmclass distinct from the main
13058                 sylpheed window
13059         * src/compose.h
13060         * src/mainwindow.[ch]
13061                   forward menu item will use mode selected in prefs, forward 
13062                 as attatchment in menu removed (will be substituted in the
13063                 toolbar similar to reply buttons)
13064                   create news message menu entry and news button is now 
13065                 sensitive to the existance of a news account
13066         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13067         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13068         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13069                 these are removed because the toolbar buttons don't show
13070                 the quoting modus any longer
13071
13072 2001-12-07 [paul]
13073
13074         * tools/newscache_clean.pl      ** NEW FILE **
13075                 perl script to do some tidying up in the newscache directory 
13076                 
13077         * tools/sylpheed-switcher       ** NEW FILE **
13078                 perl script to enable easy switching between main and claws
13079                 
13080         * tools/README
13081                 added descriptions of the two new perl scripts          
13082
13083
13084 2001-12-07 [melvin]     0.6.5claws58
13085
13086         * src/messageview.c
13087                 fixed a warning during compilation introduced in 0.6.5claws56
13088
13089 2001-12-07 [paul]       0.6.5claws57
13090
13091         * src/mainwindow.[ch]
13092         * src/menu.[ch]
13093                 further usability enhancements to replying with or without 
13094                 quoting via the toolbar, use of Ctrl key is replaced by 
13095                 drop down menu 
13096                 Submitted by Carsten Schurig            
13097
13098 2001-12-07 [melvin]     0.6.5claws56
13099
13100         * src/messageview.c
13101                 hack to fix bug that prevented to make/paste selections
13102                 after switching between MVIEW_TEXT and MVIEW_MIME views
13103                 without deselecting the selection first.
13104
13105 2001-12-06 [alfons]     0.6.5claws55
13106
13107         * src/filtering.[ch]
13108         * src/inc.c
13109                 revise filtering a little bit more, and make sure
13110                 messages are delivered to the appropriate inbox
13111                 (perhaps set per account)
13112
13113 2001-12-06 [paul]       0.6.5claws54
13114
13115         * sync with sylpheed 0.6.5cvs22
13116                 see ChangeLog entry 2001-12-06
13117
13118 2001-12-05 [alfons]     0.6.5claws53
13119
13120         * src/inc.c
13121         * src/folder.[ch]
13122         * src/procmsg.c
13123         * src/filtering.c
13124                 more revisions of filtering system
13125                 (last stable version is marked as LAST_STABLE)
13126                 
13127                 | NOTE 1): the filtering system now uses a local folder called
13128                 | .processing. if filtering fails, check this directory
13129                 | for missing messages.
13130                 |
13131                 | NOTE 2): help us find the filtering actions still missing
13132
13133 2001-12-05 [paul]       0.6.5claws52
13134
13135         * src/mainwindow.c
13136                 fix bug where 'Empty Trash?' pop-up window appears even
13137                 when Trash is empty, submitted by Jesse Skinner         
13138
13139 2001-12-05 [melvin]     0.6.5claws51
13140
13141         * src/compose.c
13142                 fixed bug #486106 to select correct account when reediting 
13143                 a queued message
13144         
13145 2001-12-04 [alfons]     0.6.5claws50
13146
13147         * src/mh.c
13148                 declare markfile in appropriate functions when
13149                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13150                 for spotting this)
13151
13152 2001-12-04 [paul]       0.6.5claws49
13153
13154         * sync with sylpheed 0.6.5cvs21
13155                 see ChangeLog entry 2001-12-04
13156
13157 2001-12-03 [christoph]  0.6.5claws48
13158
13159         * po/de.po
13160                 changed translation of undo
13161         * src/account.c
13162         * src/folder.c
13163                 don't reinvent the wheel to traverse a GNode
13164         * src/compose.[ch]
13165                 seperate code to create the compose gui into functions
13166                 add "Others" page with folder selection for saving copy
13167                 of the message.
13168                 the folder identifier is saved to queue header
13169         * src/procmsg.c
13170                 save message to folder in queue header
13171
13172 2001-12-03 [paul]       0.6.5claws47
13173
13174         * sync with sylpheed 0.6.5cvs20
13175                 see ChangeLog entry 2001-12-03
13176
13177 2001-12-01 [paul]
13178
13179         * more sync with sylpheed 0.6.5cvs19
13180                 see ChangeLog entry 2001-11-29
13181
13182 2001-11-30 [paul]       0.6.5claws46
13183         
13184         * src/compose.c
13185                 remove conflicts introduced by Hoa's last commit
13186          
13187         * src/mainwindow.c
13188                 make 'Message/Bounce' sensitive
13189
13190 2001-11-30 [hoa]        0.6.5claws45
13191
13192         * src/compose.c
13193                 slightly change bounce function to add
13194                 information about the user that bounced the mail
13195                 in the From header line.
13196
13197         * src/folderview.c
13198                 permit the use of processing in outbox folder.
13199
13200 2001-11-29 [paul]       0.6.5claws44
13201
13202         * src/mainwindow.[ch]
13203         * src/prefs_common.c
13204         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13205         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13206         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13207                 usability enhancements to the quoting, implements
13208                 use of Ctrl key to toggle quoting settings
13209                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13210
13211 2001-11-29 [paul]       0.6.5claws43
13212         
13213         * sync with sylpheed 0.6.5cvs19
13214                 see ChangeLog entry 2001-11-28
13215
13216 2001-11-29 [melvin]     0.6.5claws42
13217         * src/Makefile.am
13218                 added enriched.[ch] to the list of files
13219
13220         * src/textview.c
13221         * src/mimeview.c
13222         * src/procmime.[ch]
13223         * src/enriched.[ch]
13224                 added support to view text/enriched
13225                 added support to show headers in message view for text/enriched and text/html
13226                         in non multipart messages
13227
13228 2001-11-28 [paul]       0.6.5claws41
13229
13230         * more sync with sylpheed 0.6.5cvs18
13231                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13232
13233 2001-11-27 [paul]       0.6.5claws40
13234         
13235         * po/pt_BR.po
13236                 updated translation, submitted by Fabio Junior Beneditto
13237                 
13238         * sync with sylpheed 0.6.5cvs18
13239                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13240                 2001-11-27
13241
13242
13243 2001-11-26 [paul]
13244
13245         * po/es.po
13246                 updated translation, submitted by Ricardo Mones Lastra
13247
13248 2001-11-26 [alfons]
13249
13250         * src/matcher.c
13251                 add more translatable strings
13252
13253 2001-11-26 [christoph]  0.6.5claws39
13254
13255         * po/de.po      
13256                 fixed one more umlaut
13257         * src/compose.c
13258                 fix translated header when it should not be translated
13259
13260 2001-11-26 [paul]       0.6.5claws38
13261
13262         * src/mainwindow.c
13263                 remove '/Message/Add Sender to address book' from 
13264                 main_window_set_menu_sensitive(), prevent debug warning
13265                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13266
13267 2001-11-26 [paul]       0.6.5claws37
13268
13269         * src/summaryview.c
13270                 fix 'recurring unread state' bug 
13271
13272         * tools/README 
13273         * tools/filter_conv.pl
13274                 read name of top level mailbox from folderlist.xml
13275                 and presume nothing about its name              
13276
13277 2001-11-26 [darko]      0.6.5claws36
13278
13279         * src/gtkstext.[ch]
13280                 removed functions that are now in gtkutils.c
13281                 use gtkut_text_is_uri_string() from gtkutils.c
13282         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13283
13284 2001-11-26 [paul]       0.6.5claws35
13285
13286         * sync with sylpheed 0.6.5cvs16
13287                 see ChangeLog entries 2001-11-25 and 2001-11-26
13288
13289 2001-11-25 [alfons]     0.6.5claws34
13290
13291         EXPERIMENTAL!!! Please checkout the last stable version using: 
13292           
13293         % cvs update -r LAST_STABLE -dRAP
13294
13295         (Or help us testing this stuff.)
13296
13297         * src/filtering.c               (1.14)
13298         * src/filtering.h               (1.6)
13299         * src/inc.c                     (1.28)
13300         * src/matcher.c                 (1.20)
13301         * src/mbox.c                    (1.9)
13302         * src/procmsg.h                 (1.14)
13303         * src/summaryview.c             (1.59)
13304         * src/summaryview.h             (dunno)
13305                 revert/merge/sync to as it was before commit 
13306                 on Thu, 19 Jul 2001 10:15:51 -0700.
13307
13308 2001-11-25 [hoa]        0.6.5claws33
13309
13310         * src/main.c
13311                 processing mails at startup
13312
13313         * src/folderview.c
13314         * src/summaryview.[ch]
13315                 processing mails when entering folder
13316
13317         * src/prefs_filtering.c
13318                 fixed some UI bugs
13319
13320 2001-11-24 [alfons]     0.6.5claws32
13321
13322         * src/summaryview.[ch]
13323                 make summary sort headers work, and also make
13324                 sure the sort type is stored
13325
13326 2001-11-23 [alfons]     0.6.5claws31
13327
13328         * src/summaryview.[ch]
13329                 make lock work like mark
13330                 disallow deleting messages marked as locked
13331
13332 2001-11-23 [alfons]     0.6.5claws30
13333
13334         * src/gtkstext.c
13335         * src/compose.[ch]
13336         * src/Makefile.am
13337         * src/undo.[ch]
13338                 merge undo patch submitted by Jens
13339
13340 2001-11-23 [christoph]  0.6.5claws29
13341
13342         * src/.cvsignore
13343                 added ylwrap
13344         * src/compose.c
13345                 fixed gpg signing and encoding
13346         * src/folder.[ch]
13347         * src/main.c
13348                 added --status option to get new, unread and total
13349                 message count from a running sylpheed
13350         * src/prefs_common.c
13351                 temporary fix for reply_with_quote problem
13352                 (don't call functions for non existing widget)
13353         * src/procmsg.c
13354                 one more check for ignored threads but still not
13355                 always working correctly. probably a recursive
13356                 check for all parents is needed
13357
13358 2001-11-23 [darko]      0.6.5claws28
13359
13360         * src/compose.c
13361                 wrapping on send improvements
13362         * src/gtkutils.[ch]
13363                 fix for GtkSText after last sync with main branch
13364                 GTK_TEXT -> GTK_STEXT
13365
13366 2001-11-23 [paul]       0.6.5claws27
13367
13368         * sync with sylpheed 0.6.5cvs14
13369                 see ChangeLog entries 2001-11-22 and 2001-11-23
13370                 
13371         * po/de.po
13372                 fixed the scrambled umlauts 
13373                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13374
13375 2001-11-21 [paul]       0.6.5claws26
13376
13377         * sync with sylpheed 0.6.5cvs12
13378                 see 2nd ChangeLog entry dated 2001-11-20
13379
13380 2001-11-20 [paul]       0.6.5claws25
13381
13382         * sync with sylpheed 0.6.5cvs11
13383                 see ChangeLog entry 2001-11-19 (src/utils.c)
13384
13385 2001-11-20 [hiro]
13386
13387         * src/compose.c
13388                 GTK_TEXT -> GTK_STEXT
13389                 fix for wrong comment
13390
13391 2001-11-20 [hiro]       0.6.5claws24
13392
13393         * src/compose.[ch]
13394                 more merges from main branch
13395                 removed fatal warnings (uninitialized variables etc.)
13396                 some coding style fix
13397         * src/gtkutils.h
13398                 fixed typo.
13399         * src/addressbook.c
13400           src/addrindex.c
13401                 V-Card -> vCard
13402
13403 2001-11-19 [hoa]        0.6.5claws23
13404
13405         * src/filtering.c
13406         * src/prefs_scoring.c
13407         * src/matcher.[ch]
13408         * src/scoring.c
13409                 cleaning code
13410
13411         * src/matcher_parser_parse.y
13412         * src/prefs_filtering.c
13413                 bouncing
13414
13415 2001-11-19 [alfons]     0.6.5claws22
13416
13417         more of my old things into claws
13418
13419         * src/Makefile.am
13420         * src/prefs_common.c
13421         * src/procmsg.h
13422         * src/summaryview.[ch]
13423         * src/prefs_summary_column.c
13424         * src/pixmaps/locked.xpm
13425                 add indicators for locking of message in summary view
13426                 (does not work yet, only visual indicator)
13427
13428 2001-11-19 [paul]       0.6.5claws21
13429
13430         * sync with sylpheed 0.6.5cvs10
13431                 see ChangeLog entry 2001-11-19
13432
13433 2001-11-18 [alfons]     0.6.5claws20
13434         
13435         * src/filtering.c
13436                 remove an inadvertent free I forgot in previous clean up 
13437
13438 2001-11-18 [alfons]     0.6.5claws19
13439
13440         * src/filtering.[ch]
13441                 clean up & plug leaks
13442
13443 2001-11-18 [paul]       0.6.5claws18
13444
13445         * sync with sylpheed 0.6.5cvs9
13446                 see ChangeLog entries 2001-11-17 and 2001-11-18
13447
13448 2001-11-16 [paul]       0.6.5claws17
13449
13450         * sync with sylpheed 0.6.5cvs8
13451                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13452
13453 2001-11-16 [paul]       0.6.5claws16
13454
13455         * sync with sylpheed 0.6.5cvs7
13456                 see ChangeLog entries 2001-11-15 and 2001-11-16
13457
13458 2001-11-15 [hoa]        0.6.5claws15
13459
13460         * src/compose.c
13461                 fix bounce, mails we received couln't be bounced to ourself.
13462
13463         * src/defs.h
13464         * src/filtering.[ch]
13465         * src/matcher.[ch]
13466         * src/matcher_parser.h
13467         * src/matcher_parser_lex.l
13468         * src/matcher_parser_parse.y
13469         * src/inc.c
13470         * src/main.c
13471         * src/mbox.c
13472         * src/prefs_filtering.[ch]
13473         * src/mainwindow.c
13474         * src/prefs_matcher.c
13475         * src/prefs_scoring.c
13476         * src/scoring.[ch]
13477         * src/summaryview.c
13478                 new matcher/filter/score configuration file parser
13479                 one unique configuration file => ~/.sylpheed/matcherrc
13480                 import in currently automatic, then save are made
13481                 in this new file.
13482                 one filter per folder and one global filter
13483                 (filter of a folder will be used as folder processing)
13484
13485         * src/folder.c
13486                 fix a bug in folder_item_get_identifier
13487                 
13488         * src/messageview.c
13489                 receive receipt return are fixed.
13490
13491 2001-11-14 [alfons]     0.6.5claws14
13492
13493         * src/session.h
13494                 add things from main branch to make claws compile
13495
13496 2001-11-14 [paul]       0.6.5claws13
13497
13498         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13499                 see ChangeLog entries 2001-11-08 to 2001-11-14
13500
13501 2001-11-14 [hoa] 0.6.5claws12
13502
13503         * src/compose.[ch]
13504         * src/mainwindow.c
13505         * src/summaryview.c
13506                 add "bounce mail" option
13507
13508 2001-11-13 [christoph]  0.6.5claws11
13509
13510         * src/compose.c
13511                 Cleanup a mess i add before commiting
13512
13513 2001-11-13 [hoa]        0.6.5claws10
13514
13515         * src/compose.c
13516                 some fixes when mail are sent or
13517                 for crossposts
13518
13519 2001-11-13 [christoph]  0.6.5claws9
13520
13521         * po/de.po
13522                 Changed two string with the same translation
13523         * src/compose.c
13524         * src/procmsg.[ch]
13525         * src/send.[ch]
13526                 New mailsending process:
13527                   - Always queue message before sending
13528                     (message will be saved if sylpheed crashed or
13529                      freezes while sending)
13530                   - Allow queuing of newspostings
13531                   - No copy in outbox before sending
13532                     (closes bug #469501)
13533                   - No more redundant code for send and send_later
13534         * src/summaryview.c
13535                 Applied wwp <subscript@free.fr>'s patch that fixes
13536                 marks for multiple forwarded messages (+compose.c)
13537
13538 2001-11-12 [alfons]
13539
13540         * README.claws
13541                 remove things that are now in main branch
13542         
13543         * po/nl.po
13544                 update Dutch translation
13545
13546 2001-11-12 [mhadasht]   0.6.5.claws8
13547
13548         * src/prefs_common.c
13549                 re-enabled account autoselection feature for forward
13550                 and reedit lost during the branch point for SYNC-B4-REL
13551         * src/gtkspell.c
13552                 gtkpspell_get_dict(): more readable code (even if function is
13553                 not used yet)
13554         * ChangeLog.claws
13555                 added version number info to 2001-11-12 [hiro] comment.
13556
13557 2001-11-12 [hiro]       0.6.5.claws7
13558
13559         * src/compose.c
13560                 compose_forward(): fixed a bug that forward quote mark
13561                 wasn't used.
13562                 removed unnecessary code.
13563         * src/template_select.[ch]: removed.
13564
13565 2001-11-11 [alfons]
13566
13567         * src/compose.c
13568                 :%s/GTK_TEXT/GTK_STEXT/g
13569         
13570         * src/compose.[ch]
13571         * src/undo.[ch]
13572         * src/Makefile.am
13573                 revert the undo stuff (this is 0.6.6claws stuff)
13574
13575 2001-11-11 [hoa]        0.6.5.claws6
13576
13577         * src/compose.[ch]
13578                 Insert signature at the end of the text.
13579                 Added undo patch but currently disabled
13580
13581         * src/procmsg.c
13582                 Threading by subject improved.
13583
13584         * added src/undo.[ch]
13585                 Undo module for compose dialog box.
13586
13587 2001-11-11 [alfons]     0.6.5.claws5
13588
13589         * src/procmsg.c
13590                 prevent threading by subject on nodes that have already been
13591                 threaded by in-reply-to (as in "circular references in a tree
13592                 result in a dead branch")
13593
13594 2001-11-09 [hoa]        0.6.5.claws4
13595         
13596         * src/folderview.c
13597                 allows creation of mbox folder item from any files.
13598
13599 2001-11-09 [alfons]     0.6.5.claws3
13600         
13601         * src/utils.c
13602         * src/procmsg.c
13603                 do what I mean and correct threading by subject so it really
13604                 ignores attracting lines without "Re: "
13605
13606 2001-11-07 [alfons]     0.6.5.claws2
13607
13608         * src/procmsg.c
13609         * src/utils.[ch]
13610                 only attract by subject if a subject line starts with a "Re: "
13611         * src/syldap.c
13612                 remove warning
13613
13614 2001-11-07 [paul]       0.6.5claws1
13615
13616         * sync with sylpheed 0.6.5. release
13617                 see ChangeLog entry 2001-11-07
13618
13619 2001-11-07 [paul]       0.6.4claws31
13620
13621         * sync with sylpheed 0.6.4cvs18
13622                 see ChangeLog entries 2001-10-30 to 2001-11-07
13623                 prefs_templates.[ch] renamed prefs_template.[ch]
13624
13625 2001-11-06 [alfons]
13626         
13627         * src/utils.h
13628                 add semicolon Hoa forgot ;-)
13629                 
13630
13631 2001-11-06 [hoa]        0.6.4claws30
13632         
13633         * src/procmsg.c
13634         * src/summaryview.c
13635         * src/utils.c
13636         * src/utils.h
13637                 threading by subject - empty subject are ignored
13638
13639 2001-11-06 [christoph]  0.6.4claws29
13640
13641         * src/socket.c
13642                 use SSL_peek for sock_gets
13643         * src/utils.c
13644                 removed unneeded pointer in extracting quoted
13645                 names implementation
13646
13647 2001-11-06 [melvin]     0.6.4claws28
13648
13649         * src/gtkspell.c
13650                 fixed bug #476792 Selection overtyping with spell checker
13651                 fixed bug which could cause a buffer overflow
13652                 fixed a memory leak
13653
13654 2001-11-06 [hoa]        0.6.4claws27
13655         
13656         * src/procmsg.c
13657         * src/summaryview.c
13658                 threading by subject
13659
13660 2001-11-05 [alfons]     0.6.4claws26
13661         
13662         * README.claws
13663                 Claws -> Sylpheed (vice versa)
13664
13665         * src/compose.c
13666                 :%s/gtk_text/gtk_stext/g
13667                 :%s/GTK_TEXT/GTK_STEXT/g
13668                 (thanks to Jonathan Ware for spotting this)
13669
13670 2001-11-04 [christoph]  0.6.4claws25
13671
13672         * src/summaryview.c
13673                 replace Xalloca + strdup with Xstrdup_a
13674         * src/utils.c
13675                 better implementation of extracting quoted names
13676                 from addresses (remove backlashes and ignore
13677                 quotes after them)
13678
13679 2001-11-04 [alfons]     0.6.4claws24
13680
13681         * src/utils.[ch]
13682                 edit to comply more with coding style
13683
13684         * src/textview.c
13685                 fix bug reported by Kim Schulz. introduced by the patch integrated
13686                 in 0.6.4claws15. the code did not check the return value of
13687                 the html parser.
13688
13689         * AUTHORS
13690                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13691
13692 2001-11-04 [christoph]  0.6.4claws23
13693
13694         * src/main.c
13695         * src/prefs_common.[ch]
13696                 init some pointers that possibly caused a segfault
13697                 reported in the claws-users ML
13698
13699 2001-11-04 [hoa]        0.6.4claws22
13700
13701         * src/grouplistdialog.c
13702                 change the names of the nodes in the tree
13703
13704         * src/compose.c
13705                 enhanced mailto syntax as described in
13706                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13707                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13708
13709         * src/utils.c
13710                 encode and decode URI (useful when opening URL into
13711                 netscape).
13712
13713 2001-11-03 [hoa]        0.6.4claws21
13714
13715         * src/grouplistdialog.c
13716                 a new newsgroups list selection dialog box
13717                 with a CTree instead of a CList
13718
13719 2001-11-03 [hoa]        0.6.4claws20
13720
13721         * src/folderview.c
13722                 enable property and scoring options when right
13723                 click on "inbox"
13724
13725         * src/summaryview.c
13726                 fixed bug when nickname were displayed using
13727                 the address book.
13728
13729 2001-11-02 [darko]      0.6.4claws19
13730
13731         * src/compose.c
13732                 new wrap quotation and URL/long words wrapping implementation
13733         * src/compose.c src/gtkstext.[ch]
13734                 move gtkstext_strncmp() to gtkstext.c
13735
13736 2001-11-01 [christoph]  0.6.4claws18
13737
13738         * src/prefs_account.c
13739                 fixed mess in account settings dialog
13740         * src/prefs_folder_item.c
13741                 added label with folder path to dialog
13742
13743 2001-10-31 [match]      0.6.4claws17
13744
13745         * src/vcard.c
13746                 fix memory leak.
13747         * src/addrbook.c
13748                 fix generation of spurious address book file names.
13749                 remove redundant functions.
13750         * po/POTFILES.in
13751                 added missing file names.
13752
13753 2001-10-30 [paul]       0.6.4claws16
13754
13755         * sync with sylpheed 0.6.4cvs6
13756                 see ChangeLog entries 2001-10-26 to 2001-10-30
13757
13758         * tools/filter_conv.pl
13759                 read folderlist.xml to discover whether the top-level
13760                 folder is called 'Mailbox' or 'Mail' 
13761
13762 2001-10-29 [paul]       0.6.4claws15
13763
13764         * src/html.c, src/textview.c
13765                 activate links in html mail and fix clickable parts
13766                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13767
13768 2001-10-29 [paul]
13769
13770         * po/de.po, po/es.po, po/pt_BR/po
13771                 updated translations, submitted by Jens Oberender,
13772                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13773
13774 2001-10-29 [darko]      0.6.4claws14
13775
13776         * src/compose.c
13777                 fix wrapping for good
13778
13779 2001-10-29 [darko]
13780
13781         * src/compose.c
13782                 undo previous change as it broke the smart wrapping
13783
13784 2001-10-29 [darko]      0.6.4claws13
13785
13786         * src/compose.c
13787                 fix infinite loop when long URL is quoted
13788                 (closes bug #475122.
13789
13790 2001-10-28 [match]
13791
13792         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13793                 import Mutt address book
13794         * src/ldif.[ch] src/importldif.h
13795                 modified import LDIF handle user attributes
13796
13797 2001-10-28 [christoph]  0.6.4claws12
13798
13799         * src/summaryview.c
13800                 fixed that filtering did not work if there
13801                 were no filter rules
13802                 (closes bug #472003 and better implementation
13803                  of patch #474644)
13804
13805 2001-10-27 [christoph]  0.6.4claws11
13806
13807         * src/compose.c
13808                 make the folder's default account to be used when
13809                 replying. (patch by wwp <subscript@free.fr>)
13810         * src/compose.c
13811                 code cleanup, nearly killed all of wwp's patch
13812                 for folder's default account in compose
13813         * src/folderview.c
13814                 error panel when a folder could not be created
13815                 (closes bug #471080 new folder name & already
13816                  existing file)
13817
13818 2001-10-26 [alfons]
13819
13820         * src/utils.h
13821                 change prototype of strstr2() that Christoph forgot about
13822
13823 2001-10-26 [christoph]  0.6.4claws10
13824
13825         * src/account.c
13826                 made search for accounts by email address not case
13827                 sensitive
13828         * src/folder.c
13829                 fixed memory leak in folder_item_get_identifier
13830         * src/gtkspell.c
13831         * src/utils.c
13832                 fixed wrong strstr2 (should work like strstr)
13833
13834 2001-10-26 [darko]      0.6.4claws9
13835
13836         * src/compose.c src/gtkstext.[ch]
13837         * src/gtkstext.c
13838                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13839
13840 2001-10-26 [paul]       0.6.4claws8
13841
13842         * src/html.c
13843                 ignore css and javascript tags in html mail
13844                 case-insensitive, with or without double-quoted
13845                 strings
13846
13847 2001-10-26 [paul]       0.6.4claws7
13848
13849         * sync with sylpheed 0.6.4cvs1
13850                 see ChangeLog entry 2001-10-26
13851
13852         * src/prefs_account.c, src/prefs_common.c,
13853           src/prefs_summary_column.c
13854                 minor improvements to the English
13855
13856 2001-10-25 [alfons]     0.6.4claws6
13857
13858         * src/gtkstext.c
13859         
13860                 make GtkSText follow style of GtkText (closes bug 
13861                 #469211 "text selection while writing message")
13862                 
13863                 do sync with GTK 1.2.10
13864
13865 2001-10-25 [paul]       0.6.4claws5
13866
13867         * src/html.c
13868                 ignore css tags in html mail
13869
13870 2001-10-25 [darko]      0.6.4claws4
13871
13872         * src/compose.c
13873                 don't declare is_url_string as static function since
13874                 we need it in gtkstext.c
13875         * src/gtkstext.c
13876                 remove unused variable
13877                 don't wrap long URLs while composing a message
13878
13879 2001-10-24 [christoph]  0.6.4claws3
13880
13881         * src/socket.c
13882                 fix ssl deadlock, when peer closes connection
13883
13884 2001-10-24 [paul]       0.6.4claws2
13885
13886         * src/prefs_common.c
13887                 gettextize the gpg ascii-armored warning message
13888
13889         * src/compose.c
13890                 insert a DOS/MAC file into the composed message
13891                 (improvements)
13892
13893         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13894
13895 2001-10-22 [paul]       0.6.4claws1
13896
13897         * sync with sylpheed 0.6.4 release
13898                 see ChangeLog entries 2001-10-21
13899
13900         * po/fr.po, po/pt_BR.po
13901                 updated by Melvin Hadasht and Fabio Junior Beneditto
13902
13903 2001-10-21 [paul]       0.6.3claws30
13904
13905         * src/compose.c
13906                 insert a DOS text file from the compose window
13907                 into the composed message text (removes CRs characters)
13908                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13909
13910         * tools/filter_conv.pl, tools/README
13911                 automatically use ~/.sylpheed as working directory
13912                 print out confirmation message on completion
13913
13914         * correct Hoa's last ChangeLog.claws entry
13915
13916 2001-10-20 [hoa]        0.6.3claws29
13917
13918         * src/grouplistdialog.c
13919                 bugfix (another ?) to give the right
13920                 newsgroups list for each news server.
13921
13922         * src/news.c
13923         * src/news.h
13924                 improve the newsgroups list cache
13925
13926 2001-10-20 [paul]       0.6.3claws28
13927
13928         * sync with sylpheed 0.6.3cvs9
13929                 see ChangeLog entry 2001-10-19
13930
13931         * correct Alfons' last ChangeLog.claws entry
13932
13933 2001-10-19 [alfons]
13934
13935         * src/pgptext.[ch]
13936                 fix compilation problems (part of bug #472895)
13937
13938 2001-10-18 [hoa]        0.6.3claws27
13939
13940         * src/grouplistdialog.c
13941                 bugfix when we refresh was clicked (bug 472701)
13942
13943 2001-10-19 [christoph]  0.6.3claws26
13944
13945         * src/compose.c
13946                 last header entry should default to "To:" or
13947                 "Newsgroups:" and not copy the last entry line
13948                 in a new compose window
13949                 (closes bug #472686, #470792)
13950
13951 2001-10-19 [paul]       0.6.3claws25
13952
13953         * sync with Sylpheed 0.6.3cvs8
13954                 see ChangeLog entries 2001-10-18 and 2001-10-19
13955
13956 2001-10-18 [christoph]  0.6.3claws24
13957
13958         * src/procmsg.c
13959                 reimplement ignore thread
13960         
13961 2001-10-18 [hoa]        0.6.3claws23
13962
13963         * src/folderview.c
13964         * src/grouplistdialog.[ch]
13965                 enhanced news subscription interface (feature 469113)
13966
13967         * src/news.c
13968         * src/news.h
13969                 enchanced newsgroup listing,
13970                 now, we can get groups informations
13971                 (NNTPGroupInfo)
13972
13973 2001-10-18 [paul]       0.6.3claws22
13974
13975         * src/summaryview.c
13976                 remove comment (sync with main branch)
13977         * src/mainwindow.c
13978                 fix 'Re-edit' bug in 'Message' menu
13979
13980 2001-10-17 [christoph]  0.6.3claws21
13981
13982         * src/compose.c
13983                 ignore empty or whitespace only header lines
13984
13985 2001-10-17 [paul]       0.6.3claws20
13986
13987         * sync with sylpheed 0.6.3cvs7
13988                 see ChangeLog entries 2001-10-14, 2001-10-16, and
13989                 2001-10-17
13990
13991 2001-10-17 [darko]
13992
13993         * src/compose.c
13994                 wrap long lines without spaces
13995                 don't wrap URLs
13996
13997 2001-10-16 [paul]
13998
13999         * po/es.po, po/nl.po, po/pt_BR.po
14000                 updated by Ricardo Mones Lastra, Alfons,
14001                 and Fabio Junior Beneditto
14002
14003         * sylpheed-0.6.3claws released
14004
14005 2001-10-15 [melvin] 0.6.3claws18
14006
14007         * README.claws
14008                 added summary and detailed installation instructions
14009                 for spell checker
14010         * po/fr.po
14011                 Updated, corrected and completed french translation
14012
14013 2001-10-15 [hoa] 0.6.3claws17
14014         * src/grouplistdialog.c
14015                 we can choose the newsgroups to display with wildcards
14016
14017 2001-10-15 [christoph]  0.6.3claws16
14018
14019         * src/account.c
14020         * src/compose.c
14021         * src/prefs_folder_item.[ch]
14022                 applied wwp <subscript@free.fr>'s folder
14023                 default account patch
14024         * po/de.po
14025                 Fixed wrong translation
14026
14027 2001-10-13 [alfons, christoph, melvin]  
14028                         0.6.3claws15
14029
14030         solution #2 to solve MT-safety problems defers all GUI related calls
14031         to the main thread using a gtk_idle_add() callback. discussed on
14032         ircnet #sylpheed, with christoph spotting some issues with the
14033         original code, and melvin allowing us to lobotomize his sylpheed.
14034
14035         * src/syldap.[ch], src/main.c
14036                 fix race problem in ldap search thread by deferring GUI 
14037                 stuff to main thread using gtk_idle_add()
14038
14039 2001-10-13 [paul]       0.6.3claws14
14040
14041         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14042                 add Sergey's smtpcred.patch
14043                 adds separate username/password setting for SMTP Auth
14044                 needed by some servers
14045                 (closes feature request #471659)
14046
14047 2001-10-13 [paul]       0.6.3claws13
14048
14049         * src/pgptext.[ch] **NEW FILES**
14050         * src/Makefile.am, src/messageview.c, src/mimeview.c
14051                 decrypt ascii-armored gpg text embedded in
14052                 the message body.
14053                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14054
14055 2001-10-13 [christoph]  0.6.3claws12
14056
14057         * README.claws
14058                 some more details on default to and
14059                 feature requests
14060         * src/main.c
14061                 init glib threading when ldap is used
14062         * src/syldap.c
14063                 threading fixes
14064         * po/de.po
14065                 fixed a typo
14066
14067 2001-10-12 [paul]       0.6.3claws11
14068
14069         * src/prefs_common.[ch], src/rfc2015.c
14070                 enable ascii-armored gpg text to be embedded in the
14071                 message body, selectable through the 'Privacy'
14072                 preferences. Supports encrypting only.
14073                 Submitted by Ravemax <ravemax@dextrose.com>
14074
14075 2001-10-12 [paul]       0.6.3claws10
14076
14077         * sync with sylpheed 0.6.3cvs6
14078                 see ChangeLog entries 2001-10-11 and 2001-11-12
14079
14080         * src/folderview.c
14081                 incorporated mbox folders, scoring, and folder
14082                 properties into the sync
14083
14084 2001-10-12 [darko]      0.6.3claws9
14085
14086         * README.claws
14087                 describe quotation wrapping
14088         * src/compose.c
14089                 don't treat tab as space to calculate line length properly
14090
14091 2001-10-11 [alfons]
14092
14093         * README.claws
14094                 correct description of how to make new filtering system work,
14095                 add some other things
14096                 
14097         * src/syldap.c
14098                 remove sched_yield() (not necessary / unportable)
14099
14100 2001-10-11 [paul]       0.6.3claws8
14101
14102         * sync with sylpheed 0.6.3cvs3
14103                 see ChangeLog entry 2001-10-10
14104
14105 2001-10-10 [christoph]  0.6.3claws7
14106
14107         * .cvsignore
14108                 ignore 2 files created by newer autotools
14109         * src/prefs_folder_item.c
14110                 using table for widget alignment
14111                 fixed memory leak and broken octal display
14112         * src/filesel.c
14113                 fixed segfault caused by lost filename
14114                 workaround (closes bug #469551)
14115
14116 2001-10-10 [paul]       0.6.3claws6
14117
14118         * sync with sylpheed 0.6.3cvs2
14119                 see ChangeLog entries 2001-10-09 and 2001-10-10
14120
14121 2001-10-10 [darko]      0.6.3.claws5
14122
14123         * src/gtkstext.c
14124                 proper calculation of right margin if smart wrapping is enabled
14125         * src/compose.c
14126                 automatically wrap long lines if wrap quotation is enabled
14127
14128 2001-10-09 [alfons]     0.6.3.claws4
14129
14130         * src/summaryview.c
14131                 select correct row when deleting last row in the summary view (and
14132                 close bug "[ #469104 ] select second last in list when deleting")
14133
14134 2001-10-09 [paul]       0.6.3claws3
14135
14136         * sync with sylpheed 0.6.3cvs1
14137                 updated some autotool scripts
14138
14139 2001-10-09 [darko]      0.6.3claws2
14140
14141         * src/gtkstext.[ch]
14142                 new name and mark with Sylpheed comment
14143         * src/compose.c
14144                 smart quotation wrapping a-la VIM
14145
14146 2001-10-08 [paul]       0.6.3claws1
14147
14148         * sync with sylpheed 0.6.3 release
14149                 see ChangeLog entry 2001-10-08
14150
14151 2001-10-08 [paul]       0.6.2claws24
14152
14153         * src/summaryview.c
14154                 more sync with sylpheed 0.6.2cvs12
14155                 Fixed the bug that didn't select the last row correctly
14156
14157
14158 2001-10-07 [paul]       0.6.2claws23
14159
14160         * sync with sylpheed 0.6.2cvs12
14161                 see ChangeLog entry 2001-10-07
14162
14163 2001-10-06 [match]
14164         * src/jpilot.[ch]
14165                 enable jpilot to read unsynch'ed addresses.
14166
14167         * src/editldap_basedn.c
14168                 fix segfault when opening dialog.
14169
14170 2001-10-06 [alfons]     0.6.2.claws22
14171
14172         * src/summaryview.c
14173                 fix bug with summary view selecting last *inserted*
14174                 node instead of last *visible* node. remember we
14175                 work with a tree
14176
14177 2001-10-06 [paul]       0.6.2claws21
14178
14179         * po/pt_BR.po
14180                 updated translation, contains some fixes and new
14181                 translations, submitted by Gustavo Noronha Silva
14182                 <kov@debian.org>
14183
14184         * src/prefs_common.c
14185                 change 'each' to 'every' - fix dubious English
14186
14187         * sync with sylpheed 0.6.2cvs11
14188
14189 2001-10-05 [alfons]     0.6.2claws20
14190
14191         * src/mainwindow.[ch], src/folderview.c
14192                 make composite tool button switch between "Compose News"
14193                 and "Compose Mail" depending on selected folder
14194                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14195
14196 2001-10-05 [paul]       0.6.2claws19
14197
14198         * src/mainwindow.c, src/summaryview.c
14199                 fix 'Message/Reply to all', broken in last commit
14200
14201         * src/compose.c
14202                 fix X_BEENTHERE seg fault, thanks to Alfons
14203
14204 2001-10-04 [paul]       0.6.2claws18
14205
14206         * src/compose.[ch], src/mainwindow.c
14207                 make "Message/Reply" reply to mailing lists; matches
14208                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14209                 based on portions of the patch submitted by
14210                 Junichi Uekawa <dancer@netfort.gr.jp>
14211
14212 2001-10-04 [darko]      0.6.2claws17
14213
14214         * src/compose.c
14215                 better smart wrapping
14216         * src/gtkstext.[hc]
14217                 a function to make text buffer contiguous
14218
14219 2001-10-03 [paul]       0.6.2claws16
14220
14221         * sync with sylpheed 0.6.2cvs10
14222
14223 2001-10-02 [alfons]
14224
14225         * configure.in
14226         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14227                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14228                 references to chinese translations (hope someone picks up
14229                 this)
14230
14231 2001-10-02 [christoph]  0.6.2claws15
14232
14233         * src/compose.c
14234                 fixed non translated header bug
14235         * ChangeLog.claws
14236                 fixed wrong date in alfons last entry ;)
14237
14238 2001-10-02 [alfons]     0.6.2claws14
14239
14240         * src/compose.c, src/prefs_common.[ch]
14241                 add block cursor option
14242
14243 2001-10-02 [paul]       0.6.2claws13
14244
14245         * sync with sylpheed 0.6.2cvs9
14246
14247 2001-09-30 [paul]       0.6.2claws12
14248
14249         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14250                 updated translations
14251
14252         * po/POTFILES.in
14253                 add 'src/importldif.c'
14254
14255         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14256                 added eudora-to-vCard conversion tool
14257                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14258
14259         * sync with sylpheed 0.6.2cvs8
14260
14261 2001-09-30 [paul]
14262
14263         * sylpheed-0.6.2claws released
14264
14265 2001-09-27 [melvin]     0.6.2claws11
14266
14267         * src/gtkspell.c
14268                 fixed crash when using default path (introduced 
14269                 in 0.6.2claws10)
14270                 fixed tiny bug for initial suggestion mode
14271
14272 2001-09-27 [melvin]     0.6.2claws10
14273         
14274         * src/gtkspell.c
14275                 fixed bug where gtkpspell didn't set the path correctly
14276
14277         * README.claws
14278                 added a paragraph about spell checking
14279                 
14280
14281
14282 2001-09-27 [paul]       0.6.2claws9
14283
14284         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14285                 replace '// comments' with '/* comments */' to prevent
14286                 some compiler warnings 
14287
14288         * sync with sylpheed 0.6.2cvs6
14289
14290 2001-09-26 [alfons]     0.6.2claws8
14291
14292         * src/messageview.c
14293                 introduce return receipt request notification again,
14294                 which was lost because of other semantics in 
14295                 procheader_parse() (???)
14296
14297 2001-09-26 [christoph]  0.6.2claws7
14298
14299         * src/compose.c
14300                 replace comments for old code with #if 0
14301                 readded auto cc, bcc and reply-to
14302         * src/prefs_matcher.c
14303         * src/prefs_scoring.c
14304                 removed some definition (was moved to
14305                 prefs.h)
14306
14307 2001-09-26 [paul]       0.6.2claws6
14308
14309         * src/mainwindow.c
14310                 make 'Follow-up and reply to' sensitive
14311
14312         * more sync with sylpheed 0.6.2cvs5
14313
14314 2001-09-25 [melvin]
14315
14316         * 0.6.2claws5
14317
14318         * src/gtkspell.c
14319                 fixed bug for "US-ASCII" introduced by the encoding code
14320
14321 2001-09-25 [paul]
14322
14323         * 0.6.2claws4
14324
14325         * src/prefs_common.[ch], src/summaryview.c
14326                 'next unread msg' 'go to next folder?' dialog can be
14327                 given default behaviour, either always show dialog,
14328                 or assume 'yes', or assume 'no'
14329                 Submitted by wwp <subscript@free.fr>
14330
14331 2001-09-25 [melvin]
14332                 
14333         * src/compose.c src/gtkspell.[ch]
14334                 added support for different encodings
14335
14336 2001-09-25 [paul]
14337
14338         * more sync with sylpheed 0.6.2cvs5
14339
14340 2001-09-24 [alfons]
14341         
14342         * src/prefs_folder_item.c
14343                 add check for item->prefs->default_to string is NULL and
14344                 add another check when freeing this string
14345
14346 2001-09-24 [paul]
14347
14348         * configure.in
14349                 change to version 0.6.2claws3
14350
14351         * sync with sylpheed 0.6.2cvs5 
14352
14353 2001-09-24 [match]
14354         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14355                 import LDIF files.
14356         * src/addrcache.[ch], addrindex.[ch]
14357                 small update for future
14358         * src/addrbook.c
14359                 fix test XML file.
14360
14361 2001-09-24 [melvin]
14362         * src/gtkspell.[ch]
14363                 added 'Learn from mistakes' option
14364                 better handling of quotes in checked words
14365                 sorted dict list
14366         * po/fr.po
14367                 small update for spell checking stuff
14368
14369 2001-09-23 [alfons]
14370         
14371         * src/gtkspell.c
14372                 edit a little bit so it complies more with main coding style
14373
14374 2001-09-23 [alfons]
14375
14376         * src/folder.[ch], prefs_folder_item.c, compose.c
14377                 migrate "request return receipt" folder property
14378                 to folderlist.xml
14379
14380 2001-09-22 [alfons]
14381
14382         * README.claws **NEW**
14383                 (add things of interest for users of main branch 
14384                 and claws here)
14385
14386         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14387                 re-implement threading per folder option, but store 
14388                 the setting in folderlist.xml (where it belongs)
14389
14390 2001-09-21 [melvin]
14391
14392         * src/gtkspell.[ch]
14393                 fixed bug when compose window is under another window
14394         * src/prefs_common.[ch] src/compose.c
14395                 changed 'dictionary_path' to 'dictionary' to be consistent
14396                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14397         * ac/pspell.m4 src/Makefile.am 
14398                 dropped PSPELL_PATH macro
14399         * po/fr.po
14400                 updated translations
14401
14402 2001-09-21 [christoph]
14403
14404         * src/compose.c
14405                 added border around header fields
14406                 keep header type when new field is added
14407
14408 2001-09-20 [christoph]
14409
14410         * src/utils.[ch]
14411                 more portable debug_print with source filename
14412                 and linenumber
14413         * src/procmsg.c
14414                 more newlines after debug messages
14415
14416 2001-09-20 [paul]
14417
14418         * configure.in
14419                 change to version 0.6.2claws2
14420
14421         * sync with sylpheed 0.6.2cvs3
14422
14423 2001-09-19 [melvin]
14424
14425         * src/gtkspell.c
14426                 fixed the post-right-click focus pb
14427                 fixed crash when 'Spell check all' after dict change 
14428                         and when cursor is at the end of the text
14429                 shift-right-click pops up config menu even on misspelled words.
14430         * po/POTFILES.in
14431                 added gtkspell.c
14432
14433 2001-09-19 [melvin]
14434
14435         * src/about.c
14436                 added pspell to compiled-in features list
14437
14438 2001-09-18 [melvin]
14439
14440         * switched to pspell and dropped ispell
14441         * ac/pspell.m4
14442                 new file. autoconf macro for pspell
14443         * ac/Makefile.am 
14444         * configure.in acconfig.h
14445                 added pspell support
14446         * src/Makefile.am
14447         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14448         * src/prefs_common.[ch] 
14449                 added pspell support
14450
14451 2001-09-18 [christoph]
14452
14453         * src/addr_compl.c
14454         * src/template.[ch]
14455                 replace LOG_MESSAGE with debug_print
14456         * src/compose.[ch]
14457                 gui improvements
14458         * src/menu.c
14459                 added newline after debug message
14460         * src/utils.h
14461                 using __VA_ARGS__ for debug_print macro
14462         * tools/.cvsignore
14463                 ignore Makefile and Makefile.in
14464
14465 2001-09-18 [paul]
14466
14467         * configure.in
14468                 change to version 0.6.2claws1
14469         * sync with sylpheed 0.6.2cvs1
14470
14471         * src/matcher.c 
14472         * src/prefs_matcher.c
14473                 add 'score equal to' option, submitted by
14474                 Paul Evans <nerd@freeuk.com>
14475
14476 2001-09-15 [christoph]
14477
14478         * src/mainwindow.c
14479                 comment out menu entry not existing in claws
14480         * src/menu.c
14481                 add debug output for non existing menu entries
14482         * src/summaryview.c
14483                 fix next/prev unread message for ignored threads
14484         * src/utils.[ch]
14485                 add sourcefile and line number to debug output
14486                 otherwise it is sometimes hard to find the
14487                 source code part if debug messages are translated
14488
14489 2001-09-14 [darko]
14490         
14491         * src/folderview.c
14492                 refresh target folder style after colour is changed
14493
14494 2001-09-13 [paul]
14495
14496         * configure.in
14497                 change to version 0.6.1claws3
14498
14499         * sync with sylpheed 0.6.1cvs6
14500
14501 2001-09-13 [darko]
14502         
14503         * src/folderview.c
14504                 fix target folder colourization to use user selected colour
14505
14506 2001-09-12 [darko]
14507         
14508         * src/summaryview.c
14509                 fix crash when message that is marked for copy/move is unmarked
14510
14511 2001-09-09 [paul]
14512
14513         * configure.in
14514                 change to version 0.6.1claws2
14515
14516         * sync with sylpheed 0.6.1cvs3
14517
14518 2001-09-09 [alfons]
14519         
14520         * src/folderview.c
14521                 fix bug with default font used for trash folder text
14522
14523 2001-09-06 [paul]
14524
14525         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14526                 updated translations
14527
14528         * configure.in
14529                 change to version 0.6.1claws1
14530
14531         * sync with sylpheed 0.6.1cvs2
14532
14533 2001-09-03 [paul]
14534
14535         * po/POTFILES.in
14536                 add Match's new addressbook
14537
14538         * po/de.po
14539                 updated translation submitted by Jens Oberender
14540
14541 2001-09-02 [paul]
14542
14543         * configure.in
14544                 change to 0.6.1claws
14545         * sync with sylpheed 0.6.1 release
14546
14547 2001-09-02 [paul]
14548
14549         * configure.in
14550                 change to 0.6.0claws2
14551
14552         * sync with sylpheed 0.6.0cvs4
14553
14554         * po/pt_BR.po
14555                 updated translation submitted by Fabio Junior Beneditto
14556
14557 2001-09-01 [match]
14558         * pixmaps/
14559                 interface.xpm
14560                 book.xpm
14561                 address.xpm
14562         * src/
14563                 Makefile.am
14564                 a ton of new files
14565
14566 2001-08-31 [paul]
14567
14568         * configure.in
14569                 change to version 0.6.0claws1
14570
14571         * sync with sylpheed 0.6.0cvs1
14572
14573         * po/es.po
14574                 updated translation submitted by Ricardo Mones Lastra
14575
14576         * po/POTFILES.in
14577                 add 'src/prefs_templates.c'
14578
14579         * src/compose.c, src/summaryview.c
14580                 fix segfault on 'Re_edit'               
14581
14582 2001-08-30 [alfons]
14583
14584         * configure.in, Makefile.am
14585         * tools/Makefile.am
14586                 add tools directory to source distribution
14587
14588 2001-08-30 [paul]
14589
14590         * configure.in
14591                 change to version 0.6.0claws
14592
14593         * sync with sylpheed 0.6.0 release
14594
14595 2001-08-30 [christoph]
14596
14597         * configure.in
14598                 removed autoconf version check
14599
14600 2001-08-30 [paul]
14601
14602         * src/account.c, src/compose.c, src/prefs_common.[ch]
14603         * src/procheader.[ch] src/utils.[ch]
14604                 Enhanced automatic account selection on replies
14605                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14606
14607         * configure.in
14608                 add LDAP and JPilot to the configuration results output.
14609
14610 2001-08-29 [christoph]
14611
14612         * src/summeryview.c
14613                 no bold font for ignored threads
14614
14615 2001-08-29 [paul]
14616
14617         * configure.in
14618                 change to version 0.5.3claws6
14619
14620         * sync with sylpheed 0.5.3cvs10
14621                 src/stringtable.[ch]: New Files
14622
14623         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14624         * src/pixmaps/sylpheed.xpm
14625                 add mini-icons to windows (by Alfons)
14626
14627 2001-08-27 [paul]
14628
14629         * src/mainwindow.c
14630                 new functions: next_labeled_cb(), prev_labeled_cb()
14631
14632         * src/summaryview.c
14633                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14634                 summary_select_next_labeled(), summary_select_prev_labeled()
14635
14636         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14637                 give claws blue folders and a blue trash can
14638
14639 2001-08-27 [paul]
14640
14641         * configure.in
14642                 change to version 0.5.3claws5
14643
14644         * sync with sylpheed 0.5.3cvs9
14645                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14646
14647 2001-08-24 [christoph]
14648
14649         * src/filesel.c
14650                 keep filename when browsing directories
14651                 (not working for user entered filename, but
14652                  for default name and selected filename from
14653                  file list)
14654         * src/mainwindow.c
14655                 fixed wrong spelling "Folllow-up"
14656         * src/mbox_folder.c
14657         * src/procmsg.c
14658         * src/summaryview.c
14659                 fixed new/unread message count with ignored
14660                 threads (2 commits, first didn't notice no
14661                 longer needed decreasing)
14662         * src/inc.c
14663                 readded scrolling of progress dialog
14664                 (lost in sync)
14665
14666 2001-08-24 [paul]
14667
14668         * configure.in
14669                 change to 0.5.3claws4
14670
14671         * sync with sylpheed 0.5.3cvs7
14672
14673 2001-08-24 [christoph]
14674
14675         * src/compose.c
14676                 set request return receipt when replying
14677                 if it is set is the folder prefs of the
14678                 message
14679         * src/inc.c
14680                 disable final error popup if popups are
14681                 disabled in config (again)
14682
14683 2001-08-23 [paul]
14684
14685         * configure.in
14686                 Change version number to 0.5.3claws3
14687
14688         * sync with sylpheed 0.5.3cvs5
14689
14690         * src/mimeview.c
14691                 double quote '%s' in 'gedit %s' to fix bug when
14692                 opening attachment with spaces in the name
14693
14694 2001-08-22 [alte]
14695         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14696           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14697                 initial message templates support
14698
14699
14700 2001-08-22 [paul]
14701
14702         * configure.in
14703                 change version number to 0.5.3claws2
14704
14705         * sync with sylpheed 0.5.3cvs4
14706
14707         * src/procmsg.h src/summaryview.c
14708                 re-implement (un)ignore thread
14709
14710 2001-08-21 [paul]
14711
14712         * src/summaryview.c
14713                 remove unnecessary code
14714         * src/compose.c
14715                 enable 'dynamic' signatures (submitted by
14716                 Eric Limpens <eric@hscg-internet.nl>)
14717
14718 2001-08-21 [paul]
14719
14720         clean up after sync with sylpheed 0.5.3 release
14721
14722         * src/folderview.c
14723                 fix re-introduced font mess, see Christoph's
14724                 entry 2001-06-24
14725
14726         * src/summaryview.c
14727                 remove prev_msgnum
14728                 use sylpheed's small font instead of
14729                 gtk default font for summary view
14730
14731
14732 2001-08-17 [paul]
14733
14734         * configure.in
14735                 add pl to ALL_LINGUAS - sync with main branch
14736
14737         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14738                 Updated. Translations by Jens Oberender, Ricardo Mones
14739                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14740
14741         * po/pl.po  ** NEW FILE **
14742                 sync with the main branch
14743
14744         * src/folderview.c
14745                 fix target folder colorizing and refresh problem
14746
14747
14748 2001-08-17 [christoph]
14749
14750         * src/mainwindow.c
14751                 claws uses 4 colors for target folder coloring.
14752                 arrays were not long enough and destroyed the
14753                 stack causing a segfault.
14754                 target folder colorizing does not work anymore
14755                 for me
14756
14757 2001-08-16 [paul]
14758
14759         * configure.in
14760                 change to version 0.5.3claws1
14761
14762         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14763           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14764           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14765
14766                 sync with sylpheed 0.5.3 release, but keep claws method of
14767                 configuring/saving fonts
14768
14769         * src/addressbook.[ch]
14770                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14771                 in line with a similar change in Hiroyuki's branch
14772
14773         * src/mainwindow.[ch]
14774                 disable main_window_set_thread_option()
14775         * src/prefs_folder_item.c
14776                 comment out &tmps_prefs.enable_thread,
14777         * src/mbox_folder.c, src/procmsg.[ch]
14778                 comment out MSG_IS_IGNORE_THREAD
14779         * src/summaryview.c
14780                 comment out summary_ignore_thread() and summary_unignore_thread()
14781                 comment out MSG_IS_IGNORE_THREAD
14782
14783                 use Hiroyuki's threading instead.
14784
14785
14786
14787 2001-08-15 [paul]
14788
14789         * src/account.c
14790                 use Hiroyuki's 0.5.3 column scheme but also
14791                 include the enable/disable button.
14792         * src/pixmaps/mark.xpm
14793                 add Hiroyuki's amended pixmap
14794
14795 2001-08-13 [christoph]
14796
14797         * src/account.c
14798                 receive at get all column showed wrong state for APOP
14799                 button should only work for POP3 and APOP accounts
14800         * src/prefs_account.c
14801                 added missing preprocessor statement for SSL
14802
14803 2001-08-12 [paul]
14804
14805         * src/account.[ch]
14806                 add 'receive at get all' column and enable/disable
14807                 button.
14808
14809 2001-08-06 [christoph]
14810
14811         * src/account.c
14812                 show usage of SSL in protocol column
14813
14814         * src/imap.c
14815         * src/inc.c
14816                 renamed ssl options
14817
14818         * src/prefs_account.[ch]
14819                 moved ssl options to a new page
14820
14821         * src/send.c
14822         * src/smtp.c
14823         * src/ssl.[ch]
14824                 renamed ssl options
14825                 added support for SMTP STARTTLS command
14826
14827 2001-08-05 [christoph]
14828
14829         * configure.in
14830                 debian autoconf needs version check to find
14831                 correct autoconf version. if the file is
14832                 named configure.in 2.13 is used, which does
14833                 not work with this configure.in script.
14834                 other solution would be to rename the script
14835                 to configure.ac as suggested in the autoconf
14836                 manual.
14837
14838         * src/inc.c
14839                 disable final error popup if popups are
14840                 diabled in config
14841
14842         * src/socket.c
14843                 bugfix in ssl_gets
14844                 fixes IMAP over SSL problem
14845
14846 2001-08-03 [paul]
14847
14848         * configure.in
14849                 change to 0.5.2claws1
14850
14851         * sync with sylpheed 0.5.2cvs1
14852
14853 2001-08-02 [alfons]
14854
14855         * configure.in
14856                 quick fix for ispell detection...
14857
14858 2001-08-01 [paul]
14859
14860         * configure.in
14861                 change to 0.5.1claws4
14862
14863         * sync with sylpheed 0.5.1cvs7
14864
14865 2001-07-31 [alfons]
14866
14867         * src/prefs_common.c, src/prefs_common.h, 
14868           src/gtkspell.c, src/gtkspell.h
14869                 add global spelling checker settings (compose tab) +
14870                 selection of dictionary 
14871           
14872         * configure.in  
14873                 guess valid ispell location
14874
14875 2001-07-31 [paul]
14876
14877         * po/POTFILES.in
14878                 removal of 'src/quote_fmt_parse.c'
14879         * po/de.po
14880                 Updated de.po
14881                 (submitted by Jens Oberender <didge@suse.de>)
14882
14883 2001-07-31 [darko]
14884
14885         * src/folder.[ch]
14886         * src/folderview.[ch]
14887         * src/mainwindow.c
14888         * src/mh.c
14889         * src/prefs_common.[ch]
14890         * src/summaryview.c
14891                 target folder colourization
14892
14893 2001-07-30 [paul]
14894
14895         more sync with Sylpheed 0.5.1cvs6 
14896
14897 2001-07-30 [darko]
14898
14899         * src/mh.c
14900         * src/prefs_folder_item.[hc]
14901         * src/summaryview.c
14902                 shared folders support with a GUI
14903
14904 2001-07-29 [paul]
14905
14906         0.5.1claws3
14907
14908         * sync with Sylpheed 0.5.1cvs6
14909
14910 2001-07-29 [paul]
14911
14912         * po/pt_BR.po
14913                 updated
14914                 (submitted by Fabio Junior Beneditto)
14915
14916 2001-07-28 [paul]
14917
14918         * src/procmime.c
14919         * AUTHORS
14920                 patch to correct bad image mime headers
14921                 (submitted by Don Quijote <dq@searchlores.org>)
14922
14923 2001-07-28 [paul]
14924
14925         * tools/gif2xface.pl   **NEW FILE**
14926         * tools/README
14927                 script to convert file.gif to file.xface for
14928                 use in a custom header.
14929                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14930
14931 2001-07-27 [alfons]
14932         
14933         * configure.in
14934                 change macros for detecting JPilot and LDAP
14935
14936 2001-07-27 [christoph]
14937
14938         * src/filtering.c
14939                 code cleanup (MIN / MAX warning, needed casting)
14940
14941 2001-07-27 [alfons]
14942
14943         * procheader.c
14944                 disallow setting flags when detecting certain headers
14945                 (X-Status, Status, Seen, X-Seen). 
14946         
14947         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
14948
14949 2001-07-27 [christoph]
14950
14951         * src/prefs_filter.c
14952         * src/prefs_filtering.c
14953         * src/prefs_matcher.c
14954         * src/prefs_scoring.c
14955                 scroll list when moving rows up or down
14956
14957         * src/imap.c
14958         * src/imap.h
14959         * src/prefs_account.c
14960         * src/prefs_account.h
14961         * src/send.c
14962                 SMTP over SSL (untested, feedback requested)
14963                 IMAP over SSL
14964
14965         * src/ssl.c
14966                 code cleanup
14967
14968 2001-07-26 [alfons]
14969         
14970         * configure.in, acconfig.h
14971                 define CLAWS (need this for main / claws detection)
14972
14973 2001-07-25 [alfons]
14974
14975         * configure.in
14976                 Sylpheed 0.5.1claws2
14977                 
14978         * sync with Sylpheed 0.5.1cvs4
14979
14980 2001-07-25 [christoph]
14981
14982         * src/scoring.c
14983                 fixed segfault
14984                 item->prefs == NULL (don't know why)
14985
14986 2001-07-25 [alfons]
14987
14988         * configure.in
14989                 Sylpheed 0.5.1claws1
14990
14991         * sync with Sylpheed 0.5.1cvs1-3
14992
14993 2001-07-24 [christoph]
14994
14995         * src/folderview.c
14996         * src/prefs_folder_item.[ch]
14997                 added folderitem preferences dialog with
14998                 default To: and auto request return receipt
14999
15000         * src/compose.[ch]
15001         * src/menu.[ch]
15002                 changes to handle new folderitem preferences
15003
15004         * src/mainwindow.c
15005         * src/summaryview.c
15006                 call compose new mail with current folderitem
15007
15008 2001-07-24 [alfons]
15009
15010         Release Sylpheed 0.5.1claws
15011
15012         * configure.in
15013                 change to release version 0.5.1claws
15014
15015 2001-07-24 [christoph]
15016
15017         * src/summaryview.c
15018                 fixed segfault that happend when the selected
15019                 message was removed while retrieving new messages.
15020
15021         * po/es.po
15022                 updated translation
15023                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15024
15025 2001-07-22 [alfons]
15026
15027         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15028         this is a work in progress, for more information: http://nlpagan.net/sylman 
15029         
15030         * configure.in, src/mainwindow.c, manual/Makefile.am
15031                 add support for English manual
15032
15033         * AUTHORS
15034                 add authors of user manuals
15035
15036         * manual/en/sylpheed*.html
15037                 add English documentation
15038
15039 2001-07-22 [christoph]
15040
15041         * po/POTFILES.in
15042                 added src/ssl.c
15043         * src/ssl.c
15044                 changed a wrong debug message
15045
15046 2001-07-22 [alfons]
15047
15048         * po/nl.po
15049                 update Dutch translation
15050
15051         * src/prefs_filtering.c, 
15052           src/prefs_matcher.c
15053                 add more translatable strings           
15054
15055 2001-07-21 [alfons]
15056
15057         0.5.0claws7
15058
15059         * configure.in
15060                 change version
15061
15062         * src/inc.c, src/summaryview.[ch]
15063                 prevent update of mark file when filtering has done, by
15064                 using a variable; this affects two functions:
15065                         inc.c::inc_finished()
15066                         summaryview.c::summary_show()
15067
15068 2001-07-20 [alfons]
15069
15070         * src/filtering.[ch], src/prefs_filtering.c, 
15071           src/matcher.[ch]
15072                 add filtering action for label coloring 
15073
15074         * po/POTFILES.in
15075                 add labelcolors.c
15076
15077         * added src/labelcolors.c
15078         * added src/labelcolors.h
15079         * src/Makefile.am, src/summaryview.c
15080                 rearrange label coloring code
15081
15082         * src/procmsg.h
15083                 add more parentheses so label colouring works correctly
15084
15085         * src/filtering.c
15086                 don't really delete message, but move it to Trash
15087
15088         * src/prefs_matcher.c
15089                 add quote options to info dialog
15090
15091 2001-07-20 [christoph]
15092
15093         * src/Makefile.am
15094         * src/inc.c
15095         * src/main.[ch]
15096         * src/socket.h
15097         * src/ssl.[ch] (new)
15098                 moved ssl stuff to a seperate file
15099
15100 2001-07-20 [darko]
15101
15102         * src/summaryview.c
15103                 fix show sender using address book with no e-mail
15104                 address in From: field
15105
15106 2001-07-19 [alfons]
15107
15108         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15109                 fix messy handling of escaping... now at least the
15110                 execute command is useful. escape char is '\', we
15111                 accept \n and \r too. 
15112
15113                 Real life example:
15114                 
15115                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15116                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15117
15118 2001-07-18 [alfons]
15119
15120         0.5.0claws6
15121
15122         * src/summaryview.c
15123                 clean up
15124
15125         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15126           src/procmsg.[ch]
15127                 revise filtering; currently move, copy, marking have
15128                 been tested. if you like bleeding edge stuff, you
15129                 should definitely go for this version :)
15130
15131         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15132
15133 2001-07-17 [christoph]
15134
15135         * src/utils.c
15136                 timestamp log
15137
15138 2001-07-17 [alfons]
15139
15140         0.5.0claws5
15141
15142         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15143           bits in the mark file, without affecting either branch. Lots of
15144           files changed, also in claws branch.
15145
15146           UNTESTED: use of mbox folders
15147
15148         * src/summaryview.c
15149                 added mark all read; however this was a quick hack used for
15150                 cleaning up mess after initial merge with Hiroyuki
15151
15152         * configure.in
15153                 change claws version number back to 0.5.0claws5 to clear up 
15154                 confusion & pretension (recent release was technically 
15155                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15156
15157 2001-07-16 [alfons]
15158
15159         sync with Hiroyuki's 0.5.0cvs4
15160
15161 2001-07-16 [alfons]
15162
15163         0.5.1claws3
15164
15165         * src/filtering.[ch]
15166                 remove invalid updating of mark files for 
15167                 filter actions MATCHING_ACTION_MOVE and 
15168                 MATCHING_ACTION_DELETE; this should fix the
15169                 folder update bug
15170                 
15171         * src/procmsg.c
15172                 revert Christoph's stab at fixing the folder 
15173                 update bug
15174
15175         * po/POTFILES.in
15176                 add missing files with translatable strings
15177
15178         * src/summaryview.c
15179                 remove debug print
15180
15181 2001-07-15 [alfons]
15182
15183         * src/addr_compl.[ch], src/prefs_filtering.c
15184                 make "filtering pref dialog's destination entry" an
15185                 "address completable entry", if filter destination is 
15186                 an email address
15187
15188         0.5.1claws2
15189         
15190         sync with Hiroyuki's 0.5.0cvs2-3
15191
15192 2001-07-15 [christoph]
15193
15194         * src/procmsg.c
15195                 fixed folder stats update after incorporation
15196
15197 2001-07-15 [alfons]
15198
15199         * src/summaryview.c
15200                 * finish label colouring stuff (for now)
15201                 * fix incorrect colour bug (off by one) 
15202
15203 2001-07-14 [alfons]
15204
15205         * src/mainwindow.c
15206                 change text labels for news and mail message so there's
15207                 plenty of toolbar estate left
15208
15209         * configure.in
15210                 0.5.1claws1
15211
15212         * src/folderview.c
15213           src/folder.[ch]
15214                 sync with Hiroyuki's 0.5.0cvs1
15215
15216         * src/summaryview.c
15217                 more rewrite label colouring
15218
15219 2001-07-14 [alfons]
15220
15221         * src/summaryview.[ch]
15222                 * start rewrite label colouring 
15223                 * fix proper location "Add Sender To Addressbook" menu item
15224
15225 2001-07-13
15226
15227         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15228         (actually this is 0.5.0claws4)
15229
15230 2001-07-13 [alfons]
15231
15232         * po/pt_BR.po
15233                 * fix duplicate message
15234                 * add updated Portugese / Brazilian translation
15235                   submitted by Fabio Junior Beneditto
15236
15237 2001-07-12 [alfons]
15238
15239         * AUTHORS
15240                 add Jens
15241
15242         * po/nl.po
15243                 add updated Dutch translation
15244
15245         * po/de.po
15246                 add updated German translation submitted by Jens
15247
15248 2001-07-11 [alfons]
15249
15250         Prerelease before 0.5.0claws. Please test.
15251         This version is temporarily tagged as VERSION_0_5_0_TEST
15252
15253         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15254           src/prefs_scoring.c, src/prefs_matcher.c, 
15255           src/prefs_filtering.c, src/mbox.c, 
15256           src/main.c, src/inc.c, src/filtering.[ch]
15257                 revert new Hoa's new matcher (does not work yet)
15258
15259         * src/Makefile.am
15260                 clean up
15261
15262 2001-07-10
15263
15264         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15265
15266
15267 2001-07-10 [alfons]
15268
15269         * Makefile.am
15270                 add ChangeLog.claws to EXTRA_DIST
15271         * src/Makefile.am
15272                 add matcher_parser_parse.h to EXTRA_DIST
15273
15274 2001-07-10 [christoph]
15275
15276         * src/inc.c
15277                 add destination folder to table of
15278                 folders that need to be updated after
15279                 incorporation
15280
15281 2001-07-10 [alfons]
15282
15283         * folder.[ch]
15284           folderview.c
15285                 make collapse state of folders and folder items persistent, i.e.
15286                 if you collapse a folder tree, the next time sylpheed-claws starts 
15287                 up the folder tree remains collapsed.  
15288                 
15289 2001-07-10 [christoph]
15290
15291         * acconfig.h
15292         * configure.in
15293                 added --enable-ssl
15294         * src/md5.[ch]
15295                 renamed MD5_CTX to MD5_CTX_syl
15296                 conflicts with a struct in openssl
15297         * src/inc.c
15298         * src/main.[ch]
15299         * src/prefs_account.[ch]
15300         * src/socket.[ch]
15301                 SSL support for POP
15302         * src/mainwindow.c
15303                 fixed compose with current account
15304                 broken by new compose button stuff
15305
15306 2001-07-09 [hoa]
15307
15308         * AUTHORS
15309                 changed my email address
15310
15311         * src/matcher_parser_parse.y
15312                 clean the parser to remove conflicts
15313
15314 2001-07-09 [alfons]
15315
15316         * AUTHORS
15317                 add Match Grun
15318
15319         * configure.in
15320                 fix incorrect description of --enable-ldap parameter
15321
15322         * src/prefs_common.[ch]
15323           src/compose.c
15324                 add experimental option "smart wrapping" which makes the
15325                 compose editor auto wrap.
15326                 
15327                 | TODO: the problem with the buggy cursor handling is caused |
15328                 | by the GtkText. when deleting / backspacing text its       |
15329                 | wrapping algorithm does not take in account the previous   |
15330                 | line. should find a way to hack this in.                   |
15331                 | or should perhaps combine this with the word wrapping      |
15332                 | patch i wrote in january.                                  |
15333
15334         * src/about.c
15335                 show build parameters for LDAP and JPilot
15336
15337         * src/summaryview.c
15338                 revert Christoph's bugfix for selecting next unread message, 
15339                 because folder stats aren't updated correctly
15340
15341 2001-07-08 [hoa]
15342
15343         * src/filtering.c
15344         * src/mainwindow.c
15345         * src/matcher.c
15346         * src/matcher_parser_lex.l
15347         * src/matcher_parser_parse.y
15348         * src/prefs_filtering.c
15349         * src/prefs_scoring.c
15350         * src/scoring.c
15351                 bugfix of the config file parser
15352
15353 2001-07-08 [alfons]
15354
15355         * src/Makefile.am
15356                 added generated matcher sources to BUILT_SOURCES
15357
15358 2001-07-08 [hoa]
15359
15360         * src/Makefile.am
15361         * src/.cvsignore
15362                 added new config file parser
15363
15364         * src/scoring.[ch]
15365         * src/filtering.[ch]
15366         * src/matcher.[ch]
15367         * src/prefs_filtering.c
15368         * src/prefs_matcher.c
15369         * src/prefs_scoring.c
15370         * added src/matcher_parser.h
15371         * added src/matcher_parser_lex.h
15372         * added src/matcher_parser_lex.l
15373         * added src/matcher_parser_parse.y
15374                 lex & yacc config file parser
15375
15376         * src/mbox.c
15377         * src/inc.c
15378         * src/main.c
15379                 changes prefs_filtering into global_filtering           
15380
15381         * src/summaryview.c
15382                 build threads with subjects only if "Re: " is at the
15383                 beginning of the subject
15384
15385 2001-07-07 [paul]
15386
15387         0.5.0claws
15388
15389         sync with sylpheed 0.5.0
15390                 change of version number only
15391
15392 2001-07-06 [paul]
15393
15394         0.5.0claws5
15395
15396         sync with sylpheed 0.5.0pre5
15397
15398 2001-07-05 [paul]
15399
15400         sync with sylpheed 0.5.0pre4 release
15401                 /po and /manual/ja not sync'ed
15402
15403 2001-07-04 [paul]
15404
15405         more sync with sylpheed 0.5.0pre4
15406
15407 2001-07-03 [christoph]
15408
15409         * src/addressbook.c
15410                 fixed address book broken by address book
15411                 for VCard, JPilot, LDAP
15412
15413 2001-07-03 [alfons]
15414
15415         * src/matcher.c
15416         * src/textview.c
15417                 stopped memory leaks
15418
15419 2001-07-03 [paul]
15420
15421         more sync with sylpheed 0.5.0pre4
15422
15423 2001-07-02 [match]
15424
15425         * included address book patch for VCard, JPilot, LDAP
15426         * pref_common.c - fixed Font options on Display tab (cosmetic)
15427         * alertpanel.c - fixed truncated message
15428
15429 2001-07-02 [christoph]
15430
15431         * src/mbox_folder.c
15432         * src/procmsg.[ch]
15433         * src/summaryview.c
15434                 mark threads for ignoring
15435
15436 2001-07-02 [paul]
15437
15438         0.5.0claws4
15439
15440         * sync with sylpheed 0.5.0pre4
15441                 updated gettext to 0.10.38.
15442
15443 2001-07-01 [paul]
15444
15445         * src/ mainwindow.c
15446         * src/procmsg.h
15447         * src/summaryview.[ch]
15448                 new right-click option: Label.
15449                 substitute for 'Mark-->Mark/Unmark', colours the line.
15450                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15451
15452 2001-07-01 [christoph]
15453
15454         * src/folderview.c
15455                 fixed font for trash
15456         * src/summaryview.c
15457                 move ctree to unread message
15458
15459 2001-07-01 [paul]
15460
15461         * sync with sylpheed 0.5.0pre3 release
15462
15463 2001-06-30 [alfons]
15464
15465         * src/filesel.[ch]
15466         * src/compose.c
15467                 allow inserting / attaching multiple files in
15468                 the composer window
15469
15470 2001-06-30 [paul]
15471
15472         * src/codeconv.c
15473                 small change to Alfons' previous stuff so that it
15474                 actually makes
15475
15476 2001-06-30 [alfons]
15477
15478         * lots of files changed; first attempt to merge the changes
15479           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15480
15481 2001-06-30 [paul]
15482
15483         * po/pt_BR.po
15484                 updated and completed, translations by Fabio
15485                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15486
15487 2001-06-29 [alfons]
15488
15489         * src/compose.c
15490         * src/mimeproc.[ch]
15491                 allow selecting an attached files' mime type from a 
15492                 list of types.
15493
15494 2001-06-29 [paul]
15495
15496         * more sync with sylpheed 0.5.0pre3
15497
15498 2001-06-29 [paul]
15499
15500         * po/pt_BR.po
15501                 merge with sylpheed.pot and pt_BR.po provided by
15502                 Fabio Junior Beneditto.
15503
15504 2001-06-29 [darko]
15505
15506         * src/procmime.c
15507                 make MIME types case insensitive
15508
15509 2001-06-28 [alfons]
15510
15511         * po/nl.po
15512                 merge with sylpheed.pot and old nl.po; translations added.
15513
15514 2001-06-28 [paul]
15515
15516         * more sync with sylpheed 0.5.0pre3
15517
15518 2001-06-27 [alfons]
15519
15520         * src/summaryview.c
15521                 don't crash when removing parent node of messages
15522                 attracted by subject. this was caused by not deleting
15523                 the parent node from the subject line hash table.
15524
15525 2001-06-27 [alfons]
15526
15527         * src/summaryview.c
15528         * src/compose.[ch]
15529         * src/mainwindow.c
15530                 if there are multiple messages selected, allow forwarding
15531                 them as attachments.
15532
15533 2001-06-27 [paul]
15534
15535         * more sync with sylpheed 0.5.0pre3
15536
15537 2001-06-26 [paul]
15538
15539         0.5.0claws3
15540
15541         * sync with sylpheed 0.5.0pre3
15542
15543 2001-06-25 [paul]
15544
15545         * src/mainwindow.c
15546                 fixed 'compose news article' bug
15547                 from icon-and-text toolbar
15548
15549 2001-06-25 [paul]
15550
15551         * sync with sylpheed 0.5.0pre2 release
15552
15553 2001-06-24 [christoph]
15554
15555         * src/prefs_common.c
15556                 bug fix in font selection
15557         * src/folderview.c
15558                 use sylpheed's normal font instead of
15559                 gtk default font for folders without
15560                 new messages
15561
15562 2001-06-24 [alfons]
15563
15564         * src/mainwindow.[ch]
15565                 added composite compose mail / news button (an idea by Leandro
15566                 Pereira <leandro@linuxmag.com.br>)
15567
15568 2001-06-24 [paul]
15569
15570         Added instructions for ldif-to-xml.py
15571
15572         * tools/README
15573
15574 2001-06-23 [alfons]
15575
15576         Some minor things.
15577
15578         * src/pixmaps/stock_news_compose.xpm
15579                 added pixmap by Leandro
15580         * src/prefs_common.c
15581                 tested built-in spelling checker of GCC 3.0 :)
15582         * po/nl.po
15583                 merged dutch translation of sylpheed-main with
15584                 sylpheed.pot
15585
15586 2001-06-23 [paul]
15587
15588         Added tools directory and files.
15589
15590         * tools/filter_conv.pl
15591                 converts old filter system to new filtering system
15592         * tools/ldif-to-xml.py
15593                 converts netscape addressbook to sylpheed addressbook
15594         * tools/README
15595                 descriptions/instructions for above two files
15596
15597 2001-06-23 [christoph]
15598
15599         * src/inc.c
15600         * src/manage_window.[ch]
15601         * src/prefs_common.[ch]
15602                 mail retrieval dialog can be enabled, disabled
15603                 or hidden if non of sylpheed's windows is active
15604
15605 2001-06-22 [paul]
15606
15607         0.5.0claws2
15608
15609         * sync with sylpheed 0.5.0pre2
15610
15611 2001-06-21 [christoph]
15612
15613         * src/summaryview.c
15614                 show recipient on 'from' for all accounts
15615                 
15616         * src/inc.c
15617         * src/prefs_common.[ch]
15618                 disable error popup on mail receive errors
15619
15620 2001-06-21 [alfons]
15621
15622         * src/compose.c
15623                 made the ruler correctly appear and disappear.
15624
15625         * src/Makefile.am
15626                 removed Hoa's work-in-progress-stuff (interesting!) so 
15627                 claws compiles ok.
15628
15629 2001-06-20 [christoph]
15630
15631         * src/inc.c
15632         * src/progressdialog.c
15633                 added scrolled window for list in progressdialog
15634
15635 2001-06-20 [paul]
15636
15637         sync with sylpheed 0.5.0pre1 release
15638
15639 2001-06-20 [christoph]
15640
15641         * src/summeryview.c
15642                 make building threads by subject work when
15643                 thread view is enabled
15644                 
15645         * src/compose.c
15646         * src/prefs_common.[ch]
15647                 automatically select account for mail replys
15648
15649 2001-06-19 [sergey]
15650
15651         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15652         they are filled in from the account settings.
15653
15654 2001-06-19 [paul]
15655
15656         * more sync with sylpheed 0.5.0pre1
15657
15658 2001-06-18 [alfons]
15659
15660         * src/Makefile.am,
15661           src/procmime.c
15662                 added --sysconfdir to CPPFLAGS for pointing to the correct
15663                 location of mime.types. 
15664
15665                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15666                 or ./configure!
15667
15668 2001-06-18 [hoa]
15669
15670         * src/summaryview.c
15671                 fixed some bug when building threads
15672
15673 2001-06-18 [pau]l
15674
15675         * src/prefs_account.c
15676                 UI stuff: More changes to the English
15677
15678 2001-06-18 [paul]
15679
15680         * src/pixmaps/stock_news_compose.xpm: new file
15681         * src/Makefile.am
15682         * src/mainwindow.c
15683         * src/summaryview.c
15684                 Added new icon for Hoa's 'compose a news
15685                 message', plus minor improvements to the
15686                 English
15687
15688         * po/ja.po
15689         * ChangeLog
15690         * ChangeLog.jp
15691                 more sync with sylpheed 0.5.0pre1
15692
15693 2001-06-18 [hoa]
15694
15695         * src/compose.[ch]
15696         * src/mainwindow.c
15697                 Follow-up and reply to
15698
15699         * src/summaryview.[ch]
15700                 Build threads also with subjects
15701
15702 2001-06-17 [hoa]
15703
15704         * src/compose.c
15705                 forwarding use the current account.
15706
15707         * src/mainwindow.c
15708                 the "compose message" button has been replaced with
15709                 "new mail" and "new news" buttons
15710
15711         * src/prefs_common.[ch]
15712                 added a configuration option to use the forward button
15713                 as "forward as attachment"
15714                 changed reply and forward format description
15715
15716         * src/quote_fmt_lex.l
15717         * src/quote_fmt_parse.y
15718                 added message with no signature in format for reply
15719                 and forward.
15720
15721 2001-06-17 [paul]
15722
15723         Minor UI stuff
15724
15725         * src/mainwindow.c
15726         * src/summaryview.c
15727                 Improvements to the English
15728
15729         * src/prefs_common.c
15730                 Improvements to the English and some
15731                 clarity/continuity improvements in the
15732                 description of Quote symbols.
15733
15734 2001-06-17 [paul]
15735
15736         0.5.0claws1
15737
15738         * sync with sylpheed 0.5.0pre1
15739
15740 2001-06-17 [hoa]
15741
15742         * src/compose.c
15743                 Better interface for compose, displayed fields
15744                 are updated whenever we change account.
15745                 Newsgroups field is automatically filled.
15746
15747         * src/mainwindow.c
15748                 Newsgroups field is automatically filled.
15749
15750         * src/prefs_account.c
15751                 Some interface stuff when fields appear and
15752                 disappear.
15753
15754 2001-06-16 [paul]
15755
15756         0.4.99claws
15757
15758         * sync with sylpheed 0.4.99
15759
15760 2001-06-16 [sergey]
15761
15762         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15763         base64_decoder_free, base64_decoder_decode): new object and
15764         functions for decoding base64 streams.
15765         * src/procmime.c (procmime_decode_content): modified to use the
15766         new base64 decoder.
15767
15768 2001-06-15 [paul]
15769
15770         0.4.99claws10
15771
15772         * sync with sylpheed 0.4.99cvs11
15773
15774 2001-06-13 [paul]
15775
15776         0.4.99claws9
15777
15778         * sync with sylpheed 0.4.99cvs9
15779
15780 2001-06-13 [hoa]
15781
15782         * src/compose.c
15783         * src/prefs_account.c
15784
15785                 SMTP server can be defined in the news account
15786                 mime type of attachment are kept.
15787
15788         * src/summaryview.c
15789
15790                 now choose the highest important score between default
15791                 and important score of folder.
15792
15793 2001-06-09 [alfons]
15794         
15795         * src/prefs_common.c: 
15796
15797                 (prefs_quote_description_create): corrected description of 
15798                 quote format characters
15799
15800 2001-06-09 [paul]
15801
15802         0.4.99claws8
15803
15804         * sync with sylpheed 0.4.99cvs8
15805
15806 2001-06-08 [sergey]
15807
15808         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15809         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15810
15811 2001-06-08 [paul]
15812
15813         0.4.99claws7
15814
15815         * sync with sylpheed 0.4.99cvs7
15816
15817 2001-06-06 [sergey]
15818
15819         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15820         clashes with autogenerated header).
15821         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15822         * src/Makefile.am: added quote_fmt.h.
15823         * src/.cvsignore: added lex/yacc autogenerated files
15824         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15825
15826 2001-06-06 [paul]
15827
15828         0.4.99claws6
15829
15830         * sync with sylpheed 0.4.99cvs6
15831
15832 2001-06-06 [hoa]
15833
15834         * added src/quote_fmt_parse.h
15835         * src/compose.c
15836                 removed warnings
15837
15838         * src/prefs.[ch]
15839                 don't modify readonly configuration files
15840
15841         * src/prefs_account.c
15842         * src/prefs_common.c
15843         * src/prefs_customheader.c
15844         * src/prefs_display_header.c
15845         * src/prefs_filter.c
15846         * src/prefs_filtering.c
15847         * src/prefs_scoring.c
15848                 don't open dialog box when configuration files
15849                 are readonly
15850
15851 2001-06-05 [sergey]
15852
15853         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15854
15855         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15856         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15857         BUILT_SOURCES to make all files rebuild properly.
15858
15859         * src/compose.c: removed #include "quote_fmt.tab.h".
15860
15861         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15862         CHARACTER value in yylval.
15863
15864         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15865         receive CHARACTER value by documented means (yylval).
15866
15867         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15868
15869 2001-06-05 [hoa]
15870
15871         * src/Makefile.am
15872                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15873
15874         * src/filtering.c
15875         * src/matcher.c
15876         * src/matcher.h
15877         * src/prefs_filtering.c
15878                 now keep the configuration for execute action
15879
15880         * src/mbox_folder.c
15881                 fixed a warning
15882
15883 2001-06-05 [paul]
15884
15885         * sync with sylpheed 0.4.99cvs5
15886
15887 2001-06-05 [hoa]
15888
15889         * src/Makefile.am
15890                 added quote_fmt.[ch]
15891
15892         * added src/quote_fmt.y
15893         * added src/quote_fmt.l
15894         * added src/quote_fmt.tab.h
15895         * added src/quote_fmt.tab.c
15896         * added src/lex.quote_fmt.c
15897                 parsing configuration for replying
15898                 and forwarding
15899
15900         * src/prefs_common.[ch]
15901                 added configuration UI for replying
15902                 and forwarding
15903
15904         * src/compose.c
15905                 using configuration for replying
15906                 and forwarding
15907
15908 2001-06-04 [hoa]
15909
15910         * src/filtering.c
15911         * src/matcher.c
15912         * src/matcher.h
15913         * src/prefs_filtering.c
15914         * src/prefs_matcher.c
15915         * src/prefs_matcher.h
15916                 action "run a command" for filtering
15917                 and matching with a command.
15918                 fixed the "whole message" matching
15919
15920         * src/mbox_folder.c
15921                 changed temporary filename for security
15922
15923         * src/messageview.c
15924                 queue the notification if it fails to send.
15925
15926         * src/prefs_common.c
15927         * src/prefs_folder_item.c
15928                 changed the default important score             
15929
15930         * src/prefs_scoring.c
15931         * src/scoring.c
15932                 hide kill score input when the folder is not
15933                 a newsgroup
15934
15935 2001-06-03 [alfons]
15936
15937         * src/prefs_common.c:
15938
15939                 (prefs_font_select): pass font name in font entry box to font
15940                 selection dialog.
15941
15942 2001-06-03 [sergey]
15943
15944         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
15945
15946 2001-06-03 [paul]
15947
15948         * sync with sylpheed 0.4.99cvs4
15949
15950 2001-06-03 [alfons]
15951
15952         * src/headerwindow.c:
15953
15954                 (headerwindow_show_cb): use the selected summary view item, not
15955                 the displayed item.
15956
15957 2001-06-02 [alfons]
15958
15959         * src/headerwindow.c:
15960
15961                 (headerwindow_show_cb): always try to show msginfo
15962
15963 2001-06-02 [hoa]
15964
15965         * src/compose.c
15966                 keep attached parts when reediting or forwarding.
15967
15968 2001-06-01 [hoa]
15969
15970         * src/folderview.c
15971         * src/prefs_folder_item.[ch]
15972         * src/prefs_scoring.[ch]
15973         * src/scoring.[ch]
15974         * src/summaryview.[ch]
15975         * src/main.c
15976         * src/mainwindow.c
15977         * src/prefs_common.[ch]
15978                 support for folder scoring
15979                 kill score and important score for messages
15980         
15981         * src/prefs_account.c
15982                 some display bug fixed for local account
15983                 preferences
15984
15985 2001-05-31 [alfons]
15986
15987         * src/summaryview.c:
15988
15989                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
15990                 sender to address book menu item is disabled.
15991
15992 2001-05-30 [hoa]
15993
15994         * src/filtering.[ch]
15995         * src/summaryview.c
15996                 handling summary menu / filter messages
15997
15998         * src/folder.[ch]
15999                 add some stuff
16000
16001         * src/foldersel.c
16002                 imap folders now appears in list
16003
16004         * src/mbox_folder.c
16005                 doesn't crash if destination mail is not writeable
16006
16007 2001-05-29 [hoa]
16008
16009         * src/compose.c
16010                 removed some warnings
16011
16012         * src/filtering.c
16013         * src/folder.[ch]
16014         * src/prefs_filtering.c
16015                 global string to identify any folders           
16016                 removed some debug info
16017                 filtering to mbox folders is now possible
16018
16019         * src/mainwindow.c
16020                 removed some warnings
16021
16022         * src/mbox_folder.c
16023                 permission on files are changed to read/write for user only,
16024                 nothing for other.
16025                 creation of subfolder is handled better.
16026
16027 2001-05-28 [alfons]
16028
16029         Verified the sync for src/prefs_common.[ch] and
16030         src/prefs_account.[ch]. I believe there were some
16031         minor indentation differences.
16032
16033 2001-05-28 [paul]
16034
16035         0.4.99claws3
16036
16037         * sync with 0.4.99cvs3
16038
16039 2001-05-28 [hoa]
16040
16041         * src/compose.c
16042                 handling flags for mbox format
16043
16044         * src/filtering.c
16045                 use of mark file only for MH format
16046                 handling flags for mbox format
16047                 filtering cannot yet move or copy mails to mbox folders.
16048
16049         * src/folder.[ch]
16050                 changed move_msg, copy_msg,
16051                 move_msgs_with_dest, copy_msgs_with_dest functions
16052                 uses only folder->copy_msg() function
16053                 uses folder->finished_copy() to handle the destination
16054                 folder at the end of the copy or move operation.
16055
16056         * src/foldersel.c
16057                 included mbox directories.
16058
16059         * src/folderview.[ch]
16060         * src/mainwindow.c
16061                 handle folders operation for mbox format
16062
16063         * src/mbox.c
16064                 disable conversion of "From " header
16065
16066         * src/mbox_folder.[ch]
16067                 completion of mbox format handling
16068
16069         * src/mh.c
16070                 changed mh_copy_msg() function and
16071                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16072                 mh_copy_msgs_with_dest()
16073
16074         * src/prefs_filtering.c
16075                 removed some warnings
16076
16077         * src/prefs_matcher.c
16078                 default boolean operation is AND
16079
16080         * src/procheader.c
16081                 handling flags for mbox format
16082                 handling of "From " header
16083
16084         * src/procmsg.[ch]
16085                 removed data field
16086                 added MSG_REALLY_DELETED flags to handle deletion of
16087                 messages in mbox format.
16088
16089         * src/summaryview.c
16090                 handling flags for mbox format
16091                 disable the MSG_DELETED flags when messages
16092                 are deleted in mbox format
16093
16094         * src/textview.c
16095                 "From " headers display fixed.
16096
16097 2001-05-27 [alfons]
16098
16099         * src/textview.c:
16100                 
16101                 (get_email_part): skip quoted email addresses, like in e.g.
16102                 "'alfons@proteus.demon.nl'".
16103
16104 2001-05-26 [alfons]
16105
16106         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16107         and fixing the persistence troubles when using separate windows.
16108
16109         * src/mainwindow.c:
16110         
16111             Added #define SEPARATE_ACTION used in the gtk item factory for 
16112             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16113                 use gtk_item_factory_get_widget_by_action() to get the items.
16114                 
16115             Removed separate_widget_cb from the gtk item factory data   
16116           
16117             (mainwindow_create): connect separate_widget_cb() to check
16118             menu item "toggled" signal. also passing a MainWindow pointer
16119                 as object data for both check menu items.
16120                 
16121             (separate_widget_cb): definition of separate_widget_cb() to match
16122             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16123                 window using gtk_object_get_data(). The type of window separation 
16124                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16125         
16126         * src/prefs_filtering.c,
16127           src/prefs_matcher.c: added horizontal scrollbars
16128
16129 2001-05-25 [darko]
16130
16131         * src/headerview.c
16132                 fix segfault with invalid bold font
16133         * src/summaryview.c
16134                 correctly display summary stats after row is marked
16135
16136 2001-05-23 [sergey]
16137
16138         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16139         encodings with libjconv.
16140
16141 2001-05-23 [hoa]
16142
16143         * src/Makefile.am
16144                 added mbox_folder.[ch]
16145         * src/defs.h
16146                 mbox temporary folder
16147         * src/folder.[ch]
16148         * added src/mbox_folder.[ch]
16149         * src/folderview.c
16150         * src/procheader.[ch]
16151                 added mbox support
16152         * src/mbox.c
16153                 bugfix for file incorporation filtering
16154         * src/imap.c
16155                 enable creation of MBOX
16156         * src/prefs_display_header.c
16157                 enable use of headers like "From "
16158                 something that should be fixed :
16159                         displaying of such headers add an extra space
16160         * src/prefs_folder_item.c
16161                 don't create folders because it is not necessary
16162         * src/procmsg.h
16163                 added data field to MsgInfo for mbox internal use
16164         * src/summaryview.c
16165                 added some support for mbox
16166         * src/utils.[ch]
16167                 added get_mbox_cache_dir() function
16168
16169 2001-05-23 [hiroyuki]
16170
16171         * src/headerwindow.c
16172           src/inc.c
16173           src/main.c
16174           src/mh.c
16175           src/nntp.c
16176           src/procmsg.h
16177           src/session.h
16178           src/socket.[ch]
16179           src/summaryview.c
16180           src/textview.c
16181           src/automaton.c
16182           src/folderview.c: more sync with 0.4.99cvs2.
16183
16184         * src/headerwindow.c: reverted.
16185
16186 2001-05-22 [paul]
16187
16188         0.4.99claws2
16189
16190         * sync with sylpheed 0.4.99cvs2
16191                 * src/news.[ch]
16192                 * src/nntp.[ch]
16193                 * INSTALL
16194                 * INSTALL.jp
16195
16196 2001-05-22 [alfons]
16197
16198         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16199
16200 2001-05-21 [alfons]
16201
16202         Minor things:
16203
16204         * configure.in: if gnome-config not found, "no" is displayed
16205         
16206         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16207
16208         * src/textview.c: now also possible to add mail addresses by right
16209           clicking in the text view
16210
16211         * src/codeconv.c: merged patch which fixes endless loop when encountering
16212           invalid wide characters; from Alte <010@imis.ru>  
16213
16214 2001-05-20 [alfons]
16215
16216         Added installation of gnome specific things:
16217
16218         * Makefile.am: gnome conditional
16219
16220         * configure.in: check for installed gnome
16221
16222         * added sylpheed.png, sylpheed.desktop
16223
16224 2001-05-20 [sergey]
16225
16226         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16227
16228         * src/mainwindow.h (main_window_toolbar_create): created a button
16229         for "Reply to all".
16230         (main_window_set_toolbar_sensitive): enable/disable the new button
16231         appropriately.
16232         (toolbar_reply_to_author_cb): handle the new button.
16233
16234         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16235         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16236         failure).
16237
16238 2001-05-19 [sergey]
16239
16240         * src/compose.h (ComposeReplyMode): new modes
16241         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16242         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16243
16244         * src/compose.c
16245         (compose_send): move some code into a new function:
16246         (compose_current_mail_account): new function.
16247         (compose_reply): new argument to_author, all callers changed; if
16248         to_author==TRUE and account->protocol==A_NNTP, find and use an
16249         appropriate mail account for replying.
16250         (compose_reply_set_entry): new argument to_author; ignore
16251         compose->replyto if to_author==TRUE.
16252
16253         * src/mainwindow.c: new command "Message/Reply to author".
16254         (main_window_set_menu_sensitive): enable/disable it.
16255         (reply_cb): handle it.
16256
16257         * src/summaryview.c: new command "Reply to author".
16258         (summary_set_menu_sensitive): enable/disable it.
16259         (summary_reply_cb): handle it.
16260
16261         * src/account.c (account_find_mail_from_address): new function.
16262
16263 2001-05-18 [paul]
16264
16265         0.4.99claws1
16266
16267         * sync with sylpheed 0.4.99cvs1
16268
16269 2001-05-18 [hoa]
16270
16271         * src/compose.[ch]
16272         * src/filtering.c
16273         * src/summaryview.c
16274                 new filtering action : forward and forward as attachment
16275
16276         * src/main.c
16277                 no need for $DISPLAY when we run sylpheed --help
16278                 call to parse_cmd_opt() is moved
16279
16280         * src/mainwindow.[ch]
16281                 execute button is hidden when immediate execute
16282                 is chosen
16283
16284         * src/mh.c
16285         * src/news.c
16286         * src/prefs_folder_item.c
16287         * src/procmsg.c
16288                 better handling of missing directories
16289
16290         * src/summaryview.c
16291                 reedit is enabled in outbox
16292                 reedit is enabled in queue
16293
16294 2001-05-17 [hoa]
16295
16296         * src/filtering.c
16297         * src/matcher.[ch]
16298         * src/prefs_filtering.c
16299                 changed attachement into attachment
16300
16301 2001-05-17 [alfons]
16302
16303         0.4.67claws4    
16304
16305         * sync with sylpheed 0.4.67cvs9
16306         * sync with sylpheed 0.4.67cvs7-8
16307
16308 2001-05-17 [hoa]
16309
16310         * src/Makefile.am
16311                 added prefs_filtering.c
16312
16313         * src/filtering.[ch]
16314         * src/matcher.[ch]
16315                 removed action : forward_news and forward_news_as_attachement
16316                 (forward and forward_as_attachement can be used instead)
16317
16318         * src/mainwindow.c
16319                 added menu option to access filtering configuration
16320
16321         * src/prefs_account.c
16322                 changed mail_command default to /usr/sbin/sendmail
16323
16324         * added src/prefs_filtering.[ch]
16325                 dialog box for filtering configuration
16326
16327         * src/prefs_matcher.c
16328                 added function prefs_matcher_get_criteria_from_matching()
16329
16330         * src/prefs_scoring.c
16331                 reset the dialog when register or substitute is clicked
16332
16333 2001-05-15 [hoa]
16334
16335         * src/Makefile.am
16336                 added filtering.[ch]
16337         * src/inc.c
16338                 using filering.[ch] instead of filter.[ch]
16339         * src/main.c
16340                 reading new filtering configuration
16341         * src/matcher.[ch]
16342                 added some filtering actions
16343                 and fixed a bug for headers and mail body matching
16344         * src/mbox.c
16345                 using filering.[ch] instead of filter.[ch]
16346         * src/mh.c
16347                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16348         * src/summaryview.c
16349                 some fixes for filtering
16350
16351 2001-05-14 [hiroyuki]
16352
16353         * src/send.c: fixed some weird indentations.
16354           send_message_with_command(): call pclose() only if p != NULL.
16355         * src/textview.c: get_email_part(): modified the code for readability.
16356
16357 2001-05-14 [hiroyuki]
16358
16359         * src/md5global.h
16360           src/md5ify.c
16361           src/md5ify.h: removed from the cvs.
16362
16363 2001-05-13 [sergey]
16364
16365         * src/main.c: include rfc2015.h to avoid compiler warnings.
16366         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16367         the panel is already on screen.
16368         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16369         closing the alert window by ESC as "No".
16370         * src/prefs_common.c (prefs_interface_create): moved return
16371         receipt check button to the correct place.
16372
16373 2001-03-13 [alfons]
16374
16375         * src/prefs_common.c: 
16376                 moved return receipt check button to the Send tab. (prefs_send_create)
16377                 removed the date format ui related globals. (prefs_display_create)
16378
16379         0.4.67claws3
16380         
16381         * sync with sylpheed 0.4.67cvs5-6
16382
16383 2001-05-13 [paul]
16384
16385         * added Alfons' font selection patch
16386
16387         * src/defs.h
16388         * src/headerwindow.c
16389         * src/prefs_common.c
16390         * src/prefs_common.h
16391
16392 2001-05-13 [hoa]
16393         * src/defs.h
16394                 changed version of cache
16395         * src/matcher.[ch]
16396         * src/prefs_matcher.c
16397                 added additionnal matching criteria
16398         * src/procheader.c
16399         * src/procmsg.[ch]
16400         * src/news.c
16401                 added references in MsgInfo
16402
16403 2001-05-12 [hoa]
16404
16405         * src/defs.h
16406                 prepared some things for new filtering
16407         * src/matcher.[ch]
16408                 added some matching properties
16409                 inreplyto need to be enhanced
16410                 prepared some things for new filtering
16411         * src/messageview.c
16412                 added Return-Receipt-To handling
16413         * src/prefs_folder_item.c
16414                 changed default value to TRUE
16415         * src/prefs_matcher.c
16416                 added some matching properties
16417         * src/prefs_scoring.[ch]
16418                 the scoring dialog is finished
16419         * src/procheader.c
16420                 added Return-Receipt-To handling
16421                 Reference need to be added
16422         * src/procmsg.[ch]
16423                 added Return-Receipt-To handling
16424                 added threadscore to get a better score sorting when
16425                 threads are enabled
16426         * src/summaryview.c
16427                 suppressed a bug when we sort the list
16428                 when no folder is opened.
16429                 better score sorting when threads are enabled
16430
16431 2001-05-12 [alfons]
16432
16433         * reverted previous patch because of potential errors 
16434
16435         0.4.67claws2
16436         
16437         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16438                 applied "toggle mail-retrieval dialog window" patch submitted 
16439                 by Eric Limpens <eric@qnt.net>
16440
16441         * sync with sylpheed 0.4.67cvs4
16442
16443 2001-05-12 [sergey]
16444
16445         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16446         some picky compilers.
16447         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16448         * src/grouplist_dialog.c: include alertpanel.h.
16449         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16450         fix compile warning.
16451         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16452         #include "defs.h" before others to prevent the warning of `MIN'
16453         and `MAX' redefinition.
16454
16455 2001-05-11 [hoa]
16456
16457         * src/main.c
16458         * src/messageview.c
16459         * src/prefs_account.c
16460         * src/prefs_display_header.c
16461                 removed warning
16462         * src/Makefile.am
16463                 added prefs_scoring.[ch]
16464         * src/grouplist_dialog.c
16465                 display an error dialog box if the group list
16466                 cannot be fetched.
16467         * src/mainwindow.[ch]
16468                 added main_window_set_thread_option() function
16469                 scoring dialog box enabled
16470         * src/matcher.[ch]
16471                 added flags matching unread /new / marked
16472                 / deleted / replied / forwarded
16473         * src/news.c
16474                 newsgroups are now finally in newscache
16475         * src/prefs_matcher.[ch]
16476                 finished preferences for matching dialog
16477         * added src/prefs_scoring.[ch]
16478                 scoring dialog box completed
16479         * src/scoring.[ch]
16480                 conversion to string : added scoringprop_to_string()
16481                 write config for preferences :
16482                 added prefs_scoring_write_config()
16483         * src/summaryview.c
16484                 threads can be enabled/disabled independently
16485                 for each folder
16486
16487 2001-05-10 [alfons]
16488
16489         0.4.67claws1
16490         
16491         * AUTHORS: 
16492                 thought it would be nice to have a list of all
16493                 contributors (used Changelog as a reference)
16494         
16495         * configure.in: 
16496                 messed up version numbering...
16497
16498         0.4.66claws1
16499
16500         * sync with sylpheed 0.4.67cvs1-3
16501
16502 2001-05-10 [darko]
16503
16504         * src/prefs_common.c:
16505                 better UI for strftime format, double clicking
16506                 on format now inserts the format in text entry
16507                 replaced close button with standard OK/Cancel
16508                 moved date format button to the right of the
16509                 text entry field
16510
16511 2001-05-09 [alfons]
16512
16513         * src/gtkstext.c:
16514                 Ctrl-Home / Ctrl-End have proper cursor navigation
16515
16516 2001-05-09 [hoa]
16517
16518         * src/prefs_matcher.c
16519                 finished UI to define matching properties
16520                 added ok and cancel button
16521         * src/prefs_filter.c
16522                 added ok and cancel button
16523         * src/news.c
16524                 fixed some bug in xhdr parsing
16525
16526 2001-05-08 [alfons]
16527
16528         * src/textview.c: 
16529                 fixed a bug in textview_show_header(), which displayed two colons (':');
16530                 cleaned up some warnings
16531
16532 2001-05-08 [hoa]
16533
16534         * src/Makefile.am
16535                 added prefs_matcher.[ch]
16536                 compilation with -W -Wall
16537         * src/alertpanel.c
16538                 ungrab the mouse events if grabbed - does it
16539                 fix the bug for disposition notification ?
16540         * src/mainwindow.c
16541                 added a menu option to open the matching dialog.
16542         * src/matcher.[ch]
16543                 added matcherprop_to_string() and matcherlist_to_string()
16544                 fixed some bugs, changed the name of some options
16545                 age_sup and age_inf becomes age_greater and age_lower,
16546                 body and messageheaders becomes body_part and headers_part,
16547                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16548         * src/prefs_display_header.c
16549         * src/prefs_headers.c
16550                 fixed a bug that accidentally destroyed dialogs
16551                 when closed them with delete_event
16552                 Added *_deleted() which handle delete_event signal correctly.
16553         * src/prefs_folder_item.[ch]
16554                 added "enable_thread" field for future customization
16555         * added src/prefs_matcher.[ch]
16556                 sample of the UI to define matching properties
16557         * src/procheader.c
16558                 using procheader_headername_equal instead of str*cmp functions
16559                 using procheader_parse_header() function
16560         * src/scoring.c
16561                 using MATCHING_XXX instead of SCORING_XXX
16562         * src/summaryview.c
16563                 display the sender of the news even if this is ourself
16564                 when this is a news message.
16565         * src/textview.c
16566                 using headername_equal() instead of str*cmp functions
16567
16568 2001-05-08 [alfons]
16569
16570         0.4.66claws
16571
16572         * sync with sylpheed 0.4.66
16573         * src/gtkstext.c: trace logs added 
16574
16575 2001-05-08 [sergey]
16576
16577         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16578         signature check popup.
16579         * src/rfc2015.c (check_signature): show signature check popup only
16580         if it is enabled in preferences.
16581
16582 2001-05-07 [alfons]
16583
16584         0.4.66claws4
16585         
16586         * sync with sylpheed 0.4.66cvs6
16587
16588 2001-05-07 [darko]
16589
16590         * src/prefs_common.[ch]: added option to enable/disable
16591           looking up sender name in address book for summary pane
16592         * src/summaryview.c: look up sender in the address book
16593           by using Alfons' address completion code
16594
16595 2001-05-07 [hiroyuki]
16596
16597         * src/inc.h
16598           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16599           member of Pop3State.
16600         * src/news.c: brought #include "defs.h" before #include <glib.h>
16601           to prevent the warning of `MIN' and `MAX' redefinition.
16602
16603 2001-05-06 [hoa]
16604
16605         * removed src/headers_display.[ch]
16606         * removed src/prefs_display_headers.[ch]
16607         * src/inc.c
16608                 use a temporary file in the user directory for mbox import
16609         * src/news.c
16610                 added XHDR support to get "To" and "Cc" headers
16611                 (in order to match news with to or cc field for
16612                 scoring)
16613                 added function news_parse_xhdr() to get XHDR response
16614         * src/nntp.[ch]
16615                 added function nntp_xhdr()
16616         * src/matcher.c
16617                 fetch the message if necessary
16618
16619 2001-05-06 [alfons]
16620
16621         0.4.66claws3
16622
16623         * sync with sylpheed 0.4.66cvs3-5
16624
16625 2001-05-06 [hoa]
16626
16627         * src/utils.[ch]
16628                 added function itos_buf() to enable use of several buffers
16629         * src/summaryview.c
16630                 use of itos_buf() instead of itos() in summary list
16631                 to fix the broken display of message number.
16632
16633 2001-05-06 [alfons]
16634
16635         * src/gtkstext.c: bug in cursor up navigation fixed,
16636                 fixed another unsigned / signed comparison (we're getting there :-)
16637
16638 2001-05-06 [hoa]
16639
16640         * src/Makefile.am
16641                 added scoring.c scoring.h
16642                 prefs_folder_item.c prefs_folder_item.h
16643                 matcher.c matcher.h
16644         * src/defs.h
16645                 added FOLDERITEM_RC SCORING_RC
16646         * src/folder.[ch]
16647                 added prefs field in FolderItem :
16648                 properties for each folder (PrefsFolderItem),
16649                 sorting type and mode were added as the first properties.
16650         * src/main.c
16651                 read config for scoring
16652         * added src/matcher.[ch]
16653                 gives functions to parse configuration file to do
16654                 matching on mails with a list of conditions.
16655         * src/mainwindow.c
16656                 add option to sort by score
16657         * src/prefs_common.[ch]
16658                 added preference option to show score and for
16659                 the score column size
16660         * added src/prefs_folder_item.[ch]
16661                 properties for each folder (PrefsFolderItem),
16662                 sorting type and mode were added as the first properties.
16663         * src/procheader.[ch]
16664                 added procheader_parse_header()
16665                 added procheader_header_free()
16666                 added procheader_headername_equal()
16667                 and made modification to use them.
16668         * src/procmsg.[ch]
16669                 added score field to MsgInfo structure
16670         * added src/scoring.[ch]
16671                 gives functions to parse configuration file to do
16672                 scoring on mails with a list of conditions.
16673         * src/summaryview.[ch]
16674                 save the sorting type and mode for the folder
16675                 added column to display the score of the mail
16676                 added function summary_score_clicked()
16677                 sorting type and mode are restored to the folder
16678                 when it is reopen
16679         * src/textview.c
16680                 use procheader_parse_header(), procheader_headername_equal()
16681                 removed memory leak in text_scan_header when freeing headers
16682         * src/filter.c
16683                 changed the function to match names of headers
16684                 using procheader_headername_equal()
16685
16686         Scoring functions are implemented, an interface is needed
16687         to configure that.
16688
16689 2001-05-04 [alfons]
16690
16691         * src/gtkstext.c: 
16692                 hopefully fixed the row up navigation bug,
16693                 removed adding back / forward lines to cache
16694
16695 2001-05-04 [sergey]
16696
16697         * src/prefs_display_headers.c: user interface changes:
16698         (prefs_display_headers_create): remove unused "Show" check button;
16699         allow reordering of headers by dragging.
16700         (prefs_display_headers_write_config): remove unused variables.
16701         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16702         of lists (not needed with the new UI).
16703         (prefs_display_headers_set_list): scan lists starting from row 0,
16704         not 1 (do not skip "(New)").
16705         (prefs_display_headers_find_header): new function.
16706         (prefs_display_headers_clist_set_row): do not allow duplicates.
16707         (prefs_display_headers_delete_cb): do not skip row 0; treat
16708         closing the alert window by ESC as "No".
16709         (prefs_display_headers_up): do not protect row 0.
16710         (prefs_display_headers_down): do not protect row 0.
16711
16712 2001-05-04 [sergey]
16713
16714         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16715         functions.
16716
16717         * src/summaryview.c
16718         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16719         summary_select_next_marked, summary_select_prev_marked): new
16720         functions.
16721
16722 2001-05-03 [sergey]
16723
16724         * src/news.c: fixed a bug when no article can be fetched after
16725         server timeout if the connection was restored by news_post():
16726         (news_select_group): new function.
16727         (news_fetch_msg): call news_select_group() before fetching
16728         article.
16729         (news_get_uncached_articles): set session->group after successful
16730         GROUP command.
16731
16732 2001-05-03 [hoa]
16733
16734         * src/defs.h
16735         * src/procmsg.[ch]
16736         * src/procheader.c
16737                  changed version of cache, added cc field
16738
16739         * src/prefs_display_headers.c
16740                 the interface was changed
16741
16742         * src/prefs_headers.c
16743                 added cancel button
16744
16745 2001-05-03 [alfons]
16746
16747         * completed sync of sylpheed cvs2
16748         * src/gtkstext.c: updated row up / down cursor navigation
16749         * src/textview.c: re-edited, prepared for fixing the email address
16750                 scanner.
16751
16752 2001-05-03 [darko]
16753
16754         * src/prefs_common.c: use alfons' strftime ui code
16755         entry_datefmt and datefmt_sample widgets have to be
16756         global in this module because of this change
16757
16758 2001-05-03 [hoa]
16759
16760         * src/messageview.c
16761         * src/prefs_common.[ch] added option to activate the return receipt
16762                 feature.
16763
16764 2001-05-02 [alfons]
16765
16766         * src/gtkstext.c: fix for row up/down cursor navigation. 
16767
16768         0.4.66claws2
16769         
16770         * sync with 0.4.66cvs2
16771
16772 2001-05-02 [paul]
16773
16774         added add-sender-to-addressbook patch
16775
16776         * src/addressbook.c
16777         * src/addressbook.h
16778         * src/summaryview.c
16779
16780 2001-05-02 [sergey]
16781
16782         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16783         G_ALERTDISABLE.
16784
16785         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16786         all existing callers changed to pass FALSE; create a check button
16787         to disable the message.
16788         (alertpanel_message_with_disable): new function.
16789         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16790         (alertpanel_button_toggled): new function.
16791         (alertpanel_button_clicked, alertpanel_close): set value using
16792         G_ALERT_VALUE_MASK.
16793
16794         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16795
16796         * src/prefs_common.c (prefs_privacy_create): new check button
16797         checkbtn_gpgme_warning.
16798
16799         * src/main.c (main): moved preferences reading before gpgme
16800         initialization; check prefs_common.gpgme_warning before giving the
16801         GnuPG warning and set it to FALSE if the user wants to disable the
16802         warning.
16803
16804 2001-05-02 [hiroyuki]
16805
16806         * src/prefs_display_headers.c: modified the layout and some labels.
16807
16808 2001-05-02 [sergey]
16809
16810         * src/prefs_account.c (prefs_account_fix_size): new function.
16811         (prefs_account_create): call prefs_account_fix_size(); use
16812         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16813         size when the window is shown for the first time).
16814         (prefs_account_basic_create): changed layout of serv_table; moved
16815         localmbox_entry above smtpserv_entry (logically it replaces
16816         POP3/IMAP server).
16817         (prefs_account_protocol_activated): set sensitivity of
16818         nntpauth_chkbtn according to the protocol (in addition to
16819         hide/show); commented out gtk_table_set_row_spacing() calls.
16820         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16821         not sensitive (fixes a bug with disabled username/password boxes
16822         when editing POP3 account after NNTP with authentication).
16823
16824 2001-05-02 [hoa]
16825
16826         * src/account.c
16827         * src/inc.c
16828         * src/prefs_account.[ch]
16829         * src/send.c
16830                 removed local account without SMTP server
16831                 added option to use mail command instead of a connexion
16832                 to SMTP server when a local account is used
16833         * src/prefs_headers.c
16834                 fixed a bug
16835         * src/news.c
16836                 fixed a bug when connexion immediately closed
16837
16838 2001-05-01 [alfons]
16839
16840         0.4.66claws1
16841         
16842         * sync with 0.4.65
16843
16844 2001-05-01 [sergey]
16845
16846         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16847         widget nntpauth_chkbtn.
16848         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16849         visibility.
16850         (prefs_account_nntpauth_toggled): new function.
16851
16852         * src/news.c (news_session_new_for_folder): use NNTP
16853         authentication only if ac->use_nntp_auth is set.
16854
16855 2001-05-01 [hoa]
16856
16857         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16858         * src/prefs_display_headers.c changed the UI
16859         * src/prefs_headers.c changed account_name to account_id
16860         * src/compose.c using customheader.h
16861
16862 2001-05-01 [hiroyuki]
16863
16864         * src/esmtp.c
16865           src/news.c
16866           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16867           unsynched.
16868
16869 2001-05-01 [hoa]
16870
16871         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16872         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16873                 for displaying of headers
16874         * src/grouplist_dialog.[ch] minor changes to remove warnings
16875         * src/prefs_display_headers.[ch] dialog to choose the
16876         headers to display in the mail viewer.
16877         * src/headers.h correction of #define
16878         * src/headers_display.[ch] configuration for displaying of headers.
16879         * src/main.c read config of displaying of headers
16880         * src/prefs_common.c add a button to access the config dialog
16881                 for displaying of headers
16882         * src/prefs_display_headers.[ch] dialog for configuration for
16883                 displaying of the headers.
16884         * src/prefs_headers.c cleaning of code
16885         * src/procheader.c comments added to code
16886         * src/textview.c changes to reorder the headers depending
16887                 on the config for displaying of headers
16888
16889 2001-04-30 [alfons]
16890
16891         0.4.65claws7
16892
16893         * sync with 0.4.65cvs12
16894
16895         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16896
16897 2001-04-30 [sergey]
16898
16899         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16900
16901         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16902         is set to force reconnection after authentication failure.
16903         (nntp_gen_command): set sock->auth_failed on authentication
16904         failure, or if sock->userid and sock->passwd are not set.
16905
16906         * src/news.c (news_session_new_for_folder): set userid=NULL if
16907         password dialog is cancelled.
16908
16909 2001-04-30 [sergey]
16910
16911         * src/nntp.h (NNTPSockInfo): new type.
16912
16913         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16914         SockInfo.
16915         (nntp_open_auth, nntp_close): new functions.
16916         (nntp_gen_command): new function to handle authentication; all
16917         NNTP command functions updated to use it.
16918         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16919         (nntp_list): removed old useless code.
16920
16921         * src/news.h (NNTPSession): new field nntp_sock.
16922
16923         * src/news.c: all functions updated to use NNTPSockInfo instead of
16924         SockInfo.
16925         (news_session_new): new arguments (userid, passwd); made static;
16926         use nntp_open_auth() if needed.
16927         (news_session_destroy): use nntp_close() instead of sock_close().
16928         (news_query_password): changed arguments.
16929         (news_session_new_for_folder): new function.
16930         (news_session_get): use news_session_new_for_folder().
16931         (news_authenticate): deleted.
16932         (news_get_uncached_articles): removed old authentication code.
16933
16934 2001-04-30 [sergey]
16935
16936         * src/news.c: reverted my previous changes (need to do NNTP
16937         authentication in a cleaner way).
16938         
16939 2001-04-29 [sergey]
16940
16941         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
16942         news_nntp_post, news_nntp_mode): new functions (wrappers with
16943         authentication support).
16944         (news_get_article_cmd, news_get_article, news_get_header): new
16945         argument "folder"; all callers changed.
16946         (news_get_article_cmd): added authentication support.
16947         (news_session_get): use news_nntp_mode() instead of nntp_mode().
16948         (news_post): use news_nntp_post() instead of nntp_post().
16949         (news_get_uncached_articles): use news_nntp_group() instead of
16950         nntp_group() and news_nntp_xover() instead of nntp_xover();
16951         removed old authentication code.
16952         (news_get_group_list): use news_nntp_list() instead of nntp_list().
16953
16954         * src/nntp.c (nntp_list): return real error code instead of
16955         hardcoded NN_ERROR.
16956
16957 2001-04-29 [sergey]
16958
16959         * configure.in: fixed wint_t typedef detection again
16960
16961 2001-04-28 [hoa]
16962
16963         * src/prefs_account.[ch], added A_LOCAL_CMD
16964                 (send mail with mail command)
16965         * src/send.c added function send_message_with_command()
16966         * src/inc.c made a more secure get_spool() function with
16967                 mktemp() but maybe mkstemp() or something more
16968                 secure can be used.
16969
16970 2001-04-28 [alfons]
16971
16972         * src/textview.c, colorization of email addresses in headers
16973
16974         0.4.65claws6
16975
16976         * bug sync with sylpheed
16977         * prefs_common.c: created date format ui for darko
16978         * sync with 0.4.65cvs11
16979         * configure.in: corrected to have the new gpg checks
16980
16981 2001-04-27 [alfons]
16982
16983         * completed sync with 0.4.65cvs10
16984         * minor debug things added to gtkstext.c
16985
16986 2001-04-27 [darko]
16987
16988         * configure.in: remove check for availability of
16989           strftime() as advised by Hiroyuki
16990         * src/prefs_common.[ch], src/procheader.c:
16991           synch strftime() code with Hiroyki's main branch
16992
16993 2001-04-26 [sergey]
16994
16995         * src/news.c: news_query_password(), news_authenticate(): new
16996           functions.
16997           news_get_uncached_articles(): added NNTP authentication
16998           handling.
16999         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17000           new functions.
17001         * src/prefs_account.c: prefs_account_protocol_activated():
17002           enable userid and password fields for NNTP.
17003
17004 2001-04-26
17005
17006         * configure.in: check for availability of strftime()
17007           [darko]
17008         * src/prefs_common.[ch], src/procheader.c: use
17009           strftime() for displaying date in summary pane if it
17010           is available
17011
17012 2001-04-25
17013
17014         * more .cvsignore cleanups [alfons]
17015
17016 2001-04-25
17017
17018         * ac/sv-check-type.m4: new autoconf macro.
17019         * configure.in: fixed wint_t typedef detection (did not work
17020           with gcc-2.96).
17021
17022 2001-04-25
17023
17024         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17025           [hiroyuki]
17026
17027 2001-04-24
17028         * modified gtkstext.c : buggy cursor navigation fixed, 
17029           and font descent also taken in account when drawing
17030           cursor. [alfons]
17031
17032 2001-04-24 [hoa]
17033         * added comments in src/news.c src/nntp.c
17034         * added src/prefs_headers.[ch]
17035         * added src/headers.[ch]
17036         * modified compose.c to activate custom headers
17037                 added function is_in_custom_headers
17038         * modified prefs_account.[ch]
17039                 added function prefs_account_customhdr_edit
17040         * modified src/defs.h :
17041                 added HEADERS_RC : name of the config file
17042                 for the custom headers
17043
17044 2001-04-24
17045
17046     0.4.65claws5
17047
17048         * configure.in
17049           src/gtkstext.[ch]
17050           src/compose.c
17051           src/Makefile.am
17052           
17053           added gtkstext with configure.in patch by Hiroyuki which
17054           should fix the XIM detection [alfons]
17055
17056         * more clean up of cvs [alfons]
17057
17058                  * removed all Makefile.in files to attic.
17059
17060                  * updated all .cvsignores to really ignore things that could
17061                    be unintentionally committed by a recursive commit.
17062
17063 2001-04-23 [hoa]
17064         * added src/grouplist_dialog.[ch]
17065         * changed src/folderview.c to call grouplist_dialog instead
17066                 of inputdialog
17067         * src/news.c :
17068                 added functions news_reset_group_list
17069                 and news_get_group_list
17070         * src/nntp.c :
17071                 added function nntp_list
17072         * src/defs.h :
17073                 added GROUPLIST_FILE : name of the newsgroup list cache file
17074
17075 2001-04-21
17076
17077         * added option to warn about queued messages on exit [sergey]:
17078
17079           * src/compose.c: compose_queue(): call folder_item_scan()
17080             and folderview_update_item() after queueing.
17081           * src/folderview.c: folderview_update_node(): draw the queue
17082             folder in bold font if there are queued messages.
17083           * src/mainwindow.c: queued_messages(): new function.
17084             app_exit_cb(): display warning if there are queued messages
17085             if warn_queued_on_exit is set.
17086           * prefs_common.[ch]: add warn_queued_on_exit option.
17087
17088         * enhanced GnuPG key selection support [sergey]:
17089
17090           * src/select-keys.c: updated to newer version from Win32
17091             branch with support for selecting arbitrary keys.
17092           * src/prefs_account.c: added the Privacy tab to the account
17093             options window.
17094             prefs_account_privacy_create(),
17095             prefs_account_sign_key_set_data_from_radiobtn(),
17096             prefs_account_sign_key_set_radiobtn(): new functions.
17097           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17098           * src/rfc2015.c: set_signers(): new function.
17099             pgp_sign(): add the account parameter, call set_signers().
17100             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17101           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17102           * src/compose.c: pass the current account to rfc2015_sign().
17103
17104         * tag name claws added to prevent confusion with main branch [alfons]
17105
17106         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17107
17108         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17109
17110         * sync with recent sylpheed cvs. Untested though. [alfons]
17111