1330c0a7320cb15e90f51da92200544f90532048
[claws.git] / ChangeLog.claws
1 2003-07-18 [christoph]  0.9.3claws25
2
3         * configure.ac
4         * src/common/sylpheed.[ch]
5         * src/common/version.h.in
6                 add version in numeric form to allow easy comparison
7
8         * src/plugins/demo/demo.c
9                 add version check
10                 - sylpheed version > plugin version => never allowed, sylpheed
11                   could contain unknown API changes
12                 - sylpheed version < minimum version required => don't load,
13                   API required not available (if linking does not fail)
14
15 2003-07-18 [alfons]     0.9.3claws24
16         
17         * src/common/plugin.[ch]
18                 const correctness
19
20 2003-07-18 [christoph]  0.9.3claws23
21
22         * src/common/hooks.c
23                 fix crash when hooks where unregisted
24
25         * src/plugins/trayicon/trayicon.c
26                 unregister detroy signal before destroying the widget
27                 (still crashes when the plugin is unloaded)
28
29 2003-07-18 [alfons]     0.9.3claws22
30         
31         * src/folderview.c
32                 delay expanding folder tree during drags until timeout triggered
33                 (needs perhaps some tweaking, so testing is welcome)
34
35 2003-07-17 [alfons]     0.9.3claws21
36
37         * src/folderview.c
38                 clean up cruft
39
40 2003-07-17 [christoph]  0.9.3claws20
41
42         * src/common/session.c
43                 fix opening of SSL connections
44
45         * src/plugins/image_viewer/Makefile.am
46                 add OPENSSL_CFLAGS (we should find a better solution to remove
47                 this dependencies if they are not required)
48
49         * src/plugins/spamassassin/spamassassin.c
50                 remove setlocale workaround (fixed in libspamc)
51
52 2003-07-17 [alfons]     0.9.3claws19
53
54         * src/common/hooks.[ch]
55         * src/plugins/clamav/clamav_plugin.c
56         * src/plugins/spamassassin/spamassassin.c
57         * src/plugins/trayicon/trayicon.c
58                 fix signedness muck 
59
60 2003-07-17 [alfons]     0.9.3claws18
61
62         * src/procmime.c
63                 plug memleak
64
65 2003-07-17 [alfons]     0.9.3claws17
66
67         * src/inc.c
68                 plug memleak
69
70 2003-07-17 [paul]       0.9.3claws16
71
72         * src/common/defs.h
73           src/mainwindow.c
74           src/manual.[ch]
75                 add link to the Claws site's FAQ page, after the suggestion
76                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
77                 Move url strings to defs.h
78                 
79         * src/mainwindow.c
80                 fix typo to prevent "unknown menu entry" warnings
81
82 2003-07-17 [alfons]     0.9.3claws15
83
84         * src/folderview.[ch]
85         * src/summaryview.[ch]
86         * src/mimeview.[ch]
87                 plug DnD leaks 
88
89 2003-07-17 [paul]       0.9.3claws14
90
91         * src/inc.c
92                 remove two instances of 'GTK_EVENTS_FLUSH' because
93                 they are unnecessary and probably cause a stack overflow
94
95 2003-07-16 [christoph]  0.9.3claws13
96
97         * src/mimeview.[ch]
98                 use an invisible GTK notebook to switch between viewers
99                 instead of reparenting widgets
100
101 2003-07-16 [christoph]  0.9.3claws12
102
103         * src/folder.c
104                 move folder_item_update_freeze() to correct place in
105                 folder_item_scan_full()
106
107 2003-07-16 [paul]       0.9.3claws11
108
109         * sync with 0.9.3cvs12
110                 see ChangeLog 2003-07-14 and 2003-07-15
111
112 2003-07-16 [christoph]  0.9.3claws10
113
114         * src/imap.[ch]
115         * src/prefs_account.[ch]
116                 sync IMAP CRAM-MD5 authentication with sylpheed-main
117
118 2003-07-15 [alfons]     0.9.3claws9
119
120         * src/main.c
121                 make --config-dir do something useful
122
123 2003-07-15 [alfons]     0.9.3claws8
124
125         * src/procmsg.c
126                 o fix a bug where 'last' didn't really point to the last message
127                   in the top level list of children, but to the last threaded
128                   message. 
129                 
130                 o clean up and make it easier to sync
131
132 2003-07-15 [alfons]     0.9.3claws7
133
134         * src/mainwindow.c
135                 make correct menu items sensitive       
136
137 2003-07-14 [alfons]     0.9.3claws6
138
139         * src/procmsg.c
140                 tune the threader so it will not subject-thread any message
141                 without a subject prefix (this will not thread correctly if 
142                 a parent is delivered after their childs, but it looks 
143                 better right now)
144
145 2003-07-13 [christoph]  0.9.3claws5
146
147         * src/mainwindow.c
148                 group "Add mailbox *..." menu items in submenu
149
150 2003-07-13 [alfons]     0.9.3claws4
151
152         * src/summaryview.c
153                 correct summary_toggle_pressed() signature and make sure
154                 signal is not passed on
155
156 2003-07-13 [alfons]     0.9.3claws3
157
158         * src/summaryview.c
159                 o for now don't pass on keys when they we're handled by 
160                   ctree::key_press_event
161                 o clean up
162
163 2003-07-13 [alfons]     0.9.3claws2
164         
165         * src/main.c
166                 add command line option "--config-dir" to get the current 
167                 configuration dir
168
169 2003-07-12 [alfons]     0.9.3claws1
170
171         * src/matcher.[ch]
172         * src/matcher_parser_parse.y
173         * src/prefs_filtering.c
174         * src/filtering.c
175                 add "Lock" filter action to lock messages;
176
177         * src/filtering.c       
178                 remove debug_print()    
179         * src/prefs_filtering.c
180                 re-organize matcher part 9: 
181                 make action text entries easily extendible;
182                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
183                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
184
185 2003-07-12 [paul]
186
187         * tools/README
188                 update old information and add missing
189                 information
190
191 2003-07-12 [paul]       0.9.3claws
192
193         * 0.9.3claws released
194         
195 2003-07-12 [paul]       0.9.0claws103
196
197         * src/Makefile.am
198                 add addrquery.h
199
200 2003-07-12 [melvin]     0.9.0claws102
201
202         * src/messageview.c
203                 Fixed bug #215: Show MIME tab for single text/html messages. 
204                 
205 2003-07-12 [paul]       0.9.0claws101
206
207         * man/sylpheed.1
208                 updated
209
210 2003-07-12 [paul]       0.9.0claws100
211
212         * po/es.po
213           po/hr.po
214           po/pl.po
215           po/sr.po
216                 update Spanish, Croatian, Polish, Serbian translations.
217                 submitted by Ricardo Mones Lastra, Dragan, Witold
218                 Wladyslaw Wojciech Wilk, Urke MMI
219
220 2003-07-12 [melvin]     0.9.0claws99
221
222         * po/fr.po
223                 Updated French translations.
224
225 2003-07-12 [paul]       0.9.0claws98
226
227         * src/addressbook.c
228                 disable 'Lookup' button as it has no effect
229
230 2003-07-11 [alfons]     0.9.0claws97
231         
232         * src/summaryview.c
233                 summary_searchbar_pressed() should return TRUE to signal that
234                 event was handled. when returning void, the return value passed
235                 to GTK is actually random, but maybe FALSE, in which case the
236                 event is handled by parent
237                 
238 2003-07-10 [paul]       0.9.0claws96
239
240         * ac/missing/gettext.m4
241                 update to version 0.12
242
243 2003-07-10 [paul]       0.9.0claws95
244
245         * src/plugins/clamav/clamav_plugin.c
246                 fix bug where multipart/alternative messages
247                 would slip through without being scanned
248
249 2003-07-10 [christoph]  0.9.0claws94
250
251         * src/folder.c
252                 correct check if folder supports removing when a message is
253                 moved. if not the message is only copied.
254
255         (closes Bug 132 crash on startup in newsgroups folders)
256
257 2003-07-09 [alfons]     0.9.0claws93
258
259         * configure.ac
260         * src/common/defs.h
261                 --with-config-dir (default .sylpheed)
262
263 2003-07-09 [christoph]  0.9.0claws92
264
265         * configure.ac
266                 use PKG_CHECK_MODULES to check for gtkmathview
267                 (version 0.4.2 now required)
268
269 2003-07-08 [melvin]     0.9.0claws91
270
271         * src/action.c
272                 Implemented a progress bar that counts the number of completed
273                 tasks when the action runs more than one command.
274
275 2003-07-08 [alfons]     0.9.0claws90
276
277         * src/procmsg.c
278                 if queued message has an invalid Message-Id, don't try to
279                 find message it refers to (fixes #209 "crash when processing 
280                 in folder")
281
282 2003-07-08 [paul]       0.9.0claws89
283
284         * sync with 0.9.3cvs2
285                 see ChangeLog 2003-07-08
286
287 2003-07-08 [match]      0.9.0claws88
288
289         * src/ldapctrl.c
290                 extend LDAP search for first/last name by parsing search term.
291
292 2003-07-08 [alfons]     0.9.0claws87
293
294         * src/send_message.c
295                 fix bug #208 "Status message stuck when sending on POP3 account"
296
297 2003-07-07 [paul]       0.9.0claws86
298
299         * po/hr.po
300                 new Croatian translation, submitted by
301                 Dragan <drleskov@inet.hr>
302
303 2003-07-07 [paul]       0.9.0claws85
304
305         * sync with 0.9.3cvs1
306                 see ChangeLog 2003-07-07
307
308 2003-07-05 [christoph]  0.9.0claws84
309
310         * src/Makefile.am
311         * src/messageview.c
312         * src/mimeview.[ch]
313         * src/stock_pixmap.[ch]
314         * src/pixmaps/messageview_text.xpm              ** NEW **
315                 move mimeview tabs to the right side and use icons
316                 instead of text to save some space
317
318         (patch by Luke Plant <lukeplant@softhome.net>)
319
320 2003-07-05 [christoph]  0.9.0claws83
321
322         * src/inc.c
323                 add NULL pointer checks
324
325         (patch by Luke Plant <lukeplant@softhome.net>)
326         (closes Bug 204 0.9.0 quits on authentication error?!)
327
328 2003-07-05 [alfons]     0.9.0claws82
329
330         * configure.ac
331                 take the clue in bug #202 "./configure script - 
332                 'if test' comparison failure" reported by John Kristoff. 
333
334 2003-07-04 [christoph]  0.9.0claws81
335
336         * src/plugins/spamassassin/spamassassin.c
337                 set timeout for spam check
338
339 2003-07-04 [christoph]  0.9.0claws80
340
341         * src/main.c
342                 destroy all FolderItems when shutting down to
343                 allow folders to clean up
344
345 2003-07-04 [melvin]     0.9.0claws79
346
347         * src/gtk/gtkaspell.c
348                 Fixed bug #184 "Entering non-ascii character deletes
349                 previous char if spell checking enabled": this makes
350                 the spell checking in multibytes (e.g. UTF-8)locales work.
351                 (Patch by Luke Plant).
352                 
353 2003-07-04 [christoph]  0.9.0claws78
354
355         * sync with 0.9.2cvs1
356                 see ChangeLog 2003-06-10
357
358 2003-07-04 [paul]       0.9.0claws77
359
360         * sync with 0.9.3 release
361                 see ChangeLog 2003-07-04
362
363 2003-07-03 [christoph]  0.9.0claws76
364
365         * src/folder.[ch]
366         * src/imap.c
367         * src/mbox_folder.c
368         * src/mh.c
369         * src/news.c
370                 move folder_item_get_path() stuff into a folder virtual function
371
372         * src/procmsg.c
373                 use folder_item_fetch_msg() to get message and do not contruct
374                 the filename from path and number
375
376 2003-07-03 [paul]       0.9.0claws75
377
378         * sync with 0.9.2cvs12
379                 see ChangeLog 2003-07-03
380
381 2003-07-02 [paul]       0.9.0claws74
382
383         * src/messageview.c
384                 fix text-selection for replying
385
386 2003-07-02 [paul]       0.9.0claws73
387
388         * sync with 0.9.2cvs11
389                 see ChangeLog 2003-07-02
390
391 2003-07-02 [paul]       0.9.0claws72
392
393         * src/procmsg.c
394                 revert last commit because it breaks more
395                 than it fixes
396
397 2003-07-02 [paul]       0.9.0claws71
398
399         * src/procmsg.c
400                 fix thread by subject/sort by date
401
402 2003-07-01 [paul]       0.9.0claws70
403
404         * sync with 0.9.2cvs10
405                 see ChangeLog 2003-07-01
406
407 2003-06-30 [paul]       0.9.0claws69
408
409         * sync with 0.9.2cvs9
410                 see ChangeLog 2003-06-30
411
412 2003-06-28 [match]      0.9.0claws68
413
414         * src/addressbook.c
415                 fix null ptr.
416
417 2003-06-27 [paul]       0.9.0claws67
418
419         * sync with 0.9.2cvs7
420                 see ChangeLog 2003-06-27
421
422 2003-06-26 [christoph]  0.9.0claws66
423
424         * src/folder.c
425                 freeze folder updates while a folder is scanned
426
427         (closes Bug 185 New message counter)
428
429 2003-06-26 [darko]      0.9.0claws65
430
431         * src/ldapserver.c
432                 fix infinite loop when adding a new LDAP server
433
434 2003-06-26 [paul]       0.9.0claws64
435
436         * sync with 0.9.2cvs6
437                 see ChangeLog 2003-06-26
438
439 2003-06-26 [paul]       0.9.0claws63
440
441         * sync with 0.9.2cvs5
442                 see ChangeLog 2003-06-25 and 2003-06-26
443
444 2003-06-25 [match]      0.9.0claws62
445
446         * src/addr_compl.c
447                 Fixed tab/backtab for dropped-down completion list to
448                 move next/previous field. (close bug 147)
449
450 2003-06-25 [christoph]  0.9.0claws61
451
452         * src/addr_compl.[ch]
453         * src/addrindex.[ch]
454         * src/folderview.c
455         * src/inc.c
456         * src/news.c
457         * src/summaryview.c
458         * src/toolbar.c
459                 fix warnings
460
461 2003-06-25 [leandro]    0.9.0claws60
462
463         * src/compose.c
464                 o cleanups
465                 o gray out "Message/Remove references" menu item if not
466                   replying to a message
467
468 2003-06-24 [leandro]    0.9.0claws59
469
470         * src/compose.[ch]
471                 o removed "Message/Create new thread" menu item
472                 o added "Message/Remove references" menu item
473                   (it's off by default and will not check anymore
474                    if the subject changed)
475
476 2003-06-23 [alfons]     0.9.0claws58
477
478         * src/procmsg.c
479                 try better grouping messages threaded by subject based on their age.
480                 still not perfect - because the message tree is not sorted by date.  
481
482 2003-06-23 [thorsten]   0.9.0claws57
483
484         * src/pop.[ch]
485                 added mail_receive_hook to allow modifications
486                 directly after retrieval (e.g. adding headers).
487
488 2003-06-23 [paul]       0.9.0claws56
489
490         * src/sourcewindow.c
491                  enable the use of Ctrl+A to select all text in
492                  the sourcewindow
493                  Patch submitted by Ivan Francolin Martinez
494                  <ivanfm@users.sourceforge.net>
495
496 2003-06-22 [christoph]  0.9.0claws55
497
498         * src/folder.[ch]
499                 o add notification hook for folder tree changes
500                 o invoke hooks after folder tree scanning
501
502         * src/folderview.[ch]
503                 register hook for folder tree changes that
504                 updates the ctree
505
506         (there are more places that should be updated, like add, remove 
507          or move folder)
508
509         (closes Bug 164 Crash on rebuild folder tree)
510         (closes Bug 190 Crash on 'rebuilding folder tree')
511
512 2003-06-21 [leandro]    0.9.0claws54
513
514         * src/compose.[ch]
515                 create a new thread if subject changes
516                 (it's on by default, can be disabled in Message menu)
517
518 2003-06-21 [alfons]     0.9.0claws53
519
520         * src/summaryview.c
521                 quiet little compiler
522
523 2003-06-21 [christoph]  0.9.0claws52
524
525         update gettext stuff to version 0.12
526
527 2003-06-19 [alfons]     0.9.0claws51
528
529         * src/common/log.c
530         * src/common/plugin.c
531                 move defs.h before glib.h to prevent MIN/MAX redefs
532
533 2003-06-19 [alfons]
534
535         * src/addressbook.c
536                 translatable
537
538 2003-06-19 [match]      0.9.0claws50
539
540         * src/addressbook.[ch]
541         * src/addrindex.[ch]
542         * src/addr_compl.[ch]
543         * src/editldap.[ch]
544         * src/editldap_basedn.[ch]
545         * src/addritem.[ch]
546         * src/ldapquery.h
547                 re-implemented dynamic LDAP search. works without
548                 slowdown on display sender with addressbook
549                 option.
550         * src/addrbook.c
551                 documented code.
552
553 2003-06-19 [paul]       0.9.0claws49
554
555         * src/compose.c
556                 fix Bug #136 'Nonprovided quotation marks crash claws'
557                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
558
559 2003-06-19 [alfons]     0.9.0claws48
560
561         * src/prefs_common.[ch]
562         * src/procmsg.c
563                 restrict threading by subject by checking thread for
564                 age (prefs_common.thread_by_subject_max_age)
565
566 2003-06-18 [christoph]  0.9.0claws47
567
568         * src/imap.c
569                 fix memory leak in imap_cmd_fetch()
570
571 2003-06-18 [christoph]  0.9.0claws46
572
573         * src/prefs_gtk.c
574                 fix memory leak in prefs_set_default() when used multiple
575                 times or after prefs have been read
576
577 2003-06-18 [christoph]  0.9.0claws45
578
579         * src/common/plugin.c
580                 fix memory leak in plugin_unload()
581
582 2003-06-18 [christoph]  0.9.0claws44
583
584         * src/imap.c
585                 fix memory leak in imap_cmd_ok()
586
587 2003-06-18 [christoph]  0.9.0claws43
588
589         * src/folder.c
590                 stop messages that are downloaded from POP3 and added to
591                 an IMAP inbox from being filtered twice (first by POP3
592                 and again when IMAP folder is scaned to get the UID of
593                 the APPEND operation when no UIDPLUS is available)
594
595 2003-06-18 [alfons]
596
597         * tools/Makefile.am
598                 phoenix <- firebird     
599
600 2003-06-18 [paul]
601
602         * tools/launch_phoenix          ** REMOVED **
603           tools/launch_firebird         ** NEW **
604                 renamed and edited to reflect the browser's name change from
605                 'phoenix' to 'firebird'
606
607 2003-06-18 [paul]       0.9.0claws42
608
609         * sync with 0.9.2cvs2
610                 see ChangeLog 2003-06-16
611
612 2003-06-17 [alfons]     0.9.0claws41
613
614         * src/procmsg.c
615                 prevent threading problems when a node is an ancestor (parent / great parent),
616                 which mostly happens with circular references (thanks to Phillipe Gramoullé
617                 for finding an sample set of messages)
618
619 2003-06-16 [christoph]  0.9.0claws40
620
621         * src/main.c
622                 don't popup main window on --receive or --receive-all
623
624         * src/mainwindow.[ch]
625         * src/plugins/trayicon/trayicon.c
626                 allow hiding of main window by clicking on the trayicon
627                 (doesn't work correctly in seperate window mode and may
628                  cause unexpected GTK problems I couldn't find yet)
629
630         * src/common/ssl.c
631                 remove incorrect warning
632
633 2003-06-15 [alfons]     0.9.0claws39
634
635         * src/gtk/gtkstext.c
636                 don't output debug text;
637                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
638                 for pointing this out);
639
640 2003-06-14 [alfons]     0.9.0claws38
641         
642         * src/messageview.c
643                 remove printf() and make one if..else comply with coding style
644
645 2003-06-14 [alfons]     0.9.0claws37
646
647         * AUTHORS
648                 add Martin Wicke
649         * src/action.c
650         * src/messageview.[ch]
651         * src/summaryview.c
652                 apply patch #754162 "Quoting messages filtered by actions" submitted
653                 by Martin Wicke, which allows quoting message body changed by an
654                 action (Thanks!).
655
656 2003-06-13 [alfons]     0.9.0claws36
657
658         * src/utils.c
659                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
660                 use case insensitive regexp (suggested by Ivan Martinez)
661
662 2003-06-13 [christoph]  0.9.0claws35
663
664         * configure.ac
665         * src/plugins/trayicon/Makefile.am
666         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
667         * src/plugins/trayicon/trayicon.c
668         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
669         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
670         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
671         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
672         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
673         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
674                 replace my own EggTrayIcon backport with the backport
675                 used by (l|x)mule and gabber.
676
677 2003-06-13 [alfons]     0.9.0claws34
678
679         * AUTHORS
680         * src/common/utils.c
681                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
682
683 2003-06-13 [alfons]     0.9.0claws33
684
685         * src/compose.c
686                 clean up a little bit
687
688 2003-06-12 [alfons]     0.9.0claws32
689
690         * src/compose.c
691                 const correctness fix
692
693         * src/common/sylpheed.[ch]
694                 () -> (void)
695                 prevent redef MIN/MAX
696                 
697         * src/common/utils.[ch]
698                 () -> (void)
699
700 2003-06-12 [melvin]     0.9.0claws31
701
702         * src/compose.c
703                 Updated to take into accounts changes in GtkAspell.
704
705 2003-06-12 [alfons]     0.9.0claws30
706
707         * src/compose.c
708         * src/procmsg.c
709         * src/common/utils.[ch]
710                 handle reply subject prefixes better (initial 
711                 suggestion by Robert Story adapted and enhanced 
712                 using regexps)
713
714 2003-06-12 [melvin]     0.9.0claws29
715
716         * src/compose.c
717                 Use new gtkaspell_checkers_strerror() to get the speller's
718                 error message instead of accessing the (now private)
719                 checkers structure.
720                 Minor code clean up
721
722         * src/main.c
723                 Use #ifdef instead of #if for USE_ASPELL
724                 Use the new spell checkers init/quit functions 
725
726         * src/gtk/gtkaspell.c
727                 Use #ifdef instead of #if for USE_ASPELL
728                 Moved in the majority of GtkAspell structures that were
729                 exported before by gtkaspell.h
730         
731         * src/gtk/gktaspell.h
732                 Made gtkaspell.h contain only the necessary data to be
733                 publicized by moving many structures to gtkaspell.c.
734                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
735                 gtkaspell_checkers_new(): replaced by...
736                 gtkaspell_checkers_init(): new function for initialization
737                 gtkaspell_checkers_delete(): replaced by...
738                 gtkaspell_checkers_quit(): new function
739                 gtkaspell_checkers_strerror(): new function that returns
740                 the checker's last error message.
741                 
742 2003-06-11 [melvin]     0.9.0claws28
743
744         * po/POTFILES.in
745                 Updated to take into account gtkaspell.c migration to
746                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
747
748 2003-06-10 [alfons]     0.9.0claws27
749
750         * src/filtering.[ch]
751         * src/folder.c
752         * src/matcher.c
753         * src/scoring.[ch]
754                 - try fixing bug #18 (any brave testers?)
755                 - add more robustness by refusing previously 
756                   unchecked NULL pointers 
757
758 2003-06-10 [alfons]     0.9.0claws26
759
760         * src/procmsg.c
761                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
762
763 2003-06-09 [alfons]     0.9.0claws25
764
765         * src/prefs_common.c
766                 fix bug #163 "Icon switching doesnt work properly" by 
767                 preventing early freeing of prefs_common.pixmap_theme_path.
768
769 2003-06-09 [christoph]  0.9.0claws24
770
771         * src/gtk/gtkaspell.c
772                 revert Thorsten's fix and add forgotten g_strdup for
773                 aspell path (it should not be possible to alter the path a
774                 GtkASpell uses from outside)
775
776 2003-06-09 [thorsten]   0.9.0claws23
777
778         * src/gtk/gtkaspell.c
779                 dont free prefs_common.aspell_path when closing compose
780
781 2003-06-08 [colin]      0.9.0claws22
782
783         * src/plugins/spamassassin/spamassassin.c
784                 fix prefs types
785
786 2003-06-07 [christoph]  0.9.0claws21
787
788         * src/Makefile.am
789         * src/compose.c
790         * src/gtkaspell.[ch]            ** REMOVE **
791         * src/gtk/Makefile.am
792         * src/gtk/gtkaspell.[ch]        ** NEW **
793                 o make gtkaspell independent from sylpheed's prefs
794                 o move gtkaspell.[ch] to gtk directory
795
796 2003-06-07 [christoph]  0.9.0claws20
797
798         * src/Makefile.am
799         * src/crash.c
800         * src/export.c
801         * src/filesel.[ch]              ** REMOVE **
802         * src/folder.c
803         * src/main.[ch]
804         * src/common/sylpheed.[ch]
805         * src/gtk/Makefile.am
806         * src/gtk/filesel.[ch]          ** NEW **
807         * src/gtk/pluginwindow.c
808         * src/gtk/sslcertwindow.c
809                 move filesel.[ch] to gtk directory
810
811 2003-06-07 [alfons]     0.9.0claws19
812
813         * src/filesel.c
814                 make (multi) file selection dialog work again (Claws-only)
815
816 2003-06-07 [thorsten]   0.9.0claws18
817
818         * po/de.po
819                 fix typos
820
821 2003-06-07 [alfons]     0.9.0claws17
822
823         * configure.ac
824         * src/mimeview.c
825                 detect apache mishap in which case don't include fnmatch.h
826                 if regex.h is already included
827
828 2003-06-06 [christoph]  0.9.0claws16
829
830         * configure.ac
831         * src/mimeview.h
832                 add check for fnmatch.h and include it when available
833
834         * src/mimeview.[ch]
835                 fix wrong case sensitivity of Content-Types
836
837         * src/gtk/Makefile.am
838                 need the same include paths in gtk directory as in
839                 common directory because .h files in common can
840                 include files from these directories, when included
841                 in gtk's .h or .c files
842
843 2003-06-06 [alfons]     0.9.0claws15
844
845         * src/mimeview.c
846         * src/summaryview.c
847                 make it compile again because of regex.h / fnmatch.h 
848                 include problems (related to recent mime stuff, can
849                 someone check this?)
850
851 2003-06-06 [thorsten]   0.9.0claws14
852
853         * src/folderview.c
854                 possible use of uninitialized pointer while dragging
855
856 2003-06-06 [paul]       0.9.0claws13
857
858         * src/compose.c
859                 fix bug where the insert sig button would be effective
860                 only when auto_sig was set
861
862 2003-06-06 [paul]       0.9.0claws12
863
864         * sync with 0.9.2 release
865
866 2003-06-02 [paul]       0.9.0claws11
867
868         * sync with 0.9.1cvs1
869                 see ChangeLog 2003-06-02
870                 
871         * po/de.po
872                 update by Jens
873
874 2003-06-01 [christoph]  0.9.0claws10
875
876         * src/account.c
877                 don't use substring search to find accounts by email address
878
879         (closes Bug 169 Overly loose matching of "From" address)
880
881 2003-05-31 [christoph]  0.9.0claws9
882
883         * doc-src/rfc2683.txt
884         * src/imap.c
885                 limit IMAP command length as recommended in RFC2683
886                 (message number lists will be split into multiple imap
887                 sets, the limit of 1000 octets is not a hard limit)
888
889         (closes Bug 161 sylpheed-claws exits with segfault when logging
890          in to certain imap-servers)
891
892 2003-05-29 [alfons]     0.9.0claws8
893
894         * src/toolbar.[ch]
895                 add print button (calling summary_print());
896                 fine tune setting tooltip text;
897                 (if someone needs other buttons, please take these 
898                 commits as a guide, instead of bothering us - also
899                 see 0.8.11claws150) 
900
901 2003-05-29 [darko]      0.9.0claws7
902
903         * src/compose.c
904                 fix crash when word wrapping kicks in due to
905                 changed text by spell checker
906
907 2003-05-29 [paul]       0.9.0claws6
908
909         * src/compose.c
910                 fix bug where changing account would insert
911                 sig even if auto_sig was FALSE
912                 
913         * ChangeLog
914           ChangeLog.jp
915           INSTALL
916                 sync with 0.9.1 release
917
918 2003-05-28 [christoph]  0.9.0claws5
919
920         * src/imap.c
921                 fix truncation of too long commands
922
923         (closes Bug 167 IMAP hangs trying to get envelope
924          information in imap_get_uncached_messages)
925
926 2003-05-27 [paul]       0.9.0claws4
927
928         * tools/Makefile.am
929           tools/maildir2sylpheed.pl     ** NEW FILE **
930                 add kmail to sylpheed mailbox conversion script
931
932 2003-05-27 [paul]       0.9.0claws3
933
934         * sync with 0.9.0cvs10
935                 see ChangeLog 2003-05-26
936
937 2003-05-26 [paul]       0.9.0claws2
938
939         * sync with 0.9.0cvs9
940                 see ChangeLog 2003-05-26
941
942 2003-05-24 [paul]       0.9.0claws1
943
944         * sync with 0.9.0cvs8
945                 see ChangeLog 2003-05-23
946
947 2003-05-24 [paul]       0.9.0claws
948
949         * version 0.9.0claws released
950
951 2003-05-24 [paul]       0.8.11claws177
952
953         * src/plugins/dillo-viewer/Makefile.am
954           src/plugins/traycon/Makefile.am
955                 add missing files
956                 
957         * po/bg.po
958           po/en_GB.po
959           po/es.po
960           po/it.po
961           po/pt_BR.po
962           po/ru.po
963           po/sr.po
964                 update Bulgarian, British English, Spanish, Italian, 
965                 Brazilian Portuguese, Russian, and Serbian translations, 
966                 submitted by George Danchev, [me], Ricardo Mones Lastra,
967                 André Filipe de Assunção e Brito, Alessandro Maestri, 
968                 Ruslan N. Balkin, and Urke MMI
969
970 2003-05-23 [melvin]     0.8.11claws176
971
972         * po/fr.po
973                 Updated French translations
974
975 2003-05-22 [paul]       0.8.11claws175
976
977         * src/Makefile.am
978           src/addrbook.[ch]
979           src/addrcache.[ch]
980           src/addr_compl.[ch]
981           src/adressbook.[ch]
982           src/addrindex.[ch]
983           src/addritem.[ch]
984           src/editaddress.c
985           src/editgroup.c
986           src/editldap_basedn.c
987           src/editldap.c
988           src/jpilot.c
989           src/vcard.c
990                 revert to get ldap into it previous working state
991                 
992         * po/zh_TW.Big5.po
993                 new Taiwanese translation,
994                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
995
996 2003-05-22 [christoph]  0.8.11claws174
997
998         * src/plugins/spamassassin/libspamc.[ch]
999                 sync libspamc with SpamAssaain release 2.55
1000
1001 2003-05-22 [paul]       0.8.11claws173
1002
1003         * sync with 0.9.0cvs7
1004                 see ChangeLog 2003-05-22
1005                 
1006         * src/summaryview.c
1007                 revert change in 0.8.11claws172: follow
1008                 Hiroyuki's decision and that's the end of it.
1009
1010 2003-05-21 [paul]       0.8.11claws172
1011
1012         * src/summaryview.c
1013                 fix discrepency between open_unread_on_enter
1014                 and always_show_msg
1015
1016 2003-05-21 [paul]       0.8.11claws171
1017
1018         * sync with 0.9.0cvs6
1019                 see ChangeLog 2003-05-21
1020
1021 2003-05-21 [paul]       0.8.11claws170
1022
1023         * sync with 0.9.0cvs5
1024                 see ChangeLog 2003-05-21
1025
1026 2003-05-20 [paul]       0.8.11claws169
1027
1028         * sync with 0.9.0cvs4
1029                 see ChangeLog 2003-05-20
1030                 fixes bug #152, 'encoding of IMAP folders names'
1031
1032 2003-05-20 [paul]       0.8.11claws168
1033
1034         * sync with 0.9.0cvs3
1035                 see ChangeLog 2003-05-20
1036                 
1037         * src/tools/convert_mbox.pl
1038                 minor change in the comments, submitted by Fred Marton
1039
1040 2003-05-19 [paul]       0.8.11claws167
1041
1042         * src/plugins/clamav/Makefile.am
1043           configure.ac
1044                 link clamav_lib to the plugin and not to the main program
1045
1046 2003-05-19 [christoph]
1047
1048         * src/Makefile.am
1049                 add -export-dynamic for linking
1050
1051 2003-05-19 [paul]       0.8.11claws166
1052
1053         * sync with 0.9.0cvs1
1054                 see ChangeLog 2003-05-19
1055
1056 2003-05-19 [paul]       0.8.11claws165
1057
1058         * src/inc.c
1059                 fix 'pop before smtp' timeout
1060
1061 2003-05-18 [alfons]     0.8.11claws164
1062
1063         * src/prefs_matcher.c
1064                 put "execute" action command line ("expression") in edit box
1065
1066 2003-05-18 [christoph]  0.8.11claws163
1067
1068         * src/mimeview.[ch]
1069         * src/plugins/dillo_viewer/dillo_viewer.c
1070         * src/plugins/image_viewer/viewer.c
1071         * src/plugins/mathml_viewer/mathml_viewer.c
1072                 let a viewer have a list of Content-Types
1073
1074 2003-05-18 [paul]       0.8.11claws162
1075
1076         * src/prefs_filtering.c
1077                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1078                 and REDIRECT actions
1079
1080 2003-05-17 [christoph]
1081
1082         * README.claws
1083                 o remove dynamic signatures that was syned with main
1084                 o add infos about no longer "build in" image viewer
1085                 o update bugtracker URL
1086
1087 2003-05-17 [christoph]  0.8.11claws161
1088
1089         * src/folder.c
1090         * src/folderview.c
1091         * src/imap.c
1092                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1093                 for every folder after rebuilding the folder tree.
1094
1095         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1096          messages)
1097
1098 2003-05-17 [christoph]  0.8.11claws160
1099
1100         * src/imap.c
1101                 don't use STATUS command on current folder to check for
1102                 content changes. imap_cmd_ok() now tracks changes to
1103                 folder and number of existing messages.
1104
1105 2003-05-17 [paul]       0.8.11claws159
1106
1107         * src/plugins/clamav/clamav_plugin.c
1108                 remove unnecessary debug_print
1109
1110 2003-05-16 [thorsten]   0.8.11claws158
1111
1112         * src/plugins/demo.c
1113                 included missing intl.h
1114
1115 2003-05-16 [paul]       0.8.11claws157
1116
1117         * po/POTFILES.in
1118                 remove non-existant entries
1119         
1120         * src/plugins/clamav/clamav_plugin.c
1121           src/plugins/clamav/clamav_plugin_gtk.c
1122           src/plugins/dillo_viewer/dillo_prefs.c
1123           src/plugins/dillo_viewer/dillo_viewer.c
1124                 gettextise
1125
1126 2003-05-16 [christoph]  0.8.11claws156
1127
1128         * po/POTFILES.in
1129                 include plugin .c files for translation until I
1130                 find a better solution to have plugins have their
1131                 own textdomain
1132         * src/plugins/demo/demo.c
1133         * src/plugins/image_viewer/plugin.c
1134         * src/plugins/mathml_viewer/mathml_viewer.c
1135         * src/plugins/spamassassin/spamassassin.c
1136         * src/plugins/spamassassin/spamassassin_gtk.c
1137         * src/plugins/trayicon/trayicon.c
1138                 add gettext macros for plugin name and description
1139
1140 2003-05-16 [paul]
1141
1142         * sync with 0.9.0
1143
1144 2003-05-16 [paul]       0.8.11claws155
1145
1146         * sync with lastest 0.9.0pre1
1147                 see ChangeLog 2003-05-16
1148
1149 2003-05-15 [paul]       0.8.11claws154
1150
1151         * sync with latest 0.9.0pre1
1152                 see ChangeLog 2003-05-14 and 2003-05-15
1153
1154 2003-05-14 [christoph]  0.8.11claws153
1155
1156         * src/plugins/image_viewer/viewer.c
1157         * src/plugins/image_viewer/viewer.glade         ** NEW **
1158         * src/plugins/image_viewer/viewerprefs.c
1159                 make it possible to disable the autoload function in the
1160                 imageviewer again
1161
1162 2003-05-14 [christoph]  0.8.11claws152
1163
1164         * src/folder.c
1165                 fix folder update after adding a message
1166
1167 2003-05-13 [alfons]     0.8.11claws151
1168
1169         * src/common/session.c
1170                 remove debug traces
1171                 
1172         * src/addrcache.[ch]
1173         * src/filtering.[ch]
1174         * src/folder.[c]
1175         * src/gtkaspell.[ch]
1176         * src/imap.[ch]
1177         * src/mbox_folder.[ch]
1178         * src/mh.[ch]
1179         * src/mimeview.h
1180         * src/msgcache.[ch]
1181         * src/news.[ch]
1182         * src/passphrase.[ch]
1183         * src/prefs_common.[ch]
1184         * src/prefs_gtk.[ch]
1185         * src/procmsg.c
1186         * src/scoring.[ch]
1187                 be pedantic; (in prototypes () implies (int))
1188
1189 2003-05-13 [alfons]     0.8.11claws150
1190
1191         * src/prefs_toolbar.[ch]
1192         * src/summaryview.[ch]
1193         * src/toolbar.[ch]
1194                 change misleading text in toolbar prefs;
1195                 add toolbar action for ignore thread (toggles ignore thread flag);
1196                 clean up a little bit;
1197
1198 2003-05-12 [paul]
1199
1200         * tools/convert_mbox.pl
1201                 bug fixed by Fred Marton
1202
1203 2003-05-12 [paul]
1204
1205         * sync with 0.9.0pre1
1206
1207 2003-05-09 [paul]       0.8.11claws149
1208
1209         * sync with 0.8.11cvs43
1210                 see ChangeLog 2003-05-09
1211
1212 2003-05-08 [christoph]  0.8.11claws148
1213
1214         * src/imap.[ch]
1215                 o use CAPABILIY as first command and check for PREAUTH
1216                   information in the response to it
1217                 o rewrite all imap_cmd_* functions to use an IMAPSession
1218                   instead of a SockInfo as parameter
1219                 o do STARTTLS after fetching and checking the server
1220                   capabilities
1221
1222 2003-05-08 [paul]       0.8.11claws147
1223
1224         * tools/Makefile.am
1225           tools/README
1226           tools/convert_mbox.pl         ** NEW FILE **
1227                 add mbox conversion script. Submitted by 
1228                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1229
1230 2003-05-07 [christoph]
1231
1232         * doc-src/glade.txt
1233         * src/gtk/pluginwindow.glade
1234         * src/plugins/image_viewer/viewerprefs.glade
1235         * src/plugins/spamassassin/spamassassin_gtk.glade
1236                 add glade files for user interfaces and a description how
1237                 to use glade to create the sylpheed code
1238
1239 2003-05-07 [paul]       0.8.11claws146
1240
1241         * sync with 0.8.11cvs41
1242                 see ChangeLog 2003-05-07
1243
1244 2003-05-06 [christoph]  0.8.11claws145
1245
1246         * src/main.c
1247         * src/plugins/image_viewer/viewer.c
1248                 fix usage of imlib in imageviewer plugin
1249
1250         * src/gtk/prefswindow.c
1251                 handle window close event correctly
1252
1253 2003-05-06 [paul]       0.8.11claws144
1254
1255         * src/common/ssl.c
1256                 fix typo introduced in sync
1257
1258 2003-05-06 [paul]       0.8.11claws143
1259
1260         * sync with 0.8.11cvs39
1261                 see ChangeLog 2003-05-06
1262
1263 2003-05-06 [paul]       0.8.11claws142
1264
1265         * AUTHORS
1266           po/cs.po
1267                 updated Czech translation, submitted by 
1268                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1269                 
1270         * src/plugins/clamav/clamav_plugin_gtk.c
1271                 clean up
1272
1273 2003-05-03 [alfons]     0.8.11claws141
1274
1275         * src/compose.[ch]
1276                 make paste as quotation work even when the call to 
1277                 text_inserted() was deferred (fixes bug #140 "Paste 
1278                 as quotation does not work when using "external" 
1279                 clipboard")
1280
1281 2003-05-03 [thorsten]   0.8.11claws140
1282
1283         * src/addrquery.h
1284           src/ldapquery.h
1285           src/mainwindow.c
1286                 removed C++ comments
1287         * src/addr_compl.c
1288                 function with non-int retval/param used before
1289                 implementation/declaration
1290
1291 2003-05-02 [paul]       0.8.11claws139
1292
1293         * src/addr_compl.[ch]
1294           src/addressbook.[ch]
1295           src/addrindex.c
1296           src/summaryview.c
1297                 revert match's changes to (finally) remove the bug where
1298                 opening a folder causes massive slowdown when using the 
1299                 'Display sender using address book' option
1300
1301 2003-05-01 [melvin]     0.8.11claws138
1302
1303         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1304         * src/plugins/dillo_viewer/dillo_viewer.c
1305                 Fixed bug where "Cancel" button from prefs issued
1306                 warnings.
1307                 Comply a little more to coding style
1308
1309 2003-05-01 [paul]       0.8.11claws137
1310
1311         * sync with 0.8.11cvs38
1312                 see ChangeLog 2003-05-01
1313
1314 2003-05-01 [paul]       0.8.11claws136
1315
1316         * po/bg.po
1317                 updated by George Danchev
1318
1319 2003-04-30 [christoph]  0.8.11claws135
1320
1321         * src/plugins/dillo_viewer/dillo_prefs.c
1322         * src/plugins/image_viewer/viewerprefs.c
1323         * src/plugins/spamassassin/spamassassin_gtk.c
1324                 remove gtk_widget_ref() calls for widgets in
1325                 glade code
1326
1327 2003-04-30 [paul]       0.8.11claws134
1328
1329         * src/addrindex.c
1330                 ok, this time a better fix for the bug where opening folder
1331                 has massive slowdown when using the 'Display sender using 
1332                 address book' option
1333
1334 2003-04-30 [paul]       0.8.11claws133
1335
1336         * src/addrindex.c
1337                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1338         
1339 2003-04-30 [melvin]     0.8.11claws132
1340
1341         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1342
1343         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1344                 Preferences for the dillo plugin
1345         * src/plugins/dillo_viewer/dillo_viewer.c
1346                 Support for preferences
1347         * src/plugins/dillo_viewer/Makefile.am
1348                 Added dillo_prefs.[ch]
1349
1350 2003-04-30 [alfons]     0.8.11claws131
1351
1352         * src/common/plugin.[ch]
1353                 see? this ANSI C'fication immediately gives us type
1354                 checking for free.
1355
1356 2003-04-30 [alfons]     0.8.11claws130
1357
1358         * src/common/plugin.[ch]
1359         * src/plugins/clamav/clamav_plugin.[ch]
1360         * src/plugins/clamav/clamav_plugin_gtk.c
1361         * src/plugins/demo/demo.c
1362         * src/plugins/dillo_viewer/dillo_viewer.c
1363         * src/plugins/image_viewer/plugin.c
1364         * src/plugins/image_viewer/viewer.[ch]
1365         * src/plugins/image_viewer/viewerprefs.[ch]
1366         * src/plugins/mathml_viewer/mathml_viewer.c
1367         * src/plugins/spamassassin/spamassassin.[ch]
1368         * src/plugins/spamassassin/spamassassin_gtk.c
1369         * src/plugins/trayicon/trayicon.c
1370                 clean up
1371
1372 2003-04-30 [alfons]     0.8.11claws129
1373
1374         * src/common/utils.c
1375                 make is_ascii_str() fail gracefully when NULL pointer
1376                 is passed
1377
1378 2003-04-30 [paul]       0.8.11claws128
1379
1380         * src/addrindex.c
1381                 fix bug where opening folder has massive slowdown when
1382                 using the 'Display sender using address book' option
1383
1384 2003-04-30 [paul]       0.8.11claws127
1385
1386         * src/plugins/clamav/clamav_plugin.c
1387           src/plugins/clamav/clamav_plugin_gtk.c
1388           src/plugins/demo/demo.c
1389           src/plugins/dillo_viewer/dillo_viewer.c
1390           src/plugins/image_viewer/plugin.c
1391           src/plugins/mathml_viewer/mathml_viewer.c
1392           src/plugins/spamassassin/spamassassin.c
1393           src/plugins/spamassassin/spamassassin_gtk.c
1394           src/plugins/trayicon/trayicon.c
1395                 get rid of eye-hurting function signatures
1396
1397 2003-04-30 [paul]       0.8.11claws126
1398
1399         * src/plugins/trayicon/trayicon.c
1400                 add description
1401                 
1402         * src/mimeview.c
1403                 be more descriptive
1404
1405 2003-04-30 [paul]       0.8.11claws125
1406
1407         * configure.ac
1408                 arrange the plugins in reverse alphabetical order
1409                 
1410         * src/plugins/clamav/clamav_plugin.[ch]
1411           src/plugins/clamav/clamav_plugin_gtk.c
1412                 rename some params
1413                 resize max_size window
1414                 re-arrange the order of some gui elements
1415                 improve descriptions
1416         
1417         * src/plugins/image_viewer/plugin.c
1418           src/plugins/mathml_viewer/mathml_viewer.c
1419                 add descriptions
1420                 
1421         * src/plugins/spamassassin/spamassassin_gtk.c
1422                 resize max_size window
1423                 re-arrange the order of some gui elements
1424                 
1425         * src/messageview.c
1426           src/mimeview.c
1427                 correct typos
1428
1429 2003-04-30 [alfons]     0.8.11claws124
1430
1431         * src/imap.c
1432                 fix a leak found while browsing Martin Kluge's 
1433                 valgrind log (Claws only)
1434
1435 2003-04-29 [darko]      0.8.11claws123
1436
1437         * src/gtk/gtkstext.h
1438                 include wchar.h if it is available, fixes compilation
1439                 on HP-UX systems
1440
1441 2003-04-29 [melvin]     0.8.11claws122
1442
1443         * src/prefs_actions.c
1444                 Improved help text of Actions' syntax
1445
1446 2003-04-28 [paul]       0.8.11claws121
1447
1448         * src/action.c
1449                 a better fix for the crash when performing an action
1450                 on a mime part
1451
1452 2003-04-28 [paul]       0.8.11claws120
1453
1454         * src/action.c
1455                 fix crash when performing an action on a
1456                 mime part
1457
1458 2003-04-28 [paul]       0.8.11claws119
1459
1460         * sync with 0.8.11cvs36
1461                 see ChangeLog 2003-04-28
1462
1463 2003-04-27 [paul]       0.8.11claws118
1464
1465         * more sync with 0.8.11cvs35
1466                 see ChangeLog 2003-04-25
1467
1468 2003-04-26 [christoph]  0.8.11claws117
1469
1470         * src/folder.c
1471                 fix remove virtual check
1472
1473 2003-04-26 [paul]       0.8.11claws116
1474
1475         * src/messageview.c
1476                 fix return-receipt, make it work again
1477
1478 2003-04-26 [paul]       0.8.11claws115
1479
1480         * src/mimeview.c
1481                 restore double-clicking of the [application/pgp-signature 
1482                 (Select "Check signature" to check)] line in the message view,
1483                 broken in recent sync
1484
1485 2003-04-26 [christoph]  0.8.11claws114
1486
1487         * src/folder.c
1488                 check if remove virtual really exists before
1489                 calling the function
1490
1491 2003-04-25 [match]      0.8.11claws113
1492
1493         * src/addrindex.c
1494         * src/addrbook.c
1495         * src/ldapquery.[ch]
1496         * src/ldapctrl.[ch]
1497                 fix memleak.
1498         * src/ldapserver.[ch]
1499                 fix memleak. fix segfault.
1500                 plug a Claws memleak
1501
1502 2003-04-25 [alfons]     0.8.11claws112
1503
1504         * src/folder.c
1505                 plug a Claws memleak
1506
1507 2003-04-25 [alfons]     0.8.11claws111
1508
1509         * src/common/session.c
1510                 plug a memleak
1511
1512 2003-04-25 [paul]       0.8.11claws110
1513
1514         * sync with 0.8.11cvs35
1515                 see ChangeLog 2003-04-24 and 2003-04-25
1516                 
1517         * src/gtk/pluginwindow.c
1518                 correct another strange float value
1519
1520 2003-04-24 [christoph]  0.8.11claws109
1521
1522         * src/folder.c
1523                 freeze folder item updates when unsetting new flags
1524
1525         * src/gtk/pluginwindow.c
1526                 correct strange float value
1527
1528 2003-04-23 [paul]       0.8.11claws108
1529
1530         * sync with 0.8.11cvs33
1531                 see ChangeLog 2003-04-23
1532
1533 2003-04-22 [paul]       0.8.11claws107
1534
1535         * src/Makefile.am
1536           src/messageview.c
1537           src/mimeview.c
1538           src/pgptext.[ch]      ** REMOVED **
1539                 remove pgptext.[ch] as its not used any more
1540
1541 2003-04-22 [paul]       0.8.11claws106
1542
1543         * sync with 0.8.11cvs31
1544                 see ChangeLog 2003-04-21 and 2003-04-22
1545
1546 2003-04-21 [alfons]     0.8.11claws105
1547
1548         * src/main.c
1549                 No access to GTK structures if we're a spawned child
1550                 (and clean up code a little bit...) Should fix #126.
1551
1552 2003-04-21 [melvin]     0.8.11claws104
1553
1554         * src/plugins/dillo_viewer/README
1555                 Improved slightly the text.
1556
1557 2003-04-21 [melvin]     0.8.11claws103
1558
1559         * src/plugins/dillo_viewer/README *** NEW ***
1560                 Added a README file for the Dillo plugin
1561
1562 2003-04-20 [paul]
1563
1564         * tools/README
1565           tools/outlook2sylpheed.pl
1566                 updated and improved by Ricardo Mones Lastra
1567
1568 2003-04-18 [oliver]     0.8.11claws102
1569
1570         * src/inc.c 
1571         * src/prefs_account.h
1572                 remove Pop3SessionType (used by selective download)
1573         * src/prefs_toolbar.c
1574                 enable set Default Toolbar button
1575
1576 2003-04-18 [paul]       0.8.11claws101
1577
1578         * sync with 0.8.11cvs29
1579                 see ChangeLog 2003-04-18
1580
1581 2003-04-17 [paul]       0.8.11claws100
1582
1583         * src/prefs_common.[ch]
1584           src/summaryview.c
1585                 remove 'Open next message on deletion' option,
1586                 as the same effect can now be achieved via the
1587                 'Always open messages in summary when selected'
1588                 option.
1589
1590 2003-04-17 [paul]       0.8.11claws99
1591
1592         * sync with 0.8.11cvs28
1593                 see ChangeLog 2003-04-17
1594
1595 2003-04-17 [christoph]  0.8.11claws98
1596
1597         * ac/spamassassin.m4
1598         * src/plugins/spamassassin/libspamc.[ch]
1599         * src/plugins/spamassassin/utils.[ch]
1600                 sync libspamc with SpamAssassin project
1601
1602 2003-04-17 [christoph]  0.8.11claws97
1603
1604         * src/common/socket.h
1605         * src/gtk/sslcertwindow.h
1606                 rename old USE_SSL to USE_OPENSSL
1607
1608 2003-04-17 [paul]       0.8.11claws96
1609
1610         * src/prefs_common.h
1611                 use gulong for P_COLOR so that it compiles/runs on
1612                 64-bit systems. Patch submitted by James Noyes
1613                 <jnoyes-claws@retrogeeks.com>
1614                 
1615         * po/de.po
1616                 updated by Jens
1617
1618 2003-04-17 [paul]       0.8.11claws95
1619
1620         * sync with 0.8.11cvs27
1621                 see ChangeLog 2003-04-16
1622
1623 2003-04-15 [paul]       0.8.11claws94
1624
1625         * src/prefs_common.[ch]
1626                 rearrange to stop the window getting too long:
1627                         move Receive dialog stuff to Receive tab
1628                         move Send dialog to Send tab
1629                         remove Dialogs frame
1630                 rename 'Open messages in summary with cursor keys' to
1631                 'Always open messages in summary when selected', as its
1632                 more appropriate
1633
1634 2003-04-15 [paul]       0.8.11claws93
1635
1636         * src/prefs_common.[ch]
1637           src/summaryview.c
1638                 add new option '/Interface/Open next message on deletion'
1639
1640 2003-04-15 [paul]       0.8.11claws92
1641
1642         * src/summaryview.[ch]
1643                 add /Mark/Lock and /Mark/Unlock to the pop-up
1644                 menu. Patch submitted by Ivan Francolin Martinez
1645                 <ivanfm@users.sourceforge.net>
1646
1647 2003-04-15 [paul]       0.8.11claws91
1648
1649         * sync with 0.8.11cvs24
1650                 see ChangeLog 2003-04-15
1651
1652 2003-04-14 [jens]       0.8.11claws90
1653
1654         * updated German translation and some corrections from
1655                 Roland Bless <bless@tm.uka.de>
1656
1657 2003-04-14 [paul]       0.8.11claws89
1658
1659         * sync with 0.8.11cvs22
1660                 see ChangeLog 2003-04-14
1661
1662 2003-04-13 [paul]       0.8.11claws88
1663
1664         * src/plugins/clamav/clamav_plugin.c
1665                 fix memory leaks
1666                 clean up
1667
1668 2003-04-12 [paul]       0.8.11claws87
1669
1670         * src/plugins/clamav/clamav_plugin.c
1671                 activate enable/disable archive scanning option
1672                 
1673         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1674
1675 2003-04-12 [paul]       0.8.11claws86
1676
1677         * src/plugins/Makefile.am
1678           src/plugins/clamav/Makefile.am                ** NEW FILE **
1679           src/plugins/clamav/README                     ** NEW FILE ** 
1680           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1681           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1682                 add Clam AntiVirus plugin
1683
1684 2003-04-12 [paul]       0.8.11claws85
1685
1686         * sync with 0.8.11cvs21
1687                 see ChangeLog 2003-04-11
1688
1689 2003-04-11 [paul]       0.8.11claws84
1690
1691         * po/es.po
1692                 update Spanish translation. Submitted by Ricardo
1693                 Mones Lastra.
1694
1695 2003-04-10 [christoph]  0.8.11claws83
1696
1697         * src/mbox.c
1698                 fix typo that did not move unfiltered mails to destination
1699                 folder
1700
1701         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1702          when filtering from spool)
1703
1704 2003-04-10 [christoph]  0.8.11claws82
1705
1706         * src/imap.c
1707                 use BODY.PEEK instead of BODY in in message fetch operation
1708                 to make sure the IMAP server does not set the \Seen flag for
1709                 messages. Sylpheed does that later itself, when the message
1710                 is opened in sylpheed
1711
1712         (closes Bug 111 Claws destroys unread marks)
1713
1714 2003-04-09 [oliver]     0.8.11claws81
1715         
1716         * src/folder.c
1717                 fix crash in folder_destroy
1718         * README.claws
1719                 remove selective download
1720
1721 2003-04-09 [christoph]  0.8.11claws80
1722
1723         * src/imap.c
1724                 fix crash in imap_get_msginfo() when then fetched message
1725                 is not found
1726
1727         (closes Bug 110 Crash during mail composition)
1728
1729 2003-04-08 [christoph]  0.8.11claws79
1730
1731         * src/folder.c
1732         * src/prefs_account.c
1733                 Filter new messages that are found in an INBOX folder
1734                 when 'Filter messages on receiving' is enabled in the
1735                 Folder's AccountPrefs. This allows to use Sylpheed's
1736                 filtering engine for IMAP folders where messages are
1737                 added to the INBOX by a MTA
1738
1739 2003-04-08 [paul]       0.8.11claws78
1740
1741         * src/procmsg.h
1742                 clean up after last commit
1743
1744 2003-04-08 [paul]       0.8.11claws77
1745
1746         * sync with 0.8.11cvs20
1747                 see ChangeLog 2003-04-07 and 2003-04-08
1748
1749 2003-04-07 [christoph]  0.8.11claws76
1750
1751         * src/filtering.[ch]
1752         * src/inc.[ch]
1753         * src/mbox.c
1754         * src/procmsg.[ch]
1755                 add procmsg_msginfo_filter() to execute filtering actions
1756
1757 2003-04-06 [christoph]  0.8.11claws75
1758
1759         * src/imap.c
1760                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1761
1762 2003-04-06 [christoph]  0.8.11claws74
1763
1764         * src/common/utils.[ch]
1765                 add g_int_compare() function for slist sorting
1766
1767         * src/imap.c
1768                 fetch all MsgInfos with one command in imap_get_msginfos()
1769                 using an imap set with a list of ranges
1770
1771         * src/news.c
1772                 use new g_int_compare() function
1773
1774 2003-04-06 [thorsten]   0.8.11claws73
1775
1776         * src/mh.c
1777                 corrected implementation of mh_folder_destroy()
1778
1779 2003-04-05 [christoph]  0.8.11claws72
1780
1781         * src/account.c
1782         * src/folder.[ch]
1783         * src/folderview.c
1784         * src/imap.c
1785         * src/inc.c
1786         * src/main.c
1787         * src/mainwindow.c
1788         * src/mbox_folder.c
1789         * src/mh.c
1790         * src/mimeview.h
1791         * src/msgcache.[ch]
1792         * src/news.c
1793         * src/procmime.h
1794         * src/procmsg.[ch]
1795         * src/setup.c
1796         * src/gtk/gtkutils.c
1797                 o rename structure field names class and new to klass and
1798                   new_msgs, to allow including files in C++
1799                 o add 'extern "C"' block to some header files
1800                 o add MsgInfoList and MsgNumberList as alias for GSList for
1801                   developers to know what type of list is expected
1802
1803         * src/plugins/image_viewer/plugin.c
1804         * src/plugins/image_viewer/viewer.[ch]
1805         * src/plugins/image_viewer/viewerprefs.[ch]
1806                 rename function names to prevent conflicts
1807
1808 2003-04-05 [paul]       0.8.11claws71
1809
1810         * sync with 0.8.11cvs18
1811                 see ChangeLog 2003-04-03 and 2003-04-04
1812
1813 2003-04-02 [christoph]  0.8.11claws70
1814
1815         * src/folder.[ch]
1816         * src/imap.[ch]
1817         * src/mbox_folder.[ch]
1818         * src/mh.[ch]
1819         * src/news.[ch]
1820                 o Make all virtual folder functions private
1821                 o remove unused folder code
1822
1823         * src/common/socket.[ch]
1824         * src/summaryview.c
1825                 fix warnings
1826
1827 2003-03-30 [alfons]     0.8.11claws69
1828
1829         * src/send_message.c
1830                 remove two debug traces and see if people still report
1831                 errors
1832
1833 2003-03-30 [alfons]     0.8.11claws68
1834
1835         * src/send_message.c
1836         * src/commons/session.c
1837                 add more debug traces
1838
1839 2003-03-30 [christoph]  0.8.11claws67
1840
1841         * src/folder.c
1842                 change processing folder name from .processing to processing
1843
1844         * src/common/ssl.c
1845                 disable SSL certificate check because it causes Xlib error
1846                 when the child process want's to open an GTK window
1847
1848 2003-03-30 [christoph]  0.8.11claws66
1849
1850         * src/folder.c
1851                 don't use default folder for processing folder item because
1852                 it can be a non local folder
1853
1854         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1855
1856 2003-03-30 [alfons]     0.8.11claws65
1857
1858         * src/send_message.c
1859                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1860                 to generate bad code for 'send_send_data_progressive': When
1861                 called from 'send_send_data_finished', the 'data' pointer is
1862                 cleared just before the assignment to the dialog pointer
1863
1864 2003-03-29 [christoph]  0.8.11claws64
1865
1866         * src/common/prefs.h
1867         * src/plugins/image_viewer/Makefile.am
1868         * src/plugins/image_viewer/plugin.c
1869         * src/plugins/image_viewer/viewer.[ch]
1870         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1871                 add PrefsPage for ImageViewer
1872
1873 2003-03-28 [thorsten]   0.8.11claws63
1874
1875         * src/common/session.c
1876                 added some comments
1877
1878 2003-03-28 [paul]       0.8.11claws62
1879
1880         * sync with 0.8.11cvs16
1881                 see ChangeLog 2003-03-28
1882
1883 2003-03-28 [paul]       0.8.11claws61
1884
1885         * sync with 0.8.11cvs15
1886                 see ChangeLog 2003-03-28
1887
1888 2003-03-27 [christoph]  0.8.11claws60
1889
1890         * src/folder.c
1891         * src/imap.c
1892         * src/common/socket.[ch]
1893                 set socket state to DISCONNECTED when any operation
1894                 fails to allow reconnecting in IMAP code without
1895                 checking the return code of all calls to the command
1896                 functions
1897
1898         * src/folderview.c
1899         * src/summaryview.c
1900                 remove some more stuff that depends on specific
1901                 folder types
1902
1903 2003-03-27 [paul]       0.8.11claws59
1904
1905         * sync with 0.8.11cvs14
1906                 see ChangeLog 2003-03-27
1907                 
1908         * src/selective_download.[ch]   ** REMOVED **
1909                 really removed
1910
1911 2003-03-27 [christoph]  0.8.11claws58
1912
1913         * src/folder.c
1914                 fix handling of tmp_flags in flag copy function
1915
1916 2003-03-27 [paul]       0.8.11claws57
1917
1918         * sync with 0.8.11cvs13
1919                 see ChangeLog 2003-03-27
1920
1921 2003-03-27 [oliver]     0.8.11claws56
1922
1923         * src/maiwindow.c
1924                 remove sel_download_cb
1925
1926 2003-03-27 [oliver]     0.8.11claws55
1927         
1928         * src/inc.c
1929                 remove POP3_TOP
1930         
1931 2003-03-26 [oliver]     0.8.11claws54
1932
1933         *src/pop.h
1934                 remove POP3_TOP*
1935         * README.claws
1936                 remove selective donwload readme
1937
1938 2003-03-26 [oliver]     0.8.11claws53
1939         * src/matcher.[ch]
1940         * src/matcher_parser_parse.y 
1941         * src/pop.c 
1942         * src/prefs_account.[ch]
1943         * src/prefs_filtering.c
1944                 remove selective donwload
1945
1946 2003-03-26 [oliver]     0.8.11claws52
1947
1948         * src/inc.[ch] 
1949         * src/filtering.c 
1950         * src/mainwindow.c 
1951                 remove selective donwload
1952
1953 2003-03-26 [oliver]     0.8.11claws51
1954         
1955         * src/Makefile.am
1956         * src/selective_download.[ch]   ** REMOVE **    
1957
1958 2003-03-26 [christoph]  0.8.11claws50
1959
1960         * src/news.c
1961                 fix NEWS that got broken by a sync with sylpheed-main
1962
1963 2003-03-26 [christoph]  0.8.11claws49
1964
1965         * src/mimeview.c
1966                 fix mime type guessing when no mime type is found for a file
1967
1968 2003-03-25 [christoph]  0.8.11claws48
1969
1970         * src/mimeview.c
1971         * src/procmime.c
1972                 remove mime type guessing from mime parser and use
1973                 name based mime types in viewer lookup for mime type
1974                 application/octet-stream
1975
1976 2003-03-25 [christoph]  0.8.11claws47
1977
1978         * doc-src/readme.txt
1979         * doc-src/rfc2554.txt
1980                 add RFC about SMTP AUTH
1981
1982         * src/send_message.c
1983         * src/common/smtp.[ch]
1984                 add extra error code for authentication errors and
1985                 clear temporary password when this error occurs
1986
1987         (closes Bug 84 authentication failure while sending should
1988          prompt for password again)
1989
1990 2003-03-25 [christoph]  0.8.11claws46
1991
1992         * configure.ac
1993         * src/Makefile.am
1994         * src/imageview.[ch]                            ** REMOVE **
1995         * src/messageview.[ch]
1996         * src/mimeview.[ch]
1997         * src/prefs_common.[ch]
1998         * src/textview.c
1999         * src/plugins/Makefile.am
2000         * src/plugins/image_viewer/.cvsignore           ** NEW **
2001         * src/plugins/image_viewer/Makefile.am          ** NEW **
2002         * src/plugins/image_viewer/plugin.c             ** NEW **
2003         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2004                 move image viewer into a plugin (building is enabled by default)
2005                 [ToDo: Prefs for resize and autoview]
2006
2007 2003-03-25 [paul]       0.8.11claws45
2008
2009         * sync with 0.8.11cvs12
2010                 see ChangeLog 2003-03-26
2011
2012 2003-03-25 [paul]       0.8.11claws44
2013
2014         * sync with 0.8.11cvs11
2015                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2016                 
2017         Note: Selective Download is broken.
2018                 
2019 2003-03-22 [christoph]  0.8.11claws43
2020
2021         * src/folder.c
2022                 code cleanup for flags copying
2023
2024 2003-03-22 [christoph]  0.8.11claws42
2025
2026         * src/plugins/trayicon/trayicon.c
2027                 fix setting the transparent area when the window size
2028                 is forced by the system tray
2029
2030 2003-03-22 [christoph]  0.8.11claws41
2031
2032         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2033         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2034         * src/plugins/trayicon/newmail.xpm              ** NEW **
2035         * src/plugins/trayicon/nomail.xpm               ** NEW **
2036         * src/plugins/trayicon/trayicon.c
2037         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2038                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2039                 o add icon for unread mails
2040                 o set transparency for window
2041
2042 2003-03-22 [christoph]  0.8.11claws40
2043
2044         * src/news.c
2045                 init news session to prevent crash when session is closed
2046
2047 2003-03-22 [christoph]  0.8.11claws39
2048
2049         * src/imap.c
2050         * src/common/session.[ch]
2051                 Init session data to make sure we don't have invalid pointers
2052                 for read_ch and write_ch when new multi process sessions are
2053                 not used
2054
2055         * src/main.c
2056         * src/common/plugin.c
2057         * src/common/sylpheed.c
2058         * src/plugins/demo/demo.c
2059         * src/plugins/dillo_viewer/dillo_viewer.c
2060         * src/plugins/mathml_viewer/mathml_viewer.c
2061         * src/plugins/spamassassin/spamassassin.c
2062         * src/plugins/spamassassin/spamassassin_gtk.c
2063                 add plugin types to allow loading plugins at different times
2064                 (and maybe for different frontends), because it's not good to
2065                 load GTK-Plugins gefore gtk_init was called
2066
2067         * configure.ac
2068         * src/plugins/Makefile.am
2069         * src/plugins/trayicon/.cvsignore               ** NEW **
2070         * src/plugins/trayicon/Makefile.am              ** NEW **
2071         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2072         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2073         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2074         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2075         * src/plugins/trayicon/trayicon.c               ** NEW **
2076                 New Trayicon plugin that shows an icon in a systray that uses
2077                 XEMBED protocol like Gnome's systray. Icon shows if there
2078                 are new mails and a tooltip shows information about new,
2079                 unread and total messages.
2080
2081 2003-03-22 [paul]       0.8.11claws38
2082
2083         * src/common/smtp.c
2084                 fix ESMTP AUTH CRAM-MD5
2085                 [sync with main (still version 0.8.11cvs6), see
2086                  ChangeLog 2003-03-22]
2087
2088 2003-03-21 [colin]      0.8.11claws37
2089
2090         * src/send_message.c
2091                 Fix USE_SSL => USE_OPENSSL
2092
2093 2003-03-21 [colin]      0.8.11claws36
2094
2095         * src/folderview.c
2096                 Fix counts in drag and dropped subfolders
2097
2098 2003-03-21 [colin]      0.8.11claws35
2099
2100         * src/folder.c 
2101         * src/folderview.c
2102                 speed up a bit folder dnd
2103
2104 2003-03-20 [alfons]     0.8.11claws34
2105
2106         * src/main.c
2107         * src/toolbar.c
2108         * src/procmsg.c
2109                 don't send locked queue messages
2110                 (feature request "[ 705245 ] Locking message in outbox 
2111                  should prevent sending")
2112
2113 2003-03-20 [christoph]  0.8.11claws33
2114
2115         * src/folder.c
2116                 remove NEW and UNREAD flag in special folders when scanning
2117                 
2118         * src/common/smtp.c
2119                 fix ESMTP AUTH CRAM-MD5
2120
2121 2003-03-20 [paul]       0.8.11claws32
2122
2123         * src/prefs_account.c
2124                 Re-write 'Tunnel command to open connection' as
2125                 'Use command to communicate with server', and disable
2126                 it for all except IMAP accounts
2127
2128 2003-03-20 [paul]       0.8.11claws31
2129
2130         * sync with 0.8.11cvs6
2131                 see ChangeLog 2003-03-20
2132
2133 2003-03-19 [match]      0.8.11claws30
2134
2135         * src/addritem.[ch]
2136                 include documentation. minor refactoring.
2137         * src/addr_compl.[ch]
2138         * src/addrindex.[ch]
2139         * src/addresbook.[ch]
2140         * src/summaryview.c
2141                 re-enable address lookup (was disabled in
2142                 0.8.11claws20).
2143
2144 2003-03-19 [christoph]  0.8.11claws29
2145
2146         * src/procmsg.c
2147                 add temp flag handling, will make moving and copying
2148                 messages possible again
2149
2150         * src/folder.c
2151                 correct calulation of folder stats
2152
2153 2003-03-18 [match]      0.8.11claws28
2154
2155         * src/editgroup.h
2156                 remove case sensitive comparison (closes bug 80).
2157
2158 2003-03-18 [christoph]  0.8.11claws27
2159
2160         * src/imap.c
2161                 fix imap using a tunnel command
2162
2163         (closes bug 87)
2164
2165 2003-03-18 [christoph]  0.8.11claws26
2166
2167         * src/folder.[ch]
2168         * src/imap.c
2169         * src/procmsg.[ch]
2170                 rewrite flag handling for folders
2171
2172 2003-03-18 [christoph]  0.8.11claws25
2173
2174         * src/folder.c
2175         * src/procmsg.c
2176         * src/summaryview.c
2177                 unset NEW and UNREAD flags when message is ignored, to make
2178                 sure messages don't show up as unread on other IMAP clients,
2179                 because the IGNORE_THREAD flag can not be syncronized through
2180                 the IMAP folder
2181
2182 2003-03-17 [christoph]  0.8.11claws24
2183
2184         * src/imap.c
2185                 don't use recursion to fetch uids when the number of messages
2186                 does not match. Moved code into subfunction that is used
2187                 again when needed, to prevent an endless loop.
2188
2189 2003-03-17 [thorsten]   0.8.11claws23
2190
2191         * src/imageview.[ch]
2192                 export imageview_get_resized_size() (for plugins)
2193         * src/prefs_common.[ch]
2194                 added prefs_common_get() (for plugins)
2195
2196 2003-03-17 [christoph]  0.8.11claws22
2197
2198         * src/imap.c
2199                 o remove UID guessing from copy code
2200                 o support UIDPLUS extension for APPEND command
2201
2202 2003-03-17 [paul]       0.8.11claws21
2203
2204         * src/gtk/about.c
2205                 remove 'Compiled-plugins' section.
2206                 
2207         * src/plugins/dillo_viewer/dillo_viewer.c
2208                 slight change to description text
2209
2210 2003-03-16 [match]      0.8.11claws20
2211         * src/ldapserver.[ch]           ** NEW **
2212         * src/ldapctrl.[ch]             ** NEW **
2213         * src/ldapquery.[ch]            ** NEW **
2214         * src/ldaputil.[ch]             ** NEW **
2215         * src/addrcindex.[ch]           ** NEW **
2216         * src/addrquery.h               ** NEW **
2217         * src/addritem.[ch]
2218         * src/addrcache.[ch]
2219         * src/addrindex.[ch]
2220         * src/addr_compl.[ch]
2221         * src/addressbook.[ch]
2222         * src/addrbook.[ch]
2223         * src/editgroup.c
2224         * src/editaddress.c
2225         * src/editldap.c
2226         * src/editldap_basedn.c
2227         * src/vcard.c
2228         * src/jpilot.c
2229         * src/Makefile.am
2230                 included dynamic LDAP queries. improved address
2231                 completion.
2232
2233 2003-03-16 [paul]       0.8.11claws19
2234
2235         * tools/multiwebsearch.pl
2236                 fix a fatal typo
2237
2238 2003-03-16 [christoph]  0.8.11claws18
2239
2240         * src/mimeview.c
2241         * src/plugins/dillo_viewer/dillo_viewer.c
2242         * src/plugins/mathml_viewer/mathml_viewer.c
2243                 make unregistering of MimeViewerFactorys possible
2244
2245 2003-03-16 [alfons]     0.8.11claws17
2246
2247         * configure.ac
2248                 correct typo
2249
2250 2003-03-16 [melvin]     0.8.11claws16
2251
2252         * src/plugins/dillo_viewer.c
2253                 Fixed bug where it was not possible to view more than
2254                 one text/html attachment per message (bug discovered
2255                 by Christoph Hohmann).
2256
2257 2003-03-15 [melvin]     0.8.11claws15
2258
2259         * src/prefs_actions.c
2260                 Fixed compilation warnings.
2261
2262 2003-03-15 [melvin]     0.8.11claws14
2263
2264         * src/plugins/Makefile.am
2265         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2266         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2267         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2268                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2269                 newer (http://dillo.auriga.wearlab.de/).
2270
2271 2003-03-15 [christoph]  0.8.11claws13
2272
2273         * src/imap.c
2274                 don't query imap folder for attributes because we already
2275                 for them from imap_status
2276
2277         * src/mimeview.[ch]
2278                 add support for plugable MimeViewers (unloading Viewers
2279                 not yet complete)
2280
2281         * src/plugins/Makefile.am
2282         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2283         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2284         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2285                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2286                 widget from http://helm.cs.unibo.it/mml-widget/
2287
2288 2003-03-14 [christoph]  0.8.11claws12
2289
2290         * src/folder.[ch]
2291                 o error return code's should better be negative
2292                 o replace printf with debug_print
2293
2294         * src/imap.c
2295                 improve IMAP folder scan by checking UID-NEXT
2296
2297         * src/summaryview.c
2298                 remove check that are unnecessary in my opinion
2299
2300 2003-03-13 [christoph]  0.8.11claws11
2301
2302         * src/folder.[ch]
2303         * src/foldersel.c
2304         * src/folderview.c
2305         * src/imap.c
2306         * src/mbox_folder.c
2307         * src/mh.c
2308         * src/news.c
2309         * src/prefs_scoring.c
2310         * src/summaryview.c
2311                 use a common function to get a displayable name
2312                 for a FolderItem
2313
2314 2003-03-13 [paul]       0.8.11claws10
2315
2316         * tools/Makefile.am
2317           tools/README
2318           tools/multiwebsearch.conf     ** NEW FILE **
2319           tools/multiwebsearch.pl       ** NEW FILE **
2320                 add multiwebsearch Actions script
2321
2322 2003-03-13 [colin]      0.8.11claws9
2323
2324         * src/compose.c
2325                 Remove leading emtpy lines from quoted text
2326                 before quoting it
2327
2328 2003-03-13 [melvin]     0.8.11claws8
2329
2330         * src/prefs_actions.c
2331                 Fixed a memory leak
2332                 Code clean ups
2333                 Added Cancel and OK buttons
2334                 Corrected help text
2335
2336 2003-03-13 [christoph]  0.8.11claws7
2337
2338         * src/account.c
2339         * src/folder.[ch]
2340         * src/imap.c
2341         * src/mainwindow.c
2342         * src/mbox_folder.c
2343         * src/mh.c
2344         * src/news.c
2345         * src/setup.c
2346                 replace more folder type stuff with folder class stuff
2347
2348 2003-03-13 [melvin]     0.8.11claws6
2349
2350         * src/prefs_actions.c
2351                 Added new tokens:
2352                 %u: user provided argument
2353                 %h: user provided argument (hidden on input)
2354                 %s: current text selection in the message view 
2355
2356 2003-03-13 [paul]       0.8.11claws5
2357
2358         * sync with 0.8.11cvs5
2359                 see ChangeLog 2003-03-11, 2003-03-12
2360
2361 2003-03-12 [christoph]  0.8.11claws4
2362
2363         * src/folder.c
2364                 use folder class idstr when writing folderlist.xml
2365
2366         * src/folder.h
2367         * src/imap.c
2368         * src/news.c
2369                 replace folder type checks with folder class checks
2370
2371 2003-03-12 [christoph]  0.8.11claws3
2372
2373         * src/folder.[ch]
2374         * src/imap.[ch]
2375         * src/main.c
2376         * src/mbox_folder.[ch]
2377         * src/mh.[ch]
2378         * src/news.[ch]
2379                 o create a list of known folder classes in the folder system
2380                 o use folder class id strings for folder item identifiers
2381
2382 2003-03-12 [christoph]  0.8.11claws2
2383
2384         * src/imap.c
2385                 fix imap uid validity check
2386
2387 2003-03-12 [christoph]  0.8.11claws1
2388
2389         * src/account.c
2390         * src/folder.[ch]
2391         * src/foldersel.c
2392         * src/folderview.c
2393         * src/imap.c
2394         * src/mainwindow.c
2395         * src/mbox_folder.c
2396         * src/mh.c
2397         * src/news.c
2398         * src/prefs_scoring.c
2399         * src/procmsg.c
2400         * src/setup.c
2401         * src/summaryview.c
2402                 initial restructuring of folder system, seperating
2403                 folders and folder classes
2404
2405 2003-03-12 [paul]       0.8.11claws
2406
2407         0.8.11claws release
2408
2409 2003-03-12 [christoph]
2410
2411         * src/gtk/prefswindow.c
2412                 fix translation of "Page Index"
2413
2414 2003-03-12 [paul]       0.8.10claws110
2415
2416         a sync from 0.8.11cvs4 before the release
2417
2418         * src/common/utils.c
2419                 subject_compare_for_sort(): allow null strings (fixes
2420                 summary sorting).
2421
2422 2003-03-11 [paul]       0.8.10claws109
2423
2424         * po/es.po
2425                 update Spanish translation, submitted by
2426                 Ricardo Mones Lastra
2427
2428 2003-03-11 [melvin]     0.8.10claws108
2429
2430         * po/fr.po
2431                 Updated French translations
2432
2433 2003-03-11 [paul]       0.8.10claws107
2434
2435         * manual/en/Makefile.am
2436           manual/en/*.html
2437                 update English manual, add a new page
2438                 updated by Francois Barriere <fbarriere@atmel.fr>
2439                 
2440         * po/bg.po
2441           po/it.po
2442           po/sr.po
2443                 update Bulgarian, Italian, and Serbian translations
2444                 submitted by George Danchev, Alessandro Maestri, and
2445                 Urke MMI
2446
2447 2003-03-10 [paul]       0.8.10claws106
2448
2449         * src/gtk/about.c
2450           src/gtk/prefswindow.c
2451                 make some strings translatable
2452
2453 2003-03-10 [darko]      0.8.10claws105
2454
2455         * src/compose.c
2456                 code cleanup to make Hiro happy
2457
2458 2003-03-10 [paul]       0.8.10claws104
2459
2460         * sync with 0.8.11cvs2
2461                 see ChangeLog 2003-03-10
2462
2463 2003-03-09 [melvin]     0.8.10claws103
2464
2465         * src/textview.c
2466                 textview_set_font(): fix for message display in
2467                 UTF-8 locales (thanks to Sergey Vlasov).
2468                 (was unintentionnaly reverted in 0.8.6claws6)   
2469
2470 2003-03-08 [darko]      0.8.10claws102
2471
2472         * src/compose.c
2473                 fix infinite loop in wrapping as reported
2474                 by happycactus
2475                 obsoletes patch #696482
2476
2477 2003-03-08 [christoph]  0.8.10claws101
2478
2479         * src/imap.c
2480                 add workaround for IMAP servers that do not
2481                 support the "UID SEARCH UID" command
2482
2483 2003-03-07 [christoph]  0.8.10claws100
2484
2485         * src/plugins/spamassassin/spamassassin.[ch]
2486         * src/plugins/spamassassin/spamassassin_gtk.c
2487                 code cleanup
2488
2489 2003-03-07 [paul]       0.8.10claws99
2490
2491         * po/es.po
2492                 updated Spanish translation, submitted by
2493                 Ricardo Mones Lastra
2494
2495 2003-03-07 [christoph]  0.8.10claws98
2496
2497         * src/send.c
2498                 fix in 0.8.10claws94 was wrong
2499                 local delivery does not require escaping, remove escaping
2500                 code to make signatures of mails with "." lines valid
2501                 
2502                 NOTE: requires that sendmail is executed with "-i" option,
2503                       what is the default now, but has to be changed in all
2504                       exsiting accounts)
2505
2506 2003-03-07 [paul]       0.8.10claws97
2507
2508         * sync with 0.8.11 release
2509                 see ChangeLog 2003-03-07
2510
2511 2003-03-06 [paul]       0.8.10claws96
2512
2513         * src/compose.c
2514                 revert commit 0.8.10claws92
2515
2516 2003-03-06 [paul]       0.8.10claws95
2517
2518         * src/folderview.c
2519                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2520
2521         * src/gtkaspell.c
2522                 fix bug 74, 'Crash opening editor window with pseudo-color
2523                 display'
2524                 
2525         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2526
2527 2003-03-06 [christoph]  0.8.10claws94
2528
2529         * src/send.c
2530                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2531                 all lines starting with a period get an extra period
2532                 inserted
2533                 (found by Simon 'corecode' Schubert)
2534
2535 2003-03-06 [paul]       0.8.10claws93
2536
2537         * src/folderview.c
2538                 if configured font can't be loaded fall back to gtk
2539                 default. (with thanks to Christoph)
2540                 
2541                 closes long-standing bug 15 'Crashes on startup'
2542
2543 2003-03-06 [paul]       0.8.10claws92
2544
2545         * src/compose.c
2546                 freeze text before autosave and thaw afterwards
2547                 fixes bug 67 'autosave make re-rediting message crazy'
2548
2549 2003-03-06 [christoph]  0.8.10claws91
2550
2551         * src/compose.c
2552                 ignore address comment in dupe check for Cc-list
2553
2554         (closes reopened bug 47 Replying to message strips name part of
2555          e-mail addresses of Cc: lines)
2556
2557 2003-03-06 [paul]       0.8.10claws90
2558
2559         * src/Makefile.am
2560                 remove reference to gtkxtext.h as its no longer in
2561                 the repository
2562
2563 2003-03-06 [paul]       0.8.10claws89
2564
2565         * sync with 0.8.10cvs25
2566                 see ChangeLog 2003-03-06
2567
2568 2003-03-06 [oliver]     0.8.10claws88
2569         
2570         * src/messageview.c
2571                 remove include
2572
2573 2003-03-06 [oliver]     0.8.10claws87
2574         
2575         * src/folderview.c 
2576                 remove changes introduced inclaws74
2577         * src/messageview.c
2578                 another attempt to sanely delete and update
2579                 messages deleted in separate messageview
2580
2581 2003-03-05 [christoph]  0.8.10claws86
2582
2583         * src/summaryview.c
2584                 check if "From" matches any account's address if
2585                 addressbook completion of addresses is disabled too
2586
2587         (closes Bug 70 "Display recipient in from" doesn't check
2588          folder's default account)
2589
2590 2003-03-05 [christoph]  0.8.10claws85
2591
2592         * src/compose.c
2593         * src/common/utils.[ch]
2594                 don't strip address comments when building Cc lists
2595
2596         (closes Bug 47 Replying to message strips name part of e-mail addresses
2597          of Cc: lines)
2598
2599         * src/folder.c
2600                 fix return value of copy function
2601
2602 2003-03-05 [christoph]  0.8.10claws84
2603
2604         * src/imap.c
2605                 don't ask imap server for non rfc822 headers
2606
2607         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2608
2609         * src/imap.c
2610                 destroy session on socket error to allow reconnecting
2611
2612 2003-03-05 [christoph]  0.8.10claws83
2613
2614         * configure.ac
2615                 fix building with gnome when no prefix is set
2616
2617         (closes bug 66 Gnome directory is set to NONE)
2618
2619 2003-03-05 [paul]       0.8.10claws82
2620
2621         * sync with 0.8.10cvs23
2622                 see ChangeLog 2003-03-05
2623
2624 2003-03-04 [christoph]  0.8.10claws81
2625
2626         * src/folder.c
2627                 o fix moving and copying when folder returns 0 for new
2628                   message number
2629                 o remove some code for single message copy and move
2630                   operations and use functions for multiple messages
2631
2632         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2633
2634         * src/news.c
2635                 remove unused include
2636
2637 2003-03-04 [paul]       0.8.10claws80
2638
2639         * src/gtk/about.c
2640                 list 'Compiled plugins'
2641
2642 2003-03-03 [christoph]  0.8.10claws79
2643
2644         * src/news.[ch]
2645                 have to multiply the percentage of the current fetch with
2646                 the percentage that it has of the total fetch operation
2647                 for correct values
2648
2649 2003-03-03 [christoph]  0.8.10claws78
2650
2651         * src/news.c
2652                 fix calculation of expected lines for progress indicator
2653
2654 2003-03-03 [christoph]  0.8.10claws77
2655
2656         * src/summaryview.c
2657         * src/common/utils.c
2658                 fix segfault when opening the root news folder
2659
2660 2003-03-03 [christoph]  0.8.10claws76
2661
2662         * src/mainwindow.[ch]
2663         * src/common/Makefile.am
2664         * src/common/progressindicator.[ch]
2665                 add UI independent progress indicator handling
2666
2667         * src/news.[ch]
2668                 use new progress indicator for message info fetching
2669
2670         * src/common/hooks.h
2671                 code cleanup
2672
2673 2003-03-03 [oliver]     0.8.10claws75
2674
2675         * src/toolbar.c
2676         * src/compose.c
2677                 removed commented code
2678
2679 2003-03-03 [oliver]     0.8.10claws74
2680
2681         * src/toolbar.[ch]
2682                 cleanups and refactoring
2683         * src/compose.[ch]
2684                 compose_reply_mode reply & forwarding interface for
2685                 toolbar buttons
2686         * src/folderview.c
2687                 act on messages marked for deletion in folderview_selected
2688                 based on prefs_common.immediate_exec since a message might 
2689                 have been deleted by messageview in a folder we are changing 
2690                 to (does anybody understand what I'm on about ?)
2691
2692 2003-03-03 [oliver]     0.8.10claws73
2693         
2694         * src/messageview.[ch]
2695                 new functions
2696                 - messageview_delete: delete message shown in messagview
2697                 - messageview_update_view: update messageview to currently 
2698                   selected summaryview message
2699                 - add separate messageview to msgview_list in order to update 
2700                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2701         * src/summaryview.[ch]
2702                 summary_get_selection returns a list of selected msgs
2703                 in summaryview
2704         * src/mainwindow.c
2705                 toolbar reply refactoring
2706
2707 2003-03-03 [paul]       0.8.10claws72
2708
2709         * sync with 0.8.10cvs21
2710                 see ChangeLog 2003-03-03
2711
2712 2003-03-02 [christoph]  0.8.10claws71
2713
2714         * src/common/passcrypt.c
2715                 use POSIX includes
2716
2717 2003-03-02 [christoph]  0.8.10claws70
2718
2719         * configure.ac
2720         * src/prefs_account.c
2721         * src/prefs_gtk.[ch]
2722         * src/common/.cvsignore
2723         * src/common/Makefile.am
2724         * src/common/passcrypt.c                ** NEW **
2725         * src/common/passcrypt.h.in             ** NEW **
2726                 Implement password encryption in config files
2727                 using unix encrypt and setkey functions. The crypt
2728                 key can be set as a configure parameter. Old
2729                 passwords will be converted if they do not begin
2730                 with '!'
2731
2732 2003-03-02 [paul]       0.8.10claws69
2733
2734         * src/prefs_account.c
2735                 fix compile error
2736
2737 2003-03-01 [thorsten]   0.8.10claws68
2738
2739         * po/el.po
2740           po/hr.po
2741           po/it.po
2742           po/nl.po
2743           po/sr.po
2744           po/sv.po
2745                 corrected format strings
2746         * po/en_GB.po
2747                 corrected headers
2748                 (fix compile errors with GNU gettext-0.11.5)
2749
2750 2003-03-01 [oliver]     0.8.10claws67
2751
2752         * src/summaryview.c
2753                 menu callbacks call toolbar_menu_reply
2754
2755 2003-03-01 [oliver]     0.8.10claws66
2756
2757         * src/mainwindow.c
2758         * src/messageview.c
2759                 menu callbacks call toolbar_menu_reply
2760         * src/toolbar.[ch]
2761                 callbacks from menu handled by toolbar_menu_reply
2762
2763 2003-03-01 [paul]       0.8.10claws65
2764
2765         * src/addressbook.c
2766                 revert commit 0.8.10claws54 - breaks editing of
2767                 addressbook.
2768                 
2769         * po/bg.po
2770                 update Bulgarian translation, submitted by
2771                 George Danchev
2772
2773 2003-02-28 [christoph]  0.8.10claws64
2774
2775         * src/account.c
2776         * src/addressadd.c
2777         * src/compose.c
2778         * src/gtkaspell.c
2779         * src/gtkxtext.h                ** REMOVE **
2780         * src/imap.c
2781         * src/matcher.[ch]
2782         * src/mh.c
2783         * src/news.c
2784         * src/pine.c
2785         * src/prefs_common.c
2786         * src/prefs_matcher.c
2787         * src/procheader.[ch]
2788         * src/procmsg.[ch]
2789         * src/toolbar.c
2790         * src/common/ssl_certificate.c
2791         * src/gtk/colorlabel.c
2792         * src/gtk/menu.c
2793                 o fix warnings
2794                 o remove code obsoleted by new cache and folder system rework
2795
2796 2003-02-28 [oliver]     0.8.10claws63
2797         
2798         * src/toolbar.[ch]
2799                 * fix bug where reply in Messageview replied to 
2800                 Message displayed in summaryview
2801                 (reportedd via ML by chinatinte at gmx dot ch)
2802                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2803                 didn't work in separate MessageView Toolbar
2804                 (wondering if anybody uses this at all ?)
2805         * src/summaryview.[ch]
2806                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2807                 (generalize reply and forward code);
2808         * src/messageview.c 
2809                 remove focus_in event which updated summaryview to messageview
2810
2811 2003-02-28 [paul]       0.8.10claws62
2812
2813         * po/Makefile.in.in
2814                 add the --check option
2815                 Patch submitted by Ricardo Mones Lastra
2816
2817 2003-02-28 [paul]       0.8.10claws61
2818
2819         * src/prefs_account.c
2820                 re-order 'Signature' items
2821
2822 2003-02-28 [paul]       0.8.10claws60
2823
2824         * sync with 0.8.10cvs20
2825                 see ChangeLog 2003-02-28
2826
2827 2003-02-28 [paul]       0.8.10claws59
2828
2829         * po/POTFILES.in
2830                 update to reflect recent movement of files
2831
2832 2003-02-28 [paul]       0.8.10claws58
2833
2834         * sync with 0.8.10cvs19
2835                 see ChangeLog 2003-02-28
2836
2837 2003-02-27 [martin]     0.8.10claws57
2838
2839         * src/prefs_matcher.c 
2840                 fix segfault in prefs_matcher_ok() when the
2841                 last entry is deleted and prevents that the
2842                 message "entry not saved" comes up after deleting
2843                 an entry
2844
2845 2003-02-27 [martin]     0.8.10claws56
2846
2847         * src/prefs_filtering.c 
2848                 fix segfault in prefs_filtering_ok() when the
2849                 last entry is deleted and prevents that the
2850                 message "entry not saved" comes up after deleting
2851                 an entry
2852
2853 2003-02-27 [paul]       0.8.10claws55
2854
2855         * sync with 0.8.10cvs18
2856                 see ChangeLog 2003-02-27
2857
2858 2003-02-27 [paul]       0.8.10claws54
2859
2860         * src/addressbook.c
2861                 fix bug where the address book crashes with 
2862                 multiple lookups.
2863                 Patch [687729] submitted by David Frager 
2864                 <dbfrager@users.sourceforge.net>
2865
2866 2003-02-25 [christoph]  0.8.10claws53
2867
2868         * src/Makefile.am
2869         * src/colorlabel.[ch]           ** REMOVE **
2870         * src/gtk/Makefile.am
2871         * src/gtk/colorlabel.[ch]       ** NEW **
2872                 move colorlabel files to gtk directory
2873
2874         * src/esmtp.[ch]                ** REMOVE **
2875                 has been merged into smtp.[ch] in 0.7.5
2876
2877 2003-02-25 [christoph]  0.8.10claws52
2878
2879         * src/Makefile.am
2880         * src/about.[ch]                ** REMOVE **
2881         * src/gtk/Makefile.am
2882         * src/gtk/about.[ch]            ** NEW **
2883                 move about files to gtk directory
2884
2885 2003-02-25 [christoph]  0.8.10claws51
2886
2887         * src/folder.c
2888                 some code optimization of folder scanning code
2889
2890         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2891
2892 2003-02-25 [christoph]  0.8.10claws50
2893
2894         * src/main.c
2895         * src/common/sylpheed.c
2896                 add command line parameter parsing to common code
2897
2898 2003-02-24 [christoph]
2899
2900         * Makefile.am
2901         * configure.ac
2902                 fix gnome prefix problems, the configure script now removed
2903                 `gnome-config --prefix` from `gnome-config --datadir`
2904                 and adds $(prefix} instead
2905
2906         (closes Bug 24 Makefile does not respect prefix when installing
2907          GNOME data)
2908
2909 2003-02-24 [christoph]  0.8.10claws49
2910
2911         * src/news.c
2912                 check for valid session before trying to authenticate
2913
2914         (closes Bug 60 crash if "authenticate on logon" is activated
2915          and newsserver-hostname is not valid)
2916
2917 2003-02-24 [melvin]     0.8.10claws48
2918
2919         * src/prefs_actions.c
2920                 Make sure all user's input is sent to the action and then
2921                 close the socket..
2922
2923 2003-02-23 [alfons]     0.8.10claws46
2924
2925         * src/summaryview.c
2926                 also wait cursor when deleting files
2927
2928 2003-02-23 [paul]
2929
2930         * tools/freshmeat_search.pl
2931           tools/google_search.pl
2932                 scripts should now work for any browser/browser command line
2933
2934 2003-02-22 [christoph]  0.8.10claws45
2935
2936         * src/procmsg.c
2937                 fix IMAP flag setting, IMAP flag is not handled correctly
2938                 anymore by the folder system and information about the
2939                 folder should not be saved in the MsgInfo (in my opinion)
2940
2941         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2942
2943 2003-02-22 [christoph]  0.8.10claws44
2944
2945         * src/summaryview.c
2946                 fix spelling of "label" ;-)
2947
2948 2003-02-22 [thorsten]   0.8.10claws43
2949
2950         * src/mimeview.c
2951           src/prefs_common.[ch]
2952           src/procmime.[ch]
2953                 do not use description as attachment name
2954
2955 2003-02-22 [alfons]     0.8.10claws42
2956
2957         * src/summaryview.c
2958                 freeze/thaw folder item updates when changing color labels,
2959                 and put a wait cursors on
2960
2961 2003-02-22 [thorsten]   0.8.10claws41
2962
2963         * src/mimeview.c
2964                 save-all fixes: crash if invoked on multipart container,
2965                 mimeinfo access, pathseparators, error dialog
2966
2967 2003-02-21 [alfons]     0.8.10claws40
2968
2969         * src/prefs_gtk.c
2970                 remove unused var
2971
2972 2003-02-21 [colin]      0.8.10claws39
2973
2974         * src/send.c
2975                 Fix smtp logging
2976
2977 2003-02-21 [colin]      0.8.10claws38
2978
2979         * src/summaryview.c
2980                 Freeze/thaw folderItem updates when filtering messages 
2981                 via Tools/Filter messages
2982
2983 2003-02-21 [paul]       0.8.10claws37
2984
2985         * src/compose.c
2986                 revert commit 0.8.10claws26, there are ulterior motives
2987                 for users to set a Reply-To header when posting to
2988                 newsgroups
2989
2990 2003-02-21 [paul]       0.8.10claws36
2991
2992         * sync with 0.8.10cvs17
2993                 see ChangeLog 2003-02-21
2994
2995 2003-02-20 [christoph]  0.8.10claws35
2996
2997         * src/imap.c
2998                 IMAP UID fetch speedup using SEARCH
2999
3000         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3001
3002         * src/imap.c
3003                 fix problem with UIDs in IMAP UID cache that no longer existed
3004
3005 2003-02-20 [christoph]  0.8.10claws34
3006
3007         * src/imap.c
3008         * src/procheader.c
3009         * src/procheader.h
3010                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3011
3012         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3013
3014         * src/imap.c
3015                 Rewrite imap_cmd_gen_recv use sock_getline instead
3016                 of sock_gets to avoid problems with too long reply
3017                 lines
3018     
3019 2003-02-20 [colin]      0.8.10claws33
3020         
3021         * src/prefs_account.c
3022                 Better wording
3023
3024 2003-02-20 [colin]      0.8.10claws32
3025
3026         * src/compose.c
3027                 Remove useless '&& !to_sender' 
3028
3029 2003-02-20 [darko]
3030
3031         * AUTHORS
3032                 change my e-mail address
3033
3034 2003-02-19 [colin]      0.8.10claws31
3035
3036         * src/prefs_common.c
3037                 X11 style colors for every configurable color
3038
3039 2003-02-19 [alfons]     0.8.10claws30
3040
3041         * src/prefs_gtk.[ch]
3042         * src/prefs_common.c
3043                 for color_new accept both plain integers and X11 style color
3044                 names (as found in /usr/lib/X11/rgb.txt)
3045
3046 2003-02-19 [paul]       0.8.10claws29
3047
3048         * src/mainwindow.c
3049                 add tooltips to online/offline button and account selector
3050                 button
3051
3052 2003-02-19 [paul]       0.8.10claws28
3053
3054         * src/folder.c
3055           src/news.c
3056           src/prefs_account.[ch]
3057           src/prefs_common.[ch]
3058                 move 'Maximum number of articles to download' to
3059                 account prefs.
3060                 clean up account prefs gui a little by hiding entries
3061                 rather then greying out entries
3062
3063 2003-02-19 [hiro]       0.8.10claws27
3064
3065         * src/common/utils.c
3066                 fix bug #54 'yesterdays date is displayed in the message 
3067                 summary window'
3068
3069 2003-02-19 [paul]       0.8.10claws26
3070
3071         * src/compose.c
3072                 fix bug reported in Feature Request [688596] 
3073                 'Reply-to header in news'
3074
3075 2003-02-18 [paul]       0.8.10claws25
3076
3077         * src/select-keys.c
3078                 add a 'List all keys' button to key selection dialog
3079
3080 2003-02-18 [colin]      0.8.10claws24
3081         
3082         * src/stock_pixmap.c
3083                 fix compile error
3084
3085 2003-02-18 [colin]      0.8.10claws23
3086
3087         * src/common/smtp.[ch]
3088           src/prefs_account.c
3089                 Try to starttls if it seems to be the only
3090                 way to authenticate a user
3091
3092 2003-02-18 [paul]       0.8.10claws22
3093
3094         * src/Makefile.am
3095           src/folderview.c
3096           src/stock_pixmap.[ch]
3097           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3098           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3099                 as a Drafts folder is a special folder allow it to have
3100                 its own unique icons
3101
3102 2003-02-18 [colin]      0.8.10claws21
3103
3104         * src/imap.c
3105                 Fix port selection when using starttls
3106
3107 2003-02-18 [paul]       0.8.10claws20
3108
3109         * src/mainwindow.c
3110           src/prefs_common.[ch]
3111                 make blue the default new mail colour
3112
3113 2003-02-18 [paul]       0.8.10claws19
3114
3115         * sync with 0.8.10cvs14
3116                 see ChangeLog 2003-02-18
3117
3118 2003-02-17 [jens]       0.8.10claws18
3119
3120         * src/common/md5.c
3121                 fixed a compile problem with gcc 3.3
3122                 works on 2.95.3 too (testet on PPC as it is big endian)
3123
3124 2003-02-17 [paul]       0.8.10claws17
3125
3126         * sync with 0.8.10cvs13
3127                 see ChangeLog 2003-02-17
3128
3129 2003-02-17 [paul]       0.8.10claws16
3130
3131         * sync with 0.8.10cvs12
3132                 see ChangeLog 2003-02-17
3133
3134 2003-02-16 [match]      0.8.10claws15
3135
3136         * src/addressbook.c
3137                 Eliminates reloading of address data when items
3138                 deleted or added. Applied submitted by
3139                 Luke Plant <lukeplant@softhome.net>
3140
3141 2003-02-16 [paul]       0.8.10claws14
3142
3143         * src/news.c
3144                 when a 'protocol error' is encountered disconnect from
3145                 the server. This means that the user can carry on viewing
3146                 other articles and doesn't have to either wait until the
3147                 server timesout or quit sylpheed.
3148                 Fixes bug #53 'Unable to read messages in newsgroups, 
3149                 displayed message doesn't change'
3150
3151 2003-02-15 [christoph]  0.8.10claws13
3152
3153         * src/imap.c
3154                 fix bug that stopped scanning of folders when an
3155                 IMAP folder was empty
3156
3157         (closes bug 46 stop scan messages in folders after empty folder)
3158
3159 2003-02-15 [paul]
3160
3161         * tools/Makefile.am
3162           tools/README
3163           tools/freshmeat_search.pl     ** NEW FILE **
3164           tools/google_search.pl        ** NEW FILE **
3165                 Add 2 Actions scripts which search freshmeat/google
3166                 for the selected text using the browser configured
3167                 in sylpheedrc.
3168                 
3169         Note: These scripts are very dependent on the format of the
3170         browser command and may not work on every occasion. Testing
3171         is welcome. 
3172
3173 2003-02-14 [alfons]     0.8.10claws12
3174
3175         * src/compose.c
3176                 fix breakage because of uninitialized account pointer.
3177                 please verify.
3178
3179 2003-02-14 [paul]       0.8.10claws11
3180
3181         * src/compose.c
3182           src/prefs_account.[ch]
3183           src/prefs_common.[ch]
3184                 move signature settings to Account Prefs
3185
3186 2003-02-14 [paul]       0.8.10claws10
3187
3188         * sync with 0.8.10cvs11
3189                 see ChangeLog 2003-02-14
3190
3191 2003-02-13 [thorsten]   0.8.10claws9
3192
3193         * src/news.c
3194                 revert news progressbar (GUI separation)
3195
3196 2003-02-13 [paul]       0.8.10claws8
3197
3198         * src/compose.c
3199                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3200                 paragraph 1
3201
3202 2003-02-13 [paul]       0.8.10claws7
3203
3204         * src/compose.[ch]
3205           src/summaryview.c
3206                 fix 'Follow-up and Reply-to' so that it creates a reply to
3207                 the newsgroup and the sender. If the message has the keyword
3208                 'poster' in the Followup-To header, all replies go to the
3209                 sender, re: RFC 1036, Section 2.2.3
3210                 rename all instances of 'ignore_replyto' to 'to_sender', both
3211                 were previously used, now we use just one.
3212
3213 2003-02-13 [paul]       0.8.10claws6
3214
3215         * sync with 0.8.10cvs9
3216                 see ChangeLog 2003-02-13
3217
3218 2003-02-13 [paul]       0.8.10claws5
3219
3220         * configure.ac
3221                 show which plugins are configured in the configure
3222                 output.
3223
3224 2003-02-12 [thorsten]   0.8.10claws4
3225
3226         * src/news.c
3227                 show progress while fetching news headers
3228
3229 2003-02-12 [christoph]  0.8.10claws3
3230
3231         * configure.ac
3232         * src/plugins/Makefile.am
3233                 use AM_CONDITIONAL to enable plugins, automake correctly
3234                 manages this when creating distdir
3235
3236 2003-02-12 [christoph]  0.8.10claws2
3237
3238         * ac/spamassassin.m4
3239         * src/plugins/spamassassin/Makefile.am
3240                 fix building SpamAssassin plugin without OpenSSL
3241
3242 2003-02-12 [paul]       0.8.10claws1
3243
3244         * ac/Makefile.am
3245           src/Makefile.am
3246           src/plugins/Makefile.am
3247                 fix failure of 'make release'
3248
3249 2003-02-12 [paul]       0.8.10claws
3250
3251         * 0.8.10claws released
3252
3253 2003-02-12 [paul]       0.8.9claws56
3254
3255         * po/bg.po
3256           po/es.po
3257           po/it.po
3258           po/ru.po
3259           po/sr.po
3260                 updated translations by George Danchev, Ricardo Mones Lastra,
3261                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3262                 
3263         * sylpheed.spec.in
3264                 Allow the building of RPMs by a regular user. Submitted
3265                 by Sergei Astanin
3266
3267 2003-02-11 [alfons]     0.8.9claws55
3268
3269         * src/colorlabel.c
3270                 don't use pixmaps for label color rect but draw rectangles
3271                 so we can respect the color map of palette based visuals
3272                 (fixes the long time crashes on Suns - thanks to Andreas
3273                 Engel and Steve O'Hara-Smith for testing)
3274
3275 2003-02-11 [christoph]  0.8.9claws54
3276
3277         * src/matcher_parser_parse.y
3278                 correct bug where filering rules of not existing folders in
3279                 matcherrc were added to global filtering
3280                 
3281         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3282          main filter-rules after removing directory, http://bugs.debian.org/180253)
3283         
3284 2003-02-11 [paul]       0.8.9claws53
3285
3286         * sync with 0.8.10cvs7
3287                 see ChangeLog 2003-02-09
3288
3289 2003-02-11 [melvin]     0.8.9claws52
3290
3291         * po/fr.po
3292                 Updated French tranlsations
3293
3294 2003-02-10 [paul]       0.8.9claws51
3295
3296         * sylpheed.spec.in
3297                 correct --enable-openssl
3298                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3299
3300 2003-02-09 [martin]     0.8.9claws50
3301
3302         * src/prefs_matcher.c
3303                 fix segfault in prefs_matcher_substitute_cb() when
3304                 no row is selected
3305
3306 2003-02-09 [paul]       0.8.9claws49
3307
3308         * src/folderview.c
3309                 fix bug where a newsgroup folder's processing rules were
3310                 merged with the global filtering rules when the newsgroup
3311                 folder was deleted, causing some seriously bad results,
3312                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3313
3314 2003-02-08 [melvin]     0.8.9claws48
3315
3316         * src/compose.c
3317                 Corrected and modified an alert message.
3318
3319 2003-02-07 [paul]       0.8.9claws47
3320
3321         * src/folderview.c
3322                 fix bug where both an 'Account properties' window and a
3323                 'Folder properties' window were opened when clicking on
3324                 'Properties' in an NNTP or IMAP folder's popup menu.
3325
3326 2003-02-07 [paul]       0.8.9claws46
3327
3328         * sync with 0.8.10cvs6
3329                 see ChangeLog 2003-02-06
3330
3331 2003-02-06 [christoph]  0.8.9claws45
3332
3333         * src/mbox.c
3334                 freeze folder updates while importing mbox files
3335                 (closes bug 43 importing mbox took hours)
3336                 
3337         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3338
3339 2003-02-06 [thorsten]   0.8.9claws44
3340
3341         * po/de.po
3342                 Updated german translations
3343
3344 2003-02-06 [thorsten]   0.8.9claws43
3345
3346         * src/news.h
3347                 use guint for message numbers (fix count in grouplist dialog)
3348
3349 2003-02-05 [paul]       0.8.9claws42
3350
3351         * sync with 0.8.10cvs2
3352                 see ChangeLog 2003-02-05
3353
3354 2003-02-04 [colin]      0.8.9claws41
3355
3356         * src/prefs_common.[ch]
3357           src/procmsg.c
3358           src/summaryview.c
3359                 Add an option to disable threading by subject
3360
3361 2003-02-04 [christoph]  0.8.9claws40
3362
3363         * src/inc.c
3364                 only abort fetching mails from multiple accounts when the
3365                 error is fatal and does not allow to check any more accounts
3366                 (currently only disk full error)
3367
3368         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3369          receive mails for other accouts)
3370
3371 2003-02-04 [christoph]  0.8.9claws39
3372
3373         * src/folder.c
3374                 first add the new message to the cache, then
3375                 send the update notification
3376
3377         (closes bug 39 after sending message folderview doesnt get updated)
3378
3379 2003-02-04 [colin]      0.8.9claws38
3380
3381         * src/inc.c
3382                 _really_ fix this Connecting... status
3383
3384 2003-02-04 [paul]       0.8.9claws37
3385
3386         * sync with 0.8.10
3387                 see ChangeLog 2003-02-04
3388
3389 2003-02-04 [paul]       0.8.9claws36
3390
3391         * sync with 0.8.9cvs6
3392                 see ChangeLog 2003-02-03
3393
3394 2003-02-04 [paul]       0.8.9claws35
3395
3396         * po/pt_BR.po
3397                 updated by André Filipe de Assunção e Brito 
3398                 <bedecko@netsite.com.br>
3399
3400 2003-02-03 [thorsten]   0.8.9claws34
3401
3402         * po/de.po
3403                 Updated german translations
3404
3405 2003-02-02 [paul]       0.8.9claws33
3406
3407         * po/es.po
3408                 updated by Ricardo Mones Lastra
3409
3410 2003-02-02 [thorsten]   0.8.9claws32
3411
3412         * src/mh.c
3413                 Fix mh_get_msginfo() segfault if file is inaccessible
3414
3415 2003-01-31 [colin]      0.8.9claws31
3416
3417         * src/procheader.c
3418                 Fix last commit's bug
3419
3420 2003-01-31 [colin]      0.8.9claws30
3421
3422         * src/procheader.c
3423                 Missing a change for gpg-signed messages
3424
3425 2003-01-31 [paul]       0.8.9claws29
3426
3427         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3428           src/procheader.c
3429           src/stock_pixmap.[ch]
3430           src/summaryview.c
3431                 indicate GnuPG signed messages by displaying an icon
3432                 in the Attachment column.
3433
3434 2003-01-31 [paul]       0.8.9claws28
3435
3436         * sync with 0.8.9cvs4
3437                 see ChangeLog 2003-01-31
3438
3439 2003-01-31 [alfons]     0.8.9claws27
3440
3441         * src/textview.c
3442                 tune URI parser to accept mailto URLs with a '?'
3443                 (patch from Ruslan Balkin)
3444
3445 2003-01-31 [colin]      0.8.9claws26
3446
3447         * src/summaryview.c
3448                 Fix a leak introduced in claws24
3449
3450 2003-01-31 [colin]      0.8.9claws25
3451
3452         * src/summaryview.c
3453                 Freeze/Thaw folder updates when deleting dups
3454
3455 2003-01-31 [colin]      0.8.9claws24
3456         
3457         * src/addr_compl.c
3458           src/summaryview.c
3459           src/msgcache.c
3460                 little speed improvements
3461
3462 2003-01-31 [colin]      0.8.9claws23
3463
3464         * src/summaryview.c
3465                 Fix segfault when forwarding nothing
3466                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3467                 
3468 2003-01-30 [paul]       0.8.9claws22
3469
3470         * sync with 0.8.9cvs3
3471                 see ChangeLog 2003-01-30
3472
3473 2003-01-30 [paul]       0.8.9claws21
3474
3475         * sync with 0.8.9cvs2
3476                 see ChangeLog 2003-01-30
3477
3478 2003-01-29 [paul]       0.8.9claws20
3479
3480         * sync with 0.8.9cvs1
3481                 see ChangeLog 2003-01-29
3482
3483 2003-01-28 [paul]       0.8.9claws19
3484
3485         * po/POTFILES.in
3486                 update to reflect changes. 
3487                 thanks to Ricardo Mones Lastra
3488
3489 2003-01-27 [christoph]  0.8.9claws18
3490
3491         * ac/openssl.m4
3492         * ac/spamassassin.m4
3493         * src/plugins/spamassassin/README
3494         * src/plugins/spamassassin/libspamc.[ch]
3495         * src/plugins/spamassassin/utils.[ch]
3496                 updated to latest libspamc
3497
3498 2003-01-27 [christoph]  0.8.9claws17
3499
3500         * src/folder.c
3501                 fix wrong use of procheader_get_header_fields
3502
3503 2003-01-27 [christoph]  0.8.9claws16
3504
3505         * src/news.c
3506         * src/prefs_account.[ch]
3507         * src/common/nntp.[ch]
3508                 allow to force authentication for NNTP servers
3509
3510         Patch submitted by Florian Mickler <dmk@d-labs.de>
3511
3512 2003-01-26 [paul]       0.8.9claws15
3513
3514         * src/summaryview.c
3515                 speed up of marking messages as read
3516                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3517
3518 2003-01-26 [christoph]  0.8.9claws14
3519
3520         * src/Makefile.am
3521         * src/mgutils.[ch]              ** REMOVE **
3522         * src/xml.[ch]                  ** REMOVE **
3523         * src/xmlprops.[ch]             ** REMOVE **
3524         * src/common/Makefile.am
3525         * src/common/mgutils.[ch]       ** NEW **
3526         * src/common/xml.[ch]           ** NEW **
3527         * src/common/xmlprops.[ch]      ** NEW **
3528                 move xml files to common directory
3529
3530 2003-01-26 [christoph]  0.8.9claws13
3531
3532         * src/plugins/spamassassin/spamassassin_gtk.c
3533                 only set gtk entry text if string is available
3534
3535 2003-01-26 [melvin]     0.8.9claws12
3536
3537         * src/description_window.c
3538                 Allow resizing of the window
3539                 Allow automatic horizontal scroll bar
3540                 Do not vertically expand and fill
3541
3542 2003-01-26 [christoph]  0.8.9claws11
3543
3544         * src/Makefile.am
3545         * src/gtkutils.[ch]             ** REMOVE **
3546         * src/common/sylpheed.c
3547         * src/gtk/Makefile.am
3548         * src/gtk/description_window.c
3549         * src/gtk/gtkutils.[ch]         ** NEW **
3550         * src/gtk/prefswindow.c
3551                 move gtkutils to gtk directory
3552
3553 2003-01-26 [paul]       0.8.9claws10
3554
3555         * src/summaryview.c
3556                 rename summary_unread_clicked() to summary_status_clicked()
3557
3558 2003-01-26 [melvin]     0.8.9claws9
3559
3560         * src/prefs_actions.c
3561                 Cosmetical changes to the help text
3562
3563 2003-01-26 [paul]       0.8.9claws8
3564
3565         * src/folder.[ch]
3566           src/mainwindow.c
3567           src/prefs_common.c
3568           src/prefs_sumamry_column.c
3569           summaryview.[ch]
3570                 rename the 'Unread' column to 'Status'
3571
3572 2003-01-25 [match]      0.8.9claws7
3573
3574         * src/mgutils.[ch]
3575                 removed reference to LDAP constants. removed error2string.
3576                 included functions to support LDAP dynamic queries.
3577         * src/syldap.h
3578                 moved LDAP constants here.
3579         * src/addressbook.c
3580         * src/addrindex.c
3581         * src/importldif.c
3582                 removed references to LDAP constants and references to
3583                 error2string.
3584
3585 2003-01-25 [paul]       0.8.9claws6
3586
3587         * src/summaryview.c
3588                 summary_thread_build(), summary_thread_init(): remove 
3589                 unneeded reference to summaryview->folder_item
3590
3591 2003-01-25 [christoph]  0.8.9claws5
3592
3593         * src/gtk/description_window.c
3594                 o allow description texts to expand over multiple columns
3595                 o translate all columns
3596         * src/prefs_actions.c
3597                 change syntax description to use new multi column feature
3598
3599         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3600
3601 2003-01-25 [match]      0.8.9claws4
3602
3603         * src/vcard.c
3604                 fixed bug with Quoted-Printable
3605
3606 2003-01-25 [paul]       0.8.9claws3
3607
3608         * src/folder.[ch]
3609           src/summaryview.[ch]
3610                 implement per-folder collapsed/expanded threads setting
3611                 
3612         * src/prefs_common.c
3613                 remove global collapsed/expanded threads option
3614
3615 2003-01-25 [christoph]  0.8.9claws2
3616
3617         * po/POTFILES.in
3618                 add pluginwindow and prefswindow
3619         * src/compose.c
3620                 make send respond correctly to messages that could be added
3621                 to the queue folder, but the UID of the message is unknown
3622         * src/folder.c
3623         * src/imap.c
3624                 don't return guessed UIDs in imap_add_msg anymore. We return
3625                 0 to tell the folder system it was appened but the UID is
3626                 unknown. Folder system now get's the UID by scaning the folder
3627                 and searching the cache for the Message-ID
3628                 (closes bug #29 Messages queued, but not sent)
3629
3630 2003-01-25 [paul]       0.8.9claws1
3631
3632         * src/codeconv.c
3633                 conv_encode_header():  fix bug when long headers with 8-bit
3634                 characters are used, so that the encoded words are wrapped.
3635                 If the space in the original text falls on the wrap boundary,
3636                 it can be lost.
3637                 Patch by Sergey Vlasov.
3638                 
3639         * src/folderview.c
3640                  fix bug where a change to the sorting method or thread view
3641                  of a folder's messages is lost if simpify-subject is set and
3642                  toggled on or off.
3643                  Patch by Luke Plant.
3644
3645 2003-01-24 [paul]       0.8.9claws
3646
3647         * sylpheed-0.8.9claws released
3648         
3649         * Makefile.am
3650           sylpheed.spec.in
3651                 remove reference to 'INSTALL.jp'
3652
3653 2003-01-23 [paul]       0.8.8claws128
3654
3655         * po/es.po
3656           po/it.po
3657           po/ru.po
3658           po/sr.po
3659                 updated translations. submitted by Ricardo Mones Lastra,
3660                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3661
3662 2003-01-23 [colin]      0.8.8claws127
3663
3664         * src/compose.c
3665                 Fix drafted and queued news articles re-edition
3666
3667 2003-01-23 [melvin]     0.8.8claws126
3668
3669         * po/fr.po
3670                 Updated French translations
3671
3672 2003-01-23 [colin]      0.8.8claws125
3673
3674         * src/inc.c
3675                 Fix "Connecting to..." status message
3676
3677 2003-01-22 [paul]       0.8.8claws124
3678
3679         * po/bg.po
3680                 updated by George Danchev
3681                 
3682         * src/folder.c
3683                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3684                 and folder deletion
3685
3686 2003-01-21 [paul]       0.8.8claws123
3687
3688         * po/bg.po
3689                 updated by George Danchev
3690                 
3691         * src/about.c
3692                 its now 2003
3693                 
3694         * src/toolbar.c
3695                 don't translate 'Separator'
3696                 
3697         * src/plugins/spamassassin/Makefile.am
3698                 add aspell to CPPFLAGS
3699                 
3700         * src/plugins/spamassassin/spamassassin.c
3701           src/plugins/spamassassin/spamassassin_gtk.c
3702                 set correct default for spamassassin_receive_spam
3703                 slightly re-word descriptions and some
3704                 other minor changes
3705
3706 2003-01-19 [alfons]     0.8.8claws122
3707                 
3708         * src/mimeview.c
3709                 mimeview_save_as(): we might as well show the file name for
3710                 the single case "Save As" too
3711
3712 2003-01-19 [alfons]     0.8.8claws121
3713
3714         * src/crash.c
3715                 change bug tracker URL to bugzilla URL
3716
3717 2003-01-19 [alfons]     0.8.8claws120
3718
3719         * src/mimeview.c
3720                 mimeview_save_all(): display name of file before overwriting;
3721                 continue saving all, even when one overwrite was cancelled
3722
3723 2003-01-19 [christoph]  0.8.8claws119
3724
3725         * src/summaryview.c
3726         * src/procmsg.[ch]
3727                 fix wrong usage of procmsg_find_children in summaryview
3728                 by using procmsg_update_unread_children instead of
3729                 summaryview_update_unread_children
3730
3731 2003-01-19 [christoph]  0.8.8claws118
3732
3733         * src/procmsg.c
3734                 fix infinite loop in procmsg_find_children
3735                  (closes bug #25 sylpheed crashes on delete.)
3736
3737         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3738
3739 2003-01-19 [paul]       0.8.8claws117
3740
3741         * po/pt_BR.po
3742                 updated by Ivan Francolin Martinez
3743
3744 2003-01-18 [melvin]     0.8.8claws116
3745
3746         * src/prefs_actions.c
3747                 Removed syntax limitation of only one '&' at the end of command.
3748                         Now actions that contain '>/dev/null 2>&1' are possible.
3749
3750 2003-01-18 [melvin]     0.8.8claws115
3751
3752         * src/prefs_actions.c
3753                 Actions IO dialog: when the action ends
3754                 the "Close" button now has focus and [Escape] closes the
3755                 window.
3756
3757 2003-01-18 [christoph]  0.8.8claws114
3758
3759         * src/procmsg.c
3760                 o add debug output when MsgInfos are really freed
3761                 o free GSLists in procmsg_find_children and
3762                   procmsg_update_unread_children
3763
3764 2003-01-18 [christoph]  0.8.8claws113
3765
3766         * src/mainwindow.c
3767                 reorder Configuration menu
3768
3769 2003-01-18 [christoph]  0.8.8claws112
3770
3771         * src/compose.c
3772                 fix applying templates to forwarded messages
3773
3774         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3775
3776 2003-01-17 [christoph]  0.8.8claws111
3777
3778         * src/folder.c
3779                 destroy folder items, when a folder item is removed
3780
3781 2003-01-17 [christoph]  0.8.8claws110
3782
3783         * src/folder.c
3784                 fix wrong folder stats update when ignored message is
3785                 deleted
3786
3787 2003-01-17 [colin]      0.8.8claws109
3788         
3789         * src/mainwindow.c
3790         * src/summaryview.c
3791                 Quicksearch bugfixes: 
3792                 - hide help button at startup if not extended
3793                 - switch to extended when looking for replies
3794
3795 2003-01-17 [paul]
3796
3797         * sync with 0.8.9 release
3798
3799 2003-01-17 [paul]       0.8.8claws108
3800
3801         * sync with 0.8.8cvs11
3802                 see ChangeLog 2003-01-17
3803
3804 2003-01-16 [colin]      0.8.8claws107
3805
3806         * src/procmsg.c
3807                 Changed encryption test to re-ask passphrase
3808                 if an encrypted message hasn't been decrypted
3809                 Fixes bug #5
3810
3811 2003-01-16 [christoph]  0.8.8claws106
3812
3813         * src/prefs_gtk.c
3814         * src/prefs_toolbar.c
3815         * src/gtk/prefswindow.h
3816         * src/plugins/spamassassin/spamassassin_gtk.c
3817                 remove page destroy function that is not used anymore
3818
3819 2003-01-16 [paul]       0.8.8claws105
3820
3821         * sync with 0.8.8cvs9
3822                 see ChangeLog 2002-01-16
3823
3824 2003-01-16 [colin]      0.8.8claws104
3825
3826         * src/compose.[ch]
3827                 Fix bug with autosaved drafts for IMAP, when draft
3828                 folder is specified - fixes bugzilla bug #20
3829
3830 2003-01-15 [paul]       0.8.8claws103
3831
3832         * src/compose.[ch]
3833           src/procmsg.c
3834                 store folder and message-id of message forwarding
3835                 in queue header and set forward flag after sending
3836
3837 2003-01-15 [paul]       0.8.8claws102
3838
3839         * sync with 0.8.8cvs8
3840                 see ChangeLog 2002-01-15
3841
3842 2003-01-15 [colin]      0.8.8claws101
3843
3844         * src/Makefile.am
3845                 Fix linking with GNU libiconv
3846
3847 2003-01-15 [darko]      0.8.8claws100
3848
3849         * src/pine.c
3850                 fix crash when importing pine address book
3851                 entry with an empty name (reported by DY
3852                 <dybulk at tri8.net>)
3853
3854 2003-01-14 [paul]       0.8.8claws99
3855
3856         * configure.in  ** REMOVED **
3857           configure.ac  ** NEW FILE **
3858                 rename configure.in to configure.ac, as it is now
3859                 preferred
3860
3861 2003-01-14 [melvin]     0.8.8claws98
3862
3863         * src/folderview.c
3864                 folderview_check_new(): More precise function description
3865
3866 2003-01-14 [melvin]     0.8.8claws97
3867
3868         * src/folderview.c
3869                 folderview_check_new(): return the number of new messages 
3870                         since last check.
3871         * src/inc.c
3872                 inc_account_mail(): Disable counting of new messages for IMAP
3873                         and NNTP until bug [19] and [14] are fixed.
3874
3875 2003-01-14 [paul]       0.8.8claws96
3876
3877         * sync with 0.8.8cvs6
3878                 see ChangeLog 2003-01-14
3879
3880 2003-01-13 [alfons]     0.8.8claws95
3881
3882         * src/textview.c
3883                 tune email address validation (c. 0.8.8claws89): if . is 
3884                 just one char away from @, the address is invalid too 
3885                 (correctly rejects addresses like foo@.com)
3886
3887 2003-01-13 [paul]       0.8.8claws94
3888
3889         * src/messageview.c
3890           src/toolbar.c
3891                 fixes to the Message View toolbar and menu:
3892                 fix non-functioning Forward button
3893                 make Reply button consider default_reply_list
3894                 remove 'Follow-up...' menu entry
3895                 add 'Forward' and 'Redirect' menu entries
3896
3897 2003-01-13 [melvin]     0.8.8claws93
3898
3899         * src/inc.c
3900                 Fixed typo that could make new messages count incorrect.
3901
3902 2003-01-13 [melvin]     0.8.8claws92
3903
3904         * src/folderview.[ch]
3905                 folderview_check_new(): return the number of new messages.
3906         * src/inc.c
3907                 Should fix bug [14] where new mail notification worked 
3908                         incorrectly with IMAP accounts.
3909                 inc_spool_account(): return number of new msgs, or -1 on error
3910                 inc_all_spool(): return number of new msgs
3911                 
3912 2003-01-13 [melvin]     0.8.8claws91
3913
3914         * src/prefs_actions.c
3915                 Justify help text.
3916
3917 2003-01-12 [thorsten]   0.8.8claws90
3918
3919         * src/common/prefs.c
3920                 close file before rename
3921
3922 2003-01-12 [alfons]     0.8.8claws89
3923
3924         * AUTHORS
3925                 add Christian Mertes
3926         * src/common/utils.[ch]
3927                 g_stricase_hash(), g_stricase_equal(): functions for 
3928                 case insensitive hash tables
3929         * src/textview.c
3930                 use top level domain names to validate email address, based
3931                 on a patch by Christian Mertes (thanks!), but changed 
3932                 implementation to use a hash table 
3933
3934 2003-01-12 [paul]       0.8.8claws88
3935
3936         * po/bg.po
3937                 updated by George Danchev
3938
3939 2003-01-12 [alfons]     0.8.8claws87
3940
3941         * src/summaryview.c
3942                 delete / execute performance: use new style folder update
3943
3944 2003-01-12 [paul]       0.8.8claws86
3945
3946         * sync with 0.8.8cvs5
3947                 see ChangeLog 2003-01-13 (!)
3948
3949 2003-01-12 [alfons]     0.8.8claws85
3950
3951         * src/filtering.c
3952         * src/matcher_parser_parse.y
3953                 prepare change_score filtering action
3954         * src/matcher.[ch]
3955                 give up const-correctness on functions that call non-const-correct functions;
3956                 several casts to gpointer in g_free();
3957                 add change_score;
3958
3959 2003-01-12 [christoph]  0.8.8claws84
3960
3961         * src/compose.c
3962                 fix 2 warnings
3963
3964         * src/gtk/prefswindow.[ch]
3965         * src/plugins/spamassassin/spamassassin_gtk.c
3966                 changed the call of the widget create function
3967                 for PrefsPages, because sometimes the widget
3968                 create function needs a widget that already has
3969                 been attached to a window (to create GDK pixmaps
3970                 for exmaple). So we simply pass the GtkWindow as
3971                 the second parameter now.
3972
3973         * src/main.c
3974         * src/mainwindow.c
3975         * src/prefs_toolbar.[ch]
3976                 rewrite Toolbar Preferences using the new
3977                 prefs window
3978
3979 2003-01-11 [alfons]     0.8.8claws83
3980
3981         * src/addressadd.c
3982                 fix crash when adding sender to addressbook because status bar
3983                 isn't there (the status bar doesn't seem to be used though,
3984                 but I'll let Match decide what to do with it)
3985
3986 2003-01-11 [colin]      0.8.8claws82
3987
3988         * src/main.c
3989           src/toolbar.c
3990                 Two useless changes reversed
3991
3992 2003-01-11 [colin]      0.8.8claws81
3993
3994         * src/mainwindow.c
3995           src/mainwindow.h
3996                 Add mainwindow_get_mainwindow()
3997         * src/alertpanel.c
3998           src/alertpanel.h
3999                 Add alertpanel_error_log() 
4000         * src/compose.c
4001           src/inc.c
4002           src/messageview.c
4003           src/toolbar.c
4004           src/main.c
4005           src/procmsg.c
4006                 Network errors get a View Log button
4007
4008 2003-01-10 [alfons]     0.8.8claws80
4009
4010         * src/prefs_toolbar.c
4011         * src/toolbar.c
4012                 use the translatable string for "Separator" as file name for
4013                 separator toolbar items (probably make this uppercase?)
4014
4015 2003-01-10 [alfons]     0.8.8claws79
4016
4017         * src/prefs_toolbar.c
4018                 put right A_SEPARATOR description string in "displayed
4019                 toolbar items list" so manually added separators are
4020                 saved correctly (bug #10, "Adding a separator to the main 
4021                 toolbar fails, entry in xml file is wrong")
4022
4023 2003-01-10 [christoph]  0.8.8claws78
4024
4025         * src/imap.c
4026                 o fix warnings
4027                 o use CAPABILITY to check if NAMESPACE is available
4028
4029 2003-01-10 [christoph]  0.8.8claws77
4030
4031         * src/imap.[ch]
4032                 apply UIDPLUS IMAP extension support patch
4033
4034         Patch submitted by Simon 'corecode' Schubert
4035
4036 2003-01-10 [paul]       0.8.8claws76
4037
4038         * src/folderview.c
4039                 a sync from main which fixes the news account folders'
4040                 Properties bug
4041
4042 2003-01-10 [christoph]  0.8.8claws75
4043
4044         * src/folder.c
4045                 don't accept 0 as a valid uid returned by copy and move
4046                 functions. 0 means the message was copied or moved but the
4047                 new uid could not be fetched. It is not an error condition
4048                 for the copy or move operation.
4049
4050 2003-01-10 [paul]       0.8.8claws74
4051
4052         * src/prefs_filtering.c
4053                 change English used in Alert when entry is not
4054                 saved.
4055                 
4056         * sync with 0.8.8cvs4
4057                 see ChangeLog 2003-01-10
4058
4059 2003-01-10 [darko]      0.8.8claws73
4060
4061         * src/pine.c
4062                 fix crash when importing address book entry
4063                 without a valid address
4064
4065 2003-01-09 [alfons]     0.8.8claws72
4066
4067         * src/inc.c
4068                 filtering performance: use new style folder update
4069
4070 2003-01-09 [christoph]  0.8.8claws71
4071
4072         * src/compose.c
4073         * src/gtk/menu.[ch]
4074                 fix wrong selecting of mime encoding type, when
4075                 opening property dialog of attachments in the
4076                 compose window. 7bit was always selected and that
4077                 destoryed files with 8bit data.
4078                 (closes bug #9 Sylpheed-claws destroys attachments when
4079                  changing MIME-types)
4080
4081 2003-01-09 [paul]       0.8.8claws70
4082
4083         * sync with 0.8.8cvs3
4084                 see ChangeLog 2003-01-09
4085
4086 2003-01-08 [alfons]     0.8.8claws69
4087         
4088         * src/addressadd.c
4089                 apply patch by Kim Schulz to fix build breakage
4090                 because of missing variable
4091
4092 2003-01-08 [paul]       0.8.8claws68
4093
4094         * sync with 0.8.8cvs2
4095                 see ChangeLog 2002-01-08
4096
4097 2003-01-08 [paul]       0.8.8claws67
4098
4099         * po/it.po
4100                 updated by Alessandro Maestri
4101                 
4102         * src/addressadd.c
4103                 when using 'Add sender to addressbook' allow
4104                 name to be edited and remarks to be entered
4105                 Patch submitted by Luke Plant
4106
4107 2003-01-08 [darko]      0.8.8claws66
4108
4109         * README.claws, src/summaryview.c
4110                 fix description for marked messages
4111
4112 2003-01-08 [paul]
4113
4114         * tools/Makefile.am
4115           tools/launch_phoenix  ** NEW FILE **
4116                 add script that enables using Phoenix as the default
4117                 web browser. 
4118                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4119                 
4120         * tools/OOo2sylpheed.pl
4121                 remove full path to sylpheed executable, just 'sylpheed'
4122                 will do
4123                 
4124         * tools/README
4125                 add launch_phoenix informtion and re-arrange and compress
4126                 the data a little
4127
4128 2003-01-07 [christoph]  0.8.8claws65
4129
4130         * src/folder.c
4131                 fix update for source folder when moving messages
4132         * src/procmsg.[ch]
4133         * src/summaryview.c
4134                 use function to set to_folder for message infos and
4135                 automatically update the op_count for old and new
4136                 folder
4137
4138 2003-01-07 [melvin]     0.8.8claws64
4139
4140         * src/prefs_actions.c
4141                 Fixed bug where an '%p' Action on a displayed image crashed 
4142                         Sylpheed
4143                 Code clean up (get rid of duplicated code and removed unnecessary 
4144                                 structure member)
4145
4146 2003-01-07 [christoph]  0.8.8claws63
4147
4148         * src/compose.c
4149         * src/folder.[ch]
4150         * src/folderview.c
4151         * src/import.c
4152         * src/inc.c
4153         * src/main.c
4154         * src/mainwindow.c
4155         * src/messageview.c
4156         * src/prefs_folder_item.c
4157         * src/procmsg.c
4158         * src/summaryview.c
4159         * src/toolbar.c
4160                 o remove all folder update triggering from the UI code. The folder
4161                   system should know much better when a folder needs an update.
4162                 o to prevent multiple updates in a row the folder updates can be
4163                   frozen for some time.
4164
4165                 Note: - Please verify that no updates are missing
4166                       - Check where freeze/thaws should be added
4167
4168 2003-01-07 [christoph]  0.8.8claws62
4169
4170         * src/prefs_actions.c
4171                 don't translate empty strings
4172
4173         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4174
4175 2003-01-06 [christoph]  0.8.8claws61
4176
4177         * src/prefs_actions.c
4178                 mark strings for gettext
4179         * src/prefs_matcher.c
4180                 use new description window for Execute action and
4181                 match condition in Filtering
4182
4183         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4184
4185 2003-01-06 [alfons]     0.8.8claws60
4186
4187         keep myself inspired to re-organize matcher part 8; 
4188         yes, more to come (I need to move out the descriptive
4189         text for actions to matcher.c, or at least make it not
4190         depend on the wicked ordering)
4191
4192         * src/prefs_matcher.c
4193                 add documentation so others may comprehend the
4194                 UI part of the conditions
4195                 
4196 2003-01-06 [christoph]  0.8.8claws59
4197
4198         * src/prefs_actions.c
4199                 use new description window for syntax help
4200         * src/gtk/description_window.c
4201                 fix display of descriptions with column count != 2
4202
4203         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4204
4205 2003-01-06 [christoph]  0.8.8claws58
4206
4207         * src/quote_fmt.c
4208         * src/summaryview.[ch]
4209         * src/gtk/Makefile.am
4210         * src/gtk/description_window.[ch]       ** NEW **
4211                 use a generic window to display syntax descriptions
4212                 currently used in quote_fmt and summaryview (new description
4213                 for extended quick search)
4214
4215         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4216
4217 2003-01-06 [paul]       0.8.8claws57
4218
4219         * sync with 0.8.8cvs1
4220                 see ChangeLog 2003-01-06
4221
4222 2003-01-06 [christoph]  0.8.8claws56
4223
4224         * src/mainwindow.c
4225         * src/prefs_gtk.[ch]
4226         * src/gtk/prefswindow.[ch]
4227         * src/plugins/spamassassin/spamassassin_gtk.c
4228                 o remove page management from prefswindow, pages
4229                   will be an argument to prefswindow_open
4230                 o prefswindow_open gets a datapointer that is
4231                   passed to the widget_create function to allow
4232                   creation of prefswindow for specific items
4233
4234 2003-01-06 [colin]      0.8.8claws55
4235         
4236         * src/summaryview.c
4237                 We don't want regexp in the reply-finder, 
4238                 because MIDs can contain !,$,. and so on
4239
4240 2003-01-06 [jens]       0.8.8claws54
4241
4242         * src/jpilot.c
4243                 fixed a wrong free in jpilot_read_db_files
4244
4245 2003-01-06 [alfons]     0.8.8claws53
4246
4247         re-organize matcher part 8; more to come
4248        
4249         * src/matcher.c
4250                 matcherprop_to_string(): put g_free()s before the
4251                 switch-case break to fix memleaks                
4252
4253 2003-01-06 [colin]      0.8.8claws52
4254
4255         * src/summaryview.c
4256                 cleanup & reply-finder now displays the first 
4257                 matching message
4258
4259 2003-01-05 [alfons]     0.8.8claws51
4260
4261         re-organize matcher part 7; more to come
4262
4263         * src/matcher.[ch]
4264                 fixes for constant correctness;
4265                 more documentation;
4266
4267 2003-01-05 [alfons]     0.8.8claws50
4268
4269         re-organize matcher part 6; more to come
4270         
4271         * src/matcher.[ch]
4272                 fixes for constant correctness;
4273                 more documentation;
4274         * src/filtering.c
4275                 fix for constant correctness
4276
4277 2003-01-05 [colin]      0.8.8claws49
4278
4279         * src/account.[ch]
4280                 Add account_get_reply_account function
4281         * src/compose.c
4282                 Use account_get_reply_account function 
4283         * src/summaryview.c
4284                 Basic reply-finder - click on the replied
4285                 icon gets you to the outbox using quick-search
4286
4287 2003-01-05 [paul]       0.8.8claws48
4288
4289         * src/prefs_common.c
4290                 small change to English
4291                 
4292         * src/prefs_filtering.c
4293                 prefs_filtering_action_select(): improve logic and uniformity
4294                 of gui
4295
4296 2003-01-05 [alfons]     0.8.8claws47
4297
4298         fine tune solution to focus problems (bug #7)
4299
4300         * src/mainwindow.c
4301                 mainwindow_focus_in_event(): remove grab event check
4302         * src/summaryview.c
4303                 summary_button_pressed(): move selection on right-click
4304                 too. we can't possibly move the selection back after
4305                 canceling a dialog, because gtk's incomplete focus 
4306                 management. whether this is a good solution, only time
4307                 will tell.
4308
4309 2003-01-05 [christoph]  0.8.8claws46
4310
4311         * src/imap.c
4312                 fix crash when no imap connection could be established
4313
4314 2003-01-05 [paul]       0.8.8claws45
4315
4316         * src/mainwindow.c
4317           src/sumamryview.c
4318           src/gtk/menu.[ch]
4319                 fix bug 605957 'shortcuts in popup-menu'
4320                 make user-defined shortcuts work
4321                 show shortcuts that are already defined
4322                 in the main menu
4323                 Patch submitted by Luke Plant
4324
4325 2003-01-05 [alfons]     0.8.8claws44
4326
4327         * src/mainwindow.c
4328                 focus_in_event handler should not select summary view row 
4329                 when another window (menu, dialog) grabbed for events 
4330                 (bug #7, "[0.8.8claws42] Message summary focus") 
4331
4332 2003-01-04 [christoph]  0.8.8claws43
4333
4334         * src/procmsg.c
4335                 update save folder after adding the sent message
4336                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4337
4338 2003-01-02 [christoph]  0.8.8claws42
4339
4340         * src/common/plugin.c
4341                 fix unloading of all plugins and unload
4342                 plugins in reverse order
4343                 
4344         * src/gtk/pluginwindow.c
4345                 implement function of load and unload button
4346
4347         * src/gtk/prefswindow.c
4348         * src/gtk/prefswindow.h
4349                 rename register function and add new unregister
4350                 function
4351
4352         * src/plugins/spamassassin/spamassassin_gtk.c
4353                 unregister prefs page and update for changes in
4354                 src/gtk/prefswindow.c
4355
4356 2003-01-02 [paul]       0.8.8claws41
4357
4358         * po/es.po
4359                 updated by Ricardo Mones Lastra
4360
4361 2003-01-02 [paul]
4362
4363         * tools/tb2sylpheed
4364                 fixes and improvements by Urke MMI
4365
4366 2003-01-02 [thorsten]   0.8.8claws40
4367
4368         * src/procmsg.c
4369                 fixed wrong return value
4370
4371 2003-01-02 [thorsten]   0.8.8claws39
4372
4373         * src/prefs.c
4374                 fixed printing wrong variable
4375
4376 2003-01-02 [thorsten]   0.8.8claws38
4377
4378         * src/prefs.c
4379                 fixed acessing members of freed pfile struct
4380
4381 2003-01-02 [thorsten]   0.8.8claws37
4382
4383         * src/procmsg.c
4384                 detect loops across several messages
4385                 as suggested by Christoph Hohmann
4386
4387 2003-01-01 [match]      0.8.8claws36
4388
4389         * src/addrindex.c
4390                 fixed another memory leak.
4391
4392 2003-01-01 [match]      0.8.8claws35
4393
4394         * src/jpilot.[ch]
4395                 fixed memory leaks. applied Doxygen comments.
4396
4397 2003-01-01 [thorsten]   0.8.8claws34
4398
4399         * src/procmsg.c
4400                 inhibit endless loop if msg references itself
4401                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4402
4403 2003-01-01 [christoph]  0.8.8claws33
4404
4405         * src/mainwindow.c
4406         * src/gtk/Makefile.am
4407         * src/gtk/pluginwindow.c                ** NEW **
4408         * src/gtk/pluginwindow.h                ** NEW **
4409                 add plugin window
4410
4411         * src/plugins/demo/demo.c
4412         * src/plugins/spamassassin/spamassassin.c
4413         * src/plugins/spamassassin/spamassassin_gtk.c
4414                 write better plugin descriptions
4415
4416 2002-12-31 [christoph]  0.8.8claws32
4417
4418         * src/gtk/prefswindow.c
4419         * src/plugins/spamassassin/spamassassin_gtk.c
4420                 some small improvements to GTK code
4421
4422 2002-12-31 [christoph]  0.8.8claws31
4423
4424         * src/plugins/spamassassin/spamassassin_gtk.c
4425                 enable folder select button
4426
4427 2002-12-31 [christoph]  0.8.8claws30
4428
4429         * src/mainwindow.c
4430         * src/gtk/Makefile.am
4431         * src/gtk/prefswindow.c                         ** NEW **
4432         * src/gtk/prefswindow.h                         ** NEW **
4433                 add new prefs window
4434
4435         * src/common/plugin.c
4436                 don't try to load empty config lines
4437         
4438         * src/plugins/spamassassin/Makefile.am
4439         * src/plugins/spamassassin/spamassassin.c
4440         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4441         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4442                 GTK config for SpamAssassin Plugin using
4443                 the new prefs window
4444
4445 2002-12-31 [paul]       0.8.8claws29
4446
4447         * po/POTFILES.in
4448                 remove obsolete entry 'src/menu.c'
4449
4450 2002-12-31 [alfons]     0.8.8claws28
4451
4452         * src/matcher.[ch]
4453         * src/matcher_parser_parse.y
4454         * src/prefs_matcher.c
4455                 add "ignore_thread" and "~ignore_thread" condition so it's
4456                 possible to make the actions / scoring operate on the ignore
4457                 thread flag
4458
4459 2002-12-31 [christoph]  0.8.8claws27
4460
4461         * src/addrbook.c
4462         * src/addrindex.c
4463         * src/folder.c
4464         * src/matcher.c
4465         * src/prefs_account.c
4466         * src/prefs_actions.c
4467         * src/prefs_customheader.c
4468         * src/prefs_display_header.c
4469         * src/prefs_gtk.c
4470         * src/procmime.c
4471         * src/toolbar.c
4472         * src/xmlprops.c
4473         * src/common/prefs.[ch]
4474                 extend prefs file handling for reading and automatic handling
4475                 of blocks. When reading prefs_set_block_label will automatically
4476                 move on to the block. When writing it will copy all other blocks
4477                 automatically
4478
4479         * src/common/plugin.c
4480                 Now loading plugin filenames from [Plugins] block in
4481                 sylpheed rc file
4482
4483 2002-12-30 [christoph]  0.8.8claws26
4484
4485         * src/common/hooks.[ch]
4486                 return abort status to caller of hooks_invoke
4487                 
4488         * src/inc.[ch]
4489                 invoke message filtering hook and stop
4490                 default handling when filter returns abort
4491
4492         * src/common/plugin.[ch]
4493         * src/plugins/demo/demo.c
4494                 modify plugin loader, because resolving symbols for strings
4495                 does not work correctly
4496         
4497         * configure.in
4498         * ac/spamassassin.m4                            ** NEW **
4499         * src/plugins/spamassassin/.cvsignore           ** NEW **
4500         * src/plugins/spamassassin/Makefile.am          ** NEW **
4501         * src/plugins/spamassassin/README               ** NEW **
4502         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4503         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4504         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4505                 add spamassassin plugin, see src/plugins/spamassassin/README
4506                 for details
4507
4508 2002-12-29 [alfons]     0.8.8claws25
4509
4510         * src/mainwindow.c
4511                 when moving focus from a message view to the main 
4512                 window, don't forget to select the summary node
4513                 of the displayed message. should fix "[ 659103 ] 
4514                 focus-follows-mouse confuses sylpheed"
4515
4516 2002-12-29 [christoph]  0.8.8claws24
4517
4518         * src/Makefile.am
4519         * src/stringtable.[ch]          ** REMOVE **
4520         * src/common/Makefile.am
4521         * src/common/stringtable.[ch]   ** NEW **
4522                 move stringtable files to common directory
4523
4524 2002-12-29 [christoph]  0.8.8claws23
4525
4526         * src/Makefile.am
4527         * src/menu.[ch]                 ** REMOVE **
4528         * src/gtk/Makefile.am
4529         * src/gtk/menu.[ch]             ** NEW **
4530                 move menu files to gtk directory
4531
4532 2002-12-29 [match]      0.8.8claws22
4533
4534         * src/addressbook.c
4535         * src/syldap.c
4536                 moved UI specific code out of LDAP code into addressbook
4537                 UI code. fixed memory leak.
4538
4539 2002-12-29 [christoph]  0.8.8claws21
4540
4541         * src/folder.c
4542                 only check for IGNORED parent message when message is
4543                 not IGNORED itself
4544
4545 2002-12-29 [alfons]     0.8.8claws20
4546
4547         * src/summaryview.c
4548                 set gtksctree's anchor correct (immediate execute
4549                 changes the tree's layout, and anchor points at 
4550                 the incorrect row). fixes "[ 657233 ] multiple msg 
4551                 delete sometimes off by 1".
4552                 we probably have to look for more tree layout /
4553                 anchor glitches.
4554
4555 2002-12-29 [paul]       0.8.8claws19
4556
4557         * src/summaryview.c
4558                 fix bug [ 659054 ] incorrect sorting of 'From' column
4559                 when using 'display sender using address book'
4560                 thanks to Alfons and Luke Plant
4561
4562 2002-12-29 [christoph]  0.8.8claws18
4563
4564         * src/folder.c
4565         * src/procmsg.[ch]
4566                 check parent messages for IGNORE THREAD flag, when adding,
4567                 moving or copying messages to a folder
4568
4569 2002-12-27 [alfons]     0.8.8claws17
4570
4571         re-organize matcher part 5; more to come
4572
4573         * src/matcher.c
4574                 hash keywords in matchparser_tab 
4575
4576 2002-12-27 [alfons]     0.8.8claws16
4577
4578         re-organize matcher part 4; more to come
4579
4580         * src/matcher_parser.h
4581         * src/matcher_parser_lex.l
4582         * src/matcher_parser_parse.y
4583                 cleanup
4584
4585 2002-12-27 [alfons]     0.8.8claws15
4586
4587         re-organize matcher part 3; more to come
4588
4589         * src/matcher.[ch]
4590                 cleanup
4591
4592 2002-12-27 [alfons]     0.8.8claws14
4593
4594         re-organize matcher part 2; more to come but this should
4595         work. cc me if there are any regressions.
4596
4597         * src/matcher.h
4598                 add prototype for get_matchparser_tab_id()
4599         * src/matcher_parser_lex.l
4600                 look up keywords using matchparser_tab_id();
4601
4602 2002-12-27 [alfons]     0.8.8claws12
4603
4604         re-organize matcher part 1
4605
4606         * src/matcher.h
4607                 map yacc generated constants to sylpheed matcher constants
4608         * src/matcher.c
4609                 add function to find a matcher constant from a string
4610
4611 2002-12-27 [christoph]  0.8.8claws11
4612
4613         * src/compose.c
4614                 MENUITEM_ADD casts the 4th argument from integer to pointer
4615                 so it probably should not be a pointer, this means we
4616                 should use account id for it and not the account's pointer
4617
4618 2002-12-27 [paul]       0.8.8claws10
4619
4620         * src/mainwindow.c
4621                 remove unneeded 'GtkWidget *vbox'
4622                 
4623         * src/summaryview.c
4624                 further sync with 0.8.8 - make sort
4625                 by recipient work as expected
4626                 
4627         * NEWS
4628                 sync with 0.8.8
4629
4630 2002-12-27 [paul]       0.8.8claws9
4631
4632         * po/pt_BR.po
4633                 updated by Ivan F. Martinez
4634                 
4635 2002-12-27 [darko]      0.8.8claws8
4636
4637         * src/common/utils.c
4638                 added locked pattern to extended search
4639
4640 2002-12-27 [alfons]     0.8.8claws7
4641
4642         * src/prefs_matcher.[ch]
4643                 clean up
4644
4645 2002-12-26 [alfons]     0.8.8claws6
4646
4647         * src/matcher.[ch]
4648         * src/matcher_parser_lex.l
4649         * src/matcher_parser_parse.y
4650         * src/prefs_matcher.c
4651                 allow color label as a condition in the matcher
4652
4653 2002-12-26 [oliver]     0.8.8claws5
4654         
4655         * src/toolbar.c 
4656                 enable Addressbook for Main and Messageview
4657         * src/prefs_actions.c
4658                 enable actions in Messageview
4659
4660 2002-12-26 [christoph]  0.8.8claws4
4661
4662         * src/common/plugin.c
4663                 add a little debug output
4664         * configure.in
4665         * src/plugins/demo/Makefile.am
4666                 better use of automake
4667
4668 2002-12-26 [christoph]  0.8.8claws3
4669
4670         * src/Makefile.am
4671         * src/common/Makefile.am
4672                 fix "make distdir"
4673
4674 2002-12-26 [christoph]  0.8.8claws2
4675
4676         * configure.in
4677                 sort configure checks into common / gtk / plugins
4678         * po/POTFILES.in
4679                 add src/prefs_gtk.c
4680         * src/Makefile.am
4681                 add plugins SUBDIR
4682         * src/main.c
4683         * src/common/sylpheed.[ch]
4684                 added now sylpheed_done function for shutdown
4685         * src/common/Makefile.am
4686         * src/common/plugin.[ch]                ** NEW **
4687                 plugin loader and unloader
4688         * src/plugins/.cvsignore                ** NEW **
4689         * src/plugins/Makefile.am               ** NEW **
4690                 build plugins
4691         * src/plugins/demo/.cvsignore           ** NEW **
4692         * src/plugins/demo/Makefile.am          ** NEW **
4693         * src/plugins/demo/demo.c               ** NEW **
4694                 small demo plugin that installs a logtext hook and
4695                 outputs the log text to stdout
4696
4697 2002-12-26 [paul]       0.8.8claws1
4698
4699         * po/es.po
4700                 updated by Ricardo Mones Lastra
4701
4702 2002-12-26 [paul]       0.8.8claws
4703
4704         * 0.8.8claws released
4705
4706 2002-12-26 [paul]       0.8.7claws12
4707
4708         * po/bg.po
4709                 updated by George Danchev
4710
4711 2002-12-26 [paul]       0.8.7claws11
4712
4713         * po/POTFILES.in
4714                 remove unneeded 'src/prefs.c' entry 
4715
4716 2002-12-26 [paul]       0.8.7claws10
4717
4718         * src/codeconv.c
4719           src/mainwindow.c
4720                 sync with 0.8.8 release
4721         
4722         * src/folder.[ch]
4723           src/mh.c
4724           src/summaryview.c
4725                 partial sync with 0.8.8 release
4726         
4727
4728 2002-12-25 [alfons]     0.8.7claws9
4729
4730         * src/matcher.[ch]
4731         * src/matcher_parser_lex.l
4732         * src/matcher_parser_parse.y
4733         * src/prefs_matcher.c
4734                 add locked flag to possible filtering / matcher 
4735                 conditions (also a good example what should be
4736                 done to add a simple boolean condition)
4737
4738 2002-12-25 [christoph]  0.8.7claws8
4739
4740         * src/Makefile.am
4741         * src/account.[ch]
4742         * src/addrbook.c
4743         * src/addressbook.c
4744         * src/addrindex.c
4745         * src/filtering.c
4746         * src/folder.c
4747         * src/matcher.c
4748         * src/prefs.[ch]                ** REMOVE **
4749         * src/prefs_account.c
4750         * src/prefs_actions.c
4751         * src/prefs_common.c
4752         * src/prefs_customheader.c
4753         * src/prefs_display_header.c
4754         * src/prefs_filtering.c
4755         * src/prefs_folder_item.c
4756         * src/prefs_gtk.[ch]            ** NEW **
4757         * src/prefs_matcher.c
4758         * src/prefs_scoring.c
4759         * src/prefs_summary_column.c
4760         * src/procmime.c
4761         * src/selective_download.c
4762         * src/toolbar.c
4763         * src/common/Makefile.am
4764         * src/common/prefs.[ch]         ** NEW **
4765                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4766
4767 2002-12-24 [alfons]     0.8.7claws7
4768
4769         * src/summaryview.c
4770                 summary_thread_build(): fix real cause of the crash mentioned in
4771                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4772                 this way we get meaningful ctree nodes 
4773
4774 2002-12-24 [oliver]     0.8.7claws6
4775
4776         * src/mainwindow.[ch]
4777         * src/messageview.[ch]
4778         * src/compose.[ch]
4779         * src/inc.c
4780         * src/summaryview.c
4781                 changes to use updated toolbar handling
4782                 
4783 2002-12-24 [oliver]     0.8.7claws5
4784
4785         * src/toolbar.[ch]
4786                 generic toolbar handling
4787                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4788         * src/prefs_toolbar.[ch]
4789                 adjust to handling
4790         
4791 2002-12-24 [oliver]     0.8.7claws4
4792         
4793         * src/stock_pixmap.[ch]
4794                 move SYLPHEED_LOGO to end of list in order 
4795                 to remove it from Custom Toolbar`s Icon View
4796
4797 2002-12-24 [alfons]     0.8.7claws3
4798
4799         * src/summaryview.c
4800                 summary_thread_build(): fix crash because of focus != selection 
4801                 after threading. when deleting the selection, gtk tries but fails 
4802                 to find the correct focusable element. we now force the selection
4803                 to be focused. this should solve the infamous bug reported by 
4804                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4805                 a test case is available. 
4806
4807 2002-12-24 [darko]      0.8.7claws2
4808
4809         * src/summaryview.c
4810                 don't crash when unmarking message with unread children
4811
4812 2002-12-23 [christoph]  0.8.7claws1
4813
4814         * src/Makefile.am
4815         * src/common/Makefile.am
4816                 update Makefiles for moved intl.h, version.h and defs.h
4817         * src/imap.c
4818                 rewrite imap_session_get to avoid duplicate code
4819
4820 2002-12-23 [paul]       0.8.7claws
4821
4822         * Santa-Claws released
4823         
4824         * po/hu.po
4825           po/ru.po
4826                 squeeze in updated Hungarian and Russian translations.
4827                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4828
4829 2002-12-23 [paul]       0.8.6claws129
4830
4831         * po/pl.po
4832                 updated by Witold Wladyslaw Wojciech Wilk
4833
4834 2002-12-23 [paul]       0.8.6claws128
4835
4836         * src/quote_fmt_parse.y
4837                 fix typo and add licence header
4838
4839 2002-12-23 [paul]       0.8.6claws127
4840
4841         * po/en_GB.po
4842                 updated
4843
4844 2002-12-23 [paul]       0.8.6claws126
4845
4846         * po/it.po
4847                 updated translation, submitted by Alessandro Maestri
4848                 
4849 2002-12-23 [paul]       0.8.6claws125
4850
4851         * src/quote_fmt_parse.y
4852                 fix signature-stripping on replies bug. match
4853                 '-- \n' and not '-- '.
4854
4855 2002-12-22 [paul]       0.8.6claws124
4856
4857         * po/bg.po
4858           po/es.po
4859           po/sr.po
4860                 updated translations. submitted by George Danchev,
4861                 Ricardo Mones Lastra, and Urke MMI respectively
4862
4863 2002-12-21 [paul]       0.8.6claws123
4864
4865         * src/addrbook.c
4866                 fix coding style
4867
4868 2002-12-21 [paul]       0.8.6claws122
4869
4870         * src/addrbook.c
4871                 fix bug [643638] where if a person is in one or more
4872                 addressbook groups editing that person's email 
4873                 address results in removal from those groups.
4874                 Patch submitted by Luke Plant.
4875
4876 2002-12-20 [christoph]  0.8.6claws121
4877
4878         * src/common/utils.c
4879         * src/summaryview.c
4880                 reimplement expand_search_string using GString to
4881                 prevent crashs caused by miscalculated string
4882                 lengths reported by Paul
4883
4884 2002-12-20 [christoph]  0.8.6claws120
4885
4886         * src/summaryview.c
4887                 don't use "changed" to check if op_count has to be changed as it
4888                 is also set when the message has unread children
4889                 (closes bug [ 653221 ] crash while deleting duplicates)
4890
4891 2002-12-20 [paul]       0.8.6claws119
4892
4893         * sync with 0.8.6cvs27
4894                 see ChangeLog 2002-12-20
4895
4896 2002-12-20 [paul]       0.8.6claws118
4897
4898         * sync with 0.8.6cvs26
4899                 see ChangeLog 2002-12-19 and 2002-12-20
4900
4901 2002-12-19 [alfons]     0.8.6claws117
4902
4903         * src/textview.c
4904                 fix incorrect parsing of email addresses, submitted by 
4905                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4906                 name display if it contains @".
4907
4908 2002-12-18 [paul]       0.8.6claws116
4909
4910         * sync with 0.8.6cvs23
4911                 see ChangeLog 2002-12-18
4912
4913 2002-12-18 [paul]       0.8.6claws115
4914
4915         * src/Makefile.am
4916         * src/account.c
4917         * src/codeconv.c
4918         * src/gtkutils.[ch]
4919         * src/imap.c
4920                 sync with 0.8.6cvs22.
4921                 see ChangeLog 2002-12-17 and 2002-12-18
4922
4923 2002-12-17 [christoph]  0.8.6claws114
4924
4925         * src/imap.c
4926                 o don't create a session if imap greeting fails
4927                 o don't close socket when authentication fails
4928                   this is done by imap_session_destroy
4929
4930 2002-12-17 [thorsten]   0.8.6claws113
4931
4932         * tools/Makefile.am
4933           tools/README
4934           tools/google_msgid.pl ** NEW FILE **
4935                 Added "search for message-id" script and doc
4936
4937 2002-12-17 [thorsten]   0.8.6claws112
4938
4939         * po/hu.po
4940                 Updated hungarian translation
4941                 (updated by Gal Zoltan)
4942
4943 2002-12-16 [christoph]  0.8.6claws111
4944
4945         * src/addr_compl.c
4946                 remove stupid addressbook dump to debug output
4947         * src/mh.c
4948                 fix memory leak found by Hiro
4949
4950 2002-12-14 [paul]       0.8.6claws110
4951
4952         * src/compose.c
4953                 fix menubar sensitivity on send
4954                 
4955         * src/prefs_filtering.c
4956         * src/prefs_matcher.c
4957         * src/prefs_scoring.c
4958                 Fix english ;)
4959                 
4960         * src/common/quoted-printable.h
4961                 sync: fix typo
4962         
4963 2002-12-13 [christoph]  0.8.6claws109
4964
4965         * src/Makefile.am
4966         * src/manage_window.[ch]        ** REMOVE **
4967         * src/gtk/Makefile.am
4968         * src/gtk/manage_window.[ch]    ** NEW **
4969                 move manage_window files to gtk directory
4970
4971 2002-12-13 [christoph]  0.8.6claws108
4972
4973         * src/Makefile.am
4974         * src/gtkshruler.[ch]           ** REMOVE **
4975         * src/gtk/Makefile.am
4976         * src/gtk/gtkshruler.[ch]       ** NEW **
4977                 move gtkshruler files to gtk directory
4978
4979 2002-12-13 [christoph]  0.8.6claws107
4980
4981         * src/Makefile.am
4982         * src/compose.c
4983         * src/gtkstext.[ch]             ** REMOVE **
4984         * src/gtkutils.[ch]
4985         * src/textview.c
4986         * src/gtk/gtkstext.[ch]         ** NEW **
4987         * src/gtk/Makefile.am
4988                 o move stext functions to gtkstext.c to remove
4989                   dependency of gtkutils
4990                 o move gtkstext files to gtk directory
4991
4992         * src/gtk/Makefile.am
4993         * src/gtk/sslcertwindow.[ch]
4994                 UI stuff can always depend on common code so
4995                 it's ok to add ../common to include path
4996
4997 2002-12-13 [colin]      0.8.6claws106
4998
4999         * src/summaryview.c
5000                 Disconnect sighandlers for mainwindow when
5001                 quicksearch has the focus
5002                 Fix bug #653231
5003         * src/mainwindow.[ch]
5004                 Make key_pressed callback public, to be able
5005                 to disconnect it
5006
5007 2002-12-13 [christoph]  0.8.6claws105
5008
5009         * src/mh.c
5010                 create .mh_sequences file in new MH folders
5011                 (closes feature request [ 523162 ] MH folders should
5012                  get a .mh_sequences)
5013
5014 2002-12-13 [colin]      0.8.6claws104
5015
5016         * src/summaryview.c
5017                 Better handling of quicksearch show/hide
5018                 (basically the button stays under the mouse 
5019                  when toggled)
5020
5021 2002-12-13 [paul]       0.8.6claws103
5022
5023         * sync with 0.8.6cvs17
5024                 see ChangeLog 2002-12-13
5025
5026 2002-12-13 [paul]       0.8.6claws102
5027
5028         * po/es.po
5029                 updated by Ricardo Mones Lastra
5030
5031 2002-12-11 [colin]       0.8.6claws101
5032
5033         * src/folder.c
5034                 remove statusbar stuff
5035           src/folderview.c
5036                 set statusbar verbosity when moving folders
5037
5038 2002-12-11 [colin]       0.8.6claws100
5039         * src/prefs_filtering.c
5040         * src/prefs_matcher.c
5041         * src/prefs_scoring.c
5042                 Fix english ;)
5043
5044 2002-12-11 [colin]       0.8.6claws99
5045
5046         * src/prefs_common.[ch]
5047                 Add summary_quicksearch_type
5048         * src/summaryview.c
5049                 Save last used quicksearch type
5050
5051 2002-12-11 [jens]       0.8.6claws98
5052         * src/prefs_filtering.c
5053         * src/prefs_matcher.c
5054         * src/prefs_scoring.c
5055                 added dialog for incomplete rules in scoring, filtering and
5056                 matcher to ask wheather really close
5057
5058 2002-12-11 [colin]      0.8.6claws97
5059
5060         * src/folder.c
5061                 Fix folder dnd statusbar logging
5062
5063 2002-12-10 [christoph]  0.8.6claws96
5064
5065         * src/compose.c
5066         * src/folder.c
5067         * src/imap.c
5068         * src/inc.c
5069         * src/main.c
5070         * src/mainwindow.c
5071         * src/news.c
5072         * src/send.c
5073         * src/statusbar.[ch]
5074         * src/common/hooks.c
5075         * src/common/log.[ch]
5076                 o handle verbose logging in statusbar directly in statusbar code
5077                   and common code does not need any knowledge about a statusbar
5078                 o remove direct calls to statusbar_(puts|pop)_all functions
5079
5080 2002-12-10 [jens]       0.8.6claws95
5081
5082         * src/*.c
5083                 removed gettext from g_warnings
5084         * po/POTFILES.in
5085                 cleaned and updated
5086         * po/de.po
5087                 updated
5088
5089 2002-12-10 [colin]      0.8.6claws94
5090
5091         * src/main.c
5092                 finish crash dialog fix
5093
5094 2002-12-10 [colin]      0.8.6claws93
5095
5096         * src/main.c
5097                 "Fix" "sylpheed already running" instead of
5098                 crash dialog appearing after a crash
5099
5100 2002-12-10 [colin]      0.8.6claws92
5101
5102         * po/POTFILES.in
5103                 add src/gtk/sslcertwindow.c
5104
5105 2002-12-10 [paul]       0.8.6claws91
5106
5107         * po/POTFILES.in
5108                 updated to reflect recent changes
5109                 submitted by Alessandro Maestri
5110
5111 2002-12-09 [christoph]  0.8.6claws90
5112
5113         * src/Makefile.am
5114         * src/smtp.[ch]                 ** REMOVE **
5115         * src/common/Makefile.am
5116         * src/common/smtp.[ch]          ** NEW **
5117                 move smtp files to common directory
5118
5119 2002-12-09 [christoph]  0.8.6claws89
5120
5121         * src/Makefile.am
5122         * src/session.[ch]              ** REMOVE **
5123         * src/common/Makefile.am
5124         * src/common/session.[ch]       ** NEW **
5125                 move session files to common directory
5126
5127 2002-12-09 [paul]       0.8.6claws88
5128
5129         * src/account.c
5130                 fix bug [649746] edit accounts: move account reverted
5131                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5132
5133 2002-12-09 [colin]      0.8.6claws87
5134
5135         * src/ssl_certificate.c
5136                 cleanup
5137
5138 2002-12-09 [colin]      0.8.6claws86
5139
5140         * src/ssl.c
5141                 Try to open the cert.pem database and 
5142                 issue a warning if it isn't there
5143
5144 2002-12-09 [colin]      0.8.6claws85
5145
5146         * src/common/ssl_certificate.c
5147         * src/gtk/sslcertwindow.c
5148                 Warning fixes
5149
5150 2002-12-09 [colin]      0.8.6claws84
5151
5152         * src/ssl_certificate.[ch] ** REMOVED **
5153         * src/common/ssl_certificate.[ch] ** NEW **
5154         * src/Makefile.am
5155         * src/common/Makefile.am
5156                 Moved ssl_certificate.[ch] to common
5157         * src/common/ssl.c 
5158                 Put back needed include
5159         * src/gtk/sslcertwindow.[ch]
5160                 Changed ssl_certificate.h include
5161         
5162 2002-12-09 [colin]      0.8.6claws83
5163
5164         * src/gtk/sslcertwindow.[ch]
5165                 Implement hook for certificate acception
5166         * src/ssl_certificate.[ch]
5167                 Implement hook for certificate acception
5168         * src/common/ssl.c
5169                 Reenable certificate acception check
5170         * src/mainwindow.c
5171                 Register sslcertwindow's hook
5172         
5173 2002-12-08 [christoph]  0.8.6claws82
5174
5175         * src/about.c
5176         * src/addr_compl.c
5177         * src/codeconv.c
5178         * src/manual.c
5179         * src/undo.c
5180         * src/common/utils.c
5181                 o add missing includes
5182                 o fix warnings
5183         * src/.cvsignore
5184         * src/common/.cvsignore
5185         * src/common/version.h          ** REMOVE **
5186                 remove autogenerated file
5187
5188 2002-12-08 [paul]       0.8.6claws81
5189
5190         * src/stringtable.c
5191                 put back needed include
5192
5193 2002-12-08 [colin]      0.8.6claws80
5194         
5195         * src/gtk/sslcertwindow.c
5196                 Cleaner popups when asking
5197         * src/ssl_certificate.c
5198         * src/prefs_common.[ch]
5199                 remove ssl certificate pref
5200                 put back needed include
5201         * src/undo.c
5202                 put back needed include
5203
5204 2002-12-08 [christoph]  0.8.6claws79
5205
5206         * src/folderview.c
5207         * src/logwindow.c
5208         * src/statusbar.c
5209         * src/summaryview.c
5210                 only abort hook invokation if required data is missing not
5211                 if our own data pointer is NULL, update hookfunction for
5212                 log window
5213
5214 2002-12-08 [paul]       0.8.6claws78
5215
5216         * src/about.c
5217         * src/addrcache.c
5218         * src/addrclip.c
5219         * src/addr_compl.c
5220         * src/addrselect.c
5221         * src/codeconv.c
5222         * src/colorlabel.c
5223         * src/enriched.c
5224         * src/esmtp.c
5225         * src/exporthtml.c
5226         * src/headerview.c
5227         * src/imageview.c
5228         * src/manual.c
5229         * src/noticeview.c
5230         * src/pgptext.c
5231         * src/scoring.c
5232         * src/sourcewindow.c
5233         * src/stringtable.c
5234         * src/undo.c
5235                 clean up: remove unneccesary includes
5236
5237 2002-12-08 [christoph]  0.8.6claws77
5238
5239         * src/folderview.c
5240         * src/statusbar.c
5241         * src/summaryview.c
5242         * src/common/hooks.[ch]
5243                 hook functions now have a gboolean return value, if a hook
5244                 returns TRUE it will stop executing of any more hooks in
5245                 the same hooklist for this invokation
5246
5247 2002-12-08 [colin]      0.8.6claws76
5248         
5249         * src/main.c
5250                 put back argv0 for CRASH_DIALOG
5251
5252 2002-12-08 [christoph]  0.8.6claws75
5253
5254         * src/Makefile.am
5255         * src/about.c
5256         * src/account.c
5257         * src/crash.c
5258         * src/esmtp.h
5259         * src/imap.[ch]
5260         * src/inc.c
5261         * src/main.c
5262         * src/mainwindow.c
5263         * src/news.c
5264         * src/pop.[ch]
5265         * src/prefs_account.[ch]
5266         * src/prefs_common.[ch]
5267         * src/send.[ch]
5268         * src/smtp.[ch]
5269         * src/ssl_certificate.[ch]
5270         * src/ssl_manager.[ch]
5271         * src/common/Makefile.am
5272         * src/common/log.c
5273         * src/common/nntp.[ch]
5274         * src/common/socket.[ch]
5275         * src/common/ssl.[ch]
5276         * src/gtk/sslcertwindow.[ch]
5277         * ac/openssl.m4
5278                 use new autoconf script to detect OpenSSL with extra parameters
5279                 to specify the location of libs and includes, also remove USE_SSL
5280                 to USE_OPENSSL
5281
5282         * src/common/sylpheed.[ch]
5283         * src/common/version.h.in
5284                 start seperation of common code initialization seperated from gui
5285
5286         * src/summaryview.c
5287                 The function that is called when a color label changes
5288                 should not change the color lable again
5289
5290 2002-12-08 [colin]      0.8.6claws74
5291
5292         * src/gtk/sslcertwindow.c
5293                 warning fixes
5294
5295 2002-12-08 [colin]      0.8.6claws73
5296
5297         * src/statusbar.c
5298           src/common/log.h
5299                 Register a hook for statusbar_puts_all
5300         * src/common/log.c
5301                 invoke statusbar_puts_all's hook
5302         
5303 2002-12-08 [colin]      0.8.6claws72
5304
5305         * src/ssl_certificate.c
5306                 Put back a badly-removed include
5307
5308 2002-12-08 [colin]      0.8.6claws71
5309
5310         * src/gtk/sslcertwindow.[ch]    ** NEW **
5311                 new certificate presentation
5312         * src/gtk/Makefile.am
5313                 add new files
5314         * src/ssl_certificate.[ch]
5315                 gtk cleanup, made utility functions public
5316         * src/ssl_manager.c
5317                 use new cert presentation
5318
5319 2002-12-07 [christoph]  0.8.6claws70
5320
5321         * src/Makefile.am
5322         * src/nntp.[ch]                 ** REMOVE **
5323         * src/common/Makefile.am
5324         * src/common/nntp.[ch]          ** NEW **
5325                 move nntp files to common directory
5326
5327 2002-12-07 [christoph]  0.8.6claws69
5328
5329         * src/procmsg.[ch]
5330         * src/summaryview.c
5331                 implement msginfo update callback using sylpheed's new
5332                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5333
5334 2002-12-06 [christoph]  0.8.6claws68
5335
5336         * src/editgroup.c
5337                 This patch changes the 'Edit Group Details' dialog to
5338                 allow extended selections in either pane, so that
5339                 addresses can be added or removed from a group more
5340                 quickly and easily. (it actually is a net decrease in
5341                 file size, as some unnecessary functions have been
5342                 removed). 
5343                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5344
5345 2002-12-06 [christoph]  0.8.6claws67
5346
5347         * src/Makefile.am
5348         * src/template.[ch]             ** REMOVE **
5349         * src/common/Makefile.am
5350         * src/common/template.[ch]      ** NEW **
5351                 move template files to common directory
5352
5353         * src/nntp.c
5354                 add missing log.h include
5355
5356 2002-12-06 [melvin]     0.8.6claws66
5357
5358         * src/prefs_actions.c
5359                 Added the trailing ">" syntax to insert command's output
5360                 without replacing old text (in contrast to trailing "|").
5361
5362 2002-12-05 [colin]      0.8.6claws65
5363         
5364         * src/common/utils.c
5365                 Don't modify original search_string or it'll change
5366                 the next iterations in the for()
5367
5368 2002-12-05 [darko]      0.8.6claws64
5369
5370         * src/common/utils.c
5371                 proper check for filtering commands, found by Colin
5372
5373 2002-12-05 [darko]      0.8.6claws63
5374
5375         * src/common/utils.c
5376                 check proper string for NULL pointer, found by Colin
5377
5378 2002-12-05 [darko]      0.8.6claws62
5379
5380         * src/common/utils.[ch]
5381                 expand_search_string(): new function
5382                 converts Mutt-like patterns to Sylpheed's
5383                 filtering engine
5384         * src/summaryview.c
5385                 use expand_search_string() to allow Mutt-like
5386                 patterns in extended search
5387         * README.claws
5388                 document extended option in quick search
5389
5390 2002-12-05 [paul]       0.8.6claws61
5391
5392         * sync with 0.8.6cvs16
5393                 see ChangeLog 2002-12-05
5394                 
5395         * po/POTFILES.in
5396                 clean up
5397
5398 2002-12-04 [christoph]  0.8.6claws60
5399
5400         * src/imap.[ch]
5401                 put imap authentication code into a new function and
5402                 remove it from imap_session_new that will allow to
5403                 send other commands before authentication
5404
5405 2002-12-04 [christoph]  0.8.6claws59
5406
5407         * src/imap.[ch]
5408                 use already existing method to prevent unneeded IMAP
5409                 folder selects. Set imap_select parameters to NULL
5410                 in some functions if the values are not required.
5411
5412         * src/xml.h
5413                 remove no longer required include
5414
5415 2002-12-04 [paul]       0.8.6claws58
5416
5417         * po/es.po
5418                 updated by Ricardo Mones Lastra
5419                 
5420         * configure.in
5421           po/hu.po      ** NEW FILE **
5422                 initial Hungarian translation, submitted
5423                 by Gál Zoltán <galzoli@hu.inter.net>
5424
5425 2002-12-03 [christoph]  0.8.6claws57
5426
5427         * src/Makefile.am
5428         * src/gtksctree.[ch]            ** REMOVE **
5429         * src/gtk/Makefile.am
5430         * src/gtk/gtksctree.[ch]        ** NEW **
5431                 move gtksctree files to gtk directory
5432
5433 2002-12-03 [christoph]  0.8.6claws56
5434
5435         * src/Makefile.am
5436         * src/md5.[ch]                  ** REMOVE **
5437         * srm/common/Makefile.am
5438         * src/common/md5.[ch]           ** NEW **
5439                 move md5 files to common directory
5440
5441         * src/gtkstext.c
5442                 remove not required #include
5443
5444 2002-12-03 [sergey]     0.8.6claws55
5445
5446         * src/gtkutils.c
5447         * src/gtkutils.h
5448                 gtkut_window_popup(): new function.
5449         * src/mainwindow.c
5450                 main_window_popup(): use gtkut_window_popup() to raise
5451                 window without changing its position.
5452                 (see sylpheed-main ML message [sylpheed:17247])
5453
5454 2002-12-03 [sergey]     0.8.6claws54
5455
5456         * src/send.c
5457                 send_message_local(): removed first-dot escaping
5458                 (SMTP-only, not needed for sending through pipe)
5459
5460 2002-12-03 [paul]       0.8.6claws53
5461
5462         * po/POTFILES.in
5463                 update to reflect recent changes (thanks
5464                 to Ricardo Mones Lastra)
5465                 
5466         * tools/filter_conv.pl
5467                  fix problem with quoted strings. Patch submitted
5468                  by Luke Plant <lukeplant@softhome.net>
5469
5470 2002-12-03 [paul]       0.8.6claws52
5471
5472         * sync with 0.8.6cvs15
5473                 see ChangeLog 2002-12-03
5474
5475 2002-12-02 [christoph]  0.8.6claws51
5476
5477         * src/logwindow.[ch]
5478         * src/common/log.[ch]
5479                 implement logging using a hook function
5480
5481         * src/folderview.c
5482         * src/folder.[ch]
5483                 define hooklist name in header file to avoid
5484                 errors caused by wrong spelling of hooklist names
5485
5486         * src/toolbar.c
5487                 fix warnings
5488
5489 2002-12-02 [christoph]  0.8.6claws50
5490
5491         * src/common/Makefile.am
5492                 add src/common/hooks.[ch]
5493
5494         * src/common/hooks.[ch]
5495                 implement a simple hook system using glib's hook functions
5496
5497         * src/folder.[ch]
5498         * src/folderview.c
5499                 use new hook system for folder item updates
5500
5501 2002-12-02 [christoph]  0.8.6claws49
5502
5503         * doc-src/ui_seperation.txt     ** NEW **
5504                 information for ui seperation
5505
5506         * src/Makefile.am
5507                 remove files that were moved to common
5508                 include common directory by default for the header files
5509
5510         * src/inc.c
5511         * src/common/socket.c
5512         * src/automaton.[ch]
5513                 implement automaton using g_io_*-functions instead of
5514                 gdk_input_add to make it ui independent
5515
5516         * src/codeconv.c
5517         * src/compose.c
5518         * src/ldif.c
5519         * src/pgptext.c
5520         * src/procmime.c
5521         * src/rfc2015.c
5522         * src/smtp.c
5523         * src/unmime.c
5524                 remove common/ prefix because directory is now in
5525                 include path
5526
5527         * src/compose.c
5528         * src/folder.c
5529         * src/folderview.c
5530         * src/mainwindow.c
5531         * src/messageview.c
5532         * src/prefs_common.c
5533         * src/procmsg.c
5534         * src/rfc2015.c
5535                 fix warnings
5536
5537         * src/imap.c
5538         * src/inc.c
5539         * src/news.c
5540         * src/pop.c
5541         * src/send.c
5542         * src/smtp.c
5543         * src/ssl_certificate.c
5544                 add log.h header file for logging functions
5545
5546         * src/main.c
5547         * src/common/utils.c
5548         * src/summaryview.c
5549         * src/xml.c
5550                 o move debug_mode to common/utils.c
5551                 o add functions to set and get debug_mode
5552
5553         * src/defs.h                    ** REMOVE **
5554         * src/intl.h                    ** REMOVE **
5555         * src/socket.[ch]               ** REMOVE **
5556         * src/ssl.[ch]                  ** REMOVE **
5557         * src/utils.[ch]                ** REMOVE **
5558                 replaced by new files in src/common/
5559         
5560         * src/common/Makefile.am
5561                 add new files in src/common/
5562
5563         * src/common/defs.h             ** NEW **
5564         * src/common/intl.h             ** NEW **
5565         * src/common/log.[ch]           ** NEW **
5566         * src/common/socket.[ch]        ** NEW **
5567         * src/common/ssl.[ch]           ** NEW **
5568         * src/common/utils.[ch]         ** NEW **
5569                 replacement for files in src/
5570
5571 2002-12-02 [colin]      0.8.6claws48
5572
5573         * src/folderview.c
5574                 Scroll folderview if necessary during dnd
5575
5576 2002-12-02 [colin]      0.8.6claws47
5577
5578         * src/folder.[ch]
5579                 Add check to verify a move is within a single mailbox
5580         * src/folderview.c
5581                 Add specific error string for this check
5582
5583 2002-12-02 [colin]      0.8.6claws46
5584
5585         * src/folder.c
5586                 Add a test to folder moving, remove a statusbar_print
5587         * src/folderview.c
5588                 Add Move folder... context-menu item
5589                 Factorize folder moving code
5590                 Enable folder DND for mbox
5591
5592 2002-12-01 [christoph]  0.8.6claws45
5593
5594         * ac/aspell.m4
5595                 remove conf.aspelltest if the version check fails
5596
5597 2002-11-30 [christoph]  0.8.6claws44
5598
5599         * autogen.sh
5600                 run libtoolize --force in autogen to create missing
5601                 libtool scripts
5602
5603 2002-11-30 [christoph]  0.8.6claws43
5604
5605         * src/Makefile.am
5606         * src/pgptext.c
5607         * src/procmime.c
5608         * src/rfc2015.c
5609         * src/uuencode.[ch]             ** REMOVED **
5610         * src/common/Makefile.am
5611         * src/common/uuencode.[ch]      ** NEW **
5612                 move uuen/decoder to common directory
5613
5614 2002-11-30 [christoph]  0.8.6claws42
5615
5616         * src/Makefile.am
5617         * src/base64.[ch]               ** REMOVED **
5618         * src/codeconv.c
5619         * src/compose.c
5620         * src/ldif.c
5621         * src/pgptext.c
5622         * src/procmime.c
5623         * src/rfc2015.c
5624         * src/smtp.c
5625         * src/unmime.c
5626         * src/common/Makefile.am
5627         * src/common/base64.[ch]        ** NEW **
5628                 move base64 en/decoder to common directory
5629
5630 2002-11-30 [christoph]  0.8.6claws41
5631
5632         * src/common                    ** NEW **
5633                 new directory for UI independent code
5634         * src/gtk                       ** NEW **
5635                 new directory for GTK frontend
5636         * src/common/.cvsignore         ** NEW **
5637         * src/gtk/.cvsignore            ** NEW **
5638                 ignore build files
5639         * src/common/Makefile.am        ** NEW **
5640         * src/gtk/Makefile.am           ** NEW **
5641                 automake files to build new seperated stuff
5642         * src/Makefile.am
5643                 the binary will currently still be build with the
5644                 files in src, so we include the code from the
5645                 subdirs for now after building the libs there
5646
5647 2002-11-30 [paul]       0.8.6claws40
5648
5649         * src/compose.c
5650                 fix bug [642731] 'Wrong selected account with drafted mail'
5651
5652 2002-11-29 [oliver]     0.8.6claws39
5653         
5654         * src/messageview.c
5655                 o update summaryview when switching between different
5656                   messageviews          
5657         * src/toolbar.c  
5658                 o check if messageview holds already removed msg
5659                   from summaryview
5660                 
5661
5662 2002-11-29 [oliver]     0.8.6claws38
5663
5664         * src/toolbar.c 
5665                 remove not needed variables and includes
5666                 make messageview stay opened and move to next when msgs are deleted 
5667
5668 2002-11-29 [oliver]     0.8.6claws37
5669         
5670         * src/toolbar.c 
5671                 disable compose button (messageview toolbar) by default
5672                 deleted msgs are moved to trash
5673         
5674 2002-11-29 [melvin]     0.8.6claws36
5675
5676         * configure.in
5677                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5678                 and to detect signatures expirations (gpgme 0.3.6)
5679
5680         * src/main.c
5681                 Use non obsolescent function for Gpgme engine checking.
5682
5683         * src/rfc2015.c
5684                 Inform about expired signatures or signatures which key
5685                 has expired. Expiration date is displayed.
5686
5687         * src/sigstatus.c
5688                 Inform about expired signatures or signatures which key
5689                 has expired.
5690
5691 2002-11-28 [paul]       0.8.6claws35
5692
5693         * src/folderview.c
5694                 re-instate 'Check for new messages' in Newsgroup
5695                 folders right-click menu, after a suggestion from
5696                 Tim Mann <timmann@users.sourceforge.net>
5697
5698         * src/main.c
5699                 after a crash check only local folders for new
5700                 messages
5701
5702 2002-11-28 [paul]       0.8.6claws34
5703
5704         * configure.in
5705                 apply patch that fixes the checking of GTK with XIM 
5706                 support on different OSs, such as FreeBSD. Patch 
5707                 submitted by Topia <topia@users.sourceforge.net>
5708                 
5709 2002-11-28 [paul]       0.8.6claws33
5710
5711         * src/mainwindow.c
5712           src/prefs_common.c
5713           src/prefs_toolbar.c
5714                 more changes to the English
5715
5716 2002-11-28 [paul]       0.8.6claws32
5717
5718         * sync with 0.8.6cvs13
5719                 see ChangeLog 2002-11-28 (no sync needed
5720                 for src/compose.c)
5721
5722 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5723         
5724         * src/mainwindow.[ch]
5725                 add patch by Ivan F. Martinez introducing messageview Toolbar
5726                 some changes and committed by oliver    
5727
5728 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5729
5730         * src/messageview.[ch]
5731                 add patch by Ivan F. Martinez introducing messageview Toolbar
5732                 some changes and committed by oliver    
5733
5734 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5735
5736         * src/compose.[ch]
5737                 add patch by Ivan F. Martinez introducing messageview Toolbar
5738                 some changes and committed by oliver    
5739
5740 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5741         
5742         * src/toolbar.[ch]
5743                 add patch by Ivan F. Martinez introducing messageview Toolbar
5744                 some changes and committed by oliver
5745
5746 2002-11-28 [oliver]     0.8.6claws27
5747         
5748         * src/prefs_toolbar.[ch]
5749                 getting ready for messageview toolbar
5750                 free mem allocated by gettext
5751                 change prefs_toolbar to prefs_toolbar_open
5752  
5753 2002-11-28 [thorsten]   0.8.6claws26
5754
5755         * src/imageview.[ch]
5756                 cleaned up conflicting declarations of
5757                 imageview_show_image()
5758
5759 2002-11-28 [paul]       0.8.6claws25
5760
5761         * src/grouplistdialog.c
5762           src/prefs_common.c
5763           src/prefs_summary_column.c
5764                 a few more improvements to the English
5765
5766 2002-11-28 [colin]      0.8.6claws24
5767
5768         * man/sylpheed.1
5769                 A few updates to command-line parameters
5770
5771 2002-11-28 [colin]      0.8.6claws23
5772
5773         * src/prefs_filtering.c
5774                 Fix problems with prefs_filtering_delete_path:
5775                 a) if the first rule is removed, original pointers
5776                    weren't updated (leading to segfaults)
5777                 b) it was always global_processing updated in case
5778                    of removed path was parent of rule path
5779
5780 2002-11-27 [paul]       0.8.6claws22
5781
5782         * src/mainwindow.c
5783           src/prefs_account.c
5784           src/prefs_actions.c
5785           src/prefs_common.c
5786           src/prefs_customheader.c
5787           src/prefs_display_header.c
5788           src/prefs_filtering.c
5789           src/prefs_folder_item.c
5790           src/prefs_matcher.c
5791           src/prefs_scoring.c
5792           src/prefs_summary_column.c
5793           src/prefs_template.c
5794           src/prefs_toolbar.c
5795                  improve the English in the GUI
5796
5797 2002-11-27 [colin]      0.8.6claws21
5798
5799         * src/folder.c
5800                 Fix processing renaming problems happening after
5801                 last commit
5802
5803 2002-11-27 [colin]      0.8.6claws20
5804
5805         * src/folder.c
5806                 recursive move now deletes src each subfolder after 
5807                 having moved it
5808         * src/folderview.c
5809                 Use identifier instead of path during dnd (enables
5810                 IMAP folder dnd)
5811
5812 2002-11-27 [paul]       0.8.6claws19
5813
5814         * src/main.c
5815                 apply patch that does command-line processing 
5816                 BEFORE gtk_init, allowing claws to run from 
5817                 shell-scripts in non-X environment (e.g. crontab 
5818                 or ip-up, ip-down scripts). Patch submitted by
5819                 Ruslan N. Balkin <baron@dartel.ru>
5820                 
5821         * po/it.po
5822                 updated by Alessandro Maestri
5823
5824 2002-11-27 [paul]       0.8.6claws18
5825
5826         * sync with 0.8.6cvs12
5827           src/prefs_common.c
5828                 Differences are that main uses a 'Receive dialog'
5829                 frame on the Interface tab, whereas claws groups all 
5830                 the dialogs together in a 'Dialogs' frame.
5831
5832 2002-11-27 [colin]      0.8.6claws17
5833
5834         * src/prefs_matcher.c
5835                 Fix Execute criteria's NOT flag
5836
5837
5838 2002-11-26 [christoph]  0.8.6claws16
5839
5840         * src/ssl.c
5841                 rewrite the ssl code a little bit, only use one
5842                 SSL context, set default certificates' file/path
5843
5844 2002-11-26 [thorsten]   0.8.6claws15
5845
5846         * src/compose.c
5847                 default-reply-to didn't work for ml-reply
5848
5849 2002-11-26 [melvin]     0.8.6claws14
5850
5851         * src/prefs_actions.c
5852                 Made pipe-actions ignore short headers in message view
5853                 Made trailing-pipe-actions write in the message view with
5854                 the same font as the original message
5855
5856 2002-11-26 [paul]       0.8.6claws13
5857
5858         * src/compose.c
5859                 this time commit the correct file
5860
5861 2002-11-26 [paul]       0.8.6claws12
5862
5863         * sync with 0.8.6cvs11
5864           src/quote_fmt_parse.y  
5865                 no sync needed
5866           src/account.[ch]       
5867                 not sync'ed
5868           src/compose.c
5869                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5870                 on draft mode.
5871                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5872                 header
5873                 
5874         see ChangeLog 2002-11-25 and 2002-11-26
5875
5876 2002-11-26 [colin]      0.8.6claws11
5877
5878         * src/folderview.c
5879                 Fix collapsed folder not auto-expanding during
5880                 mail dnd, if it was the source folder.
5881
5882 2002-11-25 [colin]      0.8.6claws10
5883
5884         * src/folderview.[ch]
5885                 Variable renaming and cleaning (slist of nodes 
5886                 to be re-collapsed is stored in FolderView)
5887
5888 2002-11-25 [paul]       0.8.6claws9
5889
5890         * src/prefs_common.[ch]
5891                 fix breakage caused by last commit
5892
5893 2002-11-25 [paul]       0.8.6claws8
5894
5895         * sync with 0.8.6cvs4
5896                 see ChangeLog 2002-11-21
5897
5898 2002-11-25 [paul]       0.8.6claws7
5899
5900         * sync with 0.8.6cvs4
5901                 see ChangeLog 2002-11-20
5902
5903 2002-11-25 [paul]       0.8.6claws6
5904
5905         * sync with 0.8.6cvs3
5906                 see ChangeLog 2002-11-18
5907
5908 2002-11-25 [colin]      0.8.6claws5
5909
5910         * src/gtkutils.[ch]
5911                 Add gtkut_ctree_node_is_parent()
5912         * src/folderview.c
5913                 Spring-loaded folders
5914
5915 2002-11-25 [colin]      0.8.6claws4
5916
5917         * src/utils.[ch]
5918                 Add slist_concat_unique(), function to merge
5919                 two GSList filtering dups
5920         * src/folder.[ch]
5921         * src/summaryview.[ch]
5922         * src/folderview.c
5923         * src/main.c
5924                 Add detection/update/display of unread answers
5925                 to marked mails
5926         * src/procmsg.[ch]
5927                 Add procmsg_find_children()
5928                 Add procmsg_msg_has_marked_parent()
5929
5930 2002-11-25 [colin]      0.8.6claws3
5931
5932         * src/ssl_certificate.[ch]
5933                 Allow checking a certificate without a DNS
5934                 lookup
5935                 Allow to forget a cert (by deleting it)
5936                 Make ssl_certificate_destroy_public
5937         * src/ssl_manager.[ch] ** NEW FILES **
5938                 Gui to manage (display/remove) certificates
5939         * src/prefs_common.[ch]
5940                 Add a pref to allow silent acceptation of
5941                 trusted certificates or not (based on the
5942                 "I want to know what's going on" principle)
5943         * src/mainwindow.c
5944                 Add SSL manager in Tools menu
5945         * src/Makefile.am
5946                 Add the new files to the build
5947         * po/POTFILES.in
5948                 Add ssl_manager.c to translations
5949
5950 2002-11-25 [colin]      0.8.6claws2
5951
5952         * src/summaryview.[ch]
5953                 Add S_SEARCH_EXTENDED to the quick search, which 
5954                 allows to search using filtering syntax.
5955
5956 2002-11-25 [colin]      0.8.6claws1
5957
5958         * src/summaryview.c
5959                 Deletion of duplicates now prefer deleting
5960                 the unread dup (fixes feature-request 638989).
5961
5962 2002-11-24 [paul]       0.8.6claws
5963
5964         * po/es.po
5965           po/pl.po
5966           po/ru.po
5967           po/sr.po
5968                 updated by Ricardo Mones Lastra,
5969                 Witold Wladyslaw Wojciech Wilk,
5970                 Ruslan N. Balkin, and  Urke MMI 
5971                 respectively
5972
5973 2002-11-24 [paul]       0.8.5claws182
5974
5975         * po/bg.po
5976                 updated by George Danchev
5977
5978 2002-11-23 [alfons]     0.8.5claws181
5979
5980         * src/imap.c
5981                 tiny memory leak found by browsing Dimitar's 
5982                 valgrind report
5983
5984 2002-11-23 [paul]       0.8.5claws180
5985
5986         * po/it.po
5987                 updated by Alessandro Maestri
5988
5989 2002-11-22 [christoph]  0.8.5claws179
5990
5991         * src/compose.c
5992         * src/inc.c
5993         * src/prefs_filtering.c
5994         * src/summaryview.c
5995                 more warning fixes
5996
5997 2002-11-22 [alfons]     0.8.5claws178
5998
5999         * src/summaryview.c
6000                 summary_execute_delete_func(): if message is deleted, make 
6001                 sure to also remove its entry in the subject hash table. 
6002                 fixes a corner case bug.
6003
6004 2002-11-22 [paul]       0.8.5claws177
6005
6006         * .cvsignore
6007                 add 'autom4te.cache'
6008                 
6009         * ltconfig      ** REMOVED **
6010                 not needed
6011
6012 2002-11-22 [paul]       0.8.5claws176
6013
6014         * src/textview.c
6015                 textview_set_font(): fix for message display in
6016                 UTF-8 locales (thanks to Sergey Vlasov).
6017                 
6018         * AUTHORS
6019                 add new team members and contributors
6020
6021
6022 2002-11-21 [colin]      0.8.5claws175
6023
6024         * src/procmsg.[ch]
6025                 Add procmsg_remove_special_headers()
6026         * src/mh.c
6027                 Use procmsg_remove_special_headers() for 
6028                 previous fix
6029
6030 2002-11-21 [colin]      0.8.5claws174
6031
6032         * src/mh.c
6033                 Fix moving/copying from queue/draft folders
6034                 for MH folders
6035
6036 2002-11-21 [christoph]  0.8.5claws173
6037
6038         * src/crash.c
6039         * src/filtering.c
6040         * src/logwindow.c
6041         * src/main.c
6042         * src/matcher_parser_lex.[hl]
6043         * src/mbox.c
6044         * src/mbox_folder.[ch]
6045         * src/prefs_filtering.c
6046         * src/procheader.c
6047         * src/quote_fmt_lex.l
6048         * src/ssl.c
6049                 fix all warnings except the warnings in lex and yacc files
6050
6051 2002-11-20 [christoph]  0.8.5claws172
6052
6053         * src/imap.c
6054                 fix MsgInfo retrieval for IMAP draft and queue folders
6055                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6056
6057 2002-11-19 [christoph]  0.8.5claws171
6058
6059         * src/compose.c
6060                 fix segfault, when draft saving does not get
6061                 the MsgInfo of the new message
6062                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6063
6064 2002-11-19 [christoph]  0.8.5claws170
6065
6066         * src/procmsg.c
6067                 add parameter check for flag setting function
6068                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6069
6070 2002-11-18 [paul]       0.8.5claws169
6071
6072         * src/compose.c
6073                 more sensitivity fixes to redirect mode:
6074                 * disable toolbar draft button
6075                 * allow only Address book in the Tools menu
6076                 * disable editing of message by the spell
6077                   checker
6078
6079 2002-11-18 [paul]       0.8.5claws168
6080
6081         * src/compose.c
6082                 fix sensitivity of menu items in compose_redirect():
6083                 allow only the necessary items 
6084
6085 2002-11-18 [paul]       0.8.5claws167
6086
6087         * src/compose.c
6088                 fix bug [ 603259 ] 'attachment got lost on bounce'
6089
6090 2002-11-18 [paul]       0.8.5claws166
6091
6092         * po/ru.po
6093                 updated by Ruslan N. Balkin <baron@dartel.ru>
6094
6095 2002-11-18 [colin]      0.8.5claws165
6096
6097         * src/main.c
6098           src/defs.h
6099                 Remove old filtering stuff
6100
6101
6102 2002-11-17 [oliver]     0.8.5claws164
6103
6104         * src/toolbar.h
6105                 remove not needed typedef 
6106
6107 2002-11-17 [oliver]     0.8.5claws163
6108
6109         * src/toolbar.c
6110                 make toolbar's on click events translatable
6111
6112 2002-11-15 [colin]      0.8.5claws162
6113
6114         * src/summaryview.c
6115                 Revert too-soon integration of a feature
6116
6117 2002-11-15 [christoph]  0.8.5claws161
6118
6119         * src/imap.c
6120                 use main's implementation of imap_get_msginfo
6121
6122 2002-11-15 [christoph]  0.8.5claws160
6123
6124         * src/compose.c
6125         * src/folder.[ch]
6126         * src/imap.c
6127         * src/mbox_folder.c
6128         * src/mh.c
6129         * src/news.c
6130         * src/procmsg.c
6131         * src/summaryview.c
6132                 replace claws' fetch_msginfo with main's get_msginfo
6133                 (use main's implementation where possible)
6134
6135 2002-11-15 [colin]      0.8.5claws159
6136
6137         * src/ssl_certificate.c
6138                 Missed a check
6139
6140 2002-11-16 [melvin]     0.8.5claws158
6141
6142         * po/fr.po
6143                 Updated French translations.
6144
6145 2002-11-16 [colin]      0.8.5claws157
6146
6147         * src/ssl_certificate.c
6148                 Check for missing parts in the certificates
6149
6150 2002-11-15 [colin]      0.8.5claws156
6151
6152         * src/folderview.c
6153                 Preventive fix (missing check) found by
6154                 Alfons
6155
6156 2002-11-15 [paul]
6157
6158         * NEWS
6159                 sync with 0.8.6 release
6160
6161 2002-11-15 [colin]      0.8.5claws155
6162
6163         * src/folder.[ch]
6164           src/folderview.c
6165                 Fix error handling of folder_item_move_to()
6166                 (thanks to Alfons!)
6167
6168 2002-11-15 [colin]      0.8.5claws154
6169
6170         * src/folder.[ch]
6171           src/folderview.c
6172                 folder_item_move_to() sets an error message instead
6173                 of having GUI stuff in folder.c
6174
6175 2002-11-15 [colin]      0.8.5claws153
6176
6177         * src/procmsg.[ch]
6178                 Implemented a callback for MsgInfo updates, 
6179                 heavily copy/pasted from Christoph's folder 
6180                 callback system
6181         * src/summaryview.[ch]
6182                 Register summary_update_msg as callback
6183
6184 2002-11-14 [colin]      0.8.5claws152
6185         
6186         * src/procmsg.c
6187                 Update the FolderItem after sending (fixes 617593)
6188
6189 2002-11-14 [christoph]  0.8.5claws151
6190
6191         * src/folder.c
6192                 fix wrong position of NULL pointer check found
6193                 by Sergey
6194
6195 2002-11-14 [christoph]  0.8.5claws150
6196
6197         * src/folder.c
6198                 fix segfault when deleting messages from IMAP folders
6199                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6200
6201 2002-11-14 [colin]      0.8.5claws149
6202
6203         * src/compose.c
6204                 Forwarding was also ignoring the folder's default account.
6205
6206 2002-11-14 [colin]      0.8.5claws148
6207
6208         * src/compose.c
6209                 Fix sent folder not set to folder properties when 
6210                 forwarding.
6211
6212 2002-11-14 [thorsten]   0.8.5claws147
6213
6214         * src/inc.c
6215                 inc_start(): Files were not moved from .processing to inbox,
6216                 if no global processing rule existed
6217
6218 2002-11-14 [colin]      0.8.5claws146
6219
6220         * src/ssl_certificate
6221                 Fix file operations
6222
6223 2002-11-14 [paul]       0.8.5claws145
6224
6225         * po/it.po
6226                 updated by Alessandro Maestri
6227
6228 2002-11-13 [alfons]     0.8.5claws144
6229
6230         * src/folder.c
6231                 folder_item_close(): only mark messages unread
6232                 when a folder has new messages 
6233
6234 2002-11-13 [keith]      0.8.5claws143
6235
6236         * src/imap.c
6237                 Fix problem moving or copying between
6238                 IMAP folders
6239
6240 2002-11-13 [colin]      0.8.5claws142
6241
6242         * src/matcher_parser_parse.y
6243                 Fix rule problem when " don't match
6244
6245 2002-11-13 [christoph]  0.8.5claws141
6246
6247         * src/folder.c
6248         * src/folderview.c
6249                 moved cache saving to folder_item_close
6250                 the folderview should not have to deal with
6251                 this things
6252
6253 2002-11-13 [christoph]  0.8.5claws140
6254
6255         * src/summaryview.c
6256                 moved setting of important score to
6257                 summary_set_prefs_from_folderitem
6258
6259 2002-11-13 [colin]      0.8.5claws139
6260
6261         * src/matcher_parser_parse.y
6262                 Fix a segfault in the parser (happening when
6263                 a good expression had been tested and a bad 
6264                 one arrives)
6265
6266 2002-11-13 [paul]       0.8.5claws138
6267
6268         * sync with 0.8.5cvs24
6269                 see ChangeLog 2002-11-13
6270                 
6271         * po/pt_BR.po
6272                 updated by Fabio Jr. Beneditto
6273
6274 2002-11-13 [colin]      0.8.5claws137
6275         
6276         * src/msgcache.c
6277           src/defs.h
6278           src/procmsg.[ch]
6279                 Revert last commit, problem
6280
6281 2002-11-13 [colin]      0.8.5claws136
6282
6283         * src/msgcache.c
6284                 Remove duplicated code
6285         * src/defs.h
6286                 Bumped CACHE_VERSION and MARK_VERSION
6287         * src/procmsg.[ch]
6288                 Network endian for cache and mark files
6289
6290 2002-11-12 [colin]      0.8.5claws135
6291
6292         * src/inc.c
6293                 Fix the "socket error" dialog which disappeared
6294
6295 2002-11-12 [colin]      0.8.5claws134
6296
6297         * src/msgcache.c
6298                 Reverse last commit which had performance 
6299                 problems, but still reverse the list
6300
6301 2002-11-12 [colin]      0.8.5claws133
6302
6303         * src/msgcache.c
6304                 Reverse list order
6305
6306 2002-11-12 [melvin]     0.8.5claws132
6307
6308         * src/compose.c
6309                 Added a check for a NULL prefs_common.dictionary
6310
6311 2002-11-12 [colin]      0.8.5claws131
6312
6313         * src/ssl_certificate.[ch]
6314                 Use FQDN hostname
6315
6316 2002-11-12 [colin]      0.8.5claws130
6317
6318         * src/ssl_certificate.[ch]
6319                 Take connection port into account for 
6320                 checking certificates (a single hostname
6321                 could have multiple servers with multiple
6322                 certificates)
6323         * src/ssl.c
6324                 Pass the port to ssl_certificate_check
6325
6326 2002-11-12 [paul]       0.8.5claws129
6327
6328         * src/folder.c
6329                 fix a typo in last commit
6330
6331 2002-11-12 [paul]       0.8.5claws128
6332
6333         * sync with 0.8.5cvs23
6334                 see ChangeLog entry 2002-11-12
6335
6336 2002-11-11 [colin]      0.8.5claws127
6337
6338         * src/ssl_certificate.c
6339                 Cleaner messages
6340                 Don't popup, instead log error, if the 
6341                 corresponding pref is checked
6342         * src/ssl_certificate.h
6343                 include <openssl/objects/h>
6344
6345 2002-11-11 [colin]      0.8.5claws126
6346
6347         * src/ssl_certificate.h
6348                 _Really_ clean it
6349
6350 2002-11-11 [colin]      0.8.5claws125
6351         
6352         * src/ssl_certificate.c
6353                 Fixed leak
6354
6355 2002-11-11 [colin]      0.8.5claws124
6356
6357         * src/ssl.c
6358                 Cleaned a bit
6359         * src/ssl_certificate.[ch]
6360                 Cleaned a bit (better use of SSL API)
6361                 (This will cause non-recognition of saved 
6362                  certificates of claws12[23]...)
6363
6364 2002-11-11 [paul]       0.8.5claws123
6365         
6366         * po/es.po
6367                 updated by Ricardo Mones Lastra
6368
6369 2002-11-11 [colin]      0.8.5claws122
6370
6371         * src/ssl.c
6372                 Fix a typo
6373
6374 2002-11-11 [colin]      0.8.5claws121
6375
6376         * src/ssl_certificate.[ch] ** NEW FILES **
6377         * src/ssl.[ch]
6378                 Check SSL certificates presented to us
6379         * src/Makefile.am
6380                 Add ssl_certificate.[ch]
6381         * po/POTFILES.in
6382                 Add ssl_certificate.c
6383
6384 2002-11-11 [paul]       0.8.5claws120
6385
6386         * sync with 0.8.5cvs22
6387                 see ChangeLog 2002-11-11
6388
6389 2002-11-11 [paul]       0.8.5claws119
6390
6391         * sync with 0.8.5cvs21
6392                 see ChangeLog 2002-11-11
6393
6394 2002-11-10 [jens]       0.8.5claws118
6395
6396         * src/folder.c
6397         * src/folderview.c
6398                 corrected some typing
6399         * po/de.po
6400                 updated german translation
6401         * sylpheed.spec.in
6402                 cleaned up specfile and adjusted it for claws
6403
6404 2002-11-10 [colin]      0.8.5claws117
6405
6406         * src/summaryview.c
6407                 a STATUSBAR_PUSH/POP fix
6408
6409 2002-11-10 [colin]      0.8.5claws116
6410
6411         * src/prefs_folder_item.c
6412                 Fix hanging after opening folder properties
6413
6414 2002-11-10 [hoa]        0.8.5claws115
6415
6416         * src/matcher_parser_lex.l
6417         * src/matcher_parser_parse.y
6418                 config file for scoring and filtering is no more trashed
6419                 when there is a syntax error in a filtering rule when
6420                 editing it in a dialog.
6421
6422 2002-11-09 [colin]      0.8.5claws114
6423
6424         * src/mbox_folder.c
6425                 Added missing initialisation of folder->destroy()
6426
6427 2002-11-09 [colin]      0.8.5claws113
6428
6429         * src/folder.c
6430           src/folderview.c
6431                 Fix the status bar messages
6432
6433 2002-11-09 [colin]      0.8.5claws112
6434
6435         * src/folderview.c
6436                 Fix hangs after folder dnd, happening after 
6437                 claws109.
6438
6439 2002-11-09 [christoph]  0.8.5claws111
6440
6441         * src/folderview.c
6442                 just changed order of calls (reverse order of
6443                 associated calls)
6444         * src/inc.c
6445                 lock inc when checking only one account, otherwise
6446                 inc all could be executed at the same time
6447
6448 2002-11-09 [christoph]  0.8.5claws110
6449
6450         * src/folderview.c
6451                 better unlock the mouse cursor before calling
6452                 summary_show because it changes the cursor too
6453
6454 2002-11-09 [christoph]  0.8.5claws109
6455
6456         * src/folder.[ch]
6457         * src/folderview.c
6458                 add functions to open and close a folder
6459                 o opending will execute scanning for remote folders
6460                   and processing
6461                 o closing will unset new flag for messages
6462
6463 2002-11-09 [colin]      0.8.5claws108
6464
6465         * src/folder.c
6466                 Add a call to prefs_matcher_write_config to 
6467                 avoid non-leaf folders filtering settings to be
6468                 lost
6469
6470 2002-11-09 [paul]       0.8.5claws107
6471
6472         * src/prefs_account.c
6473                 re-word a label
6474
6475 2002-11-09 [colin]      0.8.5claws106
6476
6477         * src/folderview.c
6478                 Minor esthetic fix
6479
6480 2002-11-09 [colin]      0.8.5claws105
6481
6482         * src/folderview.c
6483                 Fix prefs_filtering deletion for MH folders (same
6484                 reason as below)
6485         * src/prefs_filtering.c
6486                 Fix prefs_filtering renaming and deletion for 
6487                 folder-based processing rules.  
6488
6489 2002-11-09 [christoph]  0.8.5claws104
6490
6491         * src/compose.c
6492         * src/folder.[ch]
6493         * src/folderview.[ch]
6494         * src/import.c
6495         * src/inc.c
6496         * src/main.c
6497         * src/mainwindow.c
6498         * src/messageview.c
6499         * src/prefs_folder_item.c
6500         * src/procmsg.c
6501         * src/summaryview.c
6502                 implement a callback system for folder item updates
6503
6504 2002-11-09 [colin]      0.8.5claws103
6505
6506         * src/folderview.c
6507                 Fix prefs_filtering renaming for MH folders (we
6508                 shouldn't rename by path as another folder could
6509                 have the same hierarchy).
6510
6511 2002-11-09 [colin]      0.8.5claws102
6512
6513         * src/folder.c
6514                 Fix a leak found by Christoph, use better variable
6515                 names
6516
6517 2002-11-09 [colin]      0.8.5claws101
6518
6519         * src/folder.c
6520                 One more fix for processing rules
6521
6522 2002-11-08 [colin]      0.8.5claws100
6523         
6524         * src/matcher.c
6525                 Don't copy the compiled regexp (will be reevaluated)
6526         * src/folderview.c
6527                 Lock folderview while moving
6528         * src/folder.c
6529                 Provide info on what's happening to the user
6530
6531 2002-11-08 [colin]      0.8.5claws99
6532
6533         * src/folderview.c
6534                 Fix folder reordering after a move if parent is 
6535                 root
6536         * src/scoring.[ch]
6537                 Add function to copy a ScoringProp
6538         * src/prefs_folder_item.c
6539                 Copy scoring rules when copying a folder prefs
6540
6541 2002-11-08 [colin]      0.8.5claws98
6542
6543         * src/folderview.c
6544                 Fixes in case of failure
6545         * src/filtering.[ch]    
6546                 Add function to duplicate a FilteringProp
6547         * src/matcher.[ch]
6548                 Add function to duplicate a MatcherProp
6549         * src/prefs_folder_item.c
6550                 Save folder's processing rules when copying 
6551                 its prefs
6552
6553 2002-11-08 [colin]      0.8.5claws97
6554         
6555         * src/folderview.c
6556                 Sort after move
6557         * src/folder.c 
6558                 Change a printf to debug_print
6559
6560 2002-11-08 [colin]      0.8.5claws96
6561
6562         * src/folder.c
6563           src/folderview.c
6564                 Fix segfaults, call me stupido
6565         
6566
6567 2002-11-08 [colin]      0.8.5claws95
6568
6569         *src/folder.c
6570                 Added forgotten prefs to save when moving folders
6571
6572 2002-11-08 [colin]      0.8.5claws94
6573
6574         * src/folder.c
6575                 Fixes to folder DND (prefs copy)
6576         * src/folderview.c
6577                 Optimization for folder DND (don't rescan whole tree)
6578                 Added folderview_create_folder_node() for this 
6579                 optimization, so de-duped a bit the code
6580         * src/prefs_folder_item.[ch]
6581                 Added prefs_folder_item_copy_prefs()    
6582           
6583 2002-11-08 [paul]       0.8.5claws93
6584
6585         * src/prefs_account.c
6586           tools/README
6587           tools/kmail2sylpheed_v2.pl
6588                 correct some typos
6589
6590 2002-11-08 [paul]       0.8.5claws92
6591
6592         * src/compose.c
6593           src/prefs_account.[ch]
6594                 remove account options 'clearsign' and 'ascii_armored',
6595                 replace with 'default_gnupg_mode' to prevent mixed-mode
6596                 Privacy settings
6597
6598 2002-11-08 [paul]       0.8.5claws91
6599
6600         * src/compose.[ch]
6601                 re-implement GnuPG 'on-the-fly' mode selection,
6602                 disallow mixed-mode
6603
6604 2002-11-08 [colin]      0.8.5claws90
6605
6606         * src/folderview.c
6607           src/prefs_folder_item.c
6608                 Change "Property" to "Properties"
6609
6610 2002-11-07 [colin]      0.8.5claws89
6611
6612         * src/folderview.c
6613           src/folder.c
6614                 Allow folder dropping to a root folder
6615
6616 2002-11-07 [paul]       0.8.5claws88
6617
6618         * src/compose.c
6619                 revert last commit
6620
6621 2002-11-07 [paul]       0.8.5claws87
6622
6623         * src/compose.c
6624                 fix reply-to-list bug. closes bug report
6625                 "[633382] reply-to-list broken in recent cvs"
6626
6627 2002-11-07 [paul]       0.8.5claws86
6628
6629         * src/compose.c
6630                 add a forgotten '#if USE_GPGME ... #endif'
6631
6632 2002-11-07 [paul]       0.8.5claws85
6633
6634         * sync with 0.8.5cvs20
6635                 see ChangeLog 2002-11-07
6636
6637 2002-11-07 [colin]      0.8.5claws84
6638
6639         * src/folder.[ch]
6640                 Change folder_item_move_to to return the newly 
6641                 created folderitem.
6642         * src/folderview.c
6643                 Select the new folderitem after moving.
6644
6645 2002-11-07 [colin]      0.8.5claws83
6646
6647         * src/prefs_filtering.c
6648                 Fix rule rewriting when moving a leaf folder to a 
6649                 shorter path
6650
6651 2002-11-07 [colin]      0.8.5claws82
6652
6653         * src/prefs_filtering.c
6654                 fix a leak
6655
6656 2002-11-07 [colin]      0.8.5claws81
6657
6658         * src/folder.[ch]
6659                 Add folder_item_move_to() function to move a 
6660                 folderitem into another one (updates matcher etc)
6661         * src/folderview.c
6662                 Add folder drag'n drop (context menu to come)
6663                 [Should be dataloss free, but Please backup before 
6664                  trying !]
6665
6666 2002-11-06 [colin]      0.8.5claws80
6667
6668         * src/mh.c
6669                 mh_create_folder() returns NULL if can't create
6670                 directory hierarchy
6671
6672 2002-11-06 [paul]       0.8.5claws79
6673
6674         * src/compose.[ch]
6675                 allow 'on-the-fly' changing of the type of encryption 
6676                 and/or signing used (mime/ascii) via the compose window
6677
6678 2002-11-06 [paul]       0.8.5claws78
6679
6680         * sync with 0.8.5cvs19
6681                 see ChangeLog 2002-11-06 for src/account.c: 
6682                 account_get_special_folder()
6683                 
6684 2002-11-05 [alfons]     0.8.5claws77
6685
6686         * src/crash.c
6687                 very minor cleanups: nothing to see here, move on. :-)
6688
6689 2002-11-05 [colin]      0.8.5claws76
6690
6691         * src/main.c
6692                 Changes choices if compose windows are opened to
6693                 Discard, Draft, Don't quit
6694
6695 2002-11-05 [thorsten]   0.8.5claws75
6696
6697         * src/compose.c
6698                 reenabled default_reply_to folder option
6699
6700 2002-11-05 [colin]      0.8.5claws74
6701
6702         * src/compose.[ch] 
6703                 add compose_draft()
6704         * src/crash.c
6705                 add SIGTERM handler
6706         * src/main.[ch]
6707                 add clean_quit() for the SIGTERM handler
6708
6709 2002-11-05 [paul]       0.8.5claws73
6710         
6711         * po/es.po
6712                 updated by Ricardo Mones Lastra
6713
6714 2002-11-05 [melvin]     0.8.5claws72
6715
6716         * src/logwindow.c
6717                 Fixed log-clipping bug #616795.
6718                 To stop logging in the log window use 0 length.
6719         * src/prefs_common.c
6720                 Added a label to inform about the 0 log length behaviour.
6721
6722 2002-11-05 [paul]       0.8.5claws71
6723
6724         * sync with 0.8.5cvs17
6725                 see ChangeLog 2002-11-05
6726
6727 2002-11-04 [paul]       0.8.5claws70
6728
6729         * sylpheed-128x128.png
6730           sylpheed-64x64.png
6731           sylpheed.png
6732                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6733                 <nikai@users.sourceforge.net>
6734                 
6735         * po/bg.po
6736                 updated by George Danchev
6737
6738 2002-11-03 [thorsten]   0.8.5claws69
6739
6740         * src/main.c
6741           src/mimeview.c
6742           src/rfc2015.h
6743                 add check if gpg is active
6744
6745 2002-11-03 [thorsten]   0.8.5claws68
6746
6747         * src/toolbar.h
6748                 removed GSList declaration causing trouble on MacOS-X
6749                 (submitted by alfons, reported by xfesty)
6750
6751 2002-11-01 [paul]       0.8.5claws67
6752
6753         * src/mainwindow.c
6754                 remove last remnants of main's filter code
6755
6756 2002-11-01 [paul]       0.8.5claws66
6757
6758         * tools/filter_conv.pl
6759                 fix bug where user-defined headers were ignored
6760
6761 2002-11-01 [paul]       0.8.5claws65
6762
6763         * src/logwindow.c
6764                 make a debug_print() not translatable
6765
6766 2002-10-31 [melvin]     0.8.5claws64
6767
6768         * ac/aspell.m4
6769                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6770                 not run any GNU/aspell test.  The dictionary path will
6771                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6772                 was given, in which case, it will be $prefix/lib/aspell/
6773         * configure.in
6774                 Fixed typo in commentary (Aspell code).
6775
6776 2002-10-31 [paul]       0.8.5claws63
6777
6778         * po/POTFILES.in
6779                 remove src/filter.c and src/prefs_filter.c
6780                 thanks to Ricardo for reminding me
6781
6782 2002-10-31 [colin]      0.8.5claws62
6783
6784         * src/mbox_folder.c
6785                 Plug some leaks
6786
6787 2002-10-31 [paul]       0.8.5claws61
6788
6789         * src/prefs_filter.[ch] ** REMOVED **
6790           src/filter.[ch]       ** REMOVED **
6791           
6792         * src/Makefile.am
6793           src/folderview.c
6794           src/inc.c
6795           src/main.c
6796           src/mainwindow.c
6797           src/mbox.c
6798           src/prefs_common.c
6799           src/prefs_filtering.c
6800           src/summaryview.[ch]
6801                 remove main's 'filter' code
6802                 
6803         README.claws
6804                 update to reflect removal of main's filter
6805
6806 2002-10-31 [paul]       0.8.5claws60
6807
6808         * src/summaryview.c
6809                 remove check for global_processing in summary_filter_open(). 
6810                 This fixes the bug where if the user uses the right-click 
6811                 'Create filter rule...' and doesn't have any filter rules 
6812                 already defined in claws' advanced filtering, the newly 
6813                 created filter rule goes to main's filtering which is 
6814                 inaccessible through the gui. Now the filter rule gets added
6815                 to claws' filtering by default.
6816
6817 2002-10-28 [melvin]     0.8.5claws59
6818
6819         * src/prefs_actions.c
6820                 Fixed bug #627322 where MIME parts were not always
6821                 correctly passed to a %p action
6822                 Display an error dialog when message filename is not found.
6823
6824 2002-10-28 [melvin]     0.8.5claws58
6825
6826         * src/prefs_common.c
6827                 Readded a missing function declaration lost in 0.8.3claws34
6828
6829 2002-10-28 [paul]       0.8.5claws57
6830
6831         * sync with 0.8.5cvs15
6832                 see ChangeLog 2002-10-28 and 2002-10-25
6833                 
6834         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6835
6836 2002-10-27 [oliver]     0.8.5claws56
6837
6838         * src/pop.c
6839                 plug leak in pop3_top_recv
6840
6841 2002-10-26 [christoph]  0.8.5claws55
6842
6843         * src/folder.c
6844                 set need_update folder flag when messages are added
6845                 (closes bug [ 626922 ] folder not updated after receiving)
6846
6847 2002-10-25 [melvin]     0.8.5claws54
6848
6849         * src/imageview.c
6850                 Fixed a memleak introduced in the scaling code.
6851
6852 2002-10-24 [alfons]     0.8.5claws53
6853
6854         * src/filtering.c
6855                 make filtering's forward message action forward from the 
6856                 correct account
6857                 (closes bug [628089 ] Filter -> Forward from address problem
6858                 reported by Oktay)
6859
6860 2002-10-24 [christoph]  0.8.5claws52
6861
6862         * src/mainwindow.c
6863         * src/manual.[ch]
6864                 o use manual of current locale or english if current
6865                   locale is not available (and english is available)
6866                 o also link to sylpheed doc project manuals
6867
6868 2002-10-23 [paul]       0.8.5claws51
6869
6870         * tools/README
6871           tools/kmail2sylpheed_v2.pl
6872                 add new version of kmail addressbook importer script.
6873                 works with newer versions of Kmail/KAddressBook which
6874                 have new and rearranged data.
6875
6876 2002-10-23 [martin]     0.8.5claws50
6877
6878         * src/folderview.c
6879         * src/summaryview.c
6880         * src/utils.h
6881         * src/utils.c
6882                 added length parameter to get_abbrev_newsgroup_name()
6883                 changed this function so that it abbreviates the newsgroup
6884                 names only so long it is smaller than the length parameter
6885                 (for better reading of some newsgroup names and space efficiency)
6886
6887 2002-10-22 [colin]      0.8.5claws49
6888
6889         *src/foldersel.c
6890                 Revert Alfons' last modification (after voting ;-))
6891
6892 2002-10-21 [alfons]     0.8.5claws48
6893
6894         * src/foldersel.c
6895                 folder view in folder selection dialog reflects state of
6896                 folder view in main window
6897
6898 2002-10-18 [alfons]     0.8.5claws47
6899
6900         * src/mbox.c
6901                 drop imported messages in folder selected by user,
6902                 and not in the inbox
6903                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6904
6905 2002-10-18 [alfons]     0.8.5claws46
6906
6907         * src/compose.c
6908                 make automagic reply work correctly for email accounts 
6909                 (whether it's viable to do a full sync with Hiro's 
6910                 compose.c is still under discussion)
6911
6912 2002-10-18 [melvin]     0.8.5claws45
6913
6914         * src/prefs_actions.c
6915                 Fixed bug #622275 where asynchroneous actions left 
6916                 zombies processes
6917                 Made (synchroneous) actions' input be displayed live.
6918
6919 2002-10-18 [christoph]  0.8.5claws44
6920
6921         * src/textview.c
6922                 don't add a newline in the textview in front of the
6923                 first textpart if header display is disabled
6924                 (closes bug [ 603385 ] disabled header display leaves blank
6925                  lin)
6926
6927 2002-10-18 [christoph]  0.8.5claws43
6928
6929         * src/folder.[ch]
6930         * src/imap.c
6931         * src/mbox_folder.c
6932         * src/mh.c
6933         * src/news.c
6934                 folder->get_num_list now returns an error code
6935                 (closes bug [ 609424 ] News cache cleared on failure)
6936                 
6937 2002-10-17 [colin]      0.8.5claws42
6938         
6939         * src/news.c
6940                 Changed a printf by debug_print
6941
6942 2002-10-16 [paul]       
6943
6944         * tools/OOo2sylpheed.pl
6945                 allow for spaces in the name of the
6946                 file to be attached.
6947
6948 2002-10-16 [colin]      0.8.5claws41
6949
6950         * src/main.c
6951                 Use a tristate to change online mode
6952
6953 2002-10-16 [paul]       0.8.5claws40
6954
6955         * po/es.po
6956                 updated by Ricardo Mones Lastra
6957
6958 2002-10-16 [colin]      0.8.5claws39
6959
6960         * src/main.c
6961           src/mainwindow.[ch]
6962                 Added --online and --offline command-line
6963                 switches
6964
6965 2002-10-15 [christoph]  0.8.5claws38
6966
6967         * src/procmime.c
6968                 set mimeinfo->name to NULL after g_free to
6969                 avoid double freeing with g_free
6970
6971 2002-10-14 [christoph]  0.8.5claws37
6972
6973         * src/compose.c
6974         * src/filtering.c
6975         * src/summaryview.c
6976                 remove calls to folder->change_flags that are now
6977                 done by procmsg flag functions (seems it is not
6978                 used by any foldertype anyway)
6979         * src/folder.c
6980                 init folder->change_flags with NULL
6981
6982 2002-10-14 [christoph]  0.8.5claws36
6983
6984         * src/folder.[ch]
6985         * src/imap.[ch]
6986                 use virtual functions for folder item new and destroy
6987                 functions
6988
6989 2002-10-14 [melvin]     0.8.5claws35
6990
6991         * src/compose.c
6992                 Added a test to not run the spell checker if no default
6993                 dictionary is available. No dialog is displayed though.
6994
6995 2002-10-14 [melvin]     0.8.5claws34
6996
6997         * src/gtkaspell.c
6998                 Fixed bug in dictionary list context menu where
6999                 "More..." pointed to an emtpy submenu if the
7000                 number of dictionaries is a multiple of 15
7001                 Removed unneeded code in suggestions list creation
7002
7003 2002-10-14 [paul]       0.8.5claws33
7004
7005         * po/bg.po
7006                 updated by George Danchev
7007
7008 2002-10-13 [hoa]        0.8.5claws32
7009
7010         * src/matcher.[ch]
7011           src/matcher_parser_parser.y
7012                 removed the escaped string from internal structure
7013                 of matcher.
7014
7015 2002-10-12 [colin]      0.8.5claws31
7016
7017         * src/gtksctree.[ch]
7018           src/summaryview.c
7019                 Removed useless function gtksctree_reanchor
7020
7021 2002-10-12 [alfons]     0.8.5claws30
7022         
7023         * sync with remaining main changes 2002-10-09 - 2002-10-11
7024         - drop changes to src/compose.c (requires claws specific changes)
7025         
7026 2002-10-12 [alfons]     0.8.5claws29
7027         
7028         * sync with main changes of 2002-10-08
7029         - drop changes to src/compose.c (requires claws specific changes)
7030         - drop changes to src/summaryview.c (requires changes to compose.c)     
7031
7032 2002-10-12 [alfons]     0.8.5claws28
7033         
7034         * sync with main changes of 2002-10-07
7035
7036 2002-10-12 [alfons]     0.8.5claws27
7037
7038         * sync with main changes of 2002-10-04
7039         - drop changes to src/compose.c (requires claws specific changes)
7040         - drop changes to src/prefs_folder_item.c (claws implementation
7041           seems to be working)
7042
7043 2002-10-12 [colin]      0.8.5claws26
7044
7045         * src/mainwindow.c
7046                 Fix folder-flicker when space-reading, introduced 
7047                 in claws22.
7048
7049 2002-10-12 [colin]      0.8.5claws25
7050
7051         * src/compose.c
7052                 Save account address when saving as draft.
7053                 (closes bug 621838)
7054
7055 2002-10-12 [colin]      0.8.5claws24
7056
7057         * src/summaryview.c
7058                 Fix the problem consisting of no message selected
7059                 after the last message in a folder has been moved.
7060
7061 2002-10-12 [paul]       0.8.5claws23
7062
7063         * src/compose.c
7064           src/prefs_template.c
7065           src/template.[ch]
7066                 add Cc and Bcc to templates. Patch submitted by
7067                 John L. Males.
7068
7069 2002-10-12 [colin]      0.8.5claws22
7070
7071         * src/folderview.c
7072                 Fix a bug after "Check for new messages":
7073                 If a folder was opened, it was still selected at
7074                 the end of the check, but displayed empty.
7075         * src/mainwindow.c
7076                 Remove unnecessary check
7077
7078 2002-10-12 [paul]
7079
7080         * tools/README
7081                 be more verbose in the description of
7082                 OOo2sylpheed.pl
7083                 
7084
7085 2002-10-11 [colin]      0.8.5claws21
7086
7087         * src/mainwindow.c
7088                 Make space work (better) when no mail is selected
7089
7090 2002-10-11 [colin]      0.8.5claws20
7091
7092         * src/inc.c
7093           src/news.c
7094                 fix warnings
7095
7096 2002-10-11 [colin]      0.8.5claws19
7097
7098         * src/mainwindow.c
7099                 revert 0.8.5claws6 changes as i couldn't get to
7100                 anything satisfying
7101
7102 2002-10-11 [melvin]     0.8.5claws18
7103
7104         * src/compose.c
7105                 Removed buggy and unused macro (should have been committed in
7106                 0.8.5claws17)
7107
7108 2002-10-11 [melvin]     0.8.5claws17
7109
7110         * src/compose.c
7111                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7112
7113 2002-10-11 [thorsten]   0.8.5claws16 
7114
7115         * src/folderview.c
7116                 remove rescan warning
7117
7118 2002-10-11 [colin]      0.8.5claws15 
7119
7120         * src/procheader.c
7121                 fix a segfault that happens if conv_unmime_header
7122                 fails (should be better to find out why it fails)
7123
7124 2002-10-11 [christoph]  0.8.5claws14
7125
7126         * src/summaryview.c
7127                 update folderview stats after ignore/unignore thread
7128
7129 2002-10-11 [hoa]        0.8.5claws13
7130
7131         * src/quote_fmt_parse.y
7132                 Fixed a yacc/bison syntax error
7133         * src/matcher.c
7134                 Escaping of string is fixed.
7135
7136 2002-10-11 [colin]      0.8.5claws12
7137
7138         * src/imageview.c
7139                 Resize images to fit
7140
7141 2002-10-11 [paul]       0.8.5claws11
7142
7143         * po/es.po
7144                 updated by Ricardo Mones Lastra
7145
7146 2002-10-10 [alfons]     0.8.5claws10
7147
7148         * src/compose.c
7149                 allow dropping files by "moving" files from a file manager,
7150                 not only by the more cumbersome "copying". the latter 
7151                 mostly implies holding down the Control button
7152
7153 2002-10-10 [christoph]  0.8.5claws9
7154
7155         * src/summaryview.c
7156                 update folders after thread building for ignored threads
7157
7158 2002-10-10 [christoph]  0.8.5claws8
7159
7160         * config/.cvsignore
7161                 added Makefile
7162         * src/filtering.[ch]
7163         * src/folder.[ch]
7164         * src/folderview.[ch]
7165         * src/import.c
7166         * src/inc.[ch]
7167         * src/mbox.[ch]
7168         * src/procmsg.c
7169         * src/summaryview.[ch]
7170                 o added new flag need_update to FolderItem
7171                 o removed folder_table from various functions from tracking
7172                   folder updates
7173                 o set need_update flags in folder.c's move, copy and delete
7174                   functions and procmsg's flags functions
7175                 o added function folderview_update_items_when_required that
7176                   updates all folders with need_update set
7177                 o call folderview_update_items_when_required instead of
7178                   folderview_update_item_foreach
7179
7180 2002-10-09 [sergey]     0.8.5claws7
7181
7182         * src/compose.c
7183                 Strip CRs whel loading the text into editor in reedit mode.
7184
7185 2002-10-09 [colin]      0.8.5claws6
7186
7187         * src/mainwindow.c
7188                 Make Space work when no mail is selected
7189
7190 2002-10-09 [colin]      0.8.5claws5
7191
7192         * src/gtksctree.[ch]
7193                 Fix range_select
7194                 Add gtk_sctree_reanchor() 
7195         * src/summaryview.c
7196                 Use gtk_sctree_reanchor() - better fix for 
7197                 bug 60413
7198
7199 2002-10-09 [colin]      0.8.5claws4
7200
7201         * src/summaryview.c
7202                 Fix shift-click select after delete problem
7203                 (closes bug 60413)
7204
7205 2002-10-08 [thorsten]   0.8.5claws3
7206
7207         * src/summaryview.c
7208                 exclude current msg from -hide read messages-
7209
7210 2002-10-08 [colin]      0.8.5claws2
7211
7212         * src/inc.[ch]
7213           src/pop.c
7214           src/recv.c
7215                 Differentiate socket errors from disk full
7216                 errors
7217
7218 2002-10-08 [christoph]  0.8.5claws1
7219
7220         * Makefile.am
7221         * configure.in
7222                 modifications for new config directory
7223
7224         * config.guess  ** REMOVED **
7225         * config.sub    ** REMOVED **
7226         * install-sh    ** REMOVED **
7227         * ltmain.sh     ** REMOVED **
7228         * missing       ** REMOVED **
7229         * mkinstalldirs ** REMOVED **
7230                 these files are autogenerated by automake
7231                 when you run autogen.sh
7232
7233         * config/.cvsignore     ** NEW FILE **
7234         * config/Makefile.am    ** NEW FILE **
7235                 ignore autogenerated files
7236                 create a Makefile in this directory
7237
7238 2002-10-08 [paul]       0.8.5claws
7239
7240         * 0.8.5claws release
7241         
7242         * src/compose.c
7243           src/procheader.c
7244           src/procmsg.c
7245                 fix quote reply format for newsgroups reply bug
7246                 (thanks to Hoa)
7247                 
7248         * po/en_GB.po
7249           po/pl.po
7250                 updated by me and Witold Wladyslaw Wojciech Wilk
7251                 repectively
7252
7253 2002-10-07 [paul]       0.8.3claws53
7254
7255         * po/it.po
7256           po/pt_BR.po
7257           po/sr.po
7258                 updated messages catalogs, submitted by
7259                 Alessandro Maestri, Fabio Jr.Beneditto 
7260                 and Urke MMI, respectively.
7261
7262 2002-10-07 [christoph]  0.8.3claws52
7263
7264         * src/folder.[ch]
7265         * src/folderview.c
7266         * src/mainwindow.c
7267                 fix new folder ghost message bug
7268                 (closes bug [ 619722 ] wrong count for newly created folders)
7269
7270 2002-10-07 [christoph]  0.8.3claws51
7271
7272         * src/compose.c
7273                 fix news posting problem
7274
7275 2002-10-07 [melvin]     0.8.3claws50
7276
7277         * po/fr.po
7278                 Updated French translation
7279
7280 2002-10-05 [christoph]  0.8.3claws49
7281
7282         * src/gtkstext.c
7283                 check if line_start_cache is set in gtk_stext_update_text
7284                 (closes bug [ 618119 ] crash while doing search in folder)
7285
7286 2002-10-05 [christoph]  0.8.3claws48
7287
7288         * src/imap.c
7289         * src/news.c
7290         * src/utils.c
7291         * src/utils.h
7292                 implement cache cleanups for claws' folder system
7293                 (closes bug [ 595916 ] imapcache not cleaned up)
7294
7295 2002-10-05 [melvin]     0.8.3claws47
7296
7297         * src/prefs_actions.c
7298                 Made the help text more clear for the %p token
7299
7300 2002-10-04 [paul]       0.8.3claws46
7301
7302         * sync with 0.8.5
7303                 see ChangeLog 2002-10-02 and 2002-10-03
7304
7305 2002-10-04 [christoph]  0.8.3claws45
7306
7307         * src/inc.c
7308                 fix segfault caused by pop before smtp
7309                 call to inc_account_mail with NULL
7310                 pointer for mainwin
7311
7312 2002-10-04 [paul]       0.8.3claws44
7313
7314         * configure.in
7315                 sync the LDAP detection from 0.8.5cvs1
7316
7317 2002-10-02 [christoph]  0.8.3claws43
7318
7319         * po/de.po
7320                 fix small spelling error
7321
7322 2002-10-02 [melvin]     0.8.3claws42
7323
7324         * ac/aspell.m4
7325                 Behave better and say "no" when test program cannot be run.
7326
7327 2002-10-02 [paul]       0.8.3claws41
7328
7329         * sync with 0.8.4cvs1
7330                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7331                 
7332         * src/summaryview.c
7333                 toggle the behavior of Reply menuitem between
7334                 normal reply and reply-to-list
7335
7336 2002-10-01 [sergey]     0.8.3claws40
7337
7338         * src/compose.c
7339                 Convert newlines in the message text to the canonical form
7340                 before base64 encoding (RFC2045 compliance, fixes some
7341                 interoperability issues with Evolution 1.0.3)
7342
7343 2002-09-29 [colin]      0.8.3claws39
7344
7345         * src/summaryview.c
7346                 Fix an unwanted copy/paste
7347
7348 2002-09-29 [colin]      0.8.3claws38
7349
7350         * src/mainwindow.c
7351                 Renamed "Custom toolbar" to "Customize toolbar"
7352                 Renamed "Show all header" to "Show all headers"
7353                 Renamed "Set diplay item" to "Set displayed items"
7354         * src/prefs_common.c
7355                 Renamed "Show all header" to "Show all headers"
7356         * src/prefs_summary_column.c
7357                 Renamed "diplay item" to "displayed items"
7358
7359 2002-09-29 [colin]      0.8.3claws37
7360
7361         * src/mainwindow.[ch]
7362                 online/offline status pixmaps follow theme
7363                 changes
7364         * src/summaryview.[ch]
7365                 quicksearch pixmap follows theme changes
7366
7367 2002-09-29 [thorsten]   0.8.3claws36
7368
7369         * src/compose.c
7370           src/prefs_folder_item.[ch]
7371                 add default_reply_to folder option (closes patch 581044)
7372
7373 2002-09-29 [christoph]  0.8.3claws35
7374
7375         * acconfig.h    ** REMOVED **
7376         * configure.in
7377         * ac/aspell.m4
7378         * ac/check-type.m4
7379         * ac/gnupg-check-typedef.m4
7380                 fix autoheader 2.50 warning
7381
7382 2002-09-29 [christoph]  0.8.3claws34
7383
7384         * major code cleanup (part 2)
7385         
7386                 - unused variables removed
7387                 - unused functions removed
7388                 - uninitialized variables checked
7389                 - missing return statements added
7390                 - missing function return types added
7391                 - added parentheses around assignment
7392                   when suggested by gcc
7393
7394 2002-09-29 [alfons]     0.8.3claws33
7395
7396         * src/logwindow.c
7397                 log_window_clear(): only bracket gtk_text_forward_delete() 
7398                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7399                 works around GTK text bug)
7400
7401 2002-09-29 [paul]       0.8.3claws32
7402
7403         * po/bg.po
7404           po/sr.po
7405                 updated by George Danchev and Urke MMI
7406                 respectively
7407
7408 2002-09-27 [christoph]  0.8.3claws31
7409
7410         * doc-src/readme.txt
7411         * doc-src/rfc1806.txt   ** REMOVED **
7412         * doc-src/rfc2183.txt   ** NEW FILE **
7413         * doc-src/rfc2980.txt   ** NEW FILE **
7414                 update rfcs
7415
7416 2002-09-27 [melvin]     0.8.3claws30
7417
7418         * ac/aspell.m4
7419                 Fixed typo which could break linking
7420
7421 2002-09-27 [melvin]     0.8.3claws29
7422
7423         * ac/aspell.m4
7424                 Improved GNU/aspell checking. 
7425                 Fixed bug #614490
7426
7427 2002-09-27 [paul]       0.8.3claws28
7428
7429         * sync with 0.8.3cvs8
7430                 see ChangeLog 2002-09-27
7431
7432 2002-09-26 [colin]      0.8.3claws27
7433
7434         * src/toolbar.[ch]
7435           src/mainwindow.[ch]
7436                 Add "Reply to Mailing-list" to the toolbar
7437
7438 2002-09-26 [christoph]  0.8.3claws26
7439
7440         * src/summaryview.c
7441                 Fix wrong message counts in summaryview status
7442
7443 2002-09-26 [paul]       0.8.3claws25
7444
7445         * sync with 0.8.3cvs7
7446                 see ChangeLog 2002-09-26
7447
7448 2002-09-26 [paul]       0.8.3claws24
7449
7450         * sync with 0.8.3cvs6
7451                 see ChangeLog 2002-09-25
7452
7453 2002-09-25 [christoph]  0.8.3claws23
7454
7455         * src/prefs_common.c
7456         * src/prefs_folder_item.c
7457         * src/prefs_scoring.c
7458                 Renamed "kill score" to "hide score" in GUI
7459                 and prefs files
7460
7461 2002-09-25 [paul]       0.8.3claws22
7462
7463         * sync with 0.8.3cvs5
7464                 see ChangeLog 2002-09-24
7465
7466 2002-09-24 [alfons]     0.8.3claws21
7467
7468         patch by Satoshi Nagayasu: allows appending / saving multiple 
7469         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7470         'Save as ...'")
7471
7472         * AUTHORS
7473                 add Satoshi Nagayasu
7474         * src/summaryview.c
7475                 summary_save_as(): allow saving selected files to
7476                 one file
7477                 summary_set_menu_sensitive: enable "Save As..." when
7478                 multiple files are selected
7479         * src/utils.[ch]
7480                 append_file(): new function
7481
7482 2002-09-24 [colin]      0.8.3claws20
7483
7484         * src/procmime.c
7485                 Fix segfault when mimeinfo doesn't have a 
7486                 content_type. 
7487
7488 2002-09-24 [colin]      0.8.3claws19
7489
7490         * src/prefs_common.[ch]
7491                 Add a preference to display send dialog or not
7492         * src/send.c
7493                 Display send dialog according to preference
7494
7495 2002-09-24 [colin]      0.8.3claws18
7496
7497         * src/compose.[ch]
7498                 Disable user actions when sending
7499
7500 2002-09-24 [colin]      0.8.3claws17
7501
7502         * src/procmime.c
7503                 Do not display name or filename for attachments
7504                 with an application/pgp-signature type
7505                 (security flaw, see bug 537413)
7506
7507 2002-09-23 [colin]      0.8.3claws16
7508
7509         * src/editaddress.c
7510                 Initialize entry_email, entry_alias and 
7511                 entry_remarks to first email address of the list
7512
7513 2002-09-23 [colin]      0.83claws15
7514
7515         * src/compose.c
7516                 Drop pgp-signature when reediting a signed queued
7517                 message
7518
7519 2002-09-23 [melvin]     0.8.3claws14
7520
7521         * po/fr.po
7522                 Updated French translation
7523
7524 2002-09-23 [melvin]     0.8.3claws13
7525
7526         * src/mainwindow.c
7527                 Made custom toolbar menu labels more consistent
7528         * src/prefs_toolbar.c
7529                 Made custom toolbar window title more consistent
7530
7531 2002-09-22 [colin]      0.8.3claws12
7532
7533         * src/inc.c
7534                 Initialize session type to normal before getting 
7535                 mail (fixes strange Get behaviour)
7536         * src/prefs_account.h
7537                 Move STYPE_POP_BEFORE_SMTP to last position to 
7538                 avoid other side-effects
7539
7540 2002-09-22 [colin]      0.8.3claws11
7541
7542         * src/prefs_account.c
7543                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7544                 from pop3 to apop or vice-versa
7545
7546 2002-09-22 [colin]      0.8.3claws10
7547         
7548         * src/prefs_account.[ch]
7549                 Add an option for the POP before SMTP timeout
7550         * src/inc.c
7551                 Remember time of last POP connection
7552         * src/send.c
7553                 Do POP before SMTP only if timeout reached
7554
7555 2002-09-22 [oliver]     0.8.3claws9
7556         
7557         * README.claws
7558                 explain custom toolbar
7559
7560 2002-09-22 [oliver]     0.8.3claws8
7561
7562         * src/prefs_actions.[ch]
7563         custom toolbar for compose      
7564                 actions callback from compose toolbar
7565         * src/folderview.c
7566                 remove include toolbar.h
7567
7568 2002-09-22 [oliver]     0.8.3claws7
7569         
7570         * src/prefs_toolbar.[ch]
7571                 custom toolbar for compose
7572                 - generic prefs_toolbar handles both
7573                   Mainwin's toolbar as well as Compose toolbar          
7574
7575 2002-09-22 [oliver]     0.8.3claws6
7576         
7577         * src/toolbar.[ch]
7578                 custom toolbar for compose
7579                 restructure toolbar.[ch]
7580
7581 2002-09-22 [oliver]     0.8.3claws5
7582
7583         * src/compose.[ch]
7584                 custom toolbar for compose
7585
7586 2002-09-22 [oliver]     0.8.3claws4
7587         
7588         * src/mainwindow.[ch]
7589                 custom toolbar for compose 
7590                 move mainwin toolbar back to mainwindow
7591
7592 2002-09-22 [alfons]     0.8.3claws3
7593
7594         * src/procmsg.c
7595                 :%sno/if(/if (/gc
7596                 :%sno/for(/for (/gc
7597                 (beautify)
7598
7599 2002-09-22 [alfons]     0.8.3claws2
7600         
7601         * src/procmsg.c
7602                 procmsg_save_to_outbox(): don't unlink message file from queue;
7603                 callers should do it using folder_item_remove_msg()
7604
7605 2002-09-22 [colin]      0.8.3claws1
7606
7607         * src/mimeview.[ch]
7608                 Made mimeview_check_signature() public
7609         * src/textview.c
7610                 Made GPG signatures verifiable by clicking
7611                 the [application/pgp-signature] in the Text
7612                 view
7613
7614 2002-09-22 [paul]       0.8.3claws
7615
7616         * po/bg.po
7617           po/en_GB.po
7618           po/es.po
7619           po/it.po
7620           po/pl.po
7621           po/pt_BR.po
7622           po/sr.po
7623                 updated translations, submitted by George Danchev,
7624                 me, Ricardo Mones Lastra, Alessandro Maestri,
7625                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7626                 and Urke MMI, respectively.     
7627
7628 2002-09-22 [alfons]     0.8.2claws65
7629
7630         * src/procmsg.c
7631         * src/pgptext.c
7632                 no furry valgrinds have been used to plug these memleaks
7633
7634 2002-09-20 [paul]       0.8.2claws64
7635
7636         * sync with 0.8.3cvs4
7637                 'Select thread' re-implemented 
7638                 see ChangeLog 2002-09-20
7639
7640 2002-09-21 [alfons]     0.8.2claws63
7641
7642         * src/compose.c
7643                 compose_send(): plug unnoticed memleak
7644
7645 2002-09-20 [alfons]     0.8.2claws62
7646
7647         * src/addr_compl.c
7648                 replace_address_in_edit(): strict check for NULL address to
7649                 fix "[ 607348 ] Segfault in address completion". My guess is
7650                 that this happens with an empty address book, but it's good
7651                 to have this check here anyway
7652                 
7653                 completion_window_button_press(): free string returned 
7654                 from the internal cache
7655
7656 2002-09-20 [christoph]  0.8.2claws61
7657
7658         * src/procmime.h
7659                 added ENC_BINARY to EncodingType
7660         * src/procmime.c
7661                 the string returned by procmime_get_encoding_str
7662                 should not depend on the order of values in the
7663                 EncodingType definition
7664         * doc-src/rfc1806.txt   ** NEW FILE **
7665                 Added rfc1806 about MIME Content-Disposition
7666                 Extension
7667
7668 2002-09-19 [paul]       0.8.2claws60
7669
7670         * sync with 0.8.2cvs3
7671                 see ChangeLog 2002-09-19
7672
7673 2002-09-19 [paul]       0.8.2claws59
7674
7675         * src/prefs_folder_item.c
7676                 revert to Darko's original alignment of colour
7677                 selector button
7678                 add a colon to folder_color label
7679                 
7680         * src/compose.c
7681                 add Colin's patch (with Hiro's modifications) to 
7682                 force BASE64 encoding for 8-bit text when signing
7683                 (sync with 0.8.3cvs2)
7684
7685 2002-09-18 [alfons]     0.8.2claws58
7686
7687         * src/compose.c
7688                 :%sno/if(/if (/gc
7689                 :%sno/for(/for (/gc
7690                 (beautify a little bit)
7691
7692 2002-09-18 [christoph]  0.8.2claws57
7693
7694         * src/pine.c
7695                 fix handling of fgetc return value
7696
7697 2002-09-17 [alfons]     0.8.2claws56
7698         
7699         * src/summaryview.c
7700                 summary_sort(): check non-NULL summaryview->folder_item when no 
7701                 folder is selected at all
7702                 (closes "[ 610344 ] sort label make syl Crash")
7703
7704 2002-09-17 [alfons]     0.8.2claws55
7705         
7706         * src/compose.c
7707                 beautify a little bit
7708
7709 2002-09-17 [christoph]  0.8.2claws54
7710
7711         * src/folder.c
7712                 initialize max values for cache and folder
7713                 when cache or folder is empty
7714
7715 2002-09-15 [colin]      0.8.2claws53
7716
7717         * src/compose.c
7718                 Fix a leak (thanks Alfons!) and cleaned
7719                 variables names for custom headers
7720
7721 2002-09-15 [colin]      0.8.2claws52
7722
7723         * src/compose.c
7724                 Fix custom headers recognition when
7725                 prefs_common.trans_hdr is on
7726
7727 2002-09-15 [colin]      0.8.2claws51
7728
7729         * src/compose.c
7730                 Allow dynamically-added custom headers
7731                 Yet not reparsed if reedited
7732
7733 2002-09-15 [alfons]     0.8.2claws50
7734
7735         * src/prefs_account.c
7736                 fix warnings
7737
7738 2002-09-15 [colin]      0.8.2claws49
7739         
7740         * src/prefs_account.c
7741                 fix pop_before_smtp sensitivity
7742
7743 2002-09-15 [colin]      0.8.2claws48
7744
7745         * src/inc.[ch]
7746                 add inc_pop_before_smtp()
7747                 allow MainWindow to be undefined in 
7748                 inc_account_mail() and inc_start()
7749         * src/pop.c
7750           src/prefs_account.h
7751                 add STYPE_POP_BEFORE_SMTP session type
7752         * src/prefs_account.c
7753                 activated pop before smtp option
7754         * src/send.c
7755                 do pop before smtp if the relevant option 
7756                 is set
7757
7758 2002-09-15 [paul]       0.8.2claws47
7759
7760         * sync with 0.8.3
7761                 see ChangeLog 2002-09-15
7762
7763 2002-09-14 [paul]       0.8.2claws46
7764
7765         * po/bg.po
7766                 updated Bulgarian translation, submitted by
7767                 George Danchev
7768
7769 2002-09-13 [paul]       0.8.2claws45
7770
7771         * src/compose.c
7772                 merge claws' select_account() with main's
7773                 (new) compose_select_account(). [sync with
7774                 0.8.2cvs15, see ChangeLog 2002-09-11]
7775
7776 2002-09-12 [christoph]  0.8.2claws44
7777
7778         * src/filter.c
7779                 allocate 1 elements of FolderItem not 0
7780
7781 2002-09-12 [colin]      0.8.2claws43
7782
7783         * src/compose.c
7784                 Fix bug #590825 (obey Follow-up: poster)
7785
7786 2002-09-12 [colin]      0.8.2claws42
7787
7788         * src/procmime.c
7789                 Fix bug #557009 (wrong headers for messages 
7790                 forwarded as attachments)
7791
7792 2002-09-11 [colin]      0.8.2claws41
7793         
7794         * src/compose.c
7795                 Put SCF: pseudo-header on top of message
7796                 Set draft tmp_flag when saved as draft
7797
7798         * src/procmsg.c
7799           src/procheader.c
7800                 Skip after first \n\n for beginning of real message
7801                 for drafts too
7802
7803 2002-09-11 [christoph]  0.8.2claws40
7804
7805         * src/filtering.c
7806                 use procmsg flag functions in filtering or processing
7807                 will cause incorrect folder message counts
7808
7809 2002-09-11 [colin]      0.8.2claws39
7810
7811         * src/compose.c
7812                 Fix bug #550175 - wrong save folder when reediting
7813                 drafts
7814
7815 2002-09-11 [paul]       0.8.2claws38
7816
7817         * sync with 0.8.2cvs14
7818                 see ChangeLog 2002-09-11
7819
7820 2002-09-11 [colin]      0.8.2claws37
7821
7822         * src/folder.c
7823                 Fix a typo (seeming to cause new/unread status to
7824                 be lost)
7825
7826 2002-09-10 [christoph]  0.8.2claws36
7827
7828         * src/compose.c
7829                 compose_redirect should not use compose_generic_new
7830                 because that does more stuff than expected including
7831                 opening the external editor
7832                 (closes bug "[ 526608 ] bounced messages appear blank
7833                  in editor")
7834
7835 2002-09-10 [christoph]  0.8.2claws35
7836
7837         * src/folder.c
7838                 fix problem with too large message number range
7839                 causing a crash in folder_item_scan
7840
7841 2002-09-10 [paul]       0.8.2claws34
7842
7843         * sync with 0.8.2cvs13
7844                 see ChangeLog 2002-09-10
7845
7846 2002-09-10 [christoph]  0.8.2claws33
7847
7848         * src/msgcache.c
7849                 set MsgInfo TmpFlags for queue and draft folders
7850                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7851
7852 2002-09-10 [paul]       0.8.2claws32
7853
7854         * AUTHORS
7855           po/bg.po      ** NEW FILE **
7856                 new Bulgarian translation submitted by
7857                 George Danchev <danchev@spnet.net>
7858                 
7859         * tools/Makefile.am
7860           tools/README
7861           tools/tb2sylpheed     ** NEW FILE **
7862                 add script that converts an addressbook exported
7863                 from The Bat! into a Sylpheed addressbook. Submitted
7864                 by Urke MMI <urke-kg@eunet.yu>
7865
7866 2002-09-10 [paul]       0.8.2claws31
7867
7868         * sync with 0.8.2cvs12
7869                 see ChangeLog 2002-09-10
7870
7871 2002-09-06 [paul]       0.8.2claws30
7872
7873         * src/prefs_common.c
7874                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7875                 
7876         * tools/Makefile.am
7877           tools/README
7878           tools/ldif-to-xml.py  ** REMOVED **
7879                 remove obsolete python script
7880
7881 2002-09-06 [paul]       0.8.2claws29
7882
7883         * sync with 0.8.2cvs10
7884                 see ChangeLog 2002-09-06
7885
7886 2002-09-04 [paul]       0.8.2claws28
7887
7888         * sync with 0.8.2cvs9
7889                 see ChangeLog 2002-08-04
7890
7891 2002-09-04 [colin]      0.8.2claws27 
7892
7893         * src/prefs_common.[ch]
7894                 Added signature color configuration
7895         * src/textview.c
7896                 Use user-specified signature color
7897
7898 2002-09-03 [colin]      0.8.2claws26
7899
7900         * src/prefs_common.[ch]
7901                 Added autosave and autosave_length prefs
7902         * src/compose.c
7903                 Added compose_remove_draft()
7904                 Auto-save drafts according to the prefs
7905         * src/main.c
7906                 Added a crash-indicator file, allowing to check
7907                 for new messages on startup if Sylpheed crashed
7908                 (makes saved drafts "reappear")
7909
7910 2002-09-03 [colin]      0.8.2claws25
7911
7912         * src/textview.[ch]
7913                 Grey the signature
7914
7915 2002-09-03 [paul]       0.8.2claws24
7916
7917         * sync with 0.8.2cvs8
7918                 see ChangeLog 2002-09-02 and 2002-09-03
7919
7920 2002-09-03 [darko]      0.8.2claws23
7921
7922         * src/folderview.c
7923                 use normal style when creating new folder to pick
7924                 proper font size 
7925
7926 2002-09-02 [melvin]     0.8.2claws22
7927
7928         * src/gtkaspell.m4
7929                 removed some obsolete code
7930
7931 2002-09-02 [melvin]     0.8.2claws21
7932
7933         * ac/aspell.m4
7934                 fixed test's equality sign (== to =)
7935
7936 2002-09-02 [alfons]     0.8.2claws20
7937
7938         * src/folder.c
7939         * src/mh.c
7940                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7941                 as folder->destroy virtual as suggested by Hiro
7942                 (the mh.c code seems to have been lost around mh.c.1.21)
7943
7944 2002-09-02 [paul]       0.8.2claws19
7945
7946         * po/pt_BR.po
7947                 updated by Fabio Jr. Beneditto
7948                 
7949         * src/defs.h
7950                 use 'http://claws.sylpheed.org' for homepage link. 
7951                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7952
7953 2002-09-01 [alfons]     0.8.2claws18
7954
7955         * src/mh.c
7956                 plug memleak related to one Martin Kluge found
7957
7958 2002-08-31 [paul]       0.8.2claws17
7959
7960         * sync with 0.8.2cvs6
7961                 see ChangeLog 2002-08-30
7962
7963 2002-08-31 [alfons]     0.8.2claws16
7964
7965         * src/folder.c
7966                 folder_destroy(): remove mailbox from folderlist even if it has
7967                 no destroy virtual
7968
7969 2002-08-31 [alfons]     0.8.2claws15
7970
7971         * src/folder.c
7972                 :%sno/if(/if (/gc
7973                 :%sno/for(/for (/gc
7974                 (being pedantic I know)
7975
7976 2002-08-31 [alfons]     0.8.2claws14
7977
7978         * src/folder.c
7979                 check for NULL pointers returned from folder->fetch_msginfo virtual
7980                 (should solve some reported crashes)
7981
7982 2002-08-30 [alfons]     0.8.2claws13
7983
7984         * acconfig.h
7985         * configure.in
7986         * src/crash.c
7987                 enable crash dialog on compilation time
7988                 (--enable-crash-dialog configure option)
7989
7990 2002-08-30 [alfons]     0.8.2claws12
7991
7992         * AUTHORS
7993                 add Martin Kluge
7994         * src/mh.c
7995                 apply memory leak plug patch by Martin Kluge
7996                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7997                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7998                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7999
8000 2002-08-30 [darko]      0.8.2claws11
8001
8002         * src/folderview.c
8003                 copy Gtk style from normal style to match
8004                 font size for coloured folders
8005
8006 2002-08-29 [alfons]     0.8.2claws10
8007
8008         * sylpheed.desktop
8009                 Type=Internet <- Type=Application
8010                 (reported by Michael Schwendt, see:
8011                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8012                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8013
8014 2002-08-29 [paul]       0.8.2claws9
8015
8016         * sync with 0.8.2cvs5
8017                 see ChangeLog 2002-08-29
8018
8019 2002-08-29 [colin]      0.8.2claws8
8020
8021         * src/summaryview.c
8022                 Added a sanity check in summary_select_thread
8023                 Should fix bug 601605
8024
8025 2002-08-29 [colin]      0.8.2claws7
8026
8027         * src/main.c
8028                 Revert claws6 changes regarding bug #591676
8029
8030 2002-08-28 [colin]      0.8.2claws6
8031         
8032         * src/main.c
8033                 Ignore cache for queue folderitems
8034                 Fix bug #591676
8035
8036 2002-08-28 [melvin]     0.8.2claws5
8037
8038         * README.claws
8039                 Fixed typos.
8040
8041 2002-08-28 [melvin]     0.8.2claws4
8042
8043         * README.claws
8044                 Updated a bit the text concerning the spell checker
8045
8046 2002-08-28 [melvin]     0.8.2claws3
8047
8048         Merged the GNU_aspell_branch:
8049                 Support of new GNU/aspell is now included and the old pspell
8050                 is not supported anymore.
8051                 See README.claws
8052
8053         * README.claws
8054                 Updated spell checker text to reflect the switch to GNU/aspell
8055
8056         * ac/aspell.m4          *** NEW ***
8057         * src/gtkaspell.[ch]    *** NEW *** 
8058         * ac/pspell.m4          *** DELETED *** 
8059         * src/gtkspell.[ch]     *** DELETED ***
8060
8061         * ac/Makefile.am
8062                 Updated for GNU/aspell support
8063
8064         * po/POTFILES.in
8065                 Replaced gtkspell.c by gtkaspell.c
8066
8067         * acconfig.h
8068         * src/Makefile.am
8069         * src/about.c
8070         * src/compose.[ch]
8071         * src/crash.c
8072         * src/main.c
8073         * src/prefs_common.[ch]
8074                 Updated for GNU/aspell support
8075
8076 2002-08-28 [paul]       0.8.2claws2
8077
8078         * sync with 0.8.2cvs4
8079                 see ChangeLog 2002-08-27 and 2002-08-28
8080
8081 2002-08-28 [colin]      0.8.2claws1
8082
8083         * src/summary_search.c
8084                 Added "AND search"
8085
8086 2002-08-28 [jens]       0.8.2claws
8087
8088         *po/de.po
8089                 Updated German translations
8090
8091 2002-08-27 [melvin]     0.8.2claws
8092
8093         * po/fr.po
8094                 Updated French translations
8095
8096 2002-08-27 [paul]       0.8.2claws
8097
8098         * sync with 0.8.2 main release
8099
8100         * po/en_GB.po
8101           po/es.po
8102           po/it.po
8103           po/pl.po
8104           po/pt_BR.po
8105           po/sr.po
8106                 updated message catalogs submitted by
8107                 Ricardo Mones Lastra, Alessandro Maestri,
8108                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8109                 Beneditto and Urke MMI  
8110
8111 2002-08-27 [hoa]        0.8.1claws123
8112
8113         * src/mainwindow.[ch]
8114         * src/summaryview.[ch]
8115                 removed the "filter setting" menu option.
8116                 add a "cancel a news message" menu option.
8117
8118 2002-08-26 [martin]     0.8.1claws122
8119
8120         * ChangeLog.claws
8121                 changed string under 0.8.1claws79 changed by myself
8122                 i'm sorry alfons :(
8123
8124 2002-08-26 [martin]     0.8.1claws121
8125
8126         * src/crash.c
8127                 added kill command to debuggerrc to start crash dialog
8128
8129 2002-08-26 [paul]       0.8.1claws120
8130
8131         * sync with 0.8.1cvs31
8132                 see ChangeLog 2002-08-26
8133
8134 2002-08-25 [alfons]     0.8.1claws119
8135
8136         * src/procmsg.c
8137                 fix bug that didn't send out correct headers to news server
8138                 when sending news article and email from queue (bug reported
8139                 and patch provided by Tim Mann; closes bug 
8140                 "[ 583196 ] 0.7.8claws can't post news")
8141
8142 2002-08-25 [alfons]     0.8.1claws118
8143
8144         * src/selective_download.c
8145                 mark two strings as translatable
8146                 (thanks to Urke MMI for pointing this out)
8147
8148 2002-08-25 [alfons]     0.8.1claws117
8149
8150         * src/summaryview.c
8151                 treat sent boxes as special and allow sorting them by addressee
8152                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8153                 submitted by Steve Lamb)
8154
8155 2002-08-24 [alfons]     0.8.1claws116
8156
8157         * src/matcher.c
8158                 fix memleak reported by Martin Kluge
8159                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8160
8161 2002-08-24 [oliver]     0.8.1claws115
8162
8163         * src/prefs_toolbar.c
8164                 o code cleanup as suggested by Alfons
8165                 o memleak fix
8166
8167 2002-08-24 [alfons]     0.8.1claws114
8168
8169         * src/summaryview.c
8170                 o fix another memory leak reported by Martin Kluge
8171                   (see "[ 599568 ] Small Memory Leak")
8172                 o remove 'from' variable from 'summary_set_header()'; we can
8173                   do with just 'to' 
8174
8175 2002-08-24 [paul]       0.8.1claws113
8176
8177         * sync with 0.8.1cvs30
8178                 see ChangeLog 2002-08-23
8179
8180 2002-08-24 [alfons]     0.8.1claws112
8181
8182         * src/summaryview.c
8183                 remove unnecessary allocations for search bar fixing leaks
8184                 reported by Martin Kluge
8185                 (see "[ 599451 ] Further memory leaks?")
8186
8187 2002-08-24 [alfons]     0.8.1claws111
8188
8189         * src/main.c
8190                 make get_socket_name() public for crash.c
8191         * src/crash.c
8192                 o make report bug button work (goes to claws' 
8193                   bug tracker at sf.net)
8194                 o introduce function for doing important stuff just
8195                   before claws goes down
8196                 o clean up code 
8197
8198 2002-08-24 [alfons]     0.8.1claws110
8199
8200         * src/compose.c
8201                 move cursor to "To" entry when forwarding as attachment
8202                 (reported and solved by Steve Lamb, closes bug report
8203                 "[ 592880 ] Forward as attachment; cursor not in to")
8204
8205 2002-08-24 [colin]      0.8.1claws109
8206
8207         * src/mainwindow.c
8208                 fix quick search visibility after GUI (de)separations.
8209
8210 2002-08-23 [colin]      0.8.1claws108
8211
8212         * src/mainwindow.c
8213                 fix header pane visibility after folderview or
8214                 messageview (de)separation
8215
8216 2002-08-23 [paul]       0.8.1claws107
8217
8218         * src/mainwindow.[ch]
8219           src/toolbar.c
8220                 give full control of display or non-display 
8221                 of the Execute icon to Custom toolbar settings.
8222                 add new sensitivity condition to maninwindow.h: 
8223                 M_DELAY_EXEC
8224
8225         * ChangeLog
8226           ChangeLog.jp
8227           NEWS
8228                 more sync with 0.8.1cvs29
8229
8230 2002-08-23 [melvin]     0.8.1claws106
8231
8232         * src/alertpanel.c
8233                 Readded support for custom widget in alertpanel lost in last
8234                 sync.
8235
8236 2002-08-23 [paul]       0.8.1claws105
8237
8238         * sync with 0.8.1cvs29
8239                 see ChangeLog 2002-08-23
8240
8241 2002-08-23 [colin]      0.8.1claws104
8242
8243         * src/summaryview.c
8244                 Fix folder and search pixmaps exchanging positions
8245                 after theme or toolbar changes. Thank to Oliver for 
8246                 reporting this.
8247
8248 2002-08-23 [colin]      0.8.1claws103
8249
8250         * src/mainwindow.c
8251           src/messageview.[ch]
8252           src/noticeview.[ch]
8253           src/summaryview.c
8254                 Changed messageview_create() and noticeview_create()
8255                 to avoid the last gdk_warning
8256
8257 2002-08-22 [colin]      0.8.1claws102
8258
8259         * src/summaryview.c
8260                 Fix my new `Creating pixmap from xpm' warning
8261
8262 2002-08-22 [colin]      0.8.1claws101
8263
8264         * src/mainwindow.c
8265                 Fix some of the gdk warnings
8266
8267 2002-08-22 [colin]      0.8.1claws100
8268
8269         * src/Makefile.am
8270         * src/stock_pixmap.c
8271         * src/stock_pixmap.h
8272         * src/pixmaps/quicksearch.xpm *ADDED*
8273                 Add the quicksearch pixmap
8274         * src/mainwindow.c
8275         * src/summaryview.c
8276         * src/summaryview.h
8277                 Make quicksearch bar visible/hidden via a button
8278
8279 2002-08-22 [christoph]  0.8.1claws99
8280
8281         * src/folder.c
8282                 fix folder update for newsgroups with message
8283                 numbers below minimum number of articles to fetch
8284                 (closes bug #598445)
8285
8286 2002-08-22 [paul]       0.8.1claws98
8287
8288         * sync with 0.8.1cvs28
8289                 see ChangeLog 2002-08-22
8290
8291 2002-08-21 [alfons]     0.8.1claws97
8292
8293         * src/crash.c
8294                 use bt instead of bt full which seems to work 
8295                 better, and bt full doesn't give a great deal 
8296                 of information anyway
8297
8298 2002-08-21 [colin]      0.8.1claws96
8299
8300         * src/summaryview.c
8301                 fix summaryview_searchtype_changed prototype
8302
8303 2002-08-21 [christoph]  0.8.1claws95
8304
8305         * src/mainwindow.c
8306                 o fix broken menu update for sorting type, we have to
8307                   get this info from the summaryview now
8308                 o removed setting of threaded state in menu callback
8309         * src/summaryview.[ch]
8310                 more summaryview/folderitem seperation for
8311                 threading option
8312         * configure.in
8313                 removed not required --with-compiler-flags option
8314
8315 2002-08-21 [oliver]     0.8.1claws94
8316         
8317         * src/toolbar.h 
8318                 o rename toolbar.xml to toolbar_main.xml
8319                   since toolbar_compose.xml might come up 
8320                   any time soon
8321         * README.claws
8322                 add custom toolbar              
8323
8324 2002-08-21 [darko]      0.8.1claws93
8325
8326         * src/procmsg.c
8327                 don't reset tmp flags for messages copied
8328                 to sent folder
8329
8330 2002-08-21 [colin]      0.8.1claws92
8331         
8332         * src/prefs_filtering.c
8333                 fix renaming rules on folder rename 
8334                 when folder is not a leaf folder
8335
8336 2002-08-21 [paul]       0.8.1claws91
8337
8338         * src/prefs_folder_item.c
8339                 fix alignment of colour selector
8340
8341 2002-08-21 [paul]       0.8.1claws90
8342
8343         * sync with 0.8.1cvs27
8344                 see ChangeLog 2002-08-21
8345
8346 2002-08-21 [paul]       0.8.1claws89
8347
8348         * src/summaryview.c
8349                 fix crash when changing field type in
8350                 Quick search bar
8351
8352 2002-08-21 [colin]      0.8.1claws88
8353
8354         * src/summaryview.c
8355                 Made quick search case-insensitive
8356
8357 2002-08-21 [paul]       0.8.1claws87
8358
8359         * sync with 0.8.1cvs26
8360                 see ChangeLog 2002-08-21
8361
8362 2002-08-20 [christoph]  0.8.1claws86
8363
8364         * src/folderview.c
8365         * src/main.c
8366         * src/summaryview.[ch]
8367                 more summaryview/folderitem seperation for
8368                 sort_key and sort_type
8369         * src/procmsg.c
8370                 added missing return statement
8371
8372 2002-08-20 [colin]      0.8.1claws85
8373
8374         * src/summaryview.[ch]
8375                 Added a quick search box
8376         * src/mainwindow.c
8377         * src/prefs_common.[ch]
8378                 Added a show/hide option for the quick search
8379
8380 2002-08-20 [oliver]     0.8.1claws84
8381         
8382         * src/mainwindow.c
8383                 remove toolbar_create_popups
8384         * src/toolbar.[ch]
8385                 o remove toolbar_create_popups
8386                 o fix toolbar_set_sensitive 
8387                   (Bug reports #596834 and #596832)     
8388         * src/prefs_toolbar.c
8389                 o add "Set default" button
8390                 o align label and text + combo widgets
8391
8392 2002-08-20 [hoa]        0.8.1claws83bis
8393
8394         * src/imap.c
8395                 fixed a bug in imap_fetch_msginfo() in case there is no
8396                 current folder.
8397
8398 2002-08-20 [darko]      0.8.1claws83
8399
8400         * src/folderview.c
8401                 copy the color style of folder view so it
8402                 works with GTK themes
8403
8404 2002-08-20 [darko]      0.8.1claws82
8405
8406         * src/folder.h
8407         * src/folderview.c
8408         * src/prefs_folder_item.[hc]
8409                 don't use UI stuff in folder.h
8410
8411 2002-08-20 [darko]      0.8.1claws81
8412
8413         * src/folder.h
8414         * src/prefs_folder_item.h
8415         * src/folderview.c
8416         * src/prefs_folder_item.c
8417                 ability to set folder color in folderview
8418
8419 2002-08-19 [alfons]     0.8.1claws80
8420
8421         * src/summaryview.c
8422                 fix one of the earlier memleaks reported by Martin Kluge
8423
8424 2002-08-19 [alfons]     0.8.1claws79
8425
8426         * src/mainwindow.c
8427                 hide notice view when selecting seperate folder
8428                 view (reported by Urke MMI)
8429
8430 2002-08-19 [christoph]  0.8.1claws78
8431
8432         * src/folderview.c
8433         * src/prefs_folder_item.h
8434         * src/summaryview.[ch]
8435                 o add summary_set_prefs_from_folderitem to set
8436                   summaryview prefs (first step to remove all
8437                   references to the folderitem in summaryview)
8438                 o moved compiled regex stuff from folderitem prefs
8439                   to summaryview code
8440
8441 2002-08-19 [paul]       0.8.1claws77
8442
8443         * src/compose.c
8444                 add check for '.' to QUOTE_IF_REQUIRED
8445
8446 2002-08-19 [paul]       0.8.1claws76
8447
8448         * src/inc.c
8449                 sync with 0.8.1cvs25 (plug memory leak)
8450
8451         * src/prefs_toolbar.c
8452                 re-order prefs_toolbar_cancel()
8453
8454 2002-08-18 [alfons]     0.8.1claws75
8455
8456         * src/inc.c
8457         * src/matcher.c
8458                 plug other memleaks reported by Martin Kluge
8459
8460 2002-08-18 [paul]       0.8.1claws74
8461
8462         * po/pt_BR.po
8463                 updated by Fabio Jr. Beneditto
8464
8465 2002-08-18 [paul]       0.8.1claws73
8466
8467         * src/toolbar.[ch]
8468                 fix bug where tooltips were displayed untranslated              
8469
8470         * src/prefs_toolbar.c
8471                 fix bug where clicking 'Cancel' creates an icon & text
8472                 toolbar regardless of prefs
8473         
8474
8475 2002-08-17 [oliver]     0.8.1claws72
8476
8477         * src/prefs_toolbar.c
8478                 update toolbar on CANCEL
8479                 bug reported by Martin Kluge
8480         * src/toolbar.c
8481                 toolbar_destroy memleak fixed           
8482
8483 2002-08-17 [alfons]     0.8.1claws71
8484
8485         * src/toolbar.c
8486                 plug another memleak reported by Martin Kluge
8487
8488 2002-08-16 [alfons]     0.8.1claws70
8489
8490         * src/crash.c
8491                 use execvp() correctly (suggested by wwp; thanks!)
8492
8493 2002-08-16 [alfons]     0.8.1claws69
8494
8495         * src/gtksctree.c
8496                 plug memory leak reported by Kim Schultz & Martin Kluge
8497
8498 2002-08-16 [paul]       0.8.1claws68
8499
8500         * po/es.po
8501                 updated by Ricardo Mones Lastra
8502
8503 2002-08-16 [paul]       0.8.1claws67
8504
8505         * src/toolbar.h
8506                 fix bug where 'Compose News' icon showed wrong
8507                 tooltip
8508
8509 2002-08-16 [paul]       0.8.1claws66
8510
8511         * sync with 0.8.1cvs24
8512                 see ChangeLog 2002-08-16
8513
8514         * po/it.po
8515                 updated by Alessandro Maestri
8516
8517 2002-08-15 [paul]       0.8.1claws65
8518
8519         * po/sr.po
8520                 updated by Urke MMI
8521
8522 2002-08-15 [paul]       0.8.1claws64
8523
8524         * src/*.c
8525                 don't translate debug info
8526
8527         * src/matcher.[ch]
8528                 add copyright info
8529
8530 2002-08-15 [paul]       0.8.1claws63
8531
8532         * src/prefs_toolbar.c
8533                 fix bug where clicking 'OK' creates an icon & text
8534                 toolbar regardless of prefs
8535
8536 2002-08-14 [alfons]     0.8.1claws62
8537
8538         * src/main.c
8539                 add global var that has the full argv[0]
8540         * src/crash.c
8541                 o execvp the correct sylpheed by using argv0
8542                   and setting the correct work dir
8543                 o other tweaks  
8544
8545 2002-08-14 [oliver]     0.8.1claws61
8546         
8547         * enable/disable Toolbar Action Buttons 
8548         * code cleanups
8549         * src/mainwindow.c
8550         * src/toolbar.[ch]      
8551         * src/prefs_toolbar.c   
8552
8553 2002-08-14 [melvin]     0.8.1claws60
8554
8555         * po/fr.po
8556                 Updated French translations
8557
8558 2002-08-14 [melvin]     0.8.1claws59
8559
8560         * src/crash.c
8561                 Made bug report not translatable
8562         * src/exporthtml.c
8563                 Fixed exporthtml_build_filespec() return value
8564         * src/foldersel.c
8565                 Fixed incorrect include file
8566         * src/gtkspell.c
8567         * src/prefs_actions.c
8568         * src/prefs_toolbar.c
8569                 Made debug info not translatable
8570         * src/mutt.c
8571         * src/quote_fmt.c
8572                 Added missing includes
8573         * src/prefs_common.c
8574                 Fixed typo
8575
8576 2002-08-14 [paul]       0.8.1claws58
8577
8578         * faq/es/sylpheed-faq.html
8579           faq/es/sylpheed-faq-[1-3].html
8580           faq/es/sylpheed-faq-4.html     **NEW FILE **
8581                 update Spanish FAQ
8582
8583 2002-08-13 [christoph]  0.8.1claws57
8584
8585         * src/procmsg.c
8586                 ignore thread fix that did not mark all
8587                 child nodes of a ignored thread as
8588                 ignored. Does not work perfectly yet,
8589                 but it is better now
8590
8591 2002-08-13 [alfons]     0.8.1claws56
8592
8593         * src/crash.c
8594                 o implement 'save crash log'
8595                 o some tweaks
8596
8597 2002-08-13 [melvin]     0.8.1claws55
8598
8599         * src/main.c
8600                 removed unrequired "execinfo.h" header
8601
8602 2002-08-12 [paul]       0.8.1claws54
8603
8604         * faq/en/sylpheed-faq.html
8605           faq/en/sylpheed-faq-[1-3].html
8606           faq/en/sylpheed-faq-4.html     **NEW FILE **
8607                 update English FAQ
8608
8609 2002-08-12 [alfons]     0.8.1claws53
8610
8611         * po/POTFILES.in
8612                 add crash.c to translatables
8613         * src/crash.c
8614                 bring in Leandro's crash dialog
8615
8616 2002-08-11 [alfons]     0.8.1claws52
8617
8618         * src/crash.c
8619                 clean up some warnings
8620
8621 2002-08-11 [alfons]     0.8.1claws51
8622
8623         * acconfig.h
8624         * configure.in
8625         * src/crash.[ch]        ** NEW FILES **
8626         * src/main.c            
8627                 initial gdb crash handler
8628
8629 2002-08-11 [paul]       0.8.1claws50
8630
8631         * src/prefs_toolbar.c
8632                 replace Up/Down arrow pixmaps with text to be
8633                 consistent across icon themes
8634
8635 2002-08-11 [paul]       0.8.1claws49
8636
8637         * src/prefs_common.c
8638           src/prefs_toolbar.c
8639                 rename 'Pixmap' -> 'Icon'
8640
8641         * src/toolbar.[ch]
8642                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8643
8644 2002-08-10 [paul]       0.8.1claws48
8645
8646         * src/prefs_toolbar.c
8647                 re-work the UI
8648
8649 2002-08-10 [paul]       0.8.1claws47
8650
8651         * src/main.c
8652                 don't write Processing progress to status bar
8653                 patch submitted by Alexander Evseev
8654
8655         * src/prefs_toolbar.c
8656                 re-position and resize window
8657                 make window assume correct size on first call
8658
8659 2002-08-10 [paul]       0.8.1claws46
8660
8661         * src/mainwindow.c
8662           src/prefs_toolbar.c
8663           src/toolbar.c
8664           src/toolbar.h
8665                 obey coding style
8666                 follow UI text conventions
8667
8668 2002-08-10 [alfons]     0.8.1claws45
8669
8670         * src/toolbar.c
8671                 correct pixmap for delete action
8672
8673 2002-08-10 [paul]       0.8.1claws44
8674
8675         * po/pt_BR.po
8676                 updated by Fabio Jr. Beneditto
8677
8678 2002-08-10 [paul]       0.8.1claws43
8679
8680         * po/POTFILES.in
8681                 add custom toolbar files
8682
8683 2002-08-10 [paul]       0.8.1claws42
8684
8685         * sync with 0.8.1cvs22
8686                 see ChangeLog 2002-08-09
8687
8688 2002-08-09 [paul]       0.8.1claws41
8689
8690         * tools/Makefile.am
8691           tools/README
8692           tools/outlook2sylpheed.pl     ** NEW FILE **
8693                 add script to convert exported Outlook
8694                 contacts list to a Sylpheed addressbook.
8695                 Submitted by Ricardo Mones Lastra.
8696
8697 2002-08-09 [paul]       0.8.1claws40
8698
8699         * AUTHORS
8700           configure.in
8701           po/sr.po      ** NEW FILE **
8702                 add Serbian message catalog. Submitted by
8703                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8704
8705 2002-08-09 [paul]       0.8.1claws39
8706
8707         * sync with 0.8.1cvs21
8708                 see ChangeLog 2002-08-08
8709
8710 2002-08-08 [oliver]     0.8.1claws38
8711
8712         * src/mainwindow.c
8713                 move Custom Toolbar to Configuration menu
8714
8715 2002-08-08 [oliver]     0.8.1claws37
8716
8717         * src/prefs_toolbar.c
8718                 fix substitute pixmap bug
8719
8720 2002-08-08 [paul]       0.8.1claws36
8721
8722         * sync with 0.8.1cvs19
8723                 see ChangeLog 2002-08-08
8724
8725 2002-08-07 [christoph]  0.8.1claws35
8726
8727         * src/utils.c
8728                 fixed a memory leak in new canonicalize_file_replace
8729
8730 2002-08-07 [christoph]  0.8.1claws34
8731
8732         * src/utils.[ch]
8733                 o canonicalize_file_replace should create the temporary
8734                   file in the same directory as the original file.
8735                 o added get_tmpfile_in_dir that creates a temorary file
8736                   in a specified directory.
8737
8738 2002-08-07 [melvin]     0.8.1claws33
8739
8740         * src/toolbar.c
8741                 fixed bug where 'Article' button acted as 'Email' button.
8742
8743 2002-08-07 [paul]       0.8.1claws32
8744
8745         * sync with 0.8.1.cvs17
8746                 see ChangeLog 2002-08-07
8747
8748 2002-08-07 [colin]      0.8.1claws31
8749         
8750         * src/news.c
8751                 fix mass-cancel problem
8752
8753 2002-08-07 [thorsten]   0.8.1claws30
8754
8755         * src/prefs_toolbar.c
8756                 fix: crash on replace or add new button
8757         * src/toolbar.c
8758                 fix: close xmlfile after reading
8759         * src/utils.c
8760                 fix: unlink() file before rename()
8761
8762 2002-08-06 [paul]       0.8.1claws29
8763
8764         * sync with 0.8.cvs15
8765                 see ChangeLog 2002-08-06
8766
8767 2002-08-06 [oliver]     0.8.1claws28
8768
8769         * src/toolbar.c
8770         * src/prefs_toolbar.c
8771                 fixed empty toolbar issue
8772
8773 2002-08-06 [oliver]     0.8.1claws27
8774
8775         * Custom Toolbar Final 
8776         * src/folderview.c
8777         * src/inc.c
8778         * src/summaryview.c
8779                 o toolbar stuff now lives in src/toolbar.[ch]
8780                 o main_window_toolbar_* functions are renamed to
8781                   toolbar_* reflecting their new source file
8782         * src/mainwindow.[ch]
8783                 o remove toolbar stuff  
8784
8785 2002-08-06 [oliver]     0.8.1claws26
8786         
8787         * src/Makefile.am
8788         * src/prefs_toolbar.[ch]        **New File**
8789         * src/toolbar.[ch]              **New File**
8790                 o prefs_toolbar.[ch] custom toolbar frontend
8791                 o toolbar.[ch]       backend 
8792
8793 2002-08-06 [oliver]     0.8.1claws25
8794
8795         * src/prefs_actions.[ch]
8796                 o new exported function actions_execute
8797
8798 2002-08-06 [paul]       0.8.1claws24
8799
8800         * sync with 0.8.1cvs4
8801                 see ChangeLog 2002-08-06
8802
8803 2002-08-06 [paul]       0.8.1claws23
8804
8805         * sync with 0.8.1cvs13
8806                 see ChangeLog 2002-08-06
8807
8808 2002-08-06 [paul]       0.8.1claws22
8809
8810         * sync with 0.8.1cvs12
8811                 see ChangeLog 2002-08-05 and 2002-08-06
8812
8813 2002-08-06 [match]      0.8.1claws21
8814
8815         * src/addrclip.c
8816                 improvements to cut/copy/paste address
8817
8818 2002-08-05 [match]      0.8.1claws20
8819
8820         * src/addritem.[ch]
8821         * src/addrcache.c
8822         * src/addrbook.c
8823         * src/editaddress.c
8824         * src/addressbook.c
8825                 fixes to improve cut/copy/paste
8826
8827 2002-08-06 [melvin]     0.8.1claws19
8828
8829         * src/account.[ch]
8830                 account_find_all_from_address(): new function that returns the
8831                 list of all accounts that are matched in an address.
8832         * src/alertpanel.[ch]
8833                 alertpanel() now accepts a custom widget
8834                 alertpanel_with_widget(): new function that pops up a panel with
8835                 a custom widget in it 
8836         * src/gtkutils.[ch]
8837                 gtkut_account_menu_new(): new function that allows the selection
8838                 of an account from a list of accounts.
8839         * src/messageview.c
8840                 Extended Return Receipt notification to select the correct 
8841                 account and to make a security test on the Delivery-Notification
8842                 address which should be the same as the Return-Path.
8843
8844 2002-08-06 [thorsten]   0.8.1claws18
8845
8846         * src/mimeview.c
8847                 attach_all: save unnamed as "noname.%d",
8848                 dont free static dirname
8849
8850 2002-08-05 [alfons]     0.8.1claws17
8851
8852         * configure.in
8853                 detect XIM by trying to link rather than compile a XIM program
8854
8855 2002-08-05 [oliver]     0.8.1claws16
8856                 
8857         * src/stock_pixmap.[ch]
8858                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8859                 o new func to retrieve pixmaps
8860
8861 2002-08-05 [paul]       0.8.1claws15
8862
8863         * sync with 0.8.1cvs10
8864                 see ChangeLog 2002-08-05
8865
8866 2002-08-04 [alfons]     0.8.1claws14
8867
8868         * src/textview.c
8869                 see if this plugs memleak
8870
8871 2002-08-04 [melvin]     0.8.1claws13
8872
8873         * src/gtkspell.c
8874                 fixed bug that could crash Sylpheed when highlighting
8875                 all misspelled words.
8876
8877 2002-08-03 [melvin]     0.8.1claws12
8878
8879         * src/prefs_actions.c
8880                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8881         * src/messageview.c
8882                 fixed bug where the Return Receipt was sent to
8883                 Delivery-Notification-To address even if it was not present
8884
8885 2002-08-02 [alfons]     0.8.1claws11
8886
8887         * src/prefs_actions.c
8888                 o more check for NULLs
8889                 o put create_io_dialog() in right conditional block
8890
8891 2002-08-02 [paul]       0.8.1claws10
8892
8893         * po/es.po
8894                 updated by Ricardo Mones Lastra
8895
8896 2002-08-01 [christoph]  0.8.1claws9
8897
8898         * src/folder.c
8899                 don't free the cache of the opened
8900                 folder in the summaryview
8901         * src/summaryview.c
8902                 don't unset flags, if it is not required
8903
8904 2002-08-01 [paul]       0.8.1claws8
8905
8906         * sync with 0.8.1cvs8
8907                 see ChangeLog entry 2002-08-01
8908
8909 2002-08-01 [paul]       0.8.1claws7
8910
8911         * sync with 0.8.1cvs7
8912                 see ChangeLog 2002-07-31 and 2002-08-01
8913
8914 2002-07-31 [christoph]  0.8.1claws6
8915
8916         * src/mainwindow.c
8917                 forgot to update menu sensitivity
8918                 function for new menu entry
8919
8920 2002-07-31 [alfons]     0.8.1claws5
8921
8922         * src/main.c
8923                 check folder item and its path for NULL on
8924                 initial processing
8925
8926 2002-07-31 [christoph]  0.8.1claws4
8927
8928         * src/folder.c
8929                 check if folder_item_get_msginfo in
8930                 folder_item_remove_msg returned NULL
8931         * src/imap.c
8932                 better clear the uid cache in the
8933                 uid validity check function and delete
8934                 cached messages
8935
8936 2002-07-31 [paul]       0.8.1claws3
8937
8938         * man/sylpheed.1
8939                 add the '--attach' option and a few other
8940                 minor changes
8941
8942 2002-07-31 [paul]       0.8.1claws2
8943
8944         * sync with 0.8.1cvs5
8945                 see ChangeLog 2002-07-31
8946
8947 2002-07-31 [christoph]  0.8.1claws1
8948
8949         * src/folderview.[ch]
8950         * src/mainwindow.c
8951                 replace "Rescan all folders..." with
8952                 "Check all folders for new messages..."
8953
8954 2002-07-30 [paul]       0.8.1claws
8955
8956         * version 0.8.1claws released
8957
8958 2002-07-30 [paul]       0.8.0claws29
8959
8960         * tools/OOo2sylpheed.pl ** NEW FILE **
8961           tools/README
8962                 add script to enable sending documents as
8963                 attachments from OpenOffice.org
8964
8965 2002-07-30 [melvin]     0.8.0claws28
8966
8967         * src/prefs_actions.c
8968                 Made the actions' input/output dialog display
8969                 without delay.
8970
8971 2002-07-30 [christoph]  0.8.0claws27
8972
8973         * src/procmsg.c
8974                 check if folder_item_get_msginfo in
8975                 procmsg_save_to_outbox returned NULL
8976
8977 2002-07-30 [paul]       0.8.0claws26
8978
8979         * sync with 0.8.1cvs4
8980                 see ChangeLog 2002-07-29
8981
8982 2002-07-29 [thorsten]   0.8.0claws25
8983
8984         * README.claws
8985                 added selective download, delete on server
8986
8987 2002-07-29 [paul]       0.8.0claws24
8988
8989         * sync with 0.8.1cvs3
8990                 see ChangeLog 2002-07-29
8991
8992 2002-07-27 [christoph]  0.8.0claws23
8993
8994         * src/folder.c
8995                 add extra check if fetching the msginfo
8996                 returned NULL
8997
8998 2002-07-27 [paul]       0.8.0claws22
8999
9000         * sync with 0.8.1cvs2
9001                 see ChangeLog 2002-07-26
9002
9003 2002-07-27 [christoph]  0.8.0claws21
9004
9005         * src/imap.c
9006                 add another check if a valid msginfo
9007                 was returned
9008
9009 2002-07-26 [hoa]        0.8.0claws20
9010
9011         * src/folder.c
9012                 Fixed a condition in folder_item_destroy()
9013
9014         * src/imap.c
9015                 Fixed an error in IMAP protocol
9016
9017 2002-07-26 [alfons]     0.8.0claws19
9018
9019         * src/folder.c
9020                 ofcourse compare with identifier, not the path
9021
9022 2002-07-26 [alfons]     0.8.0claws18
9023
9024         * src/folder.c
9025                 use folder item identifier for saving / restoring
9026                 preferences because folder->path might not be unique
9027
9028 2002-07-26 [melvin]     0.8.0claws17
9029
9030         * src/logwindow.c
9031                 Fixed a crash introduced in 0.8.0claws5 when log is 
9032                 cut under 80 characters.
9033
9034 2002-07-26 [paul]       0.8.0claws16
9035
9036         * sync with 0.8.1cvs1
9037                 see ChangeLog 2002-07-26
9038
9039 2002-07-26 [christoph]  0.8.0claws15
9040
9041         * src/imap.[ch]
9042                 imap folder now remembers the last selected
9043                 folder and imap_fetch_msginfo skips selecting
9044                 the folder if it is already selected
9045
9046 2002-07-26 [christoph]  0.8.0claws14
9047
9048         * src/folder.c
9049         * src/folderview.c
9050         * src/imap.c
9051                 fix imap folder rescanning
9052
9053 2002-07-25 [christoph]  0.8.0claws13
9054
9055         * src/filter.c
9056         * src/folder.[ch]
9057         * src/folderview.c
9058         * src/imap.[ch]
9059         * src/mainwindow.c
9060         * src/mbox_folder.c
9061         * src/mh.c
9062         * src/news.c
9063                 implement imap uid cache and uid validity check
9064
9065 2002-07-25 [alfons]     0.8.0claws12
9066
9067         * src/summaryview.c
9068                 fix a brown paper bag bug, and also add some more
9069                 checks
9070
9071 2002-07-25 [christoph]  0.8.0claws11
9072
9073         * src/folder.c
9074                 don't mix copy, fetch_msginfo and remove
9075                 operations in folder item copy and move
9076                 operations
9077
9078 2002-07-25 [christoph]  0.8.0claws10
9079
9080         * src/folderview.c
9081         * src/mainwindow.c
9082         * src/prefs_folder_item.c
9083         * src/summaryview.[ch]
9084                 remove no longer required parameter update_cache from
9085                 summary_show
9086
9087 2002-07-25 [paul]       0.8.0claws9
9088
9089         * sync with 0.8.1
9090         
9091         * AUTHORS
9092                 a few corrections
9093
9094 2002-07-24 [alfons]     0.8.0claws8
9095
9096         * src/summaryview.c
9097                 sort correctly when using simplified subject line
9098                 (closes feature request "[ 585141 ] applying regexp to subject 
9099                 before sort" submitted by Alexandra Walford)
9100
9101 2002-07-24 [paul]       0.8.0claws7
9102
9103         * sync with 0.8.0cvs3
9104                 see ChangeLog 2002-07-24
9105
9106 2002-07-23 [christoph]  0.8.0claws6
9107
9108         * src/folder.c
9109         * src/folder.h
9110         * src/summaryview.c
9111         * src/summaryview.h
9112         * src/main.c
9113                 o separate processing and summaryview
9114                 o removed summary_write_cache from summaryview
9115                 o removed summaryview->killed_messages, because we don't have
9116                   to keep a list of killed messages anymore. New cache will
9117                   keep the hidden messages in cache anyway
9118         * src/folderview.c
9119         * src/inc.c
9120         * src/selective_download.c
9121                 o removed unnecessary summary_write_cache calls
9122         * src/procmsg.c
9123                 o don't set ignore thread flag in procmsg_get_thread_tree
9124                   if it is already set
9125         * src/mainwindow.c
9126         * src/statusbar.h
9127                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9128                   they are used in different files
9129
9130 2002-07-23 [melvin]     0.8.0claws5
9131
9132         * src/addressbook.c
9133         * src/addrgather.c
9134         * src/editaddress.c
9135         * src/editgroup.c
9136         * src/editldap_basedn.c
9137         * src/importldif.c
9138         * src/prefs_common.c
9139                 Fixed few memory leak (gtk_editable_get_chars returns
9140                 an allocated string)
9141         * src/logwindow.c
9142                 Fixed few memory leak (gtk_editable_get_chars returns
9143                 an allocated string) and modified a little the log cutting
9144                 loop.
9145         * src/compose.c
9146                 Replaced a call to an obsolete function gtk_entry_get_text()
9147                 by gtk_editable_get_chars()
9148         * src/send.c
9149                 Removed a debug printf
9150
9151 2002-07-23 [christoph]  0.8.0claws4
9152
9153         * src/filesel.c
9154                 fix another g_dirname memory leak
9155
9156 2002-07-23 [christoph]  0.8.0claws3
9157
9158         * src/mh.c
9159                 fixed a memory leak in mh_fetch_msginfo
9160                 fixed crash when message header could not be
9161                 parsed
9162
9163 2002-07-23 [paul]       0.8.0claws2
9164
9165         * sync with 0.8.0cvs2
9166                 see ChangeLog 2002-07-23
9167
9168 2002-07-23 [paul]       0.8.0claws1
9169
9170         * sync with 0.8.0cvs1
9171                 see ChangeLog 2002-07-23
9172
9173 2002-07-23 [paul]       0.8.0claws
9174
9175         * release of 0.8.0claws
9176
9177 2002-07-23 [paul]       0.7.8claws99
9178
9179         * po/ru.po
9180                 new Russian translation, submitted by
9181                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9182
9183 2002-07-22 [jens]       0.7.8claws98
9184
9185         * po/de.po
9186                 Updated German translations.
9187
9188 2002-07-22 [paul]       0.7.8claws97
9189
9190         * po/es.po
9191           po/it.po
9192           po/nl.po
9193           po/pt_BR.po
9194                 updated translations by Ricardo Mones Lastra,
9195                 Alessandro Maestri, Wilbert Berendsen and 
9196                 Fabio Jr. Beneditto respectively
9197
9198 2002-07-22 [christoph]  0.7.8claws96
9199
9200         * src/mimeview.c
9201                 fix memory leak caused by wrong g_dirname usage
9202
9203 2002-07-22 [christoph]  0.7.8claws95
9204
9205         * src/summaryview.c
9206                 update new and unread message counts for summaryview
9207                 summaryview does not get it from the folder anymore
9208                 and has to update the values itself
9209
9210 2002-07-22 [melvin]     0.7.8claws94
9211
9212         * po/fr.po
9213                 Updated French translations.
9214
9215 2002-07-22 [christoph]  0.7.8claws93
9216
9217         * src/matcher.c
9218                 set prop->preg pointer to NULL or following check
9219                 will not fail and regexec will be called with
9220                 invalid pointer
9221
9222 2002-07-21 [alfons]     0.7.8claws92
9223         
9224         * src/prefs_common.[ch]
9225                 remove option "Send return receipt on request"
9226
9227 2002-07-21 [thorsten]   0.7.8claws91
9228
9229         * src/mimeview.c
9230                 fixed memleaks, coding style as pointed out by alfons
9231
9232 2002-07-21 [alfons]     0.7.8claws90
9233
9234         * src/messageview.c
9235         * src/noticeview.[ch]
9236                 o fix bug notice view being displayed when going to empty folder 
9237                   (noticed by Christoph)
9238                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9239                   (noticed by Thorsten)
9240
9241 2002-07-21 [thorsten]   0.7.8claws89
9242
9243         * src/mimeview.c
9244                 Included save_all patch from Xaview FACQ
9245                 added support for pathnames
9246
9247 2002-07-21 [alfons]     0.7.8claws88
9248
9249         * po/POTFILES.in
9250         * src/Makefile.am
9251         * src/mainwindow.c
9252         * src/messageview.[ch]
9253         * src/noticeview.c      ** NEW FILE **
9254         * src/noticeview.h      ** NEW FILE **
9255                 make return receipts work again
9256                 (UI idea by Leandro Pereira)
9257
9258 2002-07-21 [paul]       0.7.8claws87
9259
9260         * src/summaryview.c
9261                 fix sensitivity of 'Select thread'
9262
9263 2002-07-21 [paul]       0.7.8claws86
9264
9265         * src/prefs_common.c
9266                 add browser command line for Galeon
9267
9268 2002-07-21 [paul]       0.7.8claws85
9269
9270         * Makefile.am
9271                 fix 'EXTRA_DIST': remove README.README, add TODO
9272                 and TODO.claws
9273
9274 2002-07-21 [alfons]     0.7.8claws84
9275
9276         * src/gtkstext.c
9277                 make enter clear selection
9278                 (closes "[ 579888 ] Editor selection/entry error"
9279                 reported by Steve Lamb)
9280
9281 2002-07-21 [alfons]     0.7.8claws83
9282         
9283         * src/summaryview.c
9284                 sort message list when selecting unthread messages
9285                 (closes "[ 501593 ] switching threaded view doesn't sort"
9286                 reported by Simon Schubert)
9287
9288 2002-07-20 [alfons]     0.7.8claws82
9289         
9290         * src/matcher.c
9291                 const-correctness
9292
9293 2002-07-20 [thorsten]   0.7.8claws81
9294
9295         * src/matcher.c
9296                 Fixed expansion of empty fields in matchactions
9297
9298 2002-07-19 [melvin]     0.7.8claws80
9299
9300         * src/gtkspell.c
9301                 Removed a duplicate menu entry (fast mode) introduced during
9302                 the new cache merge
9303                 Added a menu separator between 'Use alternate' and 'Fast mode'
9304
9305 2002-07-19 [paul]       0.7.8claws79
9306
9307         * tools/Makefile.am
9308           tools/README
9309                 correct typos
9310
9311 2002-07-19 [thorsten]   0.7.8claws78
9312
9313         * tools/calypso_convert.pl      ** NEW FILE **
9314           tools/README
9315           tools/Makefile.am
9316                 script to import mbox files exported
9317                 by calypso
9318                 o generates folder structure
9319                 o includes attachments
9320
9321 2002-07-19 [melvin]     0.7.8claws77
9322
9323         * src/selective_download.[ch]
9324                 Fixed bug where closing the dialog with the window manager's
9325                 close button will not unlock the summary
9326                 Corrected some function declarations that missed a return value
9327                 Made the source code comply better with coding style.
9328         * src/prefs_common.c
9329                 Added new browser command line for Mozilla.
9330
9331 2002-07-18 [paul]       0.7.8claws76
9332
9333         * src/mainwindow.c
9334           src/selective_download.[ch]
9335                 reflect theme changes, fix Gdk Warning when creating 
9336                 pixmap from NULL window, and minor clean up.
9337                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9338
9339         * po/en_GB.po
9340                 updated
9341
9342 2002-07-17 [paul]       0.7.8claws75
9343
9344         * INSTALL[.jp]
9345                 sync with 0.8.0
9346         
9347         * po/en_GB.po
9348                 updated
9349
9350 2002-07-16 [paul]       0.7.8claws74
9351
9352         * tools/filter_conv.pl
9353           tools/README
9354                 replace conversion script with reimplemented version, 
9355                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9356
9357 2002-07-16 [colin]      0.7.8claws73
9358
9359         * src/summaryview.c
9360                 remove forgotten debug messages - sorry ;-)
9361
9362 2002-07-16 [colin]      0.7.8claws72
9363
9364         * src/mimeview.c
9365           src/summaryview.c
9366           src/textview.c
9367           src/textview.h
9368                 add the ability to select part of a text mime-part 
9369                 to reply.
9370
9371 2002-07-15 [christoph]  0.7.8claws71
9372
9373         * src/folder.c
9374                 fix folder message count for folders without
9375                 msg_is_changed (includes news folders)
9376
9377 2002-07-15 [martin]     0.7.8claws70
9378
9379         * src/summaryview.c
9380                 option "display recipient on 'From'..." now works
9381                 without the need of enabling the option
9382                 "display  sender  using  address  book".
9383
9384 2002-07-15 [christoph]  0.7.8claws69
9385
9386         * src/summaryview.c
9387                 removed setting folder status from summaryview.
9388                 folder.c should update all message counts correctly.
9389
9390 2002-07-15 [paul]       0.7.8claws68
9391
9392         * po/pt_BR.po
9393                 updated by Fabio Junior Beneditto
9394
9395 2002-07-15 [darko]      0.7.8claws67
9396
9397         * src/mh.c
9398                 Fixed target folder colorization, don't decrease op
9399                 number twice
9400
9401 2002-07-14 [paul]       0.7.8claws66
9402
9403         * sync with main 0.8.0
9404                 see ChangeLog 2002-07-14
9405
9406 2002-07-13 [melvin]     0.7.8claws65
9407         
9408         * src/addrbook.c
9409         * src/addressbook.c
9410         * src/addrindex.c
9411                 Replaced sprintf by g_snprintf to prevent possible buffer
9412                 overflow.
9413         * src/news.c
9414                 Corrected a log message output format.
9415                 Added a missing "done" debug output.
9416         * src/compose.c
9417                 Added keyboard accelerator for Priority menu items
9418                 Added missing \n in debug output
9419         * src/logwindow.c
9420         * src/gtkspell.c
9421         * src/rfc2015.c
9422                 Added missing \n in debug output
9423
9424 2002-07-13 [paul]       0.7.8claws64
9425
9426         * man/sylpheed.1
9427                 change Sergey's email address to the sf address
9428
9429         * src/textview.c
9430                 increase show_url_timeout (more useful for long
9431                 urls)
9432
9433 2002-07-12 [sergey]     0.7.8claws63
9434
9435         * src/rfc2015.c
9436                 applied (with some modifications) patch to set the
9437                 micalg parameter for signatures
9438                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9439
9440 2002-07-12 [sergey]     0.7.8claws62
9441
9442         * man/Makefile.am
9443         * configure.in
9444                 fixed man page installation
9445
9446 2002-07-12 [paul]       0.7.8claws61
9447
9448         * sync with 0.7.8cvs26
9449                 see ChangeLog 2002-07-11 and 2002-07-12
9450
9451 2002-07-11 [christoph]  0.7.8claws60
9452
9453         * src/compose.c
9454         * src/procmsg.c
9455                 first use the message number to find the message
9456                 to mark with a reply flag but check the
9457                 message-id if we got the correct message, if not
9458                 try to find it by message-id.
9459                 use new string seperator that is not allowed
9460                 in message-ids.
9461
9462 2002-07-11 [paul]       0.7.8claws59
9463
9464         * sync with 0.7.8cvs23
9465                 see ChangeLog 2002-07-10
9466
9467 2002-07-10 [christoph]  0.7.8claws58
9468
9469         * src/folder.[ch]
9470         * src/msgcache.[ch]
9471                 Added message-id table to the cache in memory
9472                 and functions to msgcache.c and folder.c to
9473                 fetch MsgInfos by message id
9474         * src/compose.c
9475         * src/procmsg.c
9476                 store folder and message-id of message replying
9477                 to in queue header and set reply flag after sending
9478                 (Closes bug #469498)
9479
9480 2002-07-10 [paul]       0.7.8claws57
9481
9482         * AUTHORS
9483           man/sylpheed.1.gz
9484                 add Martin to the list of authors
9485
9486 2002-07-09 [martin]     0.7.8claws56
9487         * src/gtksctree.c
9488                 Added gtk_ctree_last_visible(), tree_update_level(),
9489                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9490                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9491                 from gtk+ to gtksctree.c for the new sorting code
9492                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9493                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9494         * src/gtksctree.h
9495                 Added declaration for gtk_sctree_sort_recursive() and
9496                 gtk_sctree_sort_node
9497         * src/addressbook.c
9498         * src/foldersel.c
9499         * src/folderview.c
9500         * src/summaryview.c
9501                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9502                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9503
9504 2002-07-08 [paul]       0.7.8claws55
9505
9506         * more sync with 0.7.8cvs21
9507                 see ChangeLog 2002-07-08
9508
9509 2002-07-08 [paul]       0.7.8claws54
9510
9511         * sync with 0.7.8cvs21
9512                 see ChangeLog 2002-07-08
9513
9514 2002-07-07 [alfons]     0.7.8claws53
9515
9516         * src/Makefile.am
9517         * src/stock_pixmap.[ch]
9518         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9519         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9520         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9521                 add new pixmaps for upcoming notice pane
9522
9523 2002-07-06 [melvin]     0.7.8claws52
9524
9525         * src/gtkspell.[ch]
9526                 Made them a bit closer to Sylpheed's coding style.
9527                 Removed old code.
9528                 Removed possible memory leaks when some errors occurs.
9529
9530 2002-07-06 [melvin]     0.7.8claws51
9531
9532         * po/Makefile.in.in
9533                 Removed --no-location in xgettext command line to help
9534                 translators that use Emacs' po-mode
9535         * src/quote_fmt.c
9536                 Removed unnecessary comments that messed up sylpheed.pot
9537
9538 2002-07-06 [paul]       0.7.8claws50
9539
9540         * sync with 0.7.8cvs19
9541                 see ChangeLog 2002-07-05
9542
9543 2002-07-06 [christoph]  0.7.8claws49
9544
9545         * src/folder.c
9546         * src/mainwindow.c
9547                 fix folder_item_remove_all_msg and folderview
9548                 status for trash folders after emptying trash
9549
9550 2002-07-05 [paul]       0.7.8claws48
9551
9552         * sync with 0.7.8cvs16
9553                 see ChangeLog 2002-07-04 and 2002-07-05
9554
9555 2002-07-04 [paul]       0.7.8claws47
9556
9557         * sync with 0.7.8cvs14
9558                 see  ChangeLog 2002-07-04
9559
9560 2002-07-03 [alfons]     0.7.8claws46
9561
9562         * src/folder.c
9563                 dupe folder item's path because it's being reallocated
9564                 by new folder scanning code
9565
9566 2002-07-03 [christoph]  0.7.8claws45
9567
9568         * src/imap.c
9569                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9570         * src/msgcache.c
9571                 add missing return in msgcache_write
9572
9573 2002-07-02 [thorsten]   0.7.8claws44
9574
9575         * src/jpilot.c
9576         * src/msgcache.c
9577         * src/rfc2015.c
9578                 use binary mode for file access
9579
9580 2002-07-02 [christoph]  0.7.8claws43
9581
9582         * major code cleanup (part 1)
9583         
9584                 - unused variables removed
9585                 - unused functions removed
9586                 - uninitialized variables checked
9587                 - missing return statements added
9588                 - missing function return types added
9589                 - added parentheses around assignment and
9590                   && in || when suggested by gcc
9591               
9592         * src/mh.c
9593         * src/folder.c
9594                 replaced direct calls to folder->scan_tree
9595                 with folder_scan_tree and restore folder
9596                 prefs in this function. The folder should
9597                 not have to deal with them.
9598                 ( Should now work for all folder types )
9599
9600 2002-07-02 [paul]       0.7.8claws42
9601
9602         * sync with 0.7.8cvs13
9603                 see ChangeLog 2002-07-01 and 2002-07-02
9604
9605 2002-07-01 [christoph]  0.7.8claws41
9606
9607         * src/summaryview.c
9608                 fix "goto next/prev unread message" with
9609                 ignored threads
9610
9611 2002-07-01 [paul]       0.7.8claws40
9612
9613         * po/es.po
9614                 updated by Ricardo Mones Lastra
9615
9616 2002-06-30 [match]      0.7.8claws39
9617
9618         * src/jpilot.c
9619                 applied variation of leonerd's patch (566661) to
9620                 allow multiple email addresses per JPilot entry.
9621                 addresses may be separated by space, comma, pipe,
9622                 semi-colon, new-line.
9623
9624 2002-06-30 [alfons]     0.7.8claws38
9625
9626         * src/procmsg.c
9627                 simple fix for putting older nodes before
9628                 newer nodes when threading by subject
9629
9630 2002-06-30 [christoph]  0.7.8claws37
9631
9632         * src/folder.c
9633         * src/folderview.c
9634         * src/mh.c
9635         * src/news.c
9636         * src/procmsg.c
9637                 fix broken folder tree rescaning
9638                 and don't use procmsg_get_mark_sum
9639                 anymore
9640
9641 2002-06-30 [christoph]  0.7.8claws36
9642
9643         * merge new cache branch
9644         * src/imap.c
9645                 fix new cache imap copy bug
9646         * src/folder.c
9647                 improved folder_item_scan
9648                 it should now always set the correct
9649                 new, unread and total message counts
9650
9651 2002-06-29 [paul]       0.7.8claws35
9652
9653         * configure.in
9654                 correct syntax error
9655
9656 2002-06-29 [paul]       0.7.8claws34
9657
9658         * configure.in
9659           Makefile.am
9660           man/Makefile.am       ** NEW FILE **
9661           man/sylpheed.1.gz     ** NEW FILE **
9662                 add Sylpheed man page
9663
9664 2002-06-29 [paul]       0.7.8claws33
9665
9666         * po/pt_BR.po
9667                 updated by Fabio Junior Beneditto
9668
9669 2002-06-28 [jens]       0.7.8claws32
9670
9671         * po/de.po
9672                 translation updated
9673
9674         * src/selective_download.c
9675                 removed gettext for space " "
9676
9677         * src/imap.c
9678                 removed wrong space
9679
9680 2002-06-28 [paul]       0.7.8claws31
9681
9682         * sync with 0.7.8cvs11
9683                 see ChangeLog 2002-06-28
9684
9685 2002-06-28 [paul]       0.7.8claws30
9686
9687         * sync with 0.7.8cvs10
9688                 see ChangeLog 2002-06-27 and 2002-06-28
9689
9690 2002-06-26 [paul]       0.7.8claws29
9691
9692         * src/addrgather.c
9693           src/selective_download.c
9694                 don't gettextise empty strings.
9695                 reserved by gettext. gettext("") returns 
9696                 the header entry with meta information, 
9697                 not the empty string
9698
9699         * po/en_GB.po
9700                 updated
9701
9702 2002-06-26 [paul]       0.7.8claws28
9703
9704         * sync with 0.7.8cvs7
9705                 see ChangeLog 2002-06-25
9706
9707         * src/prefs_common.c
9708                 ...and in the process, tweak the gui a little
9709
9710 2002-06-25 [alfons]     0.7.8claws27
9711         
9712         * configure.in
9713         * src/Makefile.am
9714                 fine tune ldap library detection
9715
9716 2002-06-25 [alfons]     0.7.8claws26
9717
9718         * src/compose.c
9719                 don't allow return receipts when composing a news article
9720
9721 2002-06-25 [paul]       0.7.8claws25
9722
9723         * Makefile.am
9724                 add '$(AMTAR)' to 'release' section to allow for
9725                 new and older autotools
9726
9727 2002-06-25 [paul]       0.7.8claws24
9728
9729         * src/summaryview.c
9730                 fix "No more unread messages" persistant pop-up
9731                 window bug
9732
9733 2002-06-25 [paul]       0.7.8claws23
9734
9735         * po/it.po
9736                 updated by Alessandro Maestri
9737
9738 2002-06-25 [paul]       0.7.8claws22
9739
9740         * sync with 0.7.8cvs6
9741                 see ChangeLog 2002-06-25
9742
9743 2002-06-24 [paul]       0.7.8claws21
9744
9745         * tools/update-po
9746                 add GPL copyright information
9747
9748 2002-06-24 [paul]       0.7.8claws20
9749
9750         * tools/Makefile.am
9751           tools/README
9752           tools/update-po       ** NEW FILE **
9753                 add script that eases the creation of *.po files
9754                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9755
9756 2002-06-23 [alfons]     0.7.8claws19
9757
9758         * src/messageview.c
9759                 make notification_convert_header obey const correctness
9760                 (next step will be fixing the broken return receipt)
9761
9762 2002-06-23 [paul]       0.7.8claws18
9763
9764         * src/messageview.c
9765                 fix bug introduced in last commit:
9766                 removed too much code in last commit - put back what's
9767                 needed
9768
9769 2002-06-23 [paul]       0.7.8claws17
9770
9771         * src/messageview.[ch]
9772                 remove code committed in error from locally patched
9773                 source
9774
9775 2002-06-23 [colin]      0.7.8claws16
9776
9777         * src/compose.[ch]
9778                 add compose_entry_select(), used to select the default_to
9779                 email address - hopefully avoiding people sending mails to
9780                 wrong recipients.
9781
9782 2002-06-22 [alfons]     0.7.8claws15
9783
9784         * AUTHORS
9785                 add Bram Metsch & Stanislav Karchebny
9786         * src/smtp.[ch]
9787         * src/prefs_account.[ch]
9788         * src/send.c
9789                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9790                   options.  (see <http://sourceforge.net/tracker/index.php
9791                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9792
9793                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9794                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9795
9796 2002-06-22 [paul]       0.7.8claws14
9797
9798         * sync with 0.7.8cvs5
9799                 see ChangeLog 2002-06-19 and 2002-06-20
9800
9801 2002-06-22 [alfons]     0.7.8claws13
9802
9803         * src/selective_download.c
9804                 fix a stupid mistake I made
9805
9806 2002-06-22 [alfons]     0.7.8claws12
9807
9808         * src/selective_download.[ch]
9809                 fix another unnoticed leak; cleanup code
9810
9811 2002-06-21 [alfons]
9812
9813         * tools/Makefile.am
9814                 gpg-sign <-- gpg-sign-syl
9815
9816 2002-06-21 [alfons]     0.7.8claws11
9817
9818         * src/selective_download.c
9819         * src/selective_download.h
9820                 fix assorted mix of allocation errors (should solve
9821                 problem reported by Philippe Gramoullé, see:
9822                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9823
9824 2002-06-20 [melvin]     0.7.8claws10
9825
9826         * tools/gpg-sign *REMOVED*
9827           tools/gpg-sign-syl *ADDED*
9828                 Replaced the gpg clearsigning script with the version using
9829                 xterm instead of ssh-askpass and changed its name.
9830
9831         * README.claws
9832                 Updated actions example to reflect the renaming of the
9833                 gpg clearsigning script.
9834
9835 2002-06-19 [paul]       0.7.8claws9
9836
9837         * sync with 0.7.8claws9
9838                 see ChangeLog 2002-06-18 and 2002-06-19
9839
9840 2002-06-19 [paul]       0.7.8claws8
9841
9842         * sync with 0.7.8cvs1
9843                 see ChangeLog 2002-06-18
9844
9845 2002-06-18 [alfons]     0.7.8claws7
9846
9847         * src/mainwindow.h
9848                 add omitted prototype
9849
9850 2002-06-17 [paul]       0.7.8claws6
9851
9852         * src/mainwindow.c
9853                 fix hiding of exec_btn
9854
9855 2002-06-17 [paul]       0.7.8claws5
9856
9857         * src/pop.c
9858                 remove unneeded code: should_delete() 
9859                 and Pop3State::uidl_todelete_list
9860
9861 2002-06-17 [paul]       0.7.8claws4
9862
9863         * sync with 0.7.8
9864                 see ChangeLog 2002-06-11 and 2002-06-13
9865
9866 2002-06-16 [alfons]     0.7.8claws3
9867         
9868         * src/folder.c
9869                 make sure lock sort mode (claws specific) is
9870                 also persists after a tree rescan
9871
9872 2002-06-16 [alfons]     0.7.8claws2
9873
9874         * src/prefs_folder_item.c
9875         * src/folder.[ch]
9876                 fix persistence of folder sort mode (broken
9877                 by adapting Hiro's new folder persistence code)
9878
9879 2002-06-16 [alfons]     0.7.8claws1
9880
9881         * AUTHORS
9882         * src/logwindow.c
9883         * src/prefscommon.[ch]
9884                 control size of log text in log window; 
9885                 closes patch #569155 submitted by Mitko Haralanov.
9886
9887 2002-06-15 [paul]       0.7.8claws
9888
9889         * release of 0.7.8claws
9890
9891 2002-06-15 [paul]       0.7.7claws
9892
9893         * po/pt_BR.po
9894                 updated by Fabio Junior Beneditto
9895
9896 2002-06-14 [paul]       0.7.6claws49
9897
9898         * po/es.po
9899                 updated by Ricardo Mones Lastra
9900
9901 2002-06-14 [paul]       0.7.6claws48
9902
9903         * po/nl.po
9904                 updated translation by Wilbert Berendsen
9905
9906 2002-06-14 [melvin]     0.7.6claws47
9907
9908         * po/fr.po
9909                 Updated French translation
9910
9911 2002-06-13 [paul]       0.7.6claws46
9912
9913         * src/filesel.c
9914                 allow filename to be typed in, rather than just
9915                 selected by the mouse. Patch by Gustavo Noronha Silva.
9916
9917 2002-06-13 [alfons]     0.7.6claws45
9918
9919         * src/mainwindow.[ch]
9920                 more cleanups (removing unnecessary menu items Expand 
9921                 summary / message view)
9922
9923 2002-06-13 [melvin]     0.7.6claws44
9924
9925         * po/POTFILES.in
9926                 Added src/string_match.c
9927         * src/string_match.c
9928                 Fixed possible buffer overflow.
9929                 Corrected typo.
9930                 Added missing config.h header.
9931         * src/prefs_common.c
9932           src/prefs_matcher.c
9933           src/prefs_scoring.c
9934                 Made some strings translatable (missing _(..)).
9935
9936 2002-06-13 [melvin]     0.7.6claws43
9937
9938         * README.claws
9939                 Corrected action example (verifying clearsigned mail).
9940         * src/prefs_account.c
9941                 Corrected typo.
9942         * src/prefs_common.c
9943                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9944
9945 2002-06-12 [alfons]     0.7.6claws42
9946
9947         * src/summaryview.c
9948                 add init of score column lost in 0.7.6claws42
9949
9950 2002-06-12 [paul]       0.7.6claws41
9951
9952         * src/prefs_account.c
9953                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9954                 behavior of the radio buttons, (from 0.7.7cvs2)
9955
9956 2002-06-11 [alfons]     0.7.6claws40
9957
9958         * src/messageview.[ch]
9959         * src/summaryview.[ch]
9960         * src/summary_search.c
9961         * src/mainwindow.c
9962                 perform a sync to bring in Hiro's separate view implementation 
9963
9964                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9965
9966 2002-06-11 [paul]       0.7.6claws39
9967         
9968         * src/prefs_account.c
9969                 correct a typo on the Receive tab
9970
9971 2002-06-10 [match]      0.7.6claws38
9972
9973         * src/addressbook.c
9974                 Included address completion patch from Gustavo Noronha.
9975
9976 2002-06-10 [paul]       0.7.6claws37
9977
9978         * src/inc.[ch]
9979           src/pop.c
9980           src/prefs_account.[ch]
9981           src/selective_download.[ch]
9982                 apply PATCH #561712
9983                  NEW:
9984                 - check if POP Account
9985                 - Receive Button renamed to Preview
9986                 - Preview Button Popup: preview new/all messages
9987                 - Download Button
9988                 - Account Preferences-->Receive tab checkbutton if you
9989                   want to remove Mail after Download
9990                 -: default YES
9991                 - Account Preferences-->Receive tab checkbutton use
9992                   filtering rules on preview
9993                   (think of delete_on_server)
9994                 -: default YES
9995                 - Account selectable from SD dialog
9996                 - checkbutton to show already downloaded messages if
9997                   all messages are previewed
9998                 - new clist column showing Date
9999                 - ESC KEY close
10000                 FIXES:
10001                 - play ball with UIDL
10002                 - fault tolerant (?) 
10003                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10004
10005 2002-06-10 [melvin]     0.7.6claws36
10006
10007         * README.claws
10008                 Added a hint to ac/README in cvs instructions.
10009
10010         * src/prefs_actions.c
10011                 Made it possible to use a more elaborate command line
10012                 for asynchronous actions, too.
10013
10014 2002-06-10 [melvin]     0.7.6claws35
10015         
10016         * src/prefs_actions.c
10017                 Make it possible to use a more elaborate command line
10018                 (e.g. |foo|bar|cat>there;echo Done|)
10019                 Corrected error message when calling %f, %F and %p commands
10020                 from the compose window.
10021
10022 2002-06-09 [colin]      0.7.6claws34
10023
10024         * src/summaryview.c
10025                 Automatically find unread messages in current folder
10026                 before annoying the user.
10027
10028 2002-06-08 [alfons]     0.7.6claws33
10029
10030         * po/it.po
10031                 remove bad formatting string in it.po translation
10032                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10033
10034 2002-06-08 [paul]       0.7.6claws32
10035
10036         * sync with 0.7.6cvs25
10037                 see ChangeLog 2002-06-07
10038
10039 2002-06-05 [paul]       0.7.6claws31
10040
10041         * src/mainwindow.c
10042                 add 'Sort by locked' and 'Sort by score'
10043
10044 2002-06-05 [paul]       0.7.6claws30
10045
10046         * sync with 0.7.6cvs24
10047                 see ChangeLog 2002-06-04
10048
10049 2002-06-04 [paul]       0.7.6claws29
10050
10051         * po/pt_BR.po
10052                 updated by Fabio Junior Beneditto
10053
10054 2002-06-03 [thorsten]   0.7.6claws28
10055
10056         * src/matcher.c
10057                 fclose() matcherrc after reading
10058
10059 2002-06-03 [paul]       0.7.6claws27
10060
10061         * sync with 0.7.6cvs21
10062                 see ChangeLog 2002-05-31
10063
10064 2002-05-31 [paul]       0.7.6claws26
10065
10066         * sync with 0.7.6cvs20
10067                 see ChangeLog 2002-05-29 and 2002-05-30
10068
10069 2002-05-31 [paul]       0.7.6claws25
10070
10071         * src/imap.c
10072                 hopefully fix last buggy sync
10073
10074         * README.claws
10075                 correct typo in 'Actions' examples
10076
10077 2002-05-29 [paul]       0.7.6claws24
10078
10079         * sync with 0.7.6cvs18
10080                 see ChangeLog 2002-05-28 and 2002-05-29
10081
10082         * src/news.c
10083           src/nntp.[ch]
10084                 sync with above 
10085
10086 2002-05-28 [paul]       0.7.6claws23
10087
10088         * sync with 0.7.6cvs16
10089                 see ChangeLog 2002-05-28
10090
10091 2002-05-27 [thorsten]   0.7.6claws22 
10092
10093         * faq/it/sylpheed-faq-1.html
10094           faq/it/sylpheed-faq-2.html
10095           faq/it/sylpheed-faq-3.html
10096           faq/it/sylpheed-faq.html
10097                 corrected DOS lineendings
10098         * faq/de/sylpheed-faq-1.html
10099           faq/de/sylpheed-faq-2.html
10100           faq/en/sylpheed-faq-1.html
10101           faq/en/sylpheed-faq-2.html
10102           faq/en/sylpheed-faq-3.html
10103           faq/es/sylpheed-faq-1.html
10104           faq/es/sylpheed-faq-2.html
10105           faq/es/sylpheed-faq-3.html
10106           faq/fr/sylpheed-faq-1.html
10107           faq/it/sylpheed-faq-1.html
10108           faq/it/sylpheed-faq-2.html
10109           faq/it/sylpheed-faq-3.html
10110           faq/it/sylpheed-faq.html
10111                 changed ">" to &quot;
10112
10113 2002-05-27 [paul]       0.7.6claws21
10114         
10115         * sync with 0.7.6cvs15
10116                 see ChangeLog 2002-05-27
10117
10118 2002-05-27 [paul]       0.7.6claws20
10119
10120         * src/prefs_account.c
10121                 correct a typo
10122
10123 2002-05-26 [paul]       0.7.6claws19
10124
10125         * tools/README
10126                 correct a typo
10127
10128 2002-05-25 [paul]       0.7.6claws18
10129
10130         * tools/README
10131                 add description of kmail2sylpheed.pl
10132
10133 2002-05-25 [paul]       0.7.6claws17
10134
10135         * tools/kmail2sylpheed.pl       ** NEW FILE **
10136                 perl script that converts an exported Kmail address
10137                 book, converts it to sylpheed addressbook file,
10138                 writes the file to .sylpheed, and updates
10139                 addrbook--index.xml 
10140
10141 2002-05-25 [paul]       0.7.6claws16
10142
10143         * sync with 0.7.6cvs14
10144                 see ChangeLog 2002-05-23
10145
10146 2002-05-24 [paul]       0.7.6claws15
10147
10148         * README.claws
10149                 make a correction and add some more info
10150
10151 2002-05-24 [paul]       0.7.6claws14
10152
10153         * src/compose.c
10154                 fix memory leak in 
10155                 compose_redirect_write_headers_from_headerlist()
10156                 add Subject and Resent-Message-ID to
10157                 compose_redirect_write_headers()
10158                 Received, Subject, and X-UIDL are filtered out in 
10159                 compose_redirect_write_to_file()
10160
10161 2002-05-23 [paul]       0.7.6claws13
10162
10163         * src/compose.[ch]
10164           src/filtering.c
10165           src/mainwindow.c
10166           src/matcher.[ch]
10167           src/matcher_parser_lex.l
10168           src/matcher_parser_parse.y
10169           src/prefs_common.[ch]
10170           src/prefs_filtering.c
10171           src/summaryview.c
10172                 rename 'Bounce' to 'Redirect'
10173
10174 2002-05-23 [paul]       0.7.6claws12
10175
10176         * more sync with 0.7.6cvs13
10177           src/compose.c
10178                 see ChangeLog 2002-05-22
10179
10180 2002-05-22 [paul]       0.7.6claws11
10181
10182         * sync with 0.7.6cvs13
10183           src/codeconv.c
10184                 see ChangeLog 2002-05-20
10185           src/prefs_common.c
10186                 see ChangeLog 2002-05-22
10187
10188 2002-05-21 [melvin]     0.7.6claws10
10189
10190         * src/folderview.c
10191                 Added missing filtering and scoring headers
10192                 Fixed bad function call that showed garbage 
10193                 in Folder->Processing
10194
10195 2002-05-21 [paul]       0.7.6claws9
10196
10197         * tools/Makefile.am
10198                 make all tools executable, (patch by Alfons).
10199
10200 2002-05-20 [alfons]     0.7.6claws8
10201
10202         * src/procheader.c
10203                 don't forget to call mktime() so we have a valid week 
10204                 and year day
10205                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10206
10207 2002-05-20 [paul]       0.7.6claws7
10208
10209         * src/html.c
10210                 fix broken parsing of urls
10211         * src/textview.c
10212                 fix displaying of urls
10213
10214                 both fixes from the patch [547855] by Eugene 
10215                 Brevdo (zonem)
10216
10217 2002-05-19 [alfons]     0.7.6claws6
10218
10219         * configure.in
10220                 make sylpheed configure correctly with the latest
10221                 and greatest of automake / autoconf / gettext
10222
10223 2002-05-19 [alfons]     0.7.6claws5
10224
10225         * src/procheader.c
10226         * src/procheader.h
10227                 add function for returning ime zone offset
10228         * src/quote_fmt.c
10229         * src/quote_fmt_parse.y
10230                 better quotation formatting - does not convert
10231                 to local time, but uses the original date string.
10232                 
10233                 Note: %z inserts the timezone offset (should 
10234                 work also on platforms where strftime does not
10235                 support %z).
10236
10237 2002-05-18 [christoph]  0.7.6claws4
10238
10239         * src/summaryview.c
10240                 fix indentation of some code
10241         * tools/Makefile.am
10242                 fix spaces after \
10243         * src/Makefile.am
10244                 add missing \
10245                 correct path for ignorethread.xpm
10246                 incorrect filename for sylpheed_logo.xpm
10247                 add missing include matcher_parser_parse.h
10248
10249 2002-05-18 [paul]       0.7.6claws3
10250
10251         * sync with 0.7.6cvs8
10252                 see ChangeLog 2002-05-16 and 2002-05-17
10253
10254 2002-05-18 [melvin]     0.7.6claws2
10255
10256         * README.claws
10257                 Corrected an action's definition and fixed some misspellings.
10258
10259 2002-05-18 [paul]       0.7.6claws1
10260
10261         * tools/Makefile.am
10262           tools/gpg-sign        ** new file **
10263           tools/uudec           ** new file **
10264                 add Melvin's Actions scripts
10265
10266         * README.claws
10267                 add Melvin's descriptions for Actions
10268
10269 2002-05-18 [paul]       0.7.6claws
10270
10271         * Version 0.7.6claws released
10272
10273 2002-05-17 [paul]       0.7.5claws32
10274
10275         * po/es.po
10276                 updated by Ricardo Mones Lastra
10277
10278 2002-05-17 [paul]       0.7.5claws31
10279
10280         * src/compose.c
10281                 fix Account prefs default folder for sent/draft/deleted
10282                 messages bug
10283
10284         * po/it.po
10285           po/nl.po
10286                 updated translation by Alessandro Maestri and
10287                 Wilbert Berendsen
10288
10289 2002-05-17 [melvin]     0.7.5claws30
10290
10291         * src/prefs_actions.c
10292                 Fixed bug where using %F not at the end of the command 
10293                 resulted in an additional empty argument being created.
10294                 Thanks to Darko Koruga for reporting the bug.
10295
10296 2002-05-17 [melvin]     0.7.5claws29
10297
10298         * po/fr.po
10299                 Updated French translations.
10300
10301 2002-05-15 [paul]       0.7.5claws28
10302         
10303         * po/es.po
10304                 updated by Ricardo Mones Lastra
10305
10306 2002-05-15 [paul]       0.7.5claws27
10307
10308         * sync with 0.7.6cvs4
10309                 see ChangeLog 2002-05-14 and 2002-05-15
10310
10311 2002-05-14 [paul]       0.7.5claws26
10312
10313         * sync with 0.7.6cvs1
10314                 see ChangeLog 2002-05-13
10315
10316 2002-05-13 [thorsten]   0.7.5claws25
10317
10318         * src/messageview.c
10319                 fix select_all and copy in multipart messages
10320         * src/mainwindow.c
10321                 fix select_all and copy in multipart messages
10322
10323 2002-05-12 [paul]       0.7.5claws24
10324
10325         * src/summaryview.c
10326                 reverse last commit, bug already fixed in 0.7.5claws3
10327
10328 2002-05-12 [netztorte]  0.7.5claws23
10329
10330         * src/summaryview.c
10331                 dont parse empty addressbook (checked in before claws20)
10332
10333 2002-05-12 [melvin]     0.7.5claws22
10334
10335         * src/procmsg.[ch]
10336                 Removed unneeded priority code introduced by the previous 
10337                 commit.
10338
10339 2002-05-12 [melvin]     0.7.5claws21
10340
10341         * src/compose.[ch]
10342                 Added possibility to set message's priority.
10343         * src/procmsg.[ch]
10344                 Added possibility to set message's priority.
10345                 Added missing headers
10346
10347 2002-05-12 [melvin]     0.7.5claws20
10348
10349         * src/prefs_actions.c
10350                 Removed implicitely added quotes around the name
10351                 of the temporary files of mime parts.
10352
10353 2002-05-12 [paul]       0.7.5claws19
10354
10355         * sync with 0.7.5cvs20
10356                 see ChangeLog 2002-05-11
10357
10358 2002-05-12 [alfons]     0.7.5claws18
10359
10360         * src/quote_fmt_lex.l
10361         * src/quote_fmt_parse.y
10362                 allow quote / reply date & time format to be set using
10363                 %D{format}. format is a format string you'd pass to
10364                 strftime() (see man strftime, or the Display tab |
10365                 Date format setting).
10366
10367                 Currently %D converts the date to local time. 
10368
10369 2002-05-11 [paul]       0.7.5claws17
10370
10371         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10372                 see ChangeLog 2002-05-10 and 2002-05-11
10373
10374 2002-05-10 [paul]       0.7.5claws16
10375
10376         * sync with 0.7.5cvs16
10377                 see ChangeLog entries 2002-05-09 and 
10378                 2002-05-10
10379
10380 2002-05-10 [colin]      0.7.5claws15
10381
10382         * src/textview.c
10383                 Corrected a bug that prevented sylpheed to open
10384                 double-clicked URIs.
10385
10386 2002-05-09 [paul]       0.7.5claws14
10387
10388         * sync with 0.7.5cvs14
10389                 see ChangeLog 2002-05-08 and 2002-05-09
10390
10391 2002-05-08 [paul]       0.7.5claws13
10392
10393         * sync with 0.7.5cvs11
10394                 see ChangeLog entry 2002-05-08
10395
10396 2002-05-08 [paul]       0.7.5claws12
10397
10398         * src/mainwindow.c
10399           src/textview.[ch]
10400                 fix segfault on View->Open in new window
10401                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10402
10403 2002-05-07 [paul]       0.7.5claws11
10404
10405         * sync with 0.7.5cvs9
10406                 see ChangeLog entry 2002-05-07
10407
10408 2002-05-06 [paul]       0.7.5claws10
10409
10410         * src/messageview.c
10411           src/textview.c
10412                 display url in statusbar on single-click
10413                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10414
10415 2002-05-06 [match]      0.7.5claws9
10416
10417         * src/addritem.[ch]
10418                 new functions.
10419         * src/addrcache.c
10420                 tidy up.
10421         * src/xmlprops.[ch]
10422                 XML implementation of properties file.
10423         * src/exporthtml.[ch]
10424         * src/expthtmldlg.[ch]
10425         * src/addressbook.c
10426                 export to HTML.
10427
10428 2002-05-02 [sergey]     0.7.5claws8
10429
10430         * src/mainwindow.c (mainwin_entries),
10431           src/prefs_common.c (prefs_send_create()),
10432           src/codeconv.c (locale_table):
10433                 use charset name "Windows-1251" instead of "CP1251".
10434
10435 2002-05-02 [colin]      0.7.5claws7
10436         
10437         * src/compose.c
10438           src/prefs_common.c
10439           src/prefs_folder_item.c
10440                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10441
10442 2002-05-02 [hiro]       0.7.5claws6
10443
10444         * src/imap.c
10445                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10446
10447 2002-05-02 [paul]       0.7.5claws5
10448
10449         * src/compose.c
10450                 more sync with 0.7.5cvs7, see ChangeLog entry
10451                 2002-05-02
10452
10453 2002-05-02 [hiro]       0.7.5claws4
10454
10455         * src/compose.c
10456                 compose_queue_sub():
10457                 check if queue folder exists (closes #550397).
10458                 removed directory creation since it should be handled
10459                 transparently.
10460         * src/imap.c
10461                 imap_add_msg(): return UID for appended message
10462                 (closes #548842).
10463
10464 2002-04-30 [paul]       0.7.5claws3
10465
10466         * src/summaryview.c
10467                 fix account_find_from_address() bug
10468
10469 2002-04-28 [colin]      0.7.5claws2
10470
10471         * src/compose.c
10472           src/textview.c
10473           src/prefs_common.[ch]
10474           src/utils.[ch]
10475                 Added user-definable quotation characters recognition.
10476
10477 2002-04-28 [paul]       0.7.5claws1
10478
10479         * sync with 0.7.5cvs4
10480                 see ChangeLog entry  2002-04-25
10481
10482 2002-04-28 [paul]       0.7.5claws
10483
10484         * po/es.po
10485           po/nl.po
10486           po/pt_BR.po
10487                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10488                 Fabio Junior Beneditto
10489
10490 2002-04-27 [jens]       0.7.4claws103
10491
10492         * po/de.po
10493                 updated German translation.
10494
10495 2002-04-27 [hiro]       0.7.4claws102
10496
10497         * src/summaryview.c
10498                 summary_write_cache(): fixed the mark loss of hidden messages.
10499
10500 2002-04-26 [melvin]     0.7.4claws101
10501
10502         * src/procmsg.c
10503                 fixed a second typo (same one)
10504         * po/fr.po
10505           po/it.po
10506           po/pt_BR.po
10507                 fixed the type again...
10508
10509 2002-04-26 [melvin]     0.7.4claws100
10510
10511         * src/procmsg.c
10512                 fixed a typo in an alert message ("temorary").
10513         * po/it.po
10514         * po/pt_BR.po
10515                 corrected the typo  described above.
10516         * po/fr.po
10517                 updated French translation.
10518
10519 2002-04-26 [darko]      0.7.4claws99
10520
10521         * src/summaryview.c
10522                 fix target folder colorization
10523
10524 2002-04-25 [paul]       0.7.4claws98
10525
10526         * po/it.po
10527                 updated by Alessandro Maestri
10528
10529 2002-04-24 [colin]      0.7.4claws97
10530         
10531         * src/compose.c
10532                 Fixed double "subject is empty" question.
10533
10534 2002-04-23 [colin]      0.7.4claws96
10535         
10536         * src/mimeview.c
10537                 Corrected issue when "automatically display images" was
10538                 not set : first image remained after selecting second.
10539
10540 2002-04-23 [melvin]     0.7.4claws95
10541
10542         * src/prefs_actions.c
10543                 Don't display in/out dialog if there is nothing to show.
10544
10545 2002-04-23 [paul]       0.7.4claws94
10546
10547         * sync with 0.7.5cvs3
10548                 bug fixes: see ChangeLog entry 2002-04-23
10549
10550 2002-04-22 [darko]      0.7.4claws93
10551
10552         * src/compose.c
10553                 fix previous check-in which changed code after
10554                 merge from main
10555
10556 2002-04-22 [paul]       0.7.4claws92
10557
10558         * faq/de/*
10559                 add German FAQ
10560         * faq/en/*
10561           faq/es/*
10562           faq/fr/*
10563                 update English, Spanish and French FAQs
10564         * manual/de/*
10565           manual/es/*
10566                 add German and Spanish manuals
10567         * manual/en/*
10568           manual/fr/*
10569                 update English and French manuals
10570
10571         * src/Makefile.am
10572                 add to and re-arrange the pixmap entries
10573
10574 2002-04-22 [darko]      0.7.4claws91
10575
10576         * src/compose.c
10577                 fix sender initials recognition to only allow
10578                 '>' after the initials
10579
10580 2002-04-21 [paul]       0.7.4claws90
10581
10582         * sync with 0.7.5 release
10583                 see ChangeLog entry 2002-04-21
10584
10585 2002-04-21 [alfons]
10586
10587         * src/Makefile.am
10588                 add colin's new pixmaps to EXTRA_DIST
10589
10590 2002-04-21 [colin]      0.7.4claws89
10591         * src/compose.c
10592         * src/inc.c
10593         * src/mainwindow.[ch]
10594         * src/prefs_common.[ch]
10595         * src/stock_pixmap.[ch]
10596                 Added "Work offline" ability.
10597
10598 2002-04-21 [colin]      0.7.4claws88
10599         
10600         * src/mimeview.c
10601         * src/prefs_common.c
10602         * src/prefs_common.h
10603         * src/textview.c : Added an option to common preferences -> display
10604           to allow user not to automatically display images.
10605
10606 2002-04-21 [paul]       0.7.4claws87
10607
10608         * sync with 0.7.4cvs52
10609                 see ChangeLog entry 2002-04-21 (src/imap.c)
10610
10611 2002-04-21 [paul]       0.7.4claws86
10612
10613         * sync with 0.7.4cvs51
10614                 see ChangeLog entry 2002-04-21
10615
10616 2002-04-21 [paul]       0.7.4claws85
10617
10618         * sync with 0.7.4cvs49
10619                 see ChangeLog entries 2002-04-20 and 2002-04-21
10620
10621         * src/Makefile.am
10622                 clean up: remove old 'stock_' element from xpm 
10623                 filenames.
10624
10625 2002-04-21 [alfons]     0.7.4claws84
10626
10627         apply sync patch from Paul
10628
10629         * src/folderview.c
10630                 use old claws prefs_folder_item_create() for now
10631
10632 2002-04-19 [match]      0.7.4claws83
10633
10634         * src/addressbook.[ch]
10635         * src/addrharvest.[ch]
10636         * src/addrgather.[ch]
10637                 recurse folders.
10638         * src/mainwindow.c
10639         * src/summaryview.[ch]
10640                 change menu option.
10641
10642 2002-04-19 [paul]       0.7.4claws82
10643
10644         * po/pt_BR.po
10645                 updated by Fabio Junior Beneditto
10646
10647 2002-04-14 [alfons]     0.7.4claws81
10648
10649         * src/passphrase.c
10650                 add #include <sys/types.h> for mode_t and off_t 
10651
10652 2002-04-13 [paul]       0.7.4claws80
10653         
10654         * src/main.c
10655           src/passphrase.[ch]
10656           src/pgptext.c
10657           src/prefs_common.[ch]
10658           src/rfc2015.c
10659                 enable storing of GnuPG passphrase for the whole 
10660                 session or a user-defined number of minutes. patch 
10661                 submitted by Ravemax <ravemax@dextrose.com>
10662
10663 2002-04-13 [alfons]     0.7.4claws79
10664
10665         * src/textview.c
10666                 make email parser also stop scanning when encountering separators
10667                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10668
10669 2002-04-13 [paul]       0.7.4claws78
10670
10671         * sync with 0.7.4cvs39
10672                 see ChangeLog entry 2002-04-12
10673
10674 2002-04-11 [paul]       0.7.4claws77
10675
10676         * sync with 0.7.4cvs37
10677                 see ChangeLog entry 2002-04-11
10678
10679 2002-04-11 [paul]       0.7.4claws76
10680
10681         * COPYING 
10682                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10683                 the clause for OpenSSL). sync with sylpheed main
10684
10685 2002-04-09 [melvin]     0.7.4claws75
10686
10687         * src/compose.c
10688                 Made 'Ctrl-Enter' on send ignore some modifiers 
10689                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10690                 to bind other *-Enter (but not Alt-Enter).
10691
10692 2002-04-09 [paul]       0.7.4claws74
10693
10694         * sync with 0.7.4cvs35
10695                 see ChangeLog entries 2002-04-09
10696
10697 2002-04-08 [paul]       0.7.4claws73
10698
10699         * sync with 0.7.4cvs33
10700                 see ChangeLog entry 200-04-08
10701
10702 2002-04-07 [match]      0.7.4claws72
10703
10704         * src/addrharvest.[ch]
10705                 fixed to read all addresses in header, regardless
10706                 of header size. improved name parsing. accommodate
10707                 harvest from folders and selected message.
10708         * src/addritem.[ch]
10709                 included new address parsing function.
10710         * src/addrgather.[ch]
10711         * src/addressbook.[ch]
10712         * src/summaryview.[ch]
10713         * src/mainwindow.c
10714                 allow address harvest of folder as well as selected
10715                 messages.
10716
10717 2002-04-07 [paul]       0.7.4claws71
10718
10719         * src/esmtp.[ch]
10720           src/smtp.c
10721                 don't try to authenticate with CRAM-MD5 in SMTP when 
10722                 SMTP-AUTH enabled if MTA doesn't issue this 
10723                 auth-method in it's ehlo-response. bug item #531364,
10724                 patch item #938910. patch submitted by Colin Leroy 
10725                 <colin@colino.net>
10726
10727 2002-04-07 [paul]       0.7.4claws70
10728
10729         * src/nntp.c
10730                 fix missing MODE_READER bug. patch submitted by
10731                 Colin Leroy <colin@colino.net>
10732
10733 2002-04-07 [alfons]     0.7.4claws69
10734
10735         * src/matcher.[ch]
10736         * src/prefs_filtering.c
10737         * src/summaryview.c
10738                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10739                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10740
10741 2002-04-07 [paul]       0.7.4claws68
10742
10743         * sync with 0.7.4cvs32
10744                 see ChangeLog entry 2002-04-06
10745
10746         * tools/filter_conv.pl
10747                 more bug fixes
10748
10749 2002-04-06 [paul]       0.7.4claws67
10750
10751         * tools/filter_conv.pl
10752                 modify to be able to find the name of the first
10753                 mailbox and use that. main's filter does not
10754                 record the full path to the mailbox and therefore
10755                 can only filter to the first mailbox.
10756
10757 2002-04-05 [paul]       0.7.4claws66
10758
10759         * tools/filter_conv.pl
10760                 attempt to make the script all-encompassing and
10761                 be able to convert any main 'filter' rule thrown
10762                 at it
10763
10764 2002-04-05 [paul]       0.7.4claws65
10765
10766         * tools/filter_conv.pl
10767                 allow for collapsed folder trees
10768
10769 2002-04-05 [paul]       0.7.4claws64
10770
10771         * sync with 0.7.4cvs31
10772                 see ChangeLog entries 2002-04-05
10773
10774 2002-04-03 [paul]       0.7.4claws63
10775
10776         * sync with 0.7.4cvs29
10777                 see ChangeLog entries 2002-04-02 and 2002-04-03
10778
10779 2002-04-02 [paul]       0.7.4claws62
10780
10781         * sync with 0.7.4cvs26
10782                 see ChangeLog entry 2002-04-01
10783
10784 2002-04-02 [match]      0.7.4claws61
10785
10786         * src/pine.[ch]
10787         * src/importpine.[ch]
10788         * src/addressbook.c
10789                 import Pine address book.
10790
10791 2002-04-02 [match]      0.7.4claws60
10792
10793         * src/addrharvest.[ch]
10794                 improve address parsing of funky addresses.
10795
10796 2002-04-02 [darko]      0.7.4claws59
10797
10798         * src/compose.c
10799                 wrap on send improvements, it now recognizes quoted
10800                 initials as part of the quotation string, and it
10801                 does not join lines separated by CR
10802
10803 2002-04-01 [match]      0.7.4claws58
10804
10805         * src/mgutils.[ch]
10806                 added new functions.
10807         * src/mutt.[ch]
10808                 remove excessive duplicate address generation
10809                 on import.
10810
10811 2002-04-01 [alfons]     0.7.4claws57
10812         
10813         * src/summaryview.c
10814                 put back g_free() 
10815
10816 2002-04-01 [paul]       0.7.4claws56
10817
10818         * sync with 0.7.4cvs25
10819                 see ChangeLog entry 2002-04-01
10820
10821 2002-04-01 [alfons]     0.7.4aprilfool55
10822
10823         * src/summaryview.c
10824                 honour feature request item #537427 to allow for
10825                 displaying names from address book for sent mail also
10826
10827 2002-03-29 [paul]       0.7.4claws54
10828
10829         * src/mainwindow.c
10830           src/prefs_filtering.[ch]
10831           src/prefs_matcher.c
10832           src/summaryview.c
10833                 add 'fast filter' for claws' filtering,
10834                 /Tools/Create filter rule/... patch submitted
10835                 by Neill Miller <neillm@thecodefactory.org>
10836
10837 2002-03-29 [paul]       0.7.4claws53
10838
10839         * sync with 0.7.4cvs24
10840                 see ChangeLog entry 2002-03-29
10841
10842 2002-03-28 [paul]       0.7.4claws52
10843
10844         * sync with 0.7.4cvs23
10845                 see ChangeLog entry 2002-03-28
10846
10847 2002-03-27 [melvin]     0.7.4claws51
10848
10849         * src/prefs_actions.c
10850                 Added support to pass only one message part (as a
10851                 file) to the command using '%p'. No quotes are needed
10852                 because doubles quotes are automatically added.
10853                 Fixed bug where Sylpheed could block when waiting for
10854                 a child process to finish.
10855                 Changed the help menu to remove quotes around symbols to 
10856                 avoid misinterpretation (they must not be used).
10857
10858 2002-03-27 [melvin]     0.7.4claws50
10859
10860         * src/inc.c
10861                 Made the new mail notification command always 
10862                 execute asynchronously.
10863
10864 2002-03-27 [paul]       0.7.4claws49
10865
10866         * src/compose.c
10867                 fix bug introduced in last commit
10868
10869 2002-03-27 [paul]       0.7.4claws48
10870
10871         * sync with 0.7.4cvs21
10872                 see ChangeLog 2002-03-26 and 2002-03-27
10873
10874 2002-03-26 [hoa]        0.7.4claws47
10875
10876         * src/prefs_folder_item.c
10877                 really fixed the bug #516442 with folder rescan.
10878
10879 2002-03-26 [paul]       0.7.4claws46
10880
10881         * sync with 0.7.4cvs19
10882                 see ChangeLog entries 2002-03-25 and 2002-03-26
10883
10884 2002-03-25 [hoa]        0.7.4claws45
10885
10886         * src/matcher.c
10887         * src/mh.c
10888                 fix the bug #516442 with folder rescan.
10889
10890         * src/prefs_common.[ch]
10891         * src/compose.c
10892                 added an option to enable two different behaviours
10893                 for bounce.
10894
10895
10896 2002-03-25 [paul]       0.7.4claws44
10897
10898         * src/mainwindow.c
10899           src/selective_download.c
10900                 correct a few menuitem labels
10901
10902 2002-03-25 [christoph]  0.7.4claws43
10903
10904         * src/procmsg.c
10905                 fix non deleted tmp message in
10906                 procmsg_save_to_outbox
10907                 fix problems caused by sync with
10908                 main branch's procmsg_send_queue
10909
10910 2002-03-25 [paul]       0.7.4claws42
10911
10912         * src/quote_fmt.c
10913           src/quote_fmt_lex.l
10914           src/quote_fmt_parse.y
10915                 add Last name (%L) placeholder for quoting. 
10916                 patch submitted by Thorsten Thielen 
10917                 <thth@users.sourceforge.net>
10918
10919 2002-03-25 [paul]       0.7.4claws41
10920
10921         * src/utils.c
10922                 get full hostname. patch submitted by
10923                 Bob Woodside <rwoodside1@comcast.net>
10924
10925 2002-03-25 [paul]       0.7.4claws40
10926
10927         * src/account.c
10928           src/news.c
10929           src/nntp.[ch]
10930           src/prefs_account.[ch]
10931                 enable NNTP over SSL. patch submitted by
10932                 Pascal Jermini <pascal@infinity.hn.org>
10933
10934 2002-03-24 [paul]       0.7.4claws39
10935
10936         * src/prefs_common.c
10937                 make the arrangement of the Compose tab more
10938                 coherent
10939
10940         * src/mainwindow.c
10941                 fix some irregularities of style
10942
10943         * po/de.po
10944                 updated by Kilian Krause
10945
10946 2002-03-23 [paul]       0.7.4claws38
10947
10948         * po/pt_BR.po
10949                 updated by Fabio Junior Beneditto
10950
10951 2002-03-23 [paul]       0.7.4claws37
10952
10953         * src/mainwindow.c
10954                 move 'Gather addresses' to 'Tools' menu
10955                 make 'Selective download' sensitive
10956
10957 2002-03-23 [paul]       0.7.4claws36
10958
10959         * sync with 0.7.4cvs16
10960                 see ChangeLog entries 2002-03-23
10961
10962 2002-03-22 [christoph]  0.7.4claws35
10963
10964         * src/quote_fmt_parse.y
10965                 fix include program output
10966
10967 2002-03-22 [alfons]     0.7.4claws34
10968
10969         * src/pop.c
10970                 initialize GDate stack variable correctly (sorry!)
10971
10972 2002-03-22 [paul]       0.7.4claws33
10973
10974         * src/compose.c
10975           src/mainwindow.c
10976           src/prefs_actions.c
10977           src/prefs_common.c
10978                 rename 'Tool' to 'Tools'
10979
10980         * src/mainwindow.c
10981                 move 'Delete duplicated messages' from
10982                 'Message/' to 'Tools/'
10983                 re-arrange the order of 'Tools/' items
10984
10985 2002-03-22 [paul]       0.7.4claws32
10986
10987         * src/addr_compl.c
10988           src/addressbook.[ch]
10989                 auto-address completion now also matches on
10990                 Nickname. patch submitted by Bob Forsman 
10991                 <hammor@users.sourceforge.net>
10992
10993         * src/editaddress.c
10994                 correct a spelling mistake
10995
10996 2002-03-22 [alfons]     0.7.4claws31
10997
10998         * src/pop.c
10999                 fix getting uidl from incorrect string 
11000                 (spotted by Colin)
11001
11002 2002-03-21 [alfons]     0.7.4claws30
11003
11004         * src/pop.c
11005                 more code refactoring
11006                 plug mem leak introduced by delete on server
11007
11008 2002-03-21 [paul]       0.7.4claws29
11009
11010         * sync with 0.7.4cvs11
11011                 see ChangeLog entries 2002-03-20
11012
11013 2002-03-20 [alfons]     0.7.4claws28
11014
11015         * src/inc.c
11016                 apply Colin's patch and refactor
11017
11018 2002-03-20 [paul]       0.7.4claws27
11019
11020         * sync with sylpheed 0.7.4cvs9
11021                 see ChangeLog entry 2002-03-20
11022
11023 2002-03-19 [christoph]  0.7.4claws26
11024
11025         * src/mh.c
11026         * src/procmsg.[ch]
11027         * src/summaryview.c
11028                 revert changes for flag updates
11029                 (does not work correctly and no time to debug)
11030
11031 2002-03-20 [alfons]     0.7.4claws25
11032
11033         * src/pop.c
11034                 refactor should_delete() a little bit 
11035
11036 2002-03-19 [paul]       0.7.4claws24
11037
11038         * src/inc.[ch]
11039           src/pop.c
11040           src/prefs_account.[ch]
11041                 allow the user to leave downloaded mail on the 
11042                 server for n days. Patch submitted by Colin Leroy 
11043                 <colin@colino.net>
11044
11045 2002-02-19 [paul]       0.7.4claws23
11046
11047         * sync with sylpheed 0.7.4cvs8
11048                 see ChangeLog entries 2002-03-19
11049
11050 2002-03-18 [paul]       0.7.4claws22
11051
11052         * sync with sylpheed 0.7.4cvs6
11053                 see ChangeLog entry 2002-03-18
11054
11055 2002-03-18 [paul]       0.7.4claws21
11056
11057         * po/en_GB.po
11058                 add en_GB message catalogue
11059
11060         * src/mbox_folder.c
11061           src/prefs_account.c
11062           src/prefs_actions.c
11063                 correct a few spelling mistakes
11064
11065 2002-03-17 [alfons]     0.7.4claws20
11066
11067         * src/matcher.c
11068                 more stringent checks for NULL params when writing
11069                 filtering actions to a file
11070                 
11071 2002-03-17 [hoa]        0.7.3claws20
11072
11073         * src/news.c
11074                 fixed the count of new messages
11075
11076         * src/compose.c
11077                 fixed the "attachment properties" window
11078
11079 2002-03-17 [paul]       0.7.4claws19
11080
11081         * src/defs.h
11082           src/folder.h
11083           src/news.c
11084           src/prefs_account.[ch]
11085           src/procmsg.[ch]
11086           src/summaryview.c
11087                 automatically mark cross-posted messages as read 
11088                 and (optionally) give them a colour label
11089                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11090                 
11091
11092 2002-03-17 [paul]       0.7.4claws18
11093
11094         * sync with sylpheed 0.7.4cvs5
11095                 see ChangeLog entry 2002-03-17
11096
11097 2002-03-17 [melvin]     0.7.4claws17
11098         
11099         * src/textview.c
11100                 Worked around a gtktext 'bug': when searching for 
11101                 a text in a long message it was scrolling slowly
11102                 line by line until it hit the searched text.
11103         * po/fr.po
11104                 Updated French translation
11105
11106 2002-03-17 [melvin]     0.7.4claws16
11107
11108         * src/mainwindow.c
11109         * src/compose.c
11110         * src/prefs_actions.c
11111                 Moved "Edit/Actions" to "Tool/Actions"
11112                 Made mainwindow/compose window sensitive as soon as
11113                 no child process is running anymore even if the io dialog
11114                 is open.
11115                 Fixed a struct being initialized with a non constant char*
11116
11117 2002-03-16 [christoph]  0.7.4claws15
11118
11119         * configure.in
11120                 add --with-compiler-flags option
11121                 (only for developer hacking)
11122         * src/mh.c
11123         * src/procmsg.[ch]
11124         * src/summaryview.c
11125                 try to make folder-stats and flag handling more
11126                 independent from the summaryview. msgcounts
11127                 are only set when the folder is opened and
11128                 procmsg_msginfo_(un)set_flags will handle it
11129                 later and summaryview will get the values
11130                 from the folder.
11131
11132 2002-03-16 [paul]       0.7.4claws14
11133
11134         * src/messageview.c
11135                 fix Return-receipt. Patch submitted by Bob
11136                 Woodside <rwoodside1@comcast.net>
11137
11138 2002-03-16 [paul]       0.7.4claws13
11139
11140         * src/compose.c
11141                 fix 'dynamic' signatures, make it work again
11142                 broken during sync on 2002-03-14 (0.7.4claws2)
11143
11144 2002-03-15 [match]      0.7.4claws12
11145
11146         * src/addrharvest.[ch]
11147         * src/addrgather.[ch]
11148         * src/addressbook.[ch]
11149         * src/mainwindow.c
11150                 included address harvester feature. still some
11151                 issues with address parsing that I will fix.
11152
11153 2002-03-15 [match]      0.7.4claws11
11154
11155         * src/addrbook.[ch]
11156         * src/addrcache.[ch]
11157         * src/addressbook.[ch]
11158         * src/addrindex.c
11159         * src/editbook.c
11160         * src/importldif.c
11161         * src/importmutt.c
11162         * src/jpilot.[ch]
11163         * src/main.c
11164         * src/syldap.[ch]
11165         * src/vcard.[ch]
11166                 tidy up. fix memory leaks. moved attribs and methods
11167                 from individual interfaces to addrcache object. prep
11168                 for new stuff to come in.
11169
11170 2002-03-15 [alfons]     0.7.4claws10
11171
11172         * src/matcher.[ch]
11173         * src/matcher_parser_parse.y
11174         * src/matcher_parser_lex.l
11175         * src/prefs_matcher.c
11176                 add filtering conditions message greater than, smaller 
11177                 than, and exactly matching a size in bytes
11178                 (does not work with delete from POP3 server yet)
11179
11180                 this should also give others an idea what you should
11181                 do to add new criterions to claws filtering system
11182                 
11183
11184 2002-03-15 [paul]       0.7.4claws9
11185
11186         * tools/filter_conv.pl
11187                 exit if there are no filter rules to convert
11188                 rename filterrc to filterrc.old after completion
11189
11190 2002-03-15 [paul]       0.7.4claws8
11191
11192         * sync with sylpheed 0.7.4cvs3
11193                 see ChangeLog entry 2002-03-14
11194
11195 2002-03-14 [paul]       0.7.4claws7
11196
11197         * src/compose.c
11198                 clean up the last commit (ahem)
11199
11200 2002-03-14 [paul]       0.7.4claws6
11201
11202         * src/compose.c
11203                 fix bug #515655. honour account preferences
11204                 regarding gpg default signing/encryption when 
11205                 changing account from the compose window.
11206
11207 2002-03-14 [paul]       0.7.4claws5
11208
11209         * src/folderview.c
11210                 remove unnecessary curly brackets
11211
11212 2002-03-14 [paul]       0.7.4claws4
11213
11214         * src/folderview.c
11215           src/prefs_filtering.[ch]
11216                 add filter rename on folder rename and filter
11217                 delete on folder delete. Patch submitted by
11218                 Neill Miller <neillm@thecodefactory.org> 
11219
11220 2002-03-14 [christoph]  0.7.4claws3
11221
11222         * src/procmsg.c
11223         * src/send.c
11224                 fix local delivery
11225                 (patch submitted by "Simon 'corecode' Schubert")
11226         * src/prefs_common.c
11227         * src/procmsg.c
11228                 fix gcc 3.0 warning
11229
11230 2002-03-14 [paul]       0.7.4claws2
11231
11232         * sync with sylpheed 0.7.4cvs2
11233                 see ChangeLog entry 2002-03-13
11234
11235 2002-03-12 [darko]      0.7.4claws1
11236
11237         * src/mainwindow.c
11238                 fix what seems to be a copy and paste error
11239                 when setting color for important messages
11240                 (reported by wwp)
11241
11242 2002-03-11 [paul]       version 0.7.4claws released
11243
11244 2002-03-11 [paul]       0.7.4claws
11245
11246         * po/es.po
11247           po/it.po
11248           po/nl.po
11249           po/pt_BR.po
11250                 update message catalogs. Submitted by Ricardo Mones 
11251                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11252                 Fabio Junior Beneditto
11253
11254         * configure.in
11255           faq/Makefile.am
11256           faq/it/Makefile
11257           faq/it/sylpheed-faq*
11258           src/mainwindow.c
11259           src/manual.[ch]
11260                 add FAQ in Italian
11261         
11262
11263 2002-03-11 [jens]       0.7.3claws7
11264
11265         * po/de.po
11266                 updated German translation
11267
11268 2002-03-11 [melvin]     0.7.3claws6
11269
11270         * po/fr.po
11271                 updated and corrected French translation
11272
11273 2002-03-10 [hoa]        0.7.3claws5
11274
11275         * src/account.c
11276         * src/inc.c
11277         * src/prefs_account.c
11278         * src/procmsg.c
11279         * src/send.[ch]
11280                 fixed the local account.
11281                 you have to change the default "/usr/sbin/sendmail"
11282                 to "/usr/sbin/sendmail -t" in the preferences of
11283                 the local account.
11284
11285         * src/procmime.c
11286                 removed some debug display for renderer
11287
11288 2002-03-10 [paul]       0.7.3claws4
11289
11290         * faq/en/sylpheed-faq-1.html
11291           faq/en/sylpheed-faq-2.html
11292                 update
11293
11294 2002-03-09 [paul]       0.7.3claws3
11295
11296         * sync with sylpheed 0.7.4
11297                 see ChangeLog entry 2002-03-09
11298
11299 2002-03-08 [paul]       0.7.3claws2
11300
11301         * faq/en/sylpheed-faq*
11302           faq/es/sylpheed-faq*
11303           faq/fr/sylpheed-faq*
11304                 update the FAQs
11305
11306         * manual/fr/.cvsignore
11307           manual/fr/Makefilea.am
11308           manual/fr/sylpheed*
11309           src/mainwindow.c
11310           src/manual.[ch]
11311                 add the French manual
11312
11313 2002-03-07 [paul]       0.7.3claws1
11314
11315         * sync with sylpheed 0.7.3cvs4
11316                 see ChangeLog entries  2002-03-06 and 2002-03-07
11317         
11318         * po/nl.po
11319                 updated by Wilbert Berendsen
11320
11321 2002-03-07 [melvin]     0.7.2claws34
11322
11323         * src/selective_download.c
11324                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11325
11326 2002-03-06 [paul]       0.7.2claws33
11327
11328         * sync with sylpheed 0.7.3cvs1
11329                 bug fix, see ChangeLog entry 2002-03-05
11330
11331 2002-03-05 [paul]       0.7.2claws32
11332
11333         * src/mimeview.c
11334           src/pgptext.[ch]
11335           src/procmsg.c
11336                 reverse the pgp ascii-armored code implemented in 
11337                 0.7.2claws16. removal of this code until it matures.
11338                 this means that verifying ascii-armored pgp sigs and
11339                 automatic decryption of ascii-armored encrypted
11340                 messages no longer works.
11341
11342 2002-03-05 [paul]       0.7.2claws31
11343
11344         * configure.in
11345           Makefile.am
11346         * faq/Makefile.am
11347         * faq/en/Makefile.am
11348           faq/en/sylpheed-faq.html
11349           faq/en/sylpheed-faq-1.html
11350           faq/en/sylpheed-faq-2.html
11351           faq/en/sylpheed-faq-3.html
11352         * faq/es/Makefile.am
11353           faq/es/sylpheed-faq.html
11354           faq/es/sylpheed-faq-1.html
11355           faq/es/sylpheed-faq-2.html
11356           faq/es/sylpheed-faq-3.html
11357           faq/es/sylpheed-faq-4.html
11358         * faq/fr/Makefile.am
11359           faq/fr/sylpheed-faq.html
11360           faq/fr/sylpheed-faq-1.html
11361           faq/fr/sylpheed-faq-2.html
11362           faq/fr/sylpheed-faq-3.html
11363         * src/Makefile.am
11364           src/defs.h
11365           src/mainwindow.c
11366           src/manual.[ch]
11367                 add FAQs in English, Spanish and French
11368
11369
11370 2002-03-05 [paul]       0.7.2claws30
11371
11372         * manual/en/sylpheed.html
11373           manual/en/sylpheed-XX.html
11374                 updated the English manual
11375
11376 2002-03-05 [hoa]        
11377
11378         * src/summaryview.c
11379                 dialog box pops up if the article can't be deleted.
11380
11381 2002-03-04 [paul]       
11382         
11383         * po/pt_BR.po
11384                 updated by Fabio Junior Benedito
11385
11386 2002-03-04 [hoa]
11387
11388         * removed ac/gpgme.m4
11389                 to avoid autogen common problem
11390                 developers have to install gpgme development package now
11391
11392         * src/compose.c
11393                 encoding to 7bit or 8bit is enabled.
11394
11395 2002-03-03 [alfons]     0.7.2claws29
11396
11397         * src/pop.c
11398                 merge fix by Oliver Haertel for selective
11399                 download buglet
11400
11401 2002-03-03 [paul]       0.7.2claws28
11402         
11403         * sync with sylpheed 0.7.3
11404
11405 2002-03-03 [paul]       0.7.2claws27
11406
11407         * sync with sylpheed 0.7.2cvs24
11408                 see ChangeLog entries 2002-03-02 and 2002-03-03
11409
11410 2002-03-02 [melvin]     0.7.2claws26
11411
11412         * src/inc.[ch]
11413         * src/main.c
11414         * src/mainwindow.c
11415         * src/prefs_common.[ch]
11416                 Added user definable notification on new mail arrival.
11417                 Removed unused variables in spell checker prefs code.
11418
11419 2002-03-02 [melvin]     0.7.2claws25
11420
11421         * src/quote_fmt.c
11422                 Removed unnecessary escape sequences.
11423                 Changed 'Initial...' to 'Initials of Sender'
11424
11425 2002-03-02 [paul]       0.7.2claws24
11426
11427         * sync with sylpheed 0.7.2cvs22
11428                 see ChangeLog entry 2002-03-01
11429
11430 2002-03-01 [hoa]        0.7.2claws23
11431
11432         * src/mainwindow.c
11433                 Set sensitivity of delete actions to active
11434                 even if the folder is a newsgroup.
11435
11436         * src/summaryview.c
11437                 - Set sensitivity of delete actions
11438                 - Added function check_permission() that will check if the
11439                   user is authorized to delete a message. For news, it
11440                   will check if the author is the same.
11441                 - Enabled deletion when there is no trash folder.
11442
11443         * src/news.[ch]
11444                 - Added news_cancel_article() to cancel articles
11445                 - Implemented news_remove_message() (public function)
11446
11447 2002-03-01 [paul]       0.7.2claws22
11448
11449         * src/gtkutils.c
11450           src/textview.c
11451                 recognise urls that that don't include 'http://' and
11452                 simply begin 'www.' 
11453
11454         * AUTHORS
11455                 remove duplicated name
11456
11457 2002-02-28 [paul]       0.7.2claws21
11458
11459         * src/mainwindow.c
11460           src/summaryview.[ch]
11461                 add ability to 'Select thread'
11462                 combines Melvin's "Select thread's head" patch (#510907)
11463                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11464                 patch (#518514) 
11465
11466 2002-02-28 [paul]       0.7.2claws20
11467
11468         * src/mimeview.c
11469                 hopefully fix segfault on right-clicking a mime part
11470                 that some people have experienced.      
11471                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11472
11473 2002-02-28 [paul]       0.7.2claws19
11474
11475         * sync with sylpheed 0.7.2cvs21
11476                 see ChangeLog entries 2002-02-27 and 2002-02-28
11477
11478 2002-02-27 [paul]       0.7.2claws18
11479
11480         * sync with sylpheed 0.7.2cvs18
11481                 see ChangeLog entries 2002-02-26 and 2002-02-27
11482
11483 2002-02-26 [alfons]     0.7.2claws17
11484
11485         * src/procheader.c
11486                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11487                 (spotted by Chris Hessman <idatech@gmx.net>)
11488
11489 2002-02-26 [paul]       0.7.2claws16
11490
11491         * src/mimeview.c
11492           src/pgptext.[ch]
11493           src/procmsg.c
11494                 make decryption of ascii-armored pgp encrypted messages
11495                 and verification of ascii-armored signatures work again.
11496                 slightly altered from the patch by Jens Jahnke 
11497                 <jan0sch@gmx.net>
11498
11499                 ##FIX ME##
11500                 * the checking of plaintext signatures always comes up in 
11501                   a popup box
11502                 * it doesn't work for multipart messages 
11503                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11504                   including the msg headers and these 2 line themselves, are 
11505                   not displayed
11506
11507         * src/mainwindow.c
11508                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11509                 "View/Message View" becomes "View/Separate Message View"
11510                 because its less ambiguous.
11511
11512         * po/es.po
11513                 updated by Ricardo Mones Lastra
11514
11515 2002-02-26 [paul]       0.7.2claws15
11516
11517         * sync with sylpheed 0.7.2cvs17
11518                 see ChangeLog entries 2002-02-25 and 2002-02-26
11519
11520 2002-02-25 [christoph]  0.7.2claws14
11521
11522         * src/filtering.[ch]
11523         * src/inc.c
11524                 do filtering stuff after all messages have been received
11525                   1. drop all messages to .processing
11526                   2. scan processing folder for messages
11527                   3. filter messages or move to inbox
11528                 this will also find old messages left in processing after
11529                 a crash or something like that and we get a real msginfo
11530                 from folder->get_msg_list and do not have to create our
11531                 own in filter_message
11532         * src/matcher_parser_parse.y
11533                 remove MIX/MAX warning (reordered includes)
11534
11535 2002-02-25 [paul]       0.7.2claws13
11536
11537         * sync with sylpheed 0.7.2cvs15
11538                 see ChangeLog entry 2002-02-24
11539
11540 2002-02-24 [alfons]     0.7.2claws12
11541
11542         * src/filtering.c
11543                 clear old color flags first when applying a new color to
11544                 a message info. 
11545                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11546
11547 2002-02-24 [alfons]     0.7.2.claws11
11548         
11549         * AUTHORS
11550         * src/prefs_common.c
11551                 add presets for Opera and Konqueror, closes patch #517261,
11552                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11553
11554 2002-02-24 [alfons]     0.7.2.claws10
11555
11556         * AUTHORS
11557         * src/summaryview.c
11558                 fix threading for null message ids, closes patch #521601,
11559                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11560
11561 2002-02-24 [alfons]     0.7.2claws9
11562
11563         * src/summaryview.c
11564         * src/filtering.c
11565                 make Tool | Filter Message work with filtering system so
11566                 setting flags also works
11567
11568                 TODO:
11569
11570                 - Processing uses the same function as Tool | Filter
11571                   Message, but doesn't use the same update proc yet
11572
11573 2002-02-23 [paul]       0.7.2claws8
11574
11575         * sync with sylpheed 0.7.2cvs14
11576                 see ChangeLog entries 2002-02-22 and 2002-02-23
11577
11578 2002-02-22 [christoph]  0.7.2claws7
11579
11580         * src/quote_fmt.c
11581                 Add column space to table
11582         * src/quote_fmt_parse.y
11583                 Close files
11584
11585 2002-02-22 [paul]       0.7.2claws6
11586
11587         * src/Makefile.am
11588           src/defs.h
11589           src/filtering.c
11590           src/inc.[ch]
11591           src/mainwindow.c
11592           src/matcher.[ch]
11593           src/matcher_parser_lex.l
11594           src/matcher_parser_parse.y
11595           src/pop.[ch]
11596           src/prefs_account.h
11597           src/prefs_filtering.c
11598           src/selective_download.[ch]   *** NEW FILES ***
11599           src/utils.[ch]
11600           po/POTFILES.in
11601                 Selective Download added to 'Tool' menu. 
11602                 Retrieves email headers of the currently selected pop3 
11603                 account and allows the user to mark emails for deletion 
11604                 right on the pop3 server. Patch submitted by Oliver Haertel 
11605                 <oha@users.sourceforge.net>.
11606         
11607         * po/POTFILES.in
11608                 add 'src/quote_fmt.c'           
11609
11610 2002-02-22 [christoph]  0.7.2claws5
11611
11612         * src/Makefile.am
11613                 added quote_fmt.c
11614         * src/prefs_common.[ch]
11615         * src/prefs_template.c
11616         * src/quote_fmt.c               *** NEW FILE ***
11617         * src/quote_fmt.h
11618                 move quote format symbol description code
11619                 to it's own file because it is used from
11620                 differnent code parts
11621                 Rewrote symbol description GUI
11622                   + use table
11623                   + add separators
11624                   + get data from array (no more long constant strings)
11625         * src/quote_fmt_lex.l
11626         * src/quote_fmt_parse.y
11627                 Symbol for Literal % changed to \% instead of %%
11628                 (More logical as \ is used for quoting for other symbols)
11629                 Add |f and |p to include files and program output
11630                 Examples:
11631                     |f{/home/.../.signature}
11632                     |p{date}
11633         * po/de.po
11634                 Correct wrong spelling for "Referenzen"
11635
11636 2002-02-21 [paul]       0.7.2claws4
11637
11638         * src/procmsg.c
11639                 forgotten during sync
11640
11641 2002-02-21 [paul]       0.7.2claws3
11642
11643         * sync with sylpheed 0.7.2cvs11
11644                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11645                 2002-02-20 and 2002-02-21
11646
11647 2002-02-20 [melvin]     0.7.2claws2
11648
11649         * src/prefs_actions.c
11650                 Added error report when child cannot fork or when execvp 
11651                 returns with an error.
11652
11653 2002-02-19 [christoph]  0.7.2claws1
11654
11655         * src/codeconv.c
11656                 return unconverted text if conde conversion is not possible
11657                 when libjconv is used.
11658                 (patch submitted by "Simon 'corecode' Schubert")
11659
11660 2002-02-19 [paul]       
11661
11662         * version 0.7.2claws release
11663
11664 2002-02-19 [paul]       0.7.2claws
11665
11666         * po/nl.po
11667                 updated by Wilbert Berendsen
11668
11669
11670 2002-02-18 [alfons]     0.7.1claws13
11671
11672         * src/syldap.c
11673         * src/jpilot.c
11674                 remove references to dlfcn and explicitly loading functions
11675                 from dynalink libs, because libs linked anyway, and functions
11676                 are loaded explicitly
11677
11678 2002-02-17 [melvin]     0.7.1claws12
11679
11680         * src/prefs_actions.c
11681                 Replaced children wait loop with double fork technique.
11682                 Now, input/output window updated at each new output.
11683                 free_children(): Fixed a memory leak.
11684                 Made input/output window non closable if running children
11685                 still exist.
11686                 Added missing <unistd.h> include.
11687                 Added some --debug outputs.
11688
11689 2002-02-17 [melvin]     0.7.1claws11
11690
11691         * src/summaryview.c
11692                 Fixed bug where descending sort order did not select top
11693                 message.
11694
11695 2002-02-17 [melvin]     0.7.1claws10
11696
11697         * acconfig.h
11698                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11699         * src/prefs_common.c
11700                 Pspell data package directory no more hard coded but
11701                 set during configuration (PSPELL_PATH). (Thanks to 
11702                                 Gustavo Noronha Silva.)
11703
11704 2002-02-17 [melvin]     0.7.1claws9
11705
11706         * configure.in
11707                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11708         * src/gtkspell.c
11709                 Fixed compile-time warnings.
11710
11711 2002-02-16 [alfons]     0.7.1claws8
11712
11713         * src/filesel.c
11714                 fix inadvertent free of NULL pointer which caused
11715                 sylpheed to crash when closing the save-as dialog
11716                 using the window close button
11717
11718 2002-02-16 [carsten]    0.7.1claws7
11719         * src/mainwindow.[ch]
11720           src/summaryview.c
11721           src/prefs_common.c
11722                 fixes for pixmap theming code:
11723                         - recently changed mail attributes shouldn't get
11724                           lost any longer
11725                         - theme is only reloaded iff another theme was
11726                           selected
11727
11728 2002-02-16 [paul]       0.7.1claws6
11729
11730         * sync with sylpheed 0.7.2 release
11731                 see ChangeLog entry 2002-02-15 and 2002-02-16
11732
11733 2002-02-15 [paul]       0.7.1claws5
11734
11735         * sync with sylpheed 0.7.1cvs9
11736                 see ChangeLog entry 2002-02-15
11737
11738         * po/POTFILES.in
11739                 remove unneeded headerwindow.c entry
11740
11741 2002-02-14 [carsten]    0.7.1claws4
11742         * src/summaryview.c
11743                 fixed a bug for "Go to next unread message": there was
11744                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11745                 in the prefs, because of doing "Search again" instead
11746                 "No"
11747
11748 2002-02-14 [carsten]    0.7.1claws3
11749         * src/stock_pixmap.c
11750                 removed 2 more mem leaks; following memprof,
11751                 this code is "leak free" now :)
11752
11753 2002-02-14 [carsten]    0.7.1claws2
11754         * src/stock_pixmap.c
11755                 used opendir/readdir/closedir instead of scandir
11756                 -> code should work now on Solaris
11757
11758 2002-02-14 [paul]       0.7.1claws1
11759
11760         * sync with sylpheed 0.7.1cvs8
11761                 see ChangeLog entries 2002-02-13 and 2002-02-14
11762
11763         * README.claws
11764                 add some description of Actions and Pixmap Themes
11765
11766 2002-02-13 [paul]       
11767
11768         * version 0.7.1claws release
11769
11770 2002-02-13 [paul]       0.7.1claws
11771
11772         * po/es.po
11773           po/it.po
11774           po/pt_BR.po
11775                 updated translations, submitted by Ricardo Mones Lastra,
11776                 Alessandro Maestri and Fabio Junior Beneditto
11777
11778 2002-02-13 [melvin]     0.7.0claws75
11779
11780         * src/prefs_actions.c
11781                 Added missing "signal.h" include
11782
11783 2002-02-13 [melvin]     0.7.0claws74
11784
11785         * src/prefs_folder_item.c
11786                 Added missing "config.h" include
11787         * po/fr.po
11788                 Updated French translation for folder propriety.
11789
11790 2002-02-13 [jens]       0.7.0claws73
11791
11792         * po/POTFILES.in
11793                 Added missing src/prefs_folder_item.c [log added by melvin]
11794         * po/de.po
11795                 Updated German translation.
11796
11797 2002-02-13 [melvin]     0.7.0claws72
11798
11799         * po/fr.po
11800                 Updated French translation.
11801
11802 2002-02-13 [melvin]     0.7.0claws71
11803
11804         * src/gtkutils.c
11805                 Made gtkut_editable_get_selection return NULL if selection
11806                 is of length zero.
11807                 This fixes a bug where selecting part of message A then
11808                 switching to message B and replying to it will not
11809                 quote the message's body.
11810
11811 2002-02-12 [paul]       0.7.0claws70
11812
11813         * src/mainwindow.c
11814                 cosmetic, relating to pixmap themes: on toolbar make 
11815                 updating of 'Exec' and 'Compose news/Compose email'
11816                 icons faster.
11817
11818 2002-02-12 [carsten]    0.7.0claws69
11819         * src/folderview.c
11820           src/mainwindow.[ch]
11821           src/stock_pixmap.c
11822           src/summaryview.c
11823           src/prefs_common.c
11824                 - refreshing after changing pixmap theme better
11825                   now (thanks Paul)
11826                 - wanted to remove some mem leaks, but alfons was
11827                   faster (and had the better solution ;)
11828
11829 2002-02-12 [alfons]     0.7.0claws68
11830
11831         * src/prefs_common.c
11832         * src/stock_pixmap.[ch]
11833                 plug mem leaks, refactor code a little bit
11834
11835
11836 2002-02-12 [sergey]     0.7.0claws67
11837
11838         * src/imap.c
11839                 Fixed problem with copying messages to IMAP folders when the
11840                 server uses something other than '/' as a namespace separator
11841                 (cyrus-imapd uses '.').
11842
11843 2002-02-12 [jens]       0.7.0claws66
11844
11845         * po/de.po
11846                 Updated German Translation
11847
11848 2002-02-12 [paul]       0.7.0claws65
11849
11850         * sync with sylpheed 0.7.1cvs1
11851                 see ChangeLog entry 2002-02-12
11852
11853 2002-02-12 [melvin]     0.7.0claws64
11854
11855         * src/prefs_actions.c
11856                 Fixed "feature" where children's output was duplicated 
11857                 instead of refreshed while monitoring.
11858                 Removed some debug code.
11859
11860 2002-02-12 [christoph]  0.7.0claws63
11861
11862         * src/compose.c
11863                 always delete message from queue after sending/send error
11864                 (closes bug #509601)
11865
11866 2002-02-12 [melvin]     0.7.0claws62
11867
11868         * src/prefs_actions.c
11869                 Children wait loop is now triggered with a timeout of 1s
11870                 Added %F which is replaced with the list of filenames 
11871                 of all selected messages (as suggested by Ricardo Mones Lestra)
11872                 Pipe syntax changed. Prefix with | to send selection, postfix
11873                 with | to retrieve output. Prefix with > or * to send
11874                 user definable input to the command (*: input is hidden)
11875                 Old pipe action should now be postfixed with |, too.
11876
11877 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11878         * src/stock_pixmap.c
11879                 fixed a bug: if there's no theme directory don't
11880                 throw an error, just do "nothing" (thanks Alfons)
11881
11882 2002-02-12 [carsten]    0.7.0claws60
11883         * src/folderview.c
11884           src/summaryview.c
11885                 had to write the cache twice (nasty!); some marks would 
11886                 get lost if not
11887
11888 2002-02-11 [carsten]    0.7.0claws59
11889         * acconfig.h
11890           configure.in
11891           doc-src/maintainer_guide.txt
11892           src/compose.[ch]
11893           src/defs.h
11894           src/folderview.[ch]
11895           src/gtkutils.[ch]
11896           src/mainwindow.[ch]
11897           src/prefs_common.[ch]
11898           src/stock_pixmap.[ch]
11899           src/summaryview.[ch]
11900                 pixmap theming and related work on pixmap
11901                 handling on some other places
11902                 (e.g. hrm features for all folder)
11903           src/pixmap/stock_*.xpm -> the stock_ was removed
11904         
11905 2002-02-11 [paul]       0.7.0claws58
11906
11907         * sync with sylpheed 0.7.1 release
11908                 see ChangeLog entries 2002-02-11
11909
11910 2002-02-08 [paul]       0.7.0claws57
11911
11912         * sync with sylpheed 0.7.0cvs39
11913                 see ChangeLog entry 2002-02-07 (last entry) 
11914
11915         * src/prefs_actions.c
11916           src/prefs_filtering.c
11917           src/prefs_matcher.c
11918           src/prefs_scoring.c
11919                 sync: made it compile with C compilers other than gcc
11920
11921 2002-02-07 [paul]       0.7.0claws56
11922
11923         * sync with sylpheed 0.7.0cvs38
11924                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11925                 2002-02-07
11926
11927 2002-02-07 [darko]      0.7.0claws55
11928
11929         * src/gtkutils.[ch]
11930         * src/summaryview.c
11931                 Fix const gchar */gchar * issue (thanks Hiro)
11932
11933 2002-02-07 [darko]      0.7.0claws54
11934
11935         * src/compose.[ch]
11936         * src/filtering.c
11937         * src/gtkutils.[ch]
11938         * src/prefs_template.c
11939         * src/quote_fmt.h
11940         * src/quote_fmt_parse.y
11941         * src/summaryview.c
11942         * src/utils.[ch]
11943                 When replying or forwarding an email don't quote the entire
11944                 mail body but use the part of the message text that is selected
11945
11946 2002-02-06 [melvin]     0.7.0claws53
11947
11948         * src/prefs_common.[ch]
11949         * src/gtkspell.[ch]
11950         * src/compose.c
11951                 Made possible to switch quickly to last used dictionary
11952                 which makes checking bilingual documents easier.
11953
11954 2002-02-06 [melvin]     0.7.0claws52
11955         
11956         * po/POTFILES.in
11957                 Added forgotten new file src/prefs_actions.c
11958
11959 2002-02-06 [melvin]     0.7.0claws51
11960
11961         * src/prefs_actions.c   ** NEW FILE **
11962         * src/prefs_actions.h   ** NEW FILE **
11963                 Added actions to execute on message text view, or on the
11964                         message's file.
11965         * src/Makefile.am
11966                 Added src/prefs_actions.[ch]
11967         * src/compose.c
11968                 Added new menu "Edit/Actions"
11969         * src/defs.h
11970                 Added new actionsrc file.
11971         * src/main.c
11972                 Added actionsrc reading.
11973         * src/mainwindow.c
11974                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11975         * src/prefs_common.h
11976                 Added new element actionslst element to prefs_common.
11977
11978 2002-02-06 [paul]       0.7.0claws50
11979
11980         * sync with sylpheed 0.7.0cvs36
11981                 see ChangeLog entry 2002-02-06
11982
11983 2002-02-05 [paul]
11984
11985         * po/es.po
11986                 updated by Ricardo Mones Lastra
11987
11988 2002-02-05 [paul]       0.7.0claws49
11989
11990         * sync with sylpheed 0.7.0cvs33
11991                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11992
11993 2002-02-05 [paul]       0.7.0claws48
11994
11995         * src/compose.c
11996                 re-add 'Edit/Advanced/Delete entire line', previously named
11997                 'Delete Line+'
11998
11999 2002-02-04 [paul]       0.7.0claws47
12000
12001         * src/compose.c
12002           src/summaryview.c
12003                 fix bug #494993 (Reply All not taking Reply-To into consi)
12004                 eliminate differences in behaviour of right-click 'Reply to all' 
12005                 in summary view and 'Reply to all' on the toolbar. 
12006                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12007                 view and From gets ignored by 'Reply to all' on toolbar.
12008                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12009                 From when no Reply-To header is present.
12010
12011 2002-02-04 [paul]       0.7.0claws46
12012
12013         * sync with sylpheed 0.7.0cvs30
12014                 see ChangeLog entries 2002-02-03 and 2002-02-04
12015
12016 2002-02-03 [melvin]     0.7.0claws45
12017
12018         * src/gtkspell.[ch]
12019                 Readded function to highlight all misspelled words.
12020                 Fixed bug where user-provided-words did not replace
12021                         correctly the misspelled word when using the mouse.
12022                 Fixed bug where checking a region selected from right to left did
12023                         not check the region at all.
12024                 Fixed bug where 'Check backwards' may not check at all. 
12025                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12026                 Fixed possible buffer overflow when checking for long strings (>1k).
12027                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12028                 Accelerators code uses now gtk_widget_add_accel.
12029                 Removed and disabled obsolete and unfinished code.
12030                 Cleaning up.
12031
12032         * src/compose.c
12033                 Added menu item to Highlight all misspelled words.
12034
12035 2002-02-01 [paul]       0.7.0claws44
12036
12037         * src/mainwindow.c
12038                 fix '/View/Hide read messages' sensitivity when all
12039                 messages in a folder are hidden
12040
12041 2002-02-01 [paul]       0.7.0claws43
12042
12043         * src/main.c
12044                 add --send option to command line interface, sends all
12045                 queued mail. Patch submitted by Ricardo Mones Lastra.
12046
12047 2002-01-31 [paul]       0.7.0claws42
12048
12049         * src/mainwindow.c
12050                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12051
12052 2002-01-31 [paul]       0.7.0claws41
12053
12054         * sync with sylpheed 0.7.0cvs27
12055                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12056                 and 2002-01-31
12057
12058         * src/textview.c
12059                 comment out elements of textview_show_part() as temporary
12060                 workaround for attachment 'Display as text' bug 
12061
12062         * po/pt_BR.po
12063                 updated by Fabio Junior Beneditto
12064
12065 2002-01-30 [paul]       0.7.0claws40
12066
12067         * sync with sylpheed 0.7.0cvs24
12068                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12069                 and 2002-01-30
12070
12071         * src/compose.c
12072                 add {N_("/_Spelling"), ... "<Branch>"} to 
12073                 GtkItemFactoryEntry compose_entries[]
12074
12075         * src/prefs_common.c
12076                 add claws menu items to prefs_keybind_apply_clicked()
12077                 and remove non-claws menu items
12078
12079 2002-01-29 [paul]       0.7.0claws39
12080
12081         * sync with sylpheed 0.7.0cvs22
12082                 see ChangeLog entries 2002-01-28 and 2002-01-29
12083
12084 2002-01-28 [melvin]     0.7.0claws38
12085
12086         * src/compose.c
12087                 Added the declartion of compose_send_control_enter.
12088
12089         * src/compose.c
12090         * src/gtkspell.[ch]
12091                 Added in a 'Spelling' menu which includes the configuration menu. 
12092                 Added a real 'Check all' and got rid from the old one which only
12093                 highlited misspelled word.
12094                 Made 'Check while typing' a disableable option.
12095                 Added a dialog when there are no more misspelled word.
12096                 Added a dialog if error occurs when switching to a dictionary.
12097         
12098         * src/prefs_common.[ch]
12099                 Added option for the default 'Check while typing' option.
12100
12101
12102 2002-01-28 [alfons]     0.7.0claws37
12103
12104         * src/compose.c
12105                 fix buglet and make code comply with sylpheed code style
12106
12107 2002-01-28 [paul]       0.7.0claws36
12108
12109         * sync with sylpheed 0.7.0cvs19
12110                 see ChangeLog entries for 2002-01-28
12111
12112 2002-01-28 [hoa]        0.7.0claws35
12113
12114         * src/defs.h
12115                 added rendererrc
12116
12117         * src/main.c
12118                 read the renderer config
12119
12120         * src/procmime.[ch]
12121                 use the renderer config to convert mime attachments
12122
12123         * src/textview.c
12124                 don't use textview_show_html/ertf,
12125                 use get_text_content instead
12126
12127 2002-01-27 [alfons]     0.7.0claws34
12128         
12129         * src/news.c
12130                 make sylpheed believe it can delete a news message...
12131                 (messages are NOT deleted, maybe we should remove
12132                 processing from the folder properties after all.)
12133
12134 2002-01-27 [alfons]     0.7.0claws33
12135
12136         * src/folder.c
12137                 add extra checks
12138         * src/news.c
12139                 implement remove_msg() 
12140
12141 2002-01-27 [alfons]     0.7.0claws32
12142
12143         * src/procmsg.h
12144         * src/procheader.c
12145         * src/messageview.c
12146                 fix return receipt / disposition notification again. this
12147                 stuff seems to break on _every_ major summary UI change, so
12148                 it's now implemented using a flag which is saved in the
12149                 marks cache
12150                 
12151 2002-01-26 [alfons]     0.7.0claws31
12152
12153         * src/import.c
12154                 let import dialog show the destination folder identifier
12155
12156 2002-01-26 [melvin]     0.7.0claws30
12157
12158         * src/folderview.c
12159         * src/summaryview.c
12160                 Readded 'Mark all read' into summary view popup menu
12161                 Added 'Mark all read' in folder view popup menu for IMAP
12162                 and NNTP.
12163                 Made it insensitive if the selected folder is not the shown
12164                 one to avoid 'Mark all read' on the wrong folder.
12165                 
12166 2002-01-26 [paul]       0.7.0claws29
12167
12168         * src/folderview.c
12169           src/summaryview.c
12170                 move 'Mark all read' from summary view to folder view
12171                 menu. (adapted from) patch submitted by Jeremy Andrews,
12172                 <lists@kerneltrap.com>
12173
12174 2002-01-25 [alfons]     0.7.0claws28
12175
12176         * src/gtkstext.c
12177                 put the gtk class name back so GtkSText adapts the 
12178                 settings of GtkText
12179
12180 2002-01-25 [alfons]     0.7.0claws27
12181
12182         * src/folderview.c 
12183                 assimilate Ricardo's patch that shows pixmaps instead of
12184                 plain "new" and "unread" texts in the folder view column
12185                 headers 
12186
12187 2002-01-25 [paul]       0.7.0claws26
12188
12189         * src/Makefile.am
12190                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12191                 be found in non-standard locations. 
12192                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12193
12194 2002-01-25 [paul]       0.7.0claws25
12195
12196         * sync with sylpheed 0.7.0cvs16
12197                 see ChangeLog entry 2002-01-25
12198
12199 2002-01-24 [paul]       0.7.0claws24
12200
12201         * more sync with sylpheed 0.7.0cvs15
12202                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12203
12204 2002-01-23 [sergey]     0.7.0claws23
12205
12206         * src/importldif.c
12207                 Fixed segfault when closing LDIF import wizard with
12208                 the window manager.
12209         * src/imageview.c
12210         * src/imageview.h
12211         * src/messageview.c
12212         * src/mimeview.c
12213                 Fixed wrong scrolling position after switching between
12214                 text and image parts.
12215
12216 2002-01-23 [paul]       0.7.0claws22
12217
12218         * sync with sylpheed 0.7.0cvs15
12219                 see ChangeLog entries 2002-01-22 and 2002-01-23
12220
12221 2002-01-21 [melvin]     0.7.0claws21
12222
12223         * src/prefs_scoring.c
12224         * src/prefs_filtering.c
12225                 Fixed bug where scoring and filtering windows stopped
12226                 autochecking.
12227
12228 2002-01-21 [paul]       0.7.0claws20
12229
12230         * sync with sylpheed 0.7.0cvs12
12231                 see ChangeLog entries 2002-01-20 and 2002-01-21
12232
12233 2002-01-21 [carsten]    0.7.0claws19
12234         * src/mainwindow.c
12235         * src/menu.[ch]
12236         * src/messageview.[ch]
12237         * src/summaryview.[ch]
12238                 changes to shortcuts handling again:
12239                         + "Q" now controled by mainwin
12240                         + v/V are now customizable and have slightly
12241                           different meanings
12242                 the "button" to minimize the messageview (and maximize
12243                 the summary view) is a real button now
12244         * src/compose.c
12245                 "Delete Line+" added to Edit/Advanced (this will also
12246                 delete the '\n')
12247
12248 2002-01-20 [melvin] 0.7.0claws18
12249
12250         * src/addressbook.c
12251                 Made "Bcc" sensitive when addressbook is called from
12252                 compose window (it was a Claws only bug).
12253
12254 2002-01-19 [alfons] 0.7.0claws17
12255
12256         * src/inc.c
12257                 prevent unnecessary updates when currently selected folder has
12258                 no new messages 
12259
12260 2002-01-19 [alfons] 0.7.0claws16
12261         
12262         * src/summaryview.c
12263                 prevent writing the cache based on current message list in summary 
12264                 view when filtering also put messages in currently selected folder
12265
12266 2002-01-19 [paul]
12267
12268         * po/it.po
12269                 Italian translation submitted by Alessandro Maestri
12270                 <a.maestri@cs.tin.it>
12271
12272 2002-01-18 [melvin]     0.7.0claws15
12273
12274         * src/prefs_filters.c
12275                 fixed bug where 'cancel' from 'filters' window stops autochecking
12276                 if the timer timed out  when the window was open.
12277
12278 2002-01-18 [match]      0.7.0claws14
12279
12280         * src/addrclip.[ch]     ** NEW FILE **
12281         * src/addrselect.[ch]   ** NEW FILE **
12282         * src/adbookbase.h      ** NEW FILE **
12283                 addressbook cut, copy and paste
12284         * src/addrbook.[ch]
12285         * src/addrcache.[ch]
12286         * src/addressitem.h
12287         * src/addrindex.[ch]
12288         * src/addritem.[ch]
12289         * src/importldif.c
12290         * src/importmutt.c
12291         * src/jpilot.[ch]
12292         * src/syldap.[ch]
12293         * src/vcard.[ch]
12294         * src/jpilot.[ch]
12295         * src/editbook.c
12296         * src/editjpilot.c
12297         * src/editldap.c
12298         * src/editvcard.c
12299                 support for copy/paste
12300         * src/addressbook.c
12301                 support for copy/paste
12302                 tidy up menu option processing
12303                 correct address list function arguments
12304         * src/editaddress.c
12305                 sort user attributes
12306         * src/ldif.h
12307         * src/mutt.h
12308                 tidy up
12309
12310         * src/addrbook.[ch]
12311         * src/addrbook.[ch]
12312         * src/addrbook.[ch]
12313                 
12314
12315 2002-01-18 [paul]       0.7.0claws13
12316
12317         * sync with sylpheed 0.7.0cvs8
12318                 configure.in: support Mac OS X (Darwin)
12319
12320 2002-01-18 [carsten]    0.7.0claws12
12321         * src/html.c
12322                 small hack to fix a segfault with an empty href
12323                 (reported by Alexandra Walford <deeni@altern.org>)
12324         * src/mainwindow.c
12325         * src/summaryview.c
12326                 the shortcuts for Mark und Mark as unread are hardcoded
12327                 again
12328         * src/compose.c
12329         * src/gtkstext.[ch]
12330                 readded the shortcuts in gtkstext but made them
12331                 customizeable (simply by adding a menu plus a wrapper
12332                 to compose.c)
12333
12334 2002-01-17 [melvin]     0.7.0claws11
12335
12336         * src/gtkspell.c
12337                 fix default dictionary not being saved.
12338
12339 2002-01-16 [darko]      0.7.0claws10
12340
12341         * src/compose.c
12342                 fix wrapping crash with URL longer than wrapping margin
12343
12344 2002-12-08 [hoa]        0.7.0claws10
12345
12346         * src/matcher_parser_parse.y
12347                 fixed some bugs
12348
12349         * src/prefs_filtering.c
12350                 now, we can use bounce action in the dialog box.
12351
12352 2002-01-16 [carsten]    0.7.0claws9
12353         * src/gtkstext.c
12354                 removed the <control> and <alt> shortcuts because they're
12355                 not needed and interefered with the "normal" shortcuts
12356         * src/mainwindow.c
12357         * src/summaryview.c
12358                 removed most of the hardcoded shortcuts and assigned
12359                 them to menu entries making them easy customizable by
12360                 that
12361
12362 2002-01-16 |melvin]     0.7.0claws8
12363
12364         * src/gtkspell.c
12365                 fixed bug where using the mouse and when the compose
12366                 window is not on top may result in a crash.
12367
12368 2002-01-16 [melvin]     0.7.0claws7
12369
12370         * src/compose.c
12371                 fixed a long standingspell checker bug which could 
12372                 cause a crash after sending a message.
12373
12374 2002-01-16 [paul]       0.7.0claws6
12375
12376         * sync with sylpheed 0.7.0cvs7
12377                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12378                 2002-01-15, and 2002-01-16
12379
12380 2002-01-16 [melvin]     0.7.0claws5
12381
12382         * README.claws
12383         * src/compose.c
12384         * src/gtkspell.[ch]
12385         * src/main.c
12386                 Heavily modified spell checker code to work around
12387                 ispell bug, to add keyboard shortcuts and for future
12388                 enhancements. See README.claws for usage information.
12389
12390 2002-01-15 [alfons]     0.7.0claws4
12391         
12392         * src/summaryview.c
12393                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12394                 so sorting within threads reflects sort mode
12395
12396 2002-01-15 [christoph]  0.7.0claws3
12397
12398         * src/procmsg.c
12399                 added alertpanel if mail sending failed
12400
12401 2002-01-15 [alfons]     0.7.0claws2
12402         
12403         * src/prefs_filtering.c
12404                 don't stop timer when prefs filtering dialog is opened
12405
12406 2002-01-14 [alfons]     0.7.0claws1
12407
12408         * src/addr_compl.c
12409         * src/prefs.c
12410                 remove debug_print()s for privacy reasons
12411
12412 2002-01-14 [darko]      0.7.0claws
12413
12414         * README.claws
12415                 quotation wrapping is now also in the main branch
12416
12417 2002-01-14 [paul]
12418
12419         * tools/filter_conv.pl
12420                 allow for Boolean Op and case-sensitivity
12421                 this file is included in the release and tagged
12422                 'rel_0_7_0'
12423
12424 2002-01-13 [paul]       0.7.0claws
12425
12426         * release 0.7.0, with cvs tag 'rel_0_7_0'
12427
12428 2002-01-13 [paul]
12429
12430         * tools/filter_conv.pl
12431         * tools/README
12432                 rewritten to output to matcherrc instead of filteringrc
12433
12434         * po/es.po
12435                 updated Spanish translation by Ricardo Mones Lastra
12436
12437 2002-01-13 [alfons]
12438
12439         * po/nl.po
12440                 update dutch translation
12441
12442 2002-01-13 [paul]
12443
12444         * po/pt_BR.po
12445                 Updated by Fabio Junior Beneditto 
12446
12447 2002-01-13 [melvin]     0.6.6claws53
12448
12449         * po/fr.po
12450                 Updated french translation
12451
12452 2002-01-12 [alfons]     0.6.6claws52
12453
12454         * src/filtering.c
12455                 plug mem leak that has been sitting there for ages              
12456
12457 2002-01-12 [alfons]     0.6.6claws51
12458
12459         * src/summaryview.c
12460                 undo melvin's changes from 0.6.6claws48 because summary
12461                 view now refuses to select first unread message when
12462                 selecting a folder 
12463
12464 2002-01-11 [alfons]     0.6.6claws50
12465
12466         * src/import.c
12467                 use claws' semantics for getting folder item when
12468                 importing an mbox file into a folder 
12469                 (submitted by Dale P. Smith)
12470
12471 2002-01-11 [christoph]  0.6.6claws49
12472
12473         * src/prefs.h
12474                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12475                 toggle widget, because non static prefs can not use
12476                 prefs_set_* functions
12477         * src/prefs_account.c
12478                 toggle smtp auth password field sensitivity if
12479                 user id is empty and add descrition of usage for
12480                 these fields
12481         * src/prefs_folder_item.c
12482                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12483                 callbacks
12484
12485 2002-01-11 [melvin]     0.6.6claws48
12486
12487         * src/compose.c
12488                 fix the 'Ctrl-Enter' feature for sending and test really
12489                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12490                 editables which was not documented in Gtk)
12491
12492         * src/summaryview.c
12493                 Made summaryview refresh after sorting and not before.
12494
12495 2002-01-11 [christoph]  0.6.6claws47
12496
12497         * src/compose.c
12498                 select account from account ids if possible and
12499                 correctly set save folder for copy in reedit
12500
12501 2002-01-10 [paul]       0.6.6claws46
12502
12503         * sync with sylpheed 0.7.0 release
12504                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12505                 2002-01-09
12506
12507 2002-01-09 [alfons]
12508
12509         * src/summaryview.c
12510                 remove more dirt traces...
12511
12512 2002-01-09 [alfons]
12513         
12514         * src/summaryview.c
12515                 clean up some traces of my debugging stuff
12516
12517 2002-01-09 [alfons]     0.6.6claws45
12518
12519         * src/filtering.c
12520                 break up filteringprop_apply() in three separate pieces
12521                 so we can drop messages that failed processing in the
12522                 inbox
12523
12524         * src/summaryview.c
12525                 fix bug #469598 "no refresh of inbox after filter" which 
12526                 was introduced by the new summary view locking, and which 
12527                 prevented the summary view to update after a manual filter 
12528                 message. claw's filter message requires a summary_show().
12529                 (aargh, summary_show() again! :-)
12530                 
12531 2002-01-07 [alfons]     0.6.6claws44
12532
12533         * src/headerwindow.c
12534         * src/logwindow.c
12535         * src/messageview.c
12536         * src/sourcewindow.c
12537                 bring in Hiro's last 0.7.0 wm class fixes
12538
12539         * tools/sylprint.pl
12540                 bring in Ricardo's fix for sylprint script
12541
12542         * AUTHORS       
12543         * src/rfc2015.[ch]
12544         * src/prefs_common.[ch]
12545         * src/prefs_account.[ch]
12546         * src/compose.c
12547                 clean up account preference poison in rfc2015,
12548                 and preparation to fix double sign bug 
12549                 (patch submitted by Simon 'corecode' Schubert)
12550
12551 2002-01-07 [christoph]  0.6.6claws43
12552
12553         * src/mh.c
12554                 search for free message number, do not only rely
12555                 on last_num
12556         * src/send.c
12557                 fix smtp auth and use extra account information
12558                 if available, if not use pop3 data instead
12559                 (closes bug #500341)            
12560         * src/ssl.[ch]
12561                 match coding style
12562
12563 2002-01-06 [alfons]     0.6.6claws42
12564
12565         * src/mainwindow.c
12566                 try making the separate windows work again...
12567
12568 2002-01-06 [alfons]     0.6.6claws41
12569
12570         * src/mainwindow.c
12571                 adapt Hiro's separate window menu (to get rid of the funny
12572                 duplicate menu items), and make it work again
12573
12574 2002-01-06 [alfons]     0.6.6claws40
12575
12576         * tools/Makefile.am
12577         * tools/sylprint.rc
12578         * tools/sylprint.pl
12579         * tools/README.sylprint
12580                 add sylprint script for printing mails from Sylpheed
12581                 (contributed by Ricardo Mones Lastra)
12582
12583         * src/acount.c
12584                 clean up
12585
12586 2002-01-06 [melvin]     0.6.6claws39
12587
12588         * src/mainwindow.c
12589         * src/summaryview.c
12590                 Fixed crash introduced in 0.6.6claws38 by the menu
12591                 reorganisation (Hide read messages)
12592         
12593         * ChangeLog.claws 
12594                 Fixed typo (we are now in 2002, alfons ;) )
12595
12596 2002-01-05 [alfons]     0.6.6claws38
12597
12598         * sync with sylpheed 0.6.6cvs10-17
12599                 (last stuff marked as LAST_STABLE)
12600
12601 2002-01-04 [melvin]     0.6.6claws37
12602
12603         * src/account.c
12604                 Made account selection code use strcasestr again instead of
12605                 g_strcasecmp (fixes bug where reediting queued messages
12606                 did not select proper account reported by T. Link).
12607         
12608         * src/folderview.c
12609                 Fix bug where folder icons are not shown when 'hide read messages'
12610                 is on.
12611         
12612         * src/stock_pixmaps.[ch]
12613                 Added folder icons for 'hide read messages'.
12614         
12615         * src/compose.c
12616                 Fixed bug where 'Enter' in a header entry will send the message 
12617                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12618
12619 2002-01-03 [melvin]     0.6.6claws36
12620         
12621         * src/prefs.[ch]
12622                 Added popup menu for common preferences and
12623                 account preferences (right click on tab displays
12624                                 a menu of all tabs.)
12625
12626 2002-01-02 [melvin]     0.6.6claws35
12627
12628         * src/gtkspell.[ch]
12629                 Made spelling code compatible with undo/redo feature.
12630                 Added creation of suggestion mode menu for the general
12631                         preferences.
12632         
12633         * src/prefs_common.[ch]
12634                 Added option menu for the speller's suggestion mode.
12635                 Added missing spaces in "..." buttons and made a "..."
12636                         button non translatable!
12637         
12638         * src/compose.c
12639                 Made speller use the default suggestion mode.
12640                 Hack to make it possible to choose 'CTRL-Enter' as a
12641                         shortcut for sending (and only for sending).
12642
12643         * src/prefs_folder_item.c
12644                 Changing subject simplification does not update cache 
12645                         anymore (because it is unnecessary).
12646                 Fixed bug where changing subject simplification updated the 
12647                         summaryview even when the viewed folder is not the
12648                         folder which properties are being changed. (E.g. 
12649                                         viewing folder A and changing
12650                                         the subject simplification of 
12651                                         folder B -not being viewed- updated the 
12652                                         summaryview of folder A with data of
12653                                         folder B). (Hope this is clear... )
12654
12655 2001-12-31 [alfons]     0.6.6claws34
12656         
12657         * src/ldif.c
12658         * src/mutt.c
12659                 fgetc() returns a signed integer which doesn't
12660                 fit in a char. so c truncates this to a char
12661                 but we may lose significant bits. i.e. we may
12662                 comparing 0xFF which may not be equal to -1
12663                 unless properly casted to signed char which
12664                 we won't do because fgetc() returns a signed
12665                 integer which doesn't fit in a char. so c 
12666                 truncates this to a char but we may lose 
12667                 significat bits. (you got the idea, thanks
12668                 to Gustavo Noronha Silva <kov@debian.org>
12669                 and the Debian folks!)
12670
12671 2001-12-30 [alfons]     0.6.6claws33
12672
12673         * src/prefs_common.c
12674                 add #ifdef USE_PSPELLs that Melvin forgot               
12675
12676 2001-12-30 [melvin]     0.6.6claws32
12677         
12678         * src/prefs_common.[ch]
12679                 Added configurable color for misspelled words.
12680
12681         * src/gtkspell.[ch]
12682                 Fixed bug of foreground text color (reported by David
12683                                 Mehrmann)
12684                 Added configurable color for misspelled words.
12685
12686 2001-12-30 [alfons]     0.6.6claws31
12687
12688         * src/folder.c
12689                 remove unnecessary things someone put there
12690
12691         * src/mh.c
12692         * src/folder.[ch]
12693                 make folder properties (like threading and sorting) persistent
12694                 (closes bug #497424 "rescan folder tree resets proprieties")
12695                 currently this is only for MH folders. 
12696
12697 2001-12-29 [melvin]     0.6.6claws30
12698
12699         * src/string_match.[ch]
12700                 Optimized a bit: regexp pattern buffer compiled only once, and
12701                   one subroutine call removed. Fixed ^ regexp search: Now, 
12702                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12703         
12704         * src/summaryview.c
12705                 Subject filtering changed to filter summary columns and
12706                   not directly the messages subject cache. The loss in 
12707                   performance is balanced by the improvement of string_match.
12708                 Added an alert panel if there is an error in the regexp.
12709
12710         * src/src/prefs_folder_item.h
12711                 Added a regexp pattern buffer.
12712
12713 2001-12-28 [alfons]     0.6.6claws29
12714
12715         * src/string_match.[ch]
12716                 clean up name space
12717                 allow compilation *BSD
12718
12719 2001-12-27 [alfons]     0.6.6claws28
12720
12721         * src/filter.c
12722                 sync the Hiro's bug fix for BSD
12723
12724 2001-12-27 [melvin]     0.6.6claws27
12725         
12726         * src/compose.c
12727                 Simplify focus to subject entry code.
12728
12729 2001-12-27 [darko]      0.6.6claws26
12730
12731         * src/filtering.c
12732         * src/mbox_folder.c
12733         * src/messageview.c
12734         * src/mh.c
12735         * src/procheader.[ch]
12736         * src/procmsg.h
12737         * src/stock_pixmap.[ch]
12738         * src/summaryview.c
12739                 Show key icon for encrypted mails in summary view
12740
12741         * src/pixmaps/clip.xpm
12742         * src/pixmaps/clipkey.xpm
12743         * src/pixmaps/key.xpm
12744                 New/modified icons for the above
12745
12746 2001-12-27 [melvin]     0.6.6claws25
12747
12748         * src/prefs_common.c
12749                 Put spell checker options in a separate tab to decrease
12750                 the Common Preferences window height.
12751
12752         * README.claws  
12753                 Update spell checker usage instruction about its options
12754                 location.
12755
12756 2001-12-27 [melvin]     0.6.6claws24
12757
12758         * src/compose.c
12759                 Changed subject entry widget position. Initial focus is
12760                 on the To header instead of the subject entry.
12761                 Creating a new header scrolls the header list to make the
12762                 created one visible. Nevertheless, when automatically filling
12763                 headers, the first one is shown.
12764                 A Tab key press in the last empty header entry zips the 
12765                 focus to the subject entry.
12766                 (I did not change the combo boxes, yet)
12767
12768 2001-12-26 [alfons]     0.6.6claws23
12769
12770         * src/prefs_account.c
12771         * src/inc.c
12772                 allow default inbox to reside in another mailbox (only
12773                 works for POP3 accounts)
12774
12775 2001-12-26 [alfons]     0.6.6claws22
12776         
12777         * src/textview.c
12778                 make reply-on-click work with the account of the selected folder
12779         * src/compose.c
12780                 put a fixme here to remind me to fix finding correct default
12781                 account for nested folders
12782
12783 2001-12-25 [alfons]     0.6.6claws21
12784
12785         * src/summaryview.c
12786                 make column headers display locked and mark pixmaps (idea by Melvin) 
12787                 fix bug by adding score and locked column type to sort array
12788
12789 2001-12-25 [alfons]     0.6.6claws20
12790         
12791         * src/summaryview.c
12792                 catch a *potentially* inadvertent write back of  
12793                 the message cache(s) introduced by 0.6.5claws37
12794
12795 2001-12-25 [christoph]  0.6.6claws19
12796
12797         * src/stock_pixmap.[ch]
12798         * src/summaryview.c
12799                 add ignore thread pixmap
12800                 (can someone draw a better icon for this?)
12801
12802 2001-12-24 [alfons]     0.6.6claws18
12803
12804         * src/prefs_folder_item.c
12805                 make address completion actually work for the
12806                 Default To address in the Folder Property dialog.
12807
12808 2001-12-24 [alfons]     0.6.6claws17
12809         
12810         * src/summaryview.c
12811                 use new style regexp for subject stripping 
12812                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12813
12814 2001-12-24 [darko]      0.6.6claws16
12815
12816         * src/pgptext.c
12817         * src/rfc2015.c
12818                 move GPG related informational messages to debug mode
12819
12820 2001-12-23 [alfons]     0.6.6claws15
12821
12822         * src/stock_pixmap.[ch]
12823         * src/summaryview.c
12824                 add the forgotten Claws' locked pixmap
12825
12826 2001-12-23 [alfons]     0.6.6claws14
12827
12828         * src/filesel.c
12829                 accept file name typed in entry in multi file
12830                 selector (patch submitted by Gustavo Noronha Silva 
12831                 <kov@debian.org>)
12832
12833 2001-12-23 [alfons]     0.6.6claws13
12834
12835         * src/prefs_filter.c
12836         * src/prefs_filtering.c
12837         * src/matcher.c
12838         * src/importmutt.c
12839                 clean up a little bit
12840         
12841         * src/string_match.c
12842                 validate input strings a little bit more
12843
12844 2001-12-23 [alfons]     0.6.6claws12
12845
12846         * src/Makefile.am
12847         * src/summaryview.c
12848         * src/string_match.[ch]         ** NEW **
12849         * src/folderview.[ch]
12850         * src/headerview.h
12851         * src/folder.[ch]
12852         * src/prefs_folder_item.[ch]
12853                 add subject simplification to strip out strings from
12854                 a subject line (esp. handy for mailing lists). 
12855                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12856                 but slightly changed things for better integration.)
12857
12858 2001-12-23 [alfons]     0.6.6claws11
12859
12860         * src/mainwindow.c
12861                 fix bug introduced by submission included in 0.6.5claws52.
12862                 ideally this submission should clean the trash if any trash
12863                 folder has a message. however, the hasTrash variable was
12864                 set to false whenever a trash folder was empty (discarding
12865                 a previously found *filled* trash folder.)
12866
12867                 also edited the code a little bit and made it more safe.
12868
12869 2001-12-22 [alfons]     0.6.6claws10
12870
12871         * src/imap.c
12872                 quick fix for Martin Pool's omission of an account
12873                 specific SSL setting
12874
12875 2001-12-22 [alfons]     0.6.6claws9
12876
12877         * src/compose.c
12878         * src/messageview.c
12879         * src/mimeview.c
12880         * src/pgptext.c
12881         * src/procmime.[ch]
12882                 better support for multipart/digest (submitted
12883                 by Fredrik <e98fo@efd.lth.se>)
12884
12885 2001-12-22 [alfons]     0.6.6claws8
12886
12887         * src/addressbook.c
12888                 correct function signature
12889         * src/socket.[ch]
12890         * src/imap.[ch]
12891         * src/prefs_account.[ch]
12892                 allow IMAP over SSH tunnel (patch submitted by 
12893                 Martin Pool <mbp@samba.org>)
12894
12895 2001-12-21 [alfons]     0.6.6claws7
12896
12897         * sync with sylpheed 0.6.6cvs4-9
12898                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12899
12900 2001-12-21 [christoph]  0.6.6claws6
12901
12902         * src/compose.c
12903         * src/prefs_folder_item.[ch]
12904                 implement saving of outgoing messages to current folder.
12905                 fix segfault when no default outbox is available
12906                 (closes bug #495683)
12907
12908 2001-12-21 [carsten]    0.6.6claws5
12909         * src/folderview.c
12910         * src/summaryview.c
12911                 pressing CTRL while DND does now the expected thing and
12912                 copies the mail (moving is still the default, as this
12913                 seam more appropriate for handling mails by DND)
12914
12915 2001-12-18 [paul]       0.6.6claws4
12916
12917         * sync with sylpheed 0.6.6cvs3
12918                 see ChangeLog entries 2001-12-18
12919
12920 2001-12-18 [hiro]       0.6.6claws3
12921
12922         * src/undo.c
12923                 fix for multibyte characters (obtain the number of letters
12924                 instead of bytes).
12925
12926 2001-12-17 [paul]       0.6.6claws2
12927
12928         * sync with sylpheed 0.6.6cvs1
12929                 see ChangeLog entry 2001-12-16
12930
12931 2000-12-17 [alfons]     0.6.6claws1
12932
12933         * src/filtering.c
12934                 clean up
12935
12936 2001-12-16 [paul]       0.6.6claws
12937 2001-12-15
12938
12939         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12940
12941         * src/mimeview.c
12942                 last minute sync with main 0.6.6
12943
12944         * po/es.po
12945                 updated by Ricardo Mones Lastra
12946                 update for last minute sync
12947         * po/fr.po
12948         * po/nl.po
12949                 update for last minute sync
12950         * po/de.po
12951                 updated by Jens Oberender
12952         * po/pt_BR.po
12953                 updated by Fabio Junior Beneditto
12954
12955         * src/prefs_common.[ch]
12956         * src/undo.c
12957                 number of undo levels is user configurable
12958                 (squeeze it into the release in the dying
12959                 moments) Submitted by Jens Oberender    
12960
12961 2001-12-15 [melvin]
12962
12963         * po/fr.po
12964                 updated french translation
12965
12966 2001-12-15 [paul]       0.6.5claws92
12967
12968         * sync with sylpheed 0.6.5cvs28
12969                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12970
12971         * po/nl.po
12972                 update to allow for sync
12973
12974 2001-12-15 [alfons]
12975         
12976         * po/nl.po
12977                 update dutch translation
12978
12979 2001-12-14 [carsten]    0.6.5claws91
12980         * src/summaryview.c
12981                 fixed bug #473785; also after changing the column order
12982                 the same message will be selected and displayed as before
12983                 the reordering
12984
12985 2001-12-14 [carsten]    0.6.5claws90
12986         * src/folderview.c
12987                 probably found the bug reported by wwb opening or closing
12988                 a folder tree just before dnd (found the solution in the
12989                 balsa source -- thanks to them)
12990
12991 2001-12-14 [carsten]    0.6.5claws89
12992         * src/gtkutils.c
12993         * src/account.c
12994                 moved gtk_clist_moveto to the right place, so that
12995                 only the accounts dialog is effected on opening
12996
12997 2001-12-14 [carsten]    0.6.5claws88
12998         * src/gtkutils.c
12999                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13000                 now, so that the focused row will be seen in any case
13001                 (reported by wwp on sf-claws-user)
13002
13003 2001-12-14 [darko]      0.6.5claws87
13004
13005         * src/compose.c
13006                 remove unnecessary line
13007
13008 2001-12-14 [paul]       0.6.5claws86
13009
13010         * sync with sylpheed 0.6.5cvs27
13011                 see ChangeLog entries 2001-12-14
13012
13013 2001-12-14 [carsten]    0.6.5claws85
13014         * src/mainwindow.c
13015                 following a suggestion of Melvin the rcoabm pops up
13016                 right under the button now and the button is reliefed
13017                 while the popup is open
13018
13019 2001-12-14 [darko]      0.6.5claws84
13020
13021         * src/compose.c
13022                 fix crash when wrapping long lines if linewrap quotation
13023                 is disabled and wrapper encounters a word spanning more
13024                 than one line
13025
13026 2001-12-13 [paul]       0.6.5claws83
13027
13028         * src/compose.c
13029                 prefer 'Reply-To' header over mailing list header when
13030                 replying to a message. Finally prevent all those confirmation 
13031                 messages being sent to the list itself.
13032
13033         * src/summaryview.c
13034                 remove unused summary_set_menu_sensitive() entry
13035
13036 2001-12-13 [paul]       0.6.5claws82
13037
13038         * src/folderview.c
13039         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13040         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13041         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13042                 improvements to 'Hide read messages': Inbox, Outbox,
13043                 Trash, Queue, and Draft icons now reveal presence of hidden 
13044                 messages
13045
13046 2001-12-12 [alfons]     0.6.5claws81
13047
13048         0.6.5claws80 was tagged as LAST_STABLE
13049
13050         * src/filtering.[ch]
13051         * src/matcher.[ch]
13052         * src/matcher_parser_lex.c
13053                 fix the filtering; my last attempt to get it right, 
13054                 if it does not work, it's Hoa's turn. ;-)
13055
13056                 for my honourable peers:
13057                 
13058                 the code now makes a clear distinction between
13059                 rules as they are displayed (probably escaped),
13060                 and as they are executed (probably unescaped). the
13061                 parser does *NOT* do any unescaping, this is
13062                 the task of the matcher.c (which breaks up a
13063                 rule into condition) and the filtering.c (which
13064                 breaks up the rule's action). to make this
13065                 run happily we provide an unescaped copy of
13066                 crucial strings to the MatcherProp and 
13067                 FilteringAction structures. note that the only
13068                 exception to this is any REGEXP string. those
13069                 are directly passed to regcomp() and regexp()
13070                 (who have much more powerful unescape functions).
13071                 
13072                 for everyone else:
13073         
13074                 you can escape tab (\t), carriage return (\r),
13075                 linefeed (\n), form feed (\f), quote (\"), 
13076                 single quote (\'), bell (\b) in all the entry
13077                 lines in the scoring & filtering dialogs.
13078                 as an added bonus this should not affect
13079                 existing filtering rules.
13080
13081 2001-12-12 [carsten]    0.6.5claws80
13082
13083         * src/summaryview.c
13084         * po/de.po
13085                 "item(s) selected" is now sensitive to 1 or more
13086                 than one selected (nice for language where simple
13087                 adding of a "s" is not possible as German (Eintrag
13088                 ->Eintr"age)
13089                 
13090                 the "forward as attachment" entry from the right
13091                 click menu removed, "forward" acts following the
13092                 prefs
13093         
13094         * src/textview.c
13095                 reverted my former changes; so compiler warning again
13096                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13097                 nevertheless
13098
13099         * src/messageview.c
13100                 "search in message" does now *not* only work in MVIEW_TEXT
13101                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13102                 message
13103
13104         * src/mainwindow.c
13105                 removed "/File/_Close" as it was the same as "/File/E_xit"
13106                 and we don't need it two times
13107
13108                 the separate folder view and message view now get a distinct
13109                 WMCLASS, just in case someone is using sawfish ;-)
13110
13111                 as the menu entries "/View/Message view" and "/View/Folder tree"
13112                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13113                 make them sensitive accordingly and as these two are "shown"
13114                 after startup anytime check this menuitem at startup
13115
13116 2001-12-12 [paul]       0.6.5claws79
13117
13118         * src/folderview.c
13119                 fix sensitivity of 'Search folder...', broken in
13120                 0.6.5claws75
13121
13122         * src/mainwindow.c
13123                 fix dodgy English
13124
13125 2001-12-11 [carsten]    0.6.5claws78
13126         * src/filtering.c
13127                 fixed two typos returning a wrong FALSE/TRUE
13128         * src/mainwindow.[ch]
13129                 extra menu for email/news button removed
13130
13131 2001-12-11 [alfons]     0.6.5claws77
13132         
13133         * src/matcher.c                 (1.3)
13134         * src/matcher_parser_lex.l      (1.28)
13135                 revert for another attempt
13136                 mark 0.6.5claws77 as LAST_STABLE
13137
13138 2001-12-11 [christoph]  0.6.5claws76
13139
13140         * po/de.po
13141                 fixed wrong translation for prev. unread msg
13142
13143 2001-12-11 [paul]       0.6.5claws75
13144
13145         * src/folder.[ch]
13146         * src/folderview.c
13147         * src/mainwindow.c
13148         * src/summaryview.[ch]
13149         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13150                 enable ability to hide read messages on per folder basis via 
13151                 '/Summary/Hide read messages'; when selected, a folder will 
13152                 have a red open folder icon, instead of a blue icon, if the 
13153                 folder contains hidden messges
13154                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13155
13156         * src/mainwindow.c
13157                 remove '/Message/Forward as attachment' from 
13158                 main_window_set_menu_sensitive() to prevent debug warning
13159
13160         * src/folderview.c
13161         * src/mainwindow.c
13162                 Clean up some of the English
13163
13164         * tools/newscache_clean.pl
13165                 allow for new 'hidereadmsgs' entry in folderlist.xml
13166
13167         * po/es.po
13168                 updated translation, submitted by Ricardo Mones Lastra
13169
13170 2001-12-11 [paul]       0.6.5claws74
13171
13172         * sync with sylpheed 0.6.5cvs25
13173                 see ChangeLog entry 2001-12-11
13174
13175 2001-12-10 [alfons]     0.6.5claws73
13176
13177         * src/matcher.c
13178                 add more control characters
13179         * src/matcher_parser_lex.l
13180                 make escaping / unescaping work again
13181
13182 2001-12-10 [alfons]     0.6.5claws72
13183
13184         * src/imap.c
13185                 clean up warnings "returning value for void function" 
13186         * src/prefs_filtering.c
13187                 make info button for execute action sensitive
13188
13189 2001-12-10 [paul]       0.6.5claws71
13190
13191         * src/compose.c
13192         * src/imap.[ch]
13193         * src/summaryview.c
13194                 fix: imap server now gets informed of MARKED, UNMARKED
13195                 and REPLY events. Now people can use different IMAP-Mail
13196                 clients and have the exact same information about MARKED,
13197                 UNMARKED and REPLY status with all of them. Especially
13198                 useful for imap servers with a web-frontend.
13199                 submitted by Tobias Sandhaas <medlor@web.de>
13200
13201 2001-12-09 [melvin]     0.6.5claws70
13202         
13203         * src/textview.[ch]
13204                 fixed bug #490076 (hunted down by Alfons who implemented
13205                 a workaround in 0.6.5claws65)
13206
13207 2001-12-09 [christoph]  0.6.5claws69
13208
13209         * src/summaryview.c
13210                 set pointer to string in LOCKED column to NULL
13211                 (might fix bug #490800)
13212
13213 2001-12-09 [carsten]    0.6.5claws68
13214
13215         * po/de.po
13216                 resolved some cluttered menu shortcuts 
13217                 ('creating new email' and 'creating news message'
13218                 hade the same)
13219         * src/compose.c
13220                 wmclass now distinc from main window
13221         * src/mainwindow.c
13222           src/mainwindow.h
13223                 email/news and forward button functionality similar
13224                 to the reply buttons; removed the ugly dropdown arrows
13225                 and use instead the right mouse button
13226
13227 2001-12-09 [paul]       0.6.5claws67
13228
13229         * src/imap.c
13230         * src/utils.h
13231                 allow spaces in imap folder names
13232                 submitted by Willem van Engen <wvengen@stack.nl>
13233
13234 2001-12-09 [paul]       0.6.5claws66
13235
13236         * sync with sylpheed 0.6.5cvs24
13237                 see ChangeLog entry 2001-12-09
13238
13239 2001-12-08 [alfons]     0.6.5claws65
13240
13241         * src/textview.c
13242                 prevent secondary selection claim after "add to sender" dialog
13243                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13244                 we trick GTK by simulating a click at (0, 0) in the textview.
13245
13246 2001-12-08 [hoa]        0.6.5claws64
13247
13248         * src/folder.c
13249                 fixed a bug about the .processing folder name while filtering
13250
13251 2001-12-08 [alfons]     0.6.5claws63
13252
13253         * src/folderview.c 
13254                 work around problem of not correctly updating folder stats
13255                 when deleting messages. there's some folder scanning evil
13256                 going so the folderview_update_msg_num() does not work
13257                 correctly. need to investigate this.
13258
13259 2001-12-08 [paul]       0.6.5claws62
13260
13261         * sync with sylpheed 0.6.5cvs23
13262                 see ChangeLog entry 2001-12-08
13263
13264 2001-12-07 [christoph]  0.6.5claws61
13265
13266         * src/compose.c
13267                 fix another header translation problem
13268
13269 2001-12-07 [alfons]     0.6.5claws60
13270
13271         * src/mbox.c
13272                 make filtering also work on local spool mbox
13273
13274 2001-12-07 [carsten]    0.6.5claws59
13275         * src/addressbook.c
13276                 addressbook window gets a wmclass distinct from the main
13277                 sylpheed window
13278         * src/compose.h
13279         * src/mainwindow.[ch]
13280                   forward menu item will use mode selected in prefs, forward 
13281                 as attatchment in menu removed (will be substituted in the
13282                 toolbar similar to reply buttons)
13283                   create news message menu entry and news button is now 
13284                 sensitive to the existance of a news account
13285         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13286         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13287         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13288                 these are removed because the toolbar buttons don't show
13289                 the quoting modus any longer
13290
13291 2001-12-07 [paul]
13292
13293         * tools/newscache_clean.pl      ** NEW FILE **
13294                 perl script to do some tidying up in the newscache directory 
13295                 
13296         * tools/sylpheed-switcher       ** NEW FILE **
13297                 perl script to enable easy switching between main and claws
13298                 
13299         * tools/README
13300                 added descriptions of the two new perl scripts          
13301
13302
13303 2001-12-07 [melvin]     0.6.5claws58
13304
13305         * src/messageview.c
13306                 fixed a warning during compilation introduced in 0.6.5claws56
13307
13308 2001-12-07 [paul]       0.6.5claws57
13309
13310         * src/mainwindow.[ch]
13311         * src/menu.[ch]
13312                 further usability enhancements to replying with or without 
13313                 quoting via the toolbar, use of Ctrl key is replaced by 
13314                 drop down menu 
13315                 Submitted by Carsten Schurig            
13316
13317 2001-12-07 [melvin]     0.6.5claws56
13318
13319         * src/messageview.c
13320                 hack to fix bug that prevented to make/paste selections
13321                 after switching between MVIEW_TEXT and MVIEW_MIME views
13322                 without deselecting the selection first.
13323
13324 2001-12-06 [alfons]     0.6.5claws55
13325
13326         * src/filtering.[ch]
13327         * src/inc.c
13328                 revise filtering a little bit more, and make sure
13329                 messages are delivered to the appropriate inbox
13330                 (perhaps set per account)
13331
13332 2001-12-06 [paul]       0.6.5claws54
13333
13334         * sync with sylpheed 0.6.5cvs22
13335                 see ChangeLog entry 2001-12-06
13336
13337 2001-12-05 [alfons]     0.6.5claws53
13338
13339         * src/inc.c
13340         * src/folder.[ch]
13341         * src/procmsg.c
13342         * src/filtering.c
13343                 more revisions of filtering system
13344                 (last stable version is marked as LAST_STABLE)
13345                 
13346                 | NOTE 1): the filtering system now uses a local folder called
13347                 | .processing. if filtering fails, check this directory
13348                 | for missing messages.
13349                 |
13350                 | NOTE 2): help us find the filtering actions still missing
13351
13352 2001-12-05 [paul]       0.6.5claws52
13353
13354         * src/mainwindow.c
13355                 fix bug where 'Empty Trash?' pop-up window appears even
13356                 when Trash is empty, submitted by Jesse Skinner         
13357
13358 2001-12-05 [melvin]     0.6.5claws51
13359
13360         * src/compose.c
13361                 fixed bug #486106 to select correct account when reediting 
13362                 a queued message
13363         
13364 2001-12-04 [alfons]     0.6.5claws50
13365
13366         * src/mh.c
13367                 declare markfile in appropriate functions when
13368                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13369                 for spotting this)
13370
13371 2001-12-04 [paul]       0.6.5claws49
13372
13373         * sync with sylpheed 0.6.5cvs21
13374                 see ChangeLog entry 2001-12-04
13375
13376 2001-12-03 [christoph]  0.6.5claws48
13377
13378         * po/de.po
13379                 changed translation of undo
13380         * src/account.c
13381         * src/folder.c
13382                 don't reinvent the wheel to traverse a GNode
13383         * src/compose.[ch]
13384                 seperate code to create the compose gui into functions
13385                 add "Others" page with folder selection for saving copy
13386                 of the message.
13387                 the folder identifier is saved to queue header
13388         * src/procmsg.c
13389                 save message to folder in queue header
13390
13391 2001-12-03 [paul]       0.6.5claws47
13392
13393         * sync with sylpheed 0.6.5cvs20
13394                 see ChangeLog entry 2001-12-03
13395
13396 2001-12-01 [paul]
13397
13398         * more sync with sylpheed 0.6.5cvs19
13399                 see ChangeLog entry 2001-11-29
13400
13401 2001-11-30 [paul]       0.6.5claws46
13402         
13403         * src/compose.c
13404                 remove conflicts introduced by Hoa's last commit
13405          
13406         * src/mainwindow.c
13407                 make 'Message/Bounce' sensitive
13408
13409 2001-11-30 [hoa]        0.6.5claws45
13410
13411         * src/compose.c
13412                 slightly change bounce function to add
13413                 information about the user that bounced the mail
13414                 in the From header line.
13415
13416         * src/folderview.c
13417                 permit the use of processing in outbox folder.
13418
13419 2001-11-29 [paul]       0.6.5claws44
13420
13421         * src/mainwindow.[ch]
13422         * src/prefs_common.c
13423         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13424         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13425         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13426                 usability enhancements to the quoting, implements
13427                 use of Ctrl key to toggle quoting settings
13428                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13429
13430 2001-11-29 [paul]       0.6.5claws43
13431         
13432         * sync with sylpheed 0.6.5cvs19
13433                 see ChangeLog entry 2001-11-28
13434
13435 2001-11-29 [melvin]     0.6.5claws42
13436         * src/Makefile.am
13437                 added enriched.[ch] to the list of files
13438
13439         * src/textview.c
13440         * src/mimeview.c
13441         * src/procmime.[ch]
13442         * src/enriched.[ch]
13443                 added support to view text/enriched
13444                 added support to show headers in message view for text/enriched and text/html
13445                         in non multipart messages
13446
13447 2001-11-28 [paul]       0.6.5claws41
13448
13449         * more sync with sylpheed 0.6.5cvs18
13450                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13451
13452 2001-11-27 [paul]       0.6.5claws40
13453         
13454         * po/pt_BR.po
13455                 updated translation, submitted by Fabio Junior Beneditto
13456                 
13457         * sync with sylpheed 0.6.5cvs18
13458                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13459                 2001-11-27
13460
13461
13462 2001-11-26 [paul]
13463
13464         * po/es.po
13465                 updated translation, submitted by Ricardo Mones Lastra
13466
13467 2001-11-26 [alfons]
13468
13469         * src/matcher.c
13470                 add more translatable strings
13471
13472 2001-11-26 [christoph]  0.6.5claws39
13473
13474         * po/de.po      
13475                 fixed one more umlaut
13476         * src/compose.c
13477                 fix translated header when it should not be translated
13478
13479 2001-11-26 [paul]       0.6.5claws38
13480
13481         * src/mainwindow.c
13482                 remove '/Message/Add Sender to address book' from 
13483                 main_window_set_menu_sensitive(), prevent debug warning
13484                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13485
13486 2001-11-26 [paul]       0.6.5claws37
13487
13488         * src/summaryview.c
13489                 fix 'recurring unread state' bug 
13490
13491         * tools/README 
13492         * tools/filter_conv.pl
13493                 read name of top level mailbox from folderlist.xml
13494                 and presume nothing about its name              
13495
13496 2001-11-26 [darko]      0.6.5claws36
13497
13498         * src/gtkstext.[ch]
13499                 removed functions that are now in gtkutils.c
13500                 use gtkut_text_is_uri_string() from gtkutils.c
13501         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13502
13503 2001-11-26 [paul]       0.6.5claws35
13504
13505         * sync with sylpheed 0.6.5cvs16
13506                 see ChangeLog entries 2001-11-25 and 2001-11-26
13507
13508 2001-11-25 [alfons]     0.6.5claws34
13509
13510         EXPERIMENTAL!!! Please checkout the last stable version using: 
13511           
13512         % cvs update -r LAST_STABLE -dRAP
13513
13514         (Or help us testing this stuff.)
13515
13516         * src/filtering.c               (1.14)
13517         * src/filtering.h               (1.6)
13518         * src/inc.c                     (1.28)
13519         * src/matcher.c                 (1.20)
13520         * src/mbox.c                    (1.9)
13521         * src/procmsg.h                 (1.14)
13522         * src/summaryview.c             (1.59)
13523         * src/summaryview.h             (dunno)
13524                 revert/merge/sync to as it was before commit 
13525                 on Thu, 19 Jul 2001 10:15:51 -0700.
13526
13527 2001-11-25 [hoa]        0.6.5claws33
13528
13529         * src/main.c
13530                 processing mails at startup
13531
13532         * src/folderview.c
13533         * src/summaryview.[ch]
13534                 processing mails when entering folder
13535
13536         * src/prefs_filtering.c
13537                 fixed some UI bugs
13538
13539 2001-11-24 [alfons]     0.6.5claws32
13540
13541         * src/summaryview.[ch]
13542                 make summary sort headers work, and also make
13543                 sure the sort type is stored
13544
13545 2001-11-23 [alfons]     0.6.5claws31
13546
13547         * src/summaryview.[ch]
13548                 make lock work like mark
13549                 disallow deleting messages marked as locked
13550
13551 2001-11-23 [alfons]     0.6.5claws30
13552
13553         * src/gtkstext.c
13554         * src/compose.[ch]
13555         * src/Makefile.am
13556         * src/undo.[ch]
13557                 merge undo patch submitted by Jens
13558
13559 2001-11-23 [christoph]  0.6.5claws29
13560
13561         * src/.cvsignore
13562                 added ylwrap
13563         * src/compose.c
13564                 fixed gpg signing and encoding
13565         * src/folder.[ch]
13566         * src/main.c
13567                 added --status option to get new, unread and total
13568                 message count from a running sylpheed
13569         * src/prefs_common.c
13570                 temporary fix for reply_with_quote problem
13571                 (don't call functions for non existing widget)
13572         * src/procmsg.c
13573                 one more check for ignored threads but still not
13574                 always working correctly. probably a recursive
13575                 check for all parents is needed
13576
13577 2001-11-23 [darko]      0.6.5claws28
13578
13579         * src/compose.c
13580                 wrapping on send improvements
13581         * src/gtkutils.[ch]
13582                 fix for GtkSText after last sync with main branch
13583                 GTK_TEXT -> GTK_STEXT
13584
13585 2001-11-23 [paul]       0.6.5claws27
13586
13587         * sync with sylpheed 0.6.5cvs14
13588                 see ChangeLog entries 2001-11-22 and 2001-11-23
13589                 
13590         * po/de.po
13591                 fixed the scrambled umlauts 
13592                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13593
13594 2001-11-21 [paul]       0.6.5claws26
13595
13596         * sync with sylpheed 0.6.5cvs12
13597                 see 2nd ChangeLog entry dated 2001-11-20
13598
13599 2001-11-20 [paul]       0.6.5claws25
13600
13601         * sync with sylpheed 0.6.5cvs11
13602                 see ChangeLog entry 2001-11-19 (src/utils.c)
13603
13604 2001-11-20 [hiro]
13605
13606         * src/compose.c
13607                 GTK_TEXT -> GTK_STEXT
13608                 fix for wrong comment
13609
13610 2001-11-20 [hiro]       0.6.5claws24
13611
13612         * src/compose.[ch]
13613                 more merges from main branch
13614                 removed fatal warnings (uninitialized variables etc.)
13615                 some coding style fix
13616         * src/gtkutils.h
13617                 fixed typo.
13618         * src/addressbook.c
13619           src/addrindex.c
13620                 V-Card -> vCard
13621
13622 2001-11-19 [hoa]        0.6.5claws23
13623
13624         * src/filtering.c
13625         * src/prefs_scoring.c
13626         * src/matcher.[ch]
13627         * src/scoring.c
13628                 cleaning code
13629
13630         * src/matcher_parser_parse.y
13631         * src/prefs_filtering.c
13632                 bouncing
13633
13634 2001-11-19 [alfons]     0.6.5claws22
13635
13636         more of my old things into claws
13637
13638         * src/Makefile.am
13639         * src/prefs_common.c
13640         * src/procmsg.h
13641         * src/summaryview.[ch]
13642         * src/prefs_summary_column.c
13643         * src/pixmaps/locked.xpm
13644                 add indicators for locking of message in summary view
13645                 (does not work yet, only visual indicator)
13646
13647 2001-11-19 [paul]       0.6.5claws21
13648
13649         * sync with sylpheed 0.6.5cvs10
13650                 see ChangeLog entry 2001-11-19
13651
13652 2001-11-18 [alfons]     0.6.5claws20
13653         
13654         * src/filtering.c
13655                 remove an inadvertent free I forgot in previous clean up 
13656
13657 2001-11-18 [alfons]     0.6.5claws19
13658
13659         * src/filtering.[ch]
13660                 clean up & plug leaks
13661
13662 2001-11-18 [paul]       0.6.5claws18
13663
13664         * sync with sylpheed 0.6.5cvs9
13665                 see ChangeLog entries 2001-11-17 and 2001-11-18
13666
13667 2001-11-16 [paul]       0.6.5claws17
13668
13669         * sync with sylpheed 0.6.5cvs8
13670                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13671
13672 2001-11-16 [paul]       0.6.5claws16
13673
13674         * sync with sylpheed 0.6.5cvs7
13675                 see ChangeLog entries 2001-11-15 and 2001-11-16
13676
13677 2001-11-15 [hoa]        0.6.5claws15
13678
13679         * src/compose.c
13680                 fix bounce, mails we received couln't be bounced to ourself.
13681
13682         * src/defs.h
13683         * src/filtering.[ch]
13684         * src/matcher.[ch]
13685         * src/matcher_parser.h
13686         * src/matcher_parser_lex.l
13687         * src/matcher_parser_parse.y
13688         * src/inc.c
13689         * src/main.c
13690         * src/mbox.c
13691         * src/prefs_filtering.[ch]
13692         * src/mainwindow.c
13693         * src/prefs_matcher.c
13694         * src/prefs_scoring.c
13695         * src/scoring.[ch]
13696         * src/summaryview.c
13697                 new matcher/filter/score configuration file parser
13698                 one unique configuration file => ~/.sylpheed/matcherrc
13699                 import in currently automatic, then save are made
13700                 in this new file.
13701                 one filter per folder and one global filter
13702                 (filter of a folder will be used as folder processing)
13703
13704         * src/folder.c
13705                 fix a bug in folder_item_get_identifier
13706                 
13707         * src/messageview.c
13708                 receive receipt return are fixed.
13709
13710 2001-11-14 [alfons]     0.6.5claws14
13711
13712         * src/session.h
13713                 add things from main branch to make claws compile
13714
13715 2001-11-14 [paul]       0.6.5claws13
13716
13717         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13718                 see ChangeLog entries 2001-11-08 to 2001-11-14
13719
13720 2001-11-14 [hoa] 0.6.5claws12
13721
13722         * src/compose.[ch]
13723         * src/mainwindow.c
13724         * src/summaryview.c
13725                 add "bounce mail" option
13726
13727 2001-11-13 [christoph]  0.6.5claws11
13728
13729         * src/compose.c
13730                 Cleanup a mess i add before commiting
13731
13732 2001-11-13 [hoa]        0.6.5claws10
13733
13734         * src/compose.c
13735                 some fixes when mail are sent or
13736                 for crossposts
13737
13738 2001-11-13 [christoph]  0.6.5claws9
13739
13740         * po/de.po
13741                 Changed two string with the same translation
13742         * src/compose.c
13743         * src/procmsg.[ch]
13744         * src/send.[ch]
13745                 New mailsending process:
13746                   - Always queue message before sending
13747                     (message will be saved if sylpheed crashed or
13748                      freezes while sending)
13749                   - Allow queuing of newspostings
13750                   - No copy in outbox before sending
13751                     (closes bug #469501)
13752                   - No more redundant code for send and send_later
13753         * src/summaryview.c
13754                 Applied wwp <subscript@free.fr>'s patch that fixes
13755                 marks for multiple forwarded messages (+compose.c)
13756
13757 2001-11-12 [alfons]
13758
13759         * README.claws
13760                 remove things that are now in main branch
13761         
13762         * po/nl.po
13763                 update Dutch translation
13764
13765 2001-11-12 [mhadasht]   0.6.5.claws8
13766
13767         * src/prefs_common.c
13768                 re-enabled account autoselection feature for forward
13769                 and reedit lost during the branch point for SYNC-B4-REL
13770         * src/gtkspell.c
13771                 gtkpspell_get_dict(): more readable code (even if function is
13772                 not used yet)
13773         * ChangeLog.claws
13774                 added version number info to 2001-11-12 [hiro] comment.
13775
13776 2001-11-12 [hiro]       0.6.5.claws7
13777
13778         * src/compose.c
13779                 compose_forward(): fixed a bug that forward quote mark
13780                 wasn't used.
13781                 removed unnecessary code.
13782         * src/template_select.[ch]: removed.
13783
13784 2001-11-11 [alfons]
13785
13786         * src/compose.c
13787                 :%s/GTK_TEXT/GTK_STEXT/g
13788         
13789         * src/compose.[ch]
13790         * src/undo.[ch]
13791         * src/Makefile.am
13792                 revert the undo stuff (this is 0.6.6claws stuff)
13793
13794 2001-11-11 [hoa]        0.6.5.claws6
13795
13796         * src/compose.[ch]
13797                 Insert signature at the end of the text.
13798                 Added undo patch but currently disabled
13799
13800         * src/procmsg.c
13801                 Threading by subject improved.
13802
13803         * added src/undo.[ch]
13804                 Undo module for compose dialog box.
13805
13806 2001-11-11 [alfons]     0.6.5.claws5
13807
13808         * src/procmsg.c
13809                 prevent threading by subject on nodes that have already been
13810                 threaded by in-reply-to (as in "circular references in a tree
13811                 result in a dead branch")
13812
13813 2001-11-09 [hoa]        0.6.5.claws4
13814         
13815         * src/folderview.c
13816                 allows creation of mbox folder item from any files.
13817
13818 2001-11-09 [alfons]     0.6.5.claws3
13819         
13820         * src/utils.c
13821         * src/procmsg.c
13822                 do what I mean and correct threading by subject so it really
13823                 ignores attracting lines without "Re: "
13824
13825 2001-11-07 [alfons]     0.6.5.claws2
13826
13827         * src/procmsg.c
13828         * src/utils.[ch]
13829                 only attract by subject if a subject line starts with a "Re: "
13830         * src/syldap.c
13831                 remove warning
13832
13833 2001-11-07 [paul]       0.6.5claws1
13834
13835         * sync with sylpheed 0.6.5. release
13836                 see ChangeLog entry 2001-11-07
13837
13838 2001-11-07 [paul]       0.6.4claws31
13839
13840         * sync with sylpheed 0.6.4cvs18
13841                 see ChangeLog entries 2001-10-30 to 2001-11-07
13842                 prefs_templates.[ch] renamed prefs_template.[ch]
13843
13844 2001-11-06 [alfons]
13845         
13846         * src/utils.h
13847                 add semicolon Hoa forgot ;-)
13848                 
13849
13850 2001-11-06 [hoa]        0.6.4claws30
13851         
13852         * src/procmsg.c
13853         * src/summaryview.c
13854         * src/utils.c
13855         * src/utils.h
13856                 threading by subject - empty subject are ignored
13857
13858 2001-11-06 [christoph]  0.6.4claws29
13859
13860         * src/socket.c
13861                 use SSL_peek for sock_gets
13862         * src/utils.c
13863                 removed unneeded pointer in extracting quoted
13864                 names implementation
13865
13866 2001-11-06 [melvin]     0.6.4claws28
13867
13868         * src/gtkspell.c
13869                 fixed bug #476792 Selection overtyping with spell checker
13870                 fixed bug which could cause a buffer overflow
13871                 fixed a memory leak
13872
13873 2001-11-06 [hoa]        0.6.4claws27
13874         
13875         * src/procmsg.c
13876         * src/summaryview.c
13877                 threading by subject
13878
13879 2001-11-05 [alfons]     0.6.4claws26
13880         
13881         * README.claws
13882                 Claws -> Sylpheed (vice versa)
13883
13884         * src/compose.c
13885                 :%s/gtk_text/gtk_stext/g
13886                 :%s/GTK_TEXT/GTK_STEXT/g
13887                 (thanks to Jonathan Ware for spotting this)
13888
13889 2001-11-04 [christoph]  0.6.4claws25
13890
13891         * src/summaryview.c
13892                 replace Xalloca + strdup with Xstrdup_a
13893         * src/utils.c
13894                 better implementation of extracting quoted names
13895                 from addresses (remove backlashes and ignore
13896                 quotes after them)
13897
13898 2001-11-04 [alfons]     0.6.4claws24
13899
13900         * src/utils.[ch]
13901                 edit to comply more with coding style
13902
13903         * src/textview.c
13904                 fix bug reported by Kim Schulz. introduced by the patch integrated
13905                 in 0.6.4claws15. the code did not check the return value of
13906                 the html parser.
13907
13908         * AUTHORS
13909                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13910
13911 2001-11-04 [christoph]  0.6.4claws23
13912
13913         * src/main.c
13914         * src/prefs_common.[ch]
13915                 init some pointers that possibly caused a segfault
13916                 reported in the claws-users ML
13917
13918 2001-11-04 [hoa]        0.6.4claws22
13919
13920         * src/grouplistdialog.c
13921                 change the names of the nodes in the tree
13922
13923         * src/compose.c
13924                 enhanced mailto syntax as described in
13925                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13926                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13927
13928         * src/utils.c
13929                 encode and decode URI (useful when opening URL into
13930                 netscape).
13931
13932 2001-11-03 [hoa]        0.6.4claws21
13933
13934         * src/grouplistdialog.c
13935                 a new newsgroups list selection dialog box
13936                 with a CTree instead of a CList
13937
13938 2001-11-03 [hoa]        0.6.4claws20
13939
13940         * src/folderview.c
13941                 enable property and scoring options when right
13942                 click on "inbox"
13943
13944         * src/summaryview.c
13945                 fixed bug when nickname were displayed using
13946                 the address book.
13947
13948 2001-11-02 [darko]      0.6.4claws19
13949
13950         * src/compose.c
13951                 new wrap quotation and URL/long words wrapping implementation
13952         * src/compose.c src/gtkstext.[ch]
13953                 move gtkstext_strncmp() to gtkstext.c
13954
13955 2001-11-01 [christoph]  0.6.4claws18
13956
13957         * src/prefs_account.c
13958                 fixed mess in account settings dialog
13959         * src/prefs_folder_item.c
13960                 added label with folder path to dialog
13961
13962 2001-10-31 [match]      0.6.4claws17
13963
13964         * src/vcard.c
13965                 fix memory leak.
13966         * src/addrbook.c
13967                 fix generation of spurious address book file names.
13968                 remove redundant functions.
13969         * po/POTFILES.in
13970                 added missing file names.
13971
13972 2001-10-30 [paul]       0.6.4claws16
13973
13974         * sync with sylpheed 0.6.4cvs6
13975                 see ChangeLog entries 2001-10-26 to 2001-10-30
13976
13977         * tools/filter_conv.pl
13978                 read folderlist.xml to discover whether the top-level
13979                 folder is called 'Mailbox' or 'Mail' 
13980
13981 2001-10-29 [paul]       0.6.4claws15
13982
13983         * src/html.c, src/textview.c
13984                 activate links in html mail and fix clickable parts
13985                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13986
13987 2001-10-29 [paul]
13988
13989         * po/de.po, po/es.po, po/pt_BR/po
13990                 updated translations, submitted by Jens Oberender,
13991                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13992
13993 2001-10-29 [darko]      0.6.4claws14
13994
13995         * src/compose.c
13996                 fix wrapping for good
13997
13998 2001-10-29 [darko]
13999
14000         * src/compose.c
14001                 undo previous change as it broke the smart wrapping
14002
14003 2001-10-29 [darko]      0.6.4claws13
14004
14005         * src/compose.c
14006                 fix infinite loop when long URL is quoted
14007                 (closes bug #475122.
14008
14009 2001-10-28 [match]
14010
14011         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14012                 import Mutt address book
14013         * src/ldif.[ch] src/importldif.h
14014                 modified import LDIF handle user attributes
14015
14016 2001-10-28 [christoph]  0.6.4claws12
14017
14018         * src/summaryview.c
14019                 fixed that filtering did not work if there
14020                 were no filter rules
14021                 (closes bug #472003 and better implementation
14022                  of patch #474644)
14023
14024 2001-10-27 [christoph]  0.6.4claws11
14025
14026         * src/compose.c
14027                 make the folder's default account to be used when
14028                 replying. (patch by wwp <subscript@free.fr>)
14029         * src/compose.c
14030                 code cleanup, nearly killed all of wwp's patch
14031                 for folder's default account in compose
14032         * src/folderview.c
14033                 error panel when a folder could not be created
14034                 (closes bug #471080 new folder name & already
14035                  existing file)
14036
14037 2001-10-26 [alfons]
14038
14039         * src/utils.h
14040                 change prototype of strstr2() that Christoph forgot about
14041
14042 2001-10-26 [christoph]  0.6.4claws10
14043
14044         * src/account.c
14045                 made search for accounts by email address not case
14046                 sensitive
14047         * src/folder.c
14048                 fixed memory leak in folder_item_get_identifier
14049         * src/gtkspell.c
14050         * src/utils.c
14051                 fixed wrong strstr2 (should work like strstr)
14052
14053 2001-10-26 [darko]      0.6.4claws9
14054
14055         * src/compose.c src/gtkstext.[ch]
14056         * src/gtkstext.c
14057                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14058
14059 2001-10-26 [paul]       0.6.4claws8
14060
14061         * src/html.c
14062                 ignore css and javascript tags in html mail
14063                 case-insensitive, with or without double-quoted
14064                 strings
14065
14066 2001-10-26 [paul]       0.6.4claws7
14067
14068         * sync with sylpheed 0.6.4cvs1
14069                 see ChangeLog entry 2001-10-26
14070
14071         * src/prefs_account.c, src/prefs_common.c,
14072           src/prefs_summary_column.c
14073                 minor improvements to the English
14074
14075 2001-10-25 [alfons]     0.6.4claws6
14076
14077         * src/gtkstext.c
14078         
14079                 make GtkSText follow style of GtkText (closes bug 
14080                 #469211 "text selection while writing message")
14081                 
14082                 do sync with GTK 1.2.10
14083
14084 2001-10-25 [paul]       0.6.4claws5
14085
14086         * src/html.c
14087                 ignore css tags in html mail
14088
14089 2001-10-25 [darko]      0.6.4claws4
14090
14091         * src/compose.c
14092                 don't declare is_url_string as static function since
14093                 we need it in gtkstext.c
14094         * src/gtkstext.c
14095                 remove unused variable
14096                 don't wrap long URLs while composing a message
14097
14098 2001-10-24 [christoph]  0.6.4claws3
14099
14100         * src/socket.c
14101                 fix ssl deadlock, when peer closes connection
14102
14103 2001-10-24 [paul]       0.6.4claws2
14104
14105         * src/prefs_common.c
14106                 gettextize the gpg ascii-armored warning message
14107
14108         * src/compose.c
14109                 insert a DOS/MAC file into the composed message
14110                 (improvements)
14111
14112         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14113
14114 2001-10-22 [paul]       0.6.4claws1
14115
14116         * sync with sylpheed 0.6.4 release
14117                 see ChangeLog entries 2001-10-21
14118
14119         * po/fr.po, po/pt_BR.po
14120                 updated by Melvin Hadasht and Fabio Junior Beneditto
14121
14122 2001-10-21 [paul]       0.6.3claws30
14123
14124         * src/compose.c
14125                 insert a DOS text file from the compose window
14126                 into the composed message text (removes CRs characters)
14127                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14128
14129         * tools/filter_conv.pl, tools/README
14130                 automatically use ~/.sylpheed as working directory
14131                 print out confirmation message on completion
14132
14133         * correct Hoa's last ChangeLog.claws entry
14134
14135 2001-10-20 [hoa]        0.6.3claws29
14136
14137         * src/grouplistdialog.c
14138                 bugfix (another ?) to give the right
14139                 newsgroups list for each news server.
14140
14141         * src/news.c
14142         * src/news.h
14143                 improve the newsgroups list cache
14144
14145 2001-10-20 [paul]       0.6.3claws28
14146
14147         * sync with sylpheed 0.6.3cvs9
14148                 see ChangeLog entry 2001-10-19
14149
14150         * correct Alfons' last ChangeLog.claws entry
14151
14152 2001-10-19 [alfons]
14153
14154         * src/pgptext.[ch]
14155                 fix compilation problems (part of bug #472895)
14156
14157 2001-10-18 [hoa]        0.6.3claws27
14158
14159         * src/grouplistdialog.c
14160                 bugfix when we refresh was clicked (bug 472701)
14161
14162 2001-10-19 [christoph]  0.6.3claws26
14163
14164         * src/compose.c
14165                 last header entry should default to "To:" or
14166                 "Newsgroups:" and not copy the last entry line
14167                 in a new compose window
14168                 (closes bug #472686, #470792)
14169
14170 2001-10-19 [paul]       0.6.3claws25
14171
14172         * sync with Sylpheed 0.6.3cvs8
14173                 see ChangeLog entries 2001-10-18 and 2001-10-19
14174
14175 2001-10-18 [christoph]  0.6.3claws24
14176
14177         * src/procmsg.c
14178                 reimplement ignore thread
14179         
14180 2001-10-18 [hoa]        0.6.3claws23
14181
14182         * src/folderview.c
14183         * src/grouplistdialog.[ch]
14184                 enhanced news subscription interface (feature 469113)
14185
14186         * src/news.c
14187         * src/news.h
14188                 enchanced newsgroup listing,
14189                 now, we can get groups informations
14190                 (NNTPGroupInfo)
14191
14192 2001-10-18 [paul]       0.6.3claws22
14193
14194         * src/summaryview.c
14195                 remove comment (sync with main branch)
14196         * src/mainwindow.c
14197                 fix 'Re-edit' bug in 'Message' menu
14198
14199 2001-10-17 [christoph]  0.6.3claws21
14200
14201         * src/compose.c
14202                 ignore empty or whitespace only header lines
14203
14204 2001-10-17 [paul]       0.6.3claws20
14205
14206         * sync with sylpheed 0.6.3cvs7
14207                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14208                 2001-10-17
14209
14210 2001-10-17 [darko]
14211
14212         * src/compose.c
14213                 wrap long lines without spaces
14214                 don't wrap URLs
14215
14216 2001-10-16 [paul]
14217
14218         * po/es.po, po/nl.po, po/pt_BR.po
14219                 updated by Ricardo Mones Lastra, Alfons,
14220                 and Fabio Junior Beneditto
14221
14222         * sylpheed-0.6.3claws released
14223
14224 2001-10-15 [melvin] 0.6.3claws18
14225
14226         * README.claws
14227                 added summary and detailed installation instructions
14228                 for spell checker
14229         * po/fr.po
14230                 Updated, corrected and completed french translation
14231
14232 2001-10-15 [hoa] 0.6.3claws17
14233         * src/grouplistdialog.c
14234                 we can choose the newsgroups to display with wildcards
14235
14236 2001-10-15 [christoph]  0.6.3claws16
14237
14238         * src/account.c
14239         * src/compose.c
14240         * src/prefs_folder_item.[ch]
14241                 applied wwp <subscript@free.fr>'s folder
14242                 default account patch
14243         * po/de.po
14244                 Fixed wrong translation
14245
14246 2001-10-13 [alfons, christoph, melvin]  
14247                         0.6.3claws15
14248
14249         solution #2 to solve MT-safety problems defers all GUI related calls
14250         to the main thread using a gtk_idle_add() callback. discussed on
14251         ircnet #sylpheed, with christoph spotting some issues with the
14252         original code, and melvin allowing us to lobotomize his sylpheed.
14253
14254         * src/syldap.[ch], src/main.c
14255                 fix race problem in ldap search thread by deferring GUI 
14256                 stuff to main thread using gtk_idle_add()
14257
14258 2001-10-13 [paul]       0.6.3claws14
14259
14260         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14261                 add Sergey's smtpcred.patch
14262                 adds separate username/password setting for SMTP Auth
14263                 needed by some servers
14264                 (closes feature request #471659)
14265
14266 2001-10-13 [paul]       0.6.3claws13
14267
14268         * src/pgptext.[ch] **NEW FILES**
14269         * src/Makefile.am, src/messageview.c, src/mimeview.c
14270                 decrypt ascii-armored gpg text embedded in
14271                 the message body.
14272                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14273
14274 2001-10-13 [christoph]  0.6.3claws12
14275
14276         * README.claws
14277                 some more details on default to and
14278                 feature requests
14279         * src/main.c
14280                 init glib threading when ldap is used
14281         * src/syldap.c
14282                 threading fixes
14283         * po/de.po
14284                 fixed a typo
14285
14286 2001-10-12 [paul]       0.6.3claws11
14287
14288         * src/prefs_common.[ch], src/rfc2015.c
14289                 enable ascii-armored gpg text to be embedded in the
14290                 message body, selectable through the 'Privacy'
14291                 preferences. Supports encrypting only.
14292                 Submitted by Ravemax <ravemax@dextrose.com>
14293
14294 2001-10-12 [paul]       0.6.3claws10
14295
14296         * sync with sylpheed 0.6.3cvs6
14297                 see ChangeLog entries 2001-10-11 and 2001-11-12
14298
14299         * src/folderview.c
14300                 incorporated mbox folders, scoring, and folder
14301                 properties into the sync
14302
14303 2001-10-12 [darko]      0.6.3claws9
14304
14305         * README.claws
14306                 describe quotation wrapping
14307         * src/compose.c
14308                 don't treat tab as space to calculate line length properly
14309
14310 2001-10-11 [alfons]
14311
14312         * README.claws
14313                 correct description of how to make new filtering system work,
14314                 add some other things
14315                 
14316         * src/syldap.c
14317                 remove sched_yield() (not necessary / unportable)
14318
14319 2001-10-11 [paul]       0.6.3claws8
14320
14321         * sync with sylpheed 0.6.3cvs3
14322                 see ChangeLog entry 2001-10-10
14323
14324 2001-10-10 [christoph]  0.6.3claws7
14325
14326         * .cvsignore
14327                 ignore 2 files created by newer autotools
14328         * src/prefs_folder_item.c
14329                 using table for widget alignment
14330                 fixed memory leak and broken octal display
14331         * src/filesel.c
14332                 fixed segfault caused by lost filename
14333                 workaround (closes bug #469551)
14334
14335 2001-10-10 [paul]       0.6.3claws6
14336
14337         * sync with sylpheed 0.6.3cvs2
14338                 see ChangeLog entries 2001-10-09 and 2001-10-10
14339
14340 2001-10-10 [darko]      0.6.3.claws5
14341
14342         * src/gtkstext.c
14343                 proper calculation of right margin if smart wrapping is enabled
14344         * src/compose.c
14345                 automatically wrap long lines if wrap quotation is enabled
14346
14347 2001-10-09 [alfons]     0.6.3.claws4
14348
14349         * src/summaryview.c
14350                 select correct row when deleting last row in the summary view (and
14351                 close bug "[ #469104 ] select second last in list when deleting")
14352
14353 2001-10-09 [paul]       0.6.3claws3
14354
14355         * sync with sylpheed 0.6.3cvs1
14356                 updated some autotool scripts
14357
14358 2001-10-09 [darko]      0.6.3claws2
14359
14360         * src/gtkstext.[ch]
14361                 new name and mark with Sylpheed comment
14362         * src/compose.c
14363                 smart quotation wrapping a-la VIM
14364
14365 2001-10-08 [paul]       0.6.3claws1
14366
14367         * sync with sylpheed 0.6.3 release
14368                 see ChangeLog entry 2001-10-08
14369
14370 2001-10-08 [paul]       0.6.2claws24
14371
14372         * src/summaryview.c
14373                 more sync with sylpheed 0.6.2cvs12
14374                 Fixed the bug that didn't select the last row correctly
14375
14376
14377 2001-10-07 [paul]       0.6.2claws23
14378
14379         * sync with sylpheed 0.6.2cvs12
14380                 see ChangeLog entry 2001-10-07
14381
14382 2001-10-06 [match]
14383         * src/jpilot.[ch]
14384                 enable jpilot to read unsynch'ed addresses.
14385
14386         * src/editldap_basedn.c
14387                 fix segfault when opening dialog.
14388
14389 2001-10-06 [alfons]     0.6.2.claws22
14390
14391         * src/summaryview.c
14392                 fix bug with summary view selecting last *inserted*
14393                 node instead of last *visible* node. remember we
14394                 work with a tree
14395
14396 2001-10-06 [paul]       0.6.2claws21
14397
14398         * po/pt_BR.po
14399                 updated translation, contains some fixes and new
14400                 translations, submitted by Gustavo Noronha Silva
14401                 <kov@debian.org>
14402
14403         * src/prefs_common.c
14404                 change 'each' to 'every' - fix dubious English
14405
14406         * sync with sylpheed 0.6.2cvs11
14407
14408 2001-10-05 [alfons]     0.6.2claws20
14409
14410         * src/mainwindow.[ch], src/folderview.c
14411                 make composite tool button switch between "Compose News"
14412                 and "Compose Mail" depending on selected folder
14413                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14414
14415 2001-10-05 [paul]       0.6.2claws19
14416
14417         * src/mainwindow.c, src/summaryview.c
14418                 fix 'Message/Reply to all', broken in last commit
14419
14420         * src/compose.c
14421                 fix X_BEENTHERE seg fault, thanks to Alfons
14422
14423 2001-10-04 [paul]       0.6.2claws18
14424
14425         * src/compose.[ch], src/mainwindow.c
14426                 make "Message/Reply" reply to mailing lists; matches
14427                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14428                 based on portions of the patch submitted by
14429                 Junichi Uekawa <dancer@netfort.gr.jp>
14430
14431 2001-10-04 [darko]      0.6.2claws17
14432
14433         * src/compose.c
14434                 better smart wrapping
14435         * src/gtkstext.[hc]
14436                 a function to make text buffer contiguous
14437
14438 2001-10-03 [paul]       0.6.2claws16
14439
14440         * sync with sylpheed 0.6.2cvs10
14441
14442 2001-10-02 [alfons]
14443
14444         * configure.in
14445         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14446                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14447                 references to chinese translations (hope someone picks up
14448                 this)
14449
14450 2001-10-02 [christoph]  0.6.2claws15
14451
14452         * src/compose.c
14453                 fixed non translated header bug
14454         * ChangeLog.claws
14455                 fixed wrong date in alfons last entry ;)
14456
14457 2001-10-02 [alfons]     0.6.2claws14
14458
14459         * src/compose.c, src/prefs_common.[ch]
14460                 add block cursor option
14461
14462 2001-10-02 [paul]       0.6.2claws13
14463
14464         * sync with sylpheed 0.6.2cvs9
14465
14466 2001-09-30 [paul]       0.6.2claws12
14467
14468         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14469                 updated translations
14470
14471         * po/POTFILES.in
14472                 add 'src/importldif.c'
14473
14474         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14475                 added eudora-to-vCard conversion tool
14476                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14477
14478         * sync with sylpheed 0.6.2cvs8
14479
14480 2001-09-30 [paul]
14481
14482         * sylpheed-0.6.2claws released
14483
14484 2001-09-27 [melvin]     0.6.2claws11
14485
14486         * src/gtkspell.c
14487                 fixed crash when using default path (introduced 
14488                 in 0.6.2claws10)
14489                 fixed tiny bug for initial suggestion mode
14490
14491 2001-09-27 [melvin]     0.6.2claws10
14492         
14493         * src/gtkspell.c
14494                 fixed bug where gtkpspell didn't set the path correctly
14495
14496         * README.claws
14497                 added a paragraph about spell checking
14498                 
14499
14500
14501 2001-09-27 [paul]       0.6.2claws9
14502
14503         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14504                 replace '// comments' with '/* comments */' to prevent
14505                 some compiler warnings 
14506
14507         * sync with sylpheed 0.6.2cvs6
14508
14509 2001-09-26 [alfons]     0.6.2claws8
14510
14511         * src/messageview.c
14512                 introduce return receipt request notification again,
14513                 which was lost because of other semantics in 
14514                 procheader_parse() (???)
14515
14516 2001-09-26 [christoph]  0.6.2claws7
14517
14518         * src/compose.c
14519                 replace comments for old code with #if 0
14520                 readded auto cc, bcc and reply-to
14521         * src/prefs_matcher.c
14522         * src/prefs_scoring.c
14523                 removed some definition (was moved to
14524                 prefs.h)
14525
14526 2001-09-26 [paul]       0.6.2claws6
14527
14528         * src/mainwindow.c
14529                 make 'Follow-up and reply to' sensitive
14530
14531         * more sync with sylpheed 0.6.2cvs5
14532
14533 2001-09-25 [melvin]
14534
14535         * 0.6.2claws5
14536
14537         * src/gtkspell.c
14538                 fixed bug for "US-ASCII" introduced by the encoding code
14539
14540 2001-09-25 [paul]
14541
14542         * 0.6.2claws4
14543
14544         * src/prefs_common.[ch], src/summaryview.c
14545                 'next unread msg' 'go to next folder?' dialog can be
14546                 given default behaviour, either always show dialog,
14547                 or assume 'yes', or assume 'no'
14548                 Submitted by wwp <subscript@free.fr>
14549
14550 2001-09-25 [melvin]
14551                 
14552         * src/compose.c src/gtkspell.[ch]
14553                 added support for different encodings
14554
14555 2001-09-25 [paul]
14556
14557         * more sync with sylpheed 0.6.2cvs5
14558
14559 2001-09-24 [alfons]
14560         
14561         * src/prefs_folder_item.c
14562                 add check for item->prefs->default_to string is NULL and
14563                 add another check when freeing this string
14564
14565 2001-09-24 [paul]
14566
14567         * configure.in
14568                 change to version 0.6.2claws3
14569
14570         * sync with sylpheed 0.6.2cvs5 
14571
14572 2001-09-24 [match]
14573         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14574                 import LDIF files.
14575         * src/addrcache.[ch], addrindex.[ch]
14576                 small update for future
14577         * src/addrbook.c
14578                 fix test XML file.
14579
14580 2001-09-24 [melvin]
14581         * src/gtkspell.[ch]
14582                 added 'Learn from mistakes' option
14583                 better handling of quotes in checked words
14584                 sorted dict list
14585         * po/fr.po
14586                 small update for spell checking stuff
14587
14588 2001-09-23 [alfons]
14589         
14590         * src/gtkspell.c
14591                 edit a little bit so it complies more with main coding style
14592
14593 2001-09-23 [alfons]
14594
14595         * src/folder.[ch], prefs_folder_item.c, compose.c
14596                 migrate "request return receipt" folder property
14597                 to folderlist.xml
14598
14599 2001-09-22 [alfons]
14600
14601         * README.claws **NEW**
14602                 (add things of interest for users of main branch 
14603                 and claws here)
14604
14605         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14606                 re-implement threading per folder option, but store 
14607                 the setting in folderlist.xml (where it belongs)
14608
14609 2001-09-21 [melvin]
14610
14611         * src/gtkspell.[ch]
14612                 fixed bug when compose window is under another window
14613         * src/prefs_common.[ch] src/compose.c
14614                 changed 'dictionary_path' to 'dictionary' to be consistent
14615                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14616         * ac/pspell.m4 src/Makefile.am 
14617                 dropped PSPELL_PATH macro
14618         * po/fr.po
14619                 updated translations
14620
14621 2001-09-21 [christoph]
14622
14623         * src/compose.c
14624                 added border around header fields
14625                 keep header type when new field is added
14626
14627 2001-09-20 [christoph]
14628
14629         * src/utils.[ch]
14630                 more portable debug_print with source filename
14631                 and linenumber
14632         * src/procmsg.c
14633                 more newlines after debug messages
14634
14635 2001-09-20 [paul]
14636
14637         * configure.in
14638                 change to version 0.6.2claws2
14639
14640         * sync with sylpheed 0.6.2cvs3
14641
14642 2001-09-19 [melvin]
14643
14644         * src/gtkspell.c
14645                 fixed the post-right-click focus pb
14646                 fixed crash when 'Spell check all' after dict change 
14647                         and when cursor is at the end of the text
14648                 shift-right-click pops up config menu even on misspelled words.
14649         * po/POTFILES.in
14650                 added gtkspell.c
14651
14652 2001-09-19 [melvin]
14653
14654         * src/about.c
14655                 added pspell to compiled-in features list
14656
14657 2001-09-18 [melvin]
14658
14659         * switched to pspell and dropped ispell
14660         * ac/pspell.m4
14661                 new file. autoconf macro for pspell
14662         * ac/Makefile.am 
14663         * configure.in acconfig.h
14664                 added pspell support
14665         * src/Makefile.am
14666         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14667         * src/prefs_common.[ch] 
14668                 added pspell support
14669
14670 2001-09-18 [christoph]
14671
14672         * src/addr_compl.c
14673         * src/template.[ch]
14674                 replace LOG_MESSAGE with debug_print
14675         * src/compose.[ch]
14676                 gui improvements
14677         * src/menu.c
14678                 added newline after debug message
14679         * src/utils.h
14680                 using __VA_ARGS__ for debug_print macro
14681         * tools/.cvsignore
14682                 ignore Makefile and Makefile.in
14683
14684 2001-09-18 [paul]
14685
14686         * configure.in
14687                 change to version 0.6.2claws1
14688         * sync with sylpheed 0.6.2cvs1
14689
14690         * src/matcher.c 
14691         * src/prefs_matcher.c
14692                 add 'score equal to' option, submitted by
14693                 Paul Evans <nerd@freeuk.com>
14694
14695 2001-09-15 [christoph]
14696
14697         * src/mainwindow.c
14698                 comment out menu entry not existing in claws
14699         * src/menu.c
14700                 add debug output for non existing menu entries
14701         * src/summaryview.c
14702                 fix next/prev unread message for ignored threads
14703         * src/utils.[ch]
14704                 add sourcefile and line number to debug output
14705                 otherwise it is sometimes hard to find the
14706                 source code part if debug messages are translated
14707
14708 2001-09-14 [darko]
14709         
14710         * src/folderview.c
14711                 refresh target folder style after colour is changed
14712
14713 2001-09-13 [paul]
14714
14715         * configure.in
14716                 change to version 0.6.1claws3
14717
14718         * sync with sylpheed 0.6.1cvs6
14719
14720 2001-09-13 [darko]
14721         
14722         * src/folderview.c
14723                 fix target folder colourization to use user selected colour
14724
14725 2001-09-12 [darko]
14726         
14727         * src/summaryview.c
14728                 fix crash when message that is marked for copy/move is unmarked
14729
14730 2001-09-09 [paul]
14731
14732         * configure.in
14733                 change to version 0.6.1claws2
14734
14735         * sync with sylpheed 0.6.1cvs3
14736
14737 2001-09-09 [alfons]
14738         
14739         * src/folderview.c
14740                 fix bug with default font used for trash folder text
14741
14742 2001-09-06 [paul]
14743
14744         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14745                 updated translations
14746
14747         * configure.in
14748                 change to version 0.6.1claws1
14749
14750         * sync with sylpheed 0.6.1cvs2
14751
14752 2001-09-03 [paul]
14753
14754         * po/POTFILES.in
14755                 add Match's new addressbook
14756
14757         * po/de.po
14758                 updated translation submitted by Jens Oberender
14759
14760 2001-09-02 [paul]
14761
14762         * configure.in
14763                 change to 0.6.1claws
14764         * sync with sylpheed 0.6.1 release
14765
14766 2001-09-02 [paul]
14767
14768         * configure.in
14769                 change to 0.6.0claws2
14770
14771         * sync with sylpheed 0.6.0cvs4
14772
14773         * po/pt_BR.po
14774                 updated translation submitted by Fabio Junior Beneditto
14775
14776 2001-09-01 [match]
14777         * pixmaps/
14778                 interface.xpm
14779                 book.xpm
14780                 address.xpm
14781         * src/
14782                 Makefile.am
14783                 a ton of new files
14784
14785 2001-08-31 [paul]
14786
14787         * configure.in
14788                 change to version 0.6.0claws1
14789
14790         * sync with sylpheed 0.6.0cvs1
14791
14792         * po/es.po
14793                 updated translation submitted by Ricardo Mones Lastra
14794
14795         * po/POTFILES.in
14796                 add 'src/prefs_templates.c'
14797
14798         * src/compose.c, src/summaryview.c
14799                 fix segfault on 'Re_edit'               
14800
14801 2001-08-30 [alfons]
14802
14803         * configure.in, Makefile.am
14804         * tools/Makefile.am
14805                 add tools directory to source distribution
14806
14807 2001-08-30 [paul]
14808
14809         * configure.in
14810                 change to version 0.6.0claws
14811
14812         * sync with sylpheed 0.6.0 release
14813
14814 2001-08-30 [christoph]
14815
14816         * configure.in
14817                 removed autoconf version check
14818
14819 2001-08-30 [paul]
14820
14821         * src/account.c, src/compose.c, src/prefs_common.[ch]
14822         * src/procheader.[ch] src/utils.[ch]
14823                 Enhanced automatic account selection on replies
14824                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14825
14826         * configure.in
14827                 add LDAP and JPilot to the configuration results output.
14828
14829 2001-08-29 [christoph]
14830
14831         * src/summeryview.c
14832                 no bold font for ignored threads
14833
14834 2001-08-29 [paul]
14835
14836         * configure.in
14837                 change to version 0.5.3claws6
14838
14839         * sync with sylpheed 0.5.3cvs10
14840                 src/stringtable.[ch]: New Files
14841
14842         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14843         * src/pixmaps/sylpheed.xpm
14844                 add mini-icons to windows (by Alfons)
14845
14846 2001-08-27 [paul]
14847
14848         * src/mainwindow.c
14849                 new functions: next_labeled_cb(), prev_labeled_cb()
14850
14851         * src/summaryview.c
14852                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14853                 summary_select_next_labeled(), summary_select_prev_labeled()
14854
14855         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14856                 give claws blue folders and a blue trash can
14857
14858 2001-08-27 [paul]
14859
14860         * configure.in
14861                 change to version 0.5.3claws5
14862
14863         * sync with sylpheed 0.5.3cvs9
14864                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14865
14866 2001-08-24 [christoph]
14867
14868         * src/filesel.c
14869                 keep filename when browsing directories
14870                 (not working for user entered filename, but
14871                  for default name and selected filename from
14872                  file list)
14873         * src/mainwindow.c
14874                 fixed wrong spelling "Folllow-up"
14875         * src/mbox_folder.c
14876         * src/procmsg.c
14877         * src/summaryview.c
14878                 fixed new/unread message count with ignored
14879                 threads (2 commits, first didn't notice no
14880                 longer needed decreasing)
14881         * src/inc.c
14882                 readded scrolling of progress dialog
14883                 (lost in sync)
14884
14885 2001-08-24 [paul]
14886
14887         * configure.in
14888                 change to 0.5.3claws4
14889
14890         * sync with sylpheed 0.5.3cvs7
14891
14892 2001-08-24 [christoph]
14893
14894         * src/compose.c
14895                 set request return receipt when replying
14896                 if it is set is the folder prefs of the
14897                 message
14898         * src/inc.c
14899                 disable final error popup if popups are
14900                 disabled in config (again)
14901
14902 2001-08-23 [paul]
14903
14904         * configure.in
14905                 Change version number to 0.5.3claws3
14906
14907         * sync with sylpheed 0.5.3cvs5
14908
14909         * src/mimeview.c
14910                 double quote '%s' in 'gedit %s' to fix bug when
14911                 opening attachment with spaces in the name
14912
14913 2001-08-22 [alte]
14914         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14915           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14916                 initial message templates support
14917
14918
14919 2001-08-22 [paul]
14920
14921         * configure.in
14922                 change version number to 0.5.3claws2
14923
14924         * sync with sylpheed 0.5.3cvs4
14925
14926         * src/procmsg.h src/summaryview.c
14927                 re-implement (un)ignore thread
14928
14929 2001-08-21 [paul]
14930
14931         * src/summaryview.c
14932                 remove unnecessary code
14933         * src/compose.c
14934                 enable 'dynamic' signatures (submitted by
14935                 Eric Limpens <eric@hscg-internet.nl>)
14936
14937 2001-08-21 [paul]
14938
14939         clean up after sync with sylpheed 0.5.3 release
14940
14941         * src/folderview.c
14942                 fix re-introduced font mess, see Christoph's
14943                 entry 2001-06-24
14944
14945         * src/summaryview.c
14946                 remove prev_msgnum
14947                 use sylpheed's small font instead of
14948                 gtk default font for summary view
14949
14950
14951 2001-08-17 [paul]
14952
14953         * configure.in
14954                 add pl to ALL_LINGUAS - sync with main branch
14955
14956         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14957                 Updated. Translations by Jens Oberender, Ricardo Mones
14958                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14959
14960         * po/pl.po  ** NEW FILE **
14961                 sync with the main branch
14962
14963         * src/folderview.c
14964                 fix target folder colorizing and refresh problem
14965
14966
14967 2001-08-17 [christoph]
14968
14969         * src/mainwindow.c
14970                 claws uses 4 colors for target folder coloring.
14971                 arrays were not long enough and destroyed the
14972                 stack causing a segfault.
14973                 target folder colorizing does not work anymore
14974                 for me
14975
14976 2001-08-16 [paul]
14977
14978         * configure.in
14979                 change to version 0.5.3claws1
14980
14981         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14982           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14983           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14984
14985                 sync with sylpheed 0.5.3 release, but keep claws method of
14986                 configuring/saving fonts
14987
14988         * src/addressbook.[ch]
14989                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14990                 in line with a similar change in Hiroyuki's branch
14991
14992         * src/mainwindow.[ch]
14993                 disable main_window_set_thread_option()
14994         * src/prefs_folder_item.c
14995                 comment out &tmps_prefs.enable_thread,
14996         * src/mbox_folder.c, src/procmsg.[ch]
14997                 comment out MSG_IS_IGNORE_THREAD
14998         * src/summaryview.c
14999                 comment out summary_ignore_thread() and summary_unignore_thread()
15000                 comment out MSG_IS_IGNORE_THREAD
15001
15002                 use Hiroyuki's threading instead.
15003
15004
15005
15006 2001-08-15 [paul]
15007
15008         * src/account.c
15009                 use Hiroyuki's 0.5.3 column scheme but also
15010                 include the enable/disable button.
15011         * src/pixmaps/mark.xpm
15012                 add Hiroyuki's amended pixmap
15013
15014 2001-08-13 [christoph]
15015
15016         * src/account.c
15017                 receive at get all column showed wrong state for APOP
15018                 button should only work for POP3 and APOP accounts
15019         * src/prefs_account.c
15020                 added missing preprocessor statement for SSL
15021
15022 2001-08-12 [paul]
15023
15024         * src/account.[ch]
15025                 add 'receive at get all' column and enable/disable
15026                 button.
15027
15028 2001-08-06 [christoph]
15029
15030         * src/account.c
15031                 show usage of SSL in protocol column
15032
15033         * src/imap.c
15034         * src/inc.c
15035                 renamed ssl options
15036
15037         * src/prefs_account.[ch]
15038                 moved ssl options to a new page
15039
15040         * src/send.c
15041         * src/smtp.c
15042         * src/ssl.[ch]
15043                 renamed ssl options
15044                 added support for SMTP STARTTLS command
15045
15046 2001-08-05 [christoph]
15047
15048         * configure.in
15049                 debian autoconf needs version check to find
15050                 correct autoconf version. if the file is
15051                 named configure.in 2.13 is used, which does
15052                 not work with this configure.in script.
15053                 other solution would be to rename the script
15054                 to configure.ac as suggested in the autoconf
15055                 manual.
15056
15057         * src/inc.c
15058                 disable final error popup if popups are
15059                 diabled in config
15060
15061         * src/socket.c
15062                 bugfix in ssl_gets
15063                 fixes IMAP over SSL problem
15064
15065 2001-08-03 [paul]
15066
15067         * configure.in
15068                 change to 0.5.2claws1
15069
15070         * sync with sylpheed 0.5.2cvs1
15071
15072 2001-08-02 [alfons]
15073
15074         * configure.in
15075                 quick fix for ispell detection...
15076
15077 2001-08-01 [paul]
15078
15079         * configure.in
15080                 change to 0.5.1claws4
15081
15082         * sync with sylpheed 0.5.1cvs7
15083
15084 2001-07-31 [alfons]
15085
15086         * src/prefs_common.c, src/prefs_common.h, 
15087           src/gtkspell.c, src/gtkspell.h
15088                 add global spelling checker settings (compose tab) +
15089                 selection of dictionary 
15090           
15091         * configure.in  
15092                 guess valid ispell location
15093
15094 2001-07-31 [paul]
15095
15096         * po/POTFILES.in
15097                 removal of 'src/quote_fmt_parse.c'
15098         * po/de.po
15099                 Updated de.po
15100                 (submitted by Jens Oberender <didge@suse.de>)
15101
15102 2001-07-31 [darko]
15103
15104         * src/folder.[ch]
15105         * src/folderview.[ch]
15106         * src/mainwindow.c
15107         * src/mh.c
15108         * src/prefs_common.[ch]
15109         * src/summaryview.c
15110                 target folder colourization
15111
15112 2001-07-30 [paul]
15113
15114         more sync with Sylpheed 0.5.1cvs6 
15115
15116 2001-07-30 [darko]
15117
15118         * src/mh.c
15119         * src/prefs_folder_item.[hc]
15120         * src/summaryview.c
15121                 shared folders support with a GUI
15122
15123 2001-07-29 [paul]
15124
15125         0.5.1claws3
15126
15127         * sync with Sylpheed 0.5.1cvs6
15128
15129 2001-07-29 [paul]
15130
15131         * po/pt_BR.po
15132                 updated
15133                 (submitted by Fabio Junior Beneditto)
15134
15135 2001-07-28 [paul]
15136
15137         * src/procmime.c
15138         * AUTHORS
15139                 patch to correct bad image mime headers
15140                 (submitted by Don Quijote <dq@searchlores.org>)
15141
15142 2001-07-28 [paul]
15143
15144         * tools/gif2xface.pl   **NEW FILE**
15145         * tools/README
15146                 script to convert file.gif to file.xface for
15147                 use in a custom header.
15148                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15149
15150 2001-07-27 [alfons]
15151         
15152         * configure.in
15153                 change macros for detecting JPilot and LDAP
15154
15155 2001-07-27 [christoph]
15156
15157         * src/filtering.c
15158                 code cleanup (MIN / MAX warning, needed casting)
15159
15160 2001-07-27 [alfons]
15161
15162         * procheader.c
15163                 disallow setting flags when detecting certain headers
15164                 (X-Status, Status, Seen, X-Seen). 
15165         
15166         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15167
15168 2001-07-27 [christoph]
15169
15170         * src/prefs_filter.c
15171         * src/prefs_filtering.c
15172         * src/prefs_matcher.c
15173         * src/prefs_scoring.c
15174                 scroll list when moving rows up or down
15175
15176         * src/imap.c
15177         * src/imap.h
15178         * src/prefs_account.c
15179         * src/prefs_account.h
15180         * src/send.c
15181                 SMTP over SSL (untested, feedback requested)
15182                 IMAP over SSL
15183
15184         * src/ssl.c
15185                 code cleanup
15186
15187 2001-07-26 [alfons]
15188         
15189         * configure.in, acconfig.h
15190                 define CLAWS (need this for main / claws detection)
15191
15192 2001-07-25 [alfons]
15193
15194         * configure.in
15195                 Sylpheed 0.5.1claws2
15196                 
15197         * sync with Sylpheed 0.5.1cvs4
15198
15199 2001-07-25 [christoph]
15200
15201         * src/scoring.c
15202                 fixed segfault
15203                 item->prefs == NULL (don't know why)
15204
15205 2001-07-25 [alfons]
15206
15207         * configure.in
15208                 Sylpheed 0.5.1claws1
15209
15210         * sync with Sylpheed 0.5.1cvs1-3
15211
15212 2001-07-24 [christoph]
15213
15214         * src/folderview.c
15215         * src/prefs_folder_item.[ch]
15216                 added folderitem preferences dialog with
15217                 default To: and auto request return receipt
15218
15219         * src/compose.[ch]
15220         * src/menu.[ch]
15221                 changes to handle new folderitem preferences
15222
15223         * src/mainwindow.c
15224         * src/summaryview.c
15225                 call compose new mail with current folderitem
15226
15227 2001-07-24 [alfons]
15228
15229         Release Sylpheed 0.5.1claws
15230
15231         * configure.in
15232                 change to release version 0.5.1claws
15233
15234 2001-07-24 [christoph]
15235
15236         * src/summaryview.c
15237                 fixed segfault that happend when the selected
15238                 message was removed while retrieving new messages.
15239
15240         * po/es.po
15241                 updated translation
15242                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15243
15244 2001-07-22 [alfons]
15245
15246         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15247         this is a work in progress, for more information: http://nlpagan.net/sylman 
15248         
15249         * configure.in, src/mainwindow.c, manual/Makefile.am
15250                 add support for English manual
15251
15252         * AUTHORS
15253                 add authors of user manuals
15254
15255         * manual/en/sylpheed*.html
15256                 add English documentation
15257
15258 2001-07-22 [christoph]
15259
15260         * po/POTFILES.in
15261                 added src/ssl.c
15262         * src/ssl.c
15263                 changed a wrong debug message
15264
15265 2001-07-22 [alfons]
15266
15267         * po/nl.po
15268                 update Dutch translation
15269
15270         * src/prefs_filtering.c, 
15271           src/prefs_matcher.c
15272                 add more translatable strings           
15273
15274 2001-07-21 [alfons]
15275
15276         0.5.0claws7
15277
15278         * configure.in
15279                 change version
15280
15281         * src/inc.c, src/summaryview.[ch]
15282                 prevent update of mark file when filtering has done, by
15283                 using a variable; this affects two functions:
15284                         inc.c::inc_finished()
15285                         summaryview.c::summary_show()
15286
15287 2001-07-20 [alfons]
15288
15289         * src/filtering.[ch], src/prefs_filtering.c, 
15290           src/matcher.[ch]
15291                 add filtering action for label coloring 
15292
15293         * po/POTFILES.in
15294                 add labelcolors.c
15295
15296         * added src/labelcolors.c
15297         * added src/labelcolors.h
15298         * src/Makefile.am, src/summaryview.c
15299                 rearrange label coloring code
15300
15301         * src/procmsg.h
15302                 add more parentheses so label colouring works correctly
15303
15304         * src/filtering.c
15305                 don't really delete message, but move it to Trash
15306
15307         * src/prefs_matcher.c
15308                 add quote options to info dialog
15309
15310 2001-07-20 [christoph]
15311
15312         * src/Makefile.am
15313         * src/inc.c
15314         * src/main.[ch]
15315         * src/socket.h
15316         * src/ssl.[ch] (new)
15317                 moved ssl stuff to a seperate file
15318
15319 2001-07-20 [darko]
15320
15321         * src/summaryview.c
15322                 fix show sender using address book with no e-mail
15323                 address in From: field
15324
15325 2001-07-19 [alfons]
15326
15327         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15328                 fix messy handling of escaping... now at least the
15329                 execute command is useful. escape char is '\', we
15330                 accept \n and \r too. 
15331
15332                 Real life example:
15333                 
15334                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15335                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15336
15337 2001-07-18 [alfons]
15338
15339         0.5.0claws6
15340
15341         * src/summaryview.c
15342                 clean up
15343
15344         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15345           src/procmsg.[ch]
15346                 revise filtering; currently move, copy, marking have
15347                 been tested. if you like bleeding edge stuff, you
15348                 should definitely go for this version :)
15349
15350         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15351
15352 2001-07-17 [christoph]
15353
15354         * src/utils.c
15355                 timestamp log
15356
15357 2001-07-17 [alfons]
15358
15359         0.5.0claws5
15360
15361         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15362           bits in the mark file, without affecting either branch. Lots of
15363           files changed, also in claws branch.
15364
15365           UNTESTED: use of mbox folders
15366
15367         * src/summaryview.c
15368                 added mark all read; however this was a quick hack used for
15369                 cleaning up mess after initial merge with Hiroyuki
15370
15371         * configure.in
15372                 change claws version number back to 0.5.0claws5 to clear up 
15373                 confusion & pretension (recent release was technically 
15374                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15375
15376 2001-07-16 [alfons]
15377
15378         sync with Hiroyuki's 0.5.0cvs4
15379
15380 2001-07-16 [alfons]
15381
15382         0.5.1claws3
15383
15384         * src/filtering.[ch]
15385                 remove invalid updating of mark files for 
15386                 filter actions MATCHING_ACTION_MOVE and 
15387                 MATCHING_ACTION_DELETE; this should fix the
15388                 folder update bug
15389                 
15390         * src/procmsg.c
15391                 revert Christoph's stab at fixing the folder 
15392                 update bug
15393
15394         * po/POTFILES.in
15395                 add missing files with translatable strings
15396
15397         * src/summaryview.c
15398                 remove debug print
15399
15400 2001-07-15 [alfons]
15401
15402         * src/addr_compl.[ch], src/prefs_filtering.c
15403                 make "filtering pref dialog's destination entry" an
15404                 "address completable entry", if filter destination is 
15405                 an email address
15406
15407         0.5.1claws2
15408         
15409         sync with Hiroyuki's 0.5.0cvs2-3
15410
15411 2001-07-15 [christoph]
15412
15413         * src/procmsg.c
15414                 fixed folder stats update after incorporation
15415
15416 2001-07-15 [alfons]
15417
15418         * src/summaryview.c
15419                 * finish label colouring stuff (for now)
15420                 * fix incorrect colour bug (off by one) 
15421
15422 2001-07-14 [alfons]
15423
15424         * src/mainwindow.c
15425                 change text labels for news and mail message so there's
15426                 plenty of toolbar estate left
15427
15428         * configure.in
15429                 0.5.1claws1
15430
15431         * src/folderview.c
15432           src/folder.[ch]
15433                 sync with Hiroyuki's 0.5.0cvs1
15434
15435         * src/summaryview.c
15436                 more rewrite label colouring
15437
15438 2001-07-14 [alfons]
15439
15440         * src/summaryview.[ch]
15441                 * start rewrite label colouring 
15442                 * fix proper location "Add Sender To Addressbook" menu item
15443
15444 2001-07-13
15445
15446         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15447         (actually this is 0.5.0claws4)
15448
15449 2001-07-13 [alfons]
15450
15451         * po/pt_BR.po
15452                 * fix duplicate message
15453                 * add updated Portugese / Brazilian translation
15454                   submitted by Fabio Junior Beneditto
15455
15456 2001-07-12 [alfons]
15457
15458         * AUTHORS
15459                 add Jens
15460
15461         * po/nl.po
15462                 add updated Dutch translation
15463
15464         * po/de.po
15465                 add updated German translation submitted by Jens
15466
15467 2001-07-11 [alfons]
15468
15469         Prerelease before 0.5.0claws. Please test.
15470         This version is temporarily tagged as VERSION_0_5_0_TEST
15471
15472         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15473           src/prefs_scoring.c, src/prefs_matcher.c, 
15474           src/prefs_filtering.c, src/mbox.c, 
15475           src/main.c, src/inc.c, src/filtering.[ch]
15476                 revert new Hoa's new matcher (does not work yet)
15477
15478         * src/Makefile.am
15479                 clean up
15480
15481 2001-07-10
15482
15483         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15484
15485
15486 2001-07-10 [alfons]
15487
15488         * Makefile.am
15489                 add ChangeLog.claws to EXTRA_DIST
15490         * src/Makefile.am
15491                 add matcher_parser_parse.h to EXTRA_DIST
15492
15493 2001-07-10 [christoph]
15494
15495         * src/inc.c
15496                 add destination folder to table of
15497                 folders that need to be updated after
15498                 incorporation
15499
15500 2001-07-10 [alfons]
15501
15502         * folder.[ch]
15503           folderview.c
15504                 make collapse state of folders and folder items persistent, i.e.
15505                 if you collapse a folder tree, the next time sylpheed-claws starts 
15506                 up the folder tree remains collapsed.  
15507                 
15508 2001-07-10 [christoph]
15509
15510         * acconfig.h
15511         * configure.in
15512                 added --enable-ssl
15513         * src/md5.[ch]
15514                 renamed MD5_CTX to MD5_CTX_syl
15515                 conflicts with a struct in openssl
15516         * src/inc.c
15517         * src/main.[ch]
15518         * src/prefs_account.[ch]
15519         * src/socket.[ch]
15520                 SSL support for POP
15521         * src/mainwindow.c
15522                 fixed compose with current account
15523                 broken by new compose button stuff
15524
15525 2001-07-09 [hoa]
15526
15527         * AUTHORS
15528                 changed my email address
15529
15530         * src/matcher_parser_parse.y
15531                 clean the parser to remove conflicts
15532
15533 2001-07-09 [alfons]
15534
15535         * AUTHORS
15536                 add Match Grun
15537
15538         * configure.in
15539                 fix incorrect description of --enable-ldap parameter
15540
15541         * src/prefs_common.[ch]
15542           src/compose.c
15543                 add experimental option "smart wrapping" which makes the
15544                 compose editor auto wrap.
15545                 
15546                 | TODO: the problem with the buggy cursor handling is caused |
15547                 | by the GtkText. when deleting / backspacing text its       |
15548                 | wrapping algorithm does not take in account the previous   |
15549                 | line. should find a way to hack this in.                   |
15550                 | or should perhaps combine this with the word wrapping      |
15551                 | patch i wrote in january.                                  |
15552
15553         * src/about.c
15554                 show build parameters for LDAP and JPilot
15555
15556         * src/summaryview.c
15557                 revert Christoph's bugfix for selecting next unread message, 
15558                 because folder stats aren't updated correctly
15559
15560 2001-07-08 [hoa]
15561
15562         * src/filtering.c
15563         * src/mainwindow.c
15564         * src/matcher.c
15565         * src/matcher_parser_lex.l
15566         * src/matcher_parser_parse.y
15567         * src/prefs_filtering.c
15568         * src/prefs_scoring.c
15569         * src/scoring.c
15570                 bugfix of the config file parser
15571
15572 2001-07-08 [alfons]
15573
15574         * src/Makefile.am
15575                 added generated matcher sources to BUILT_SOURCES
15576
15577 2001-07-08 [hoa]
15578
15579         * src/Makefile.am
15580         * src/.cvsignore
15581                 added new config file parser
15582
15583         * src/scoring.[ch]
15584         * src/filtering.[ch]
15585         * src/matcher.[ch]
15586         * src/prefs_filtering.c
15587         * src/prefs_matcher.c
15588         * src/prefs_scoring.c
15589         * added src/matcher_parser.h
15590         * added src/matcher_parser_lex.h
15591         * added src/matcher_parser_lex.l
15592         * added src/matcher_parser_parse.y
15593                 lex & yacc config file parser
15594
15595         * src/mbox.c
15596         * src/inc.c
15597         * src/main.c
15598                 changes prefs_filtering into global_filtering           
15599
15600         * src/summaryview.c
15601                 build threads with subjects only if "Re: " is at the
15602                 beginning of the subject
15603
15604 2001-07-07 [paul]
15605
15606         0.5.0claws
15607
15608         sync with sylpheed 0.5.0
15609                 change of version number only
15610
15611 2001-07-06 [paul]
15612
15613         0.5.0claws5
15614
15615         sync with sylpheed 0.5.0pre5
15616
15617 2001-07-05 [paul]
15618
15619         sync with sylpheed 0.5.0pre4 release
15620                 /po and /manual/ja not sync'ed
15621
15622 2001-07-04 [paul]
15623
15624         more sync with sylpheed 0.5.0pre4
15625
15626 2001-07-03 [christoph]
15627
15628         * src/addressbook.c
15629                 fixed address book broken by address book
15630                 for VCard, JPilot, LDAP
15631
15632 2001-07-03 [alfons]
15633
15634         * src/matcher.c
15635         * src/textview.c
15636                 stopped memory leaks
15637
15638 2001-07-03 [paul]
15639
15640         more sync with sylpheed 0.5.0pre4
15641
15642 2001-07-02 [match]
15643
15644         * included address book patch for VCard, JPilot, LDAP
15645         * pref_common.c - fixed Font options on Display tab (cosmetic)
15646         * alertpanel.c - fixed truncated message
15647
15648 2001-07-02 [christoph]
15649
15650         * src/mbox_folder.c
15651         * src/procmsg.[ch]
15652         * src/summaryview.c
15653                 mark threads for ignoring
15654
15655 2001-07-02 [paul]
15656
15657         0.5.0claws4
15658
15659         * sync with sylpheed 0.5.0pre4
15660                 updated gettext to 0.10.38.
15661
15662 2001-07-01 [paul]
15663
15664         * src/ mainwindow.c
15665         * src/procmsg.h
15666         * src/summaryview.[ch]
15667                 new right-click option: Label.
15668                 substitute for 'Mark-->Mark/Unmark', colours the line.
15669                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15670
15671 2001-07-01 [christoph]
15672
15673         * src/folderview.c
15674                 fixed font for trash
15675         * src/summaryview.c
15676                 move ctree to unread message
15677
15678 2001-07-01 [paul]
15679
15680         * sync with sylpheed 0.5.0pre3 release
15681
15682 2001-06-30 [alfons]
15683
15684         * src/filesel.[ch]
15685         * src/compose.c
15686                 allow inserting / attaching multiple files in
15687                 the composer window
15688
15689 2001-06-30 [paul]
15690
15691         * src/codeconv.c
15692                 small change to Alfons' previous stuff so that it
15693                 actually makes
15694
15695 2001-06-30 [alfons]
15696
15697         * lots of files changed; first attempt to merge the changes
15698           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15699
15700 2001-06-30 [paul]
15701
15702         * po/pt_BR.po
15703                 updated and completed, translations by Fabio
15704                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15705
15706 2001-06-29 [alfons]
15707
15708         * src/compose.c
15709         * src/mimeproc.[ch]
15710                 allow selecting an attached files' mime type from a 
15711                 list of types.
15712
15713 2001-06-29 [paul]
15714
15715         * more sync with sylpheed 0.5.0pre3
15716
15717 2001-06-29 [paul]
15718
15719         * po/pt_BR.po
15720                 merge with sylpheed.pot and pt_BR.po provided by
15721                 Fabio Junior Beneditto.
15722
15723 2001-06-29 [darko]
15724
15725         * src/procmime.c
15726                 make MIME types case insensitive
15727
15728 2001-06-28 [alfons]
15729
15730         * po/nl.po
15731                 merge with sylpheed.pot and old nl.po; translations added.
15732
15733 2001-06-28 [paul]
15734
15735         * more sync with sylpheed 0.5.0pre3
15736
15737 2001-06-27 [alfons]
15738
15739         * src/summaryview.c
15740                 don't crash when removing parent node of messages
15741                 attracted by subject. this was caused by not deleting
15742                 the parent node from the subject line hash table.
15743
15744 2001-06-27 [alfons]
15745
15746         * src/summaryview.c
15747         * src/compose.[ch]
15748         * src/mainwindow.c
15749                 if there are multiple messages selected, allow forwarding
15750                 them as attachments.
15751
15752 2001-06-27 [paul]
15753
15754         * more sync with sylpheed 0.5.0pre3
15755
15756 2001-06-26 [paul]
15757
15758         0.5.0claws3
15759
15760         * sync with sylpheed 0.5.0pre3
15761
15762 2001-06-25 [paul]
15763
15764         * src/mainwindow.c
15765                 fixed 'compose news article' bug
15766                 from icon-and-text toolbar
15767
15768 2001-06-25 [paul]
15769
15770         * sync with sylpheed 0.5.0pre2 release
15771
15772 2001-06-24 [christoph]
15773
15774         * src/prefs_common.c
15775                 bug fix in font selection
15776         * src/folderview.c
15777                 use sylpheed's normal font instead of
15778                 gtk default font for folders without
15779                 new messages
15780
15781 2001-06-24 [alfons]
15782
15783         * src/mainwindow.[ch]
15784                 added composite compose mail / news button (an idea by Leandro
15785                 Pereira <leandro@linuxmag.com.br>)
15786
15787 2001-06-24 [paul]
15788
15789         Added instructions for ldif-to-xml.py
15790
15791         * tools/README
15792
15793 2001-06-23 [alfons]
15794
15795         Some minor things.
15796
15797         * src/pixmaps/stock_news_compose.xpm
15798                 added pixmap by Leandro
15799         * src/prefs_common.c
15800                 tested built-in spelling checker of GCC 3.0 :)
15801         * po/nl.po
15802                 merged dutch translation of sylpheed-main with
15803                 sylpheed.pot
15804
15805 2001-06-23 [paul]
15806
15807         Added tools directory and files.
15808
15809         * tools/filter_conv.pl
15810                 converts old filter system to new filtering system
15811         * tools/ldif-to-xml.py
15812                 converts netscape addressbook to sylpheed addressbook
15813         * tools/README
15814                 descriptions/instructions for above two files
15815
15816 2001-06-23 [christoph]
15817
15818         * src/inc.c
15819         * src/manage_window.[ch]
15820         * src/prefs_common.[ch]
15821                 mail retrieval dialog can be enabled, disabled
15822                 or hidden if non of sylpheed's windows is active
15823
15824 2001-06-22 [paul]
15825
15826         0.5.0claws2
15827
15828         * sync with sylpheed 0.5.0pre2
15829
15830 2001-06-21 [christoph]
15831
15832         * src/summaryview.c
15833                 show recipient on 'from' for all accounts
15834                 
15835         * src/inc.c
15836         * src/prefs_common.[ch]
15837                 disable error popup on mail receive errors
15838
15839 2001-06-21 [alfons]
15840
15841         * src/compose.c
15842                 made the ruler correctly appear and disappear.
15843
15844         * src/Makefile.am
15845                 removed Hoa's work-in-progress-stuff (interesting!) so 
15846                 claws compiles ok.
15847
15848 2001-06-20 [christoph]
15849
15850         * src/inc.c
15851         * src/progressdialog.c
15852                 added scrolled window for list in progressdialog
15853
15854 2001-06-20 [paul]
15855
15856         sync with sylpheed 0.5.0pre1 release
15857
15858 2001-06-20 [christoph]
15859
15860         * src/summeryview.c
15861                 make building threads by subject work when
15862                 thread view is enabled
15863                 
15864         * src/compose.c
15865         * src/prefs_common.[ch]
15866                 automatically select account for mail replys
15867
15868 2001-06-19 [sergey]
15869
15870         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15871         they are filled in from the account settings.
15872
15873 2001-06-19 [paul]
15874
15875         * more sync with sylpheed 0.5.0pre1
15876
15877 2001-06-18 [alfons]
15878
15879         * src/Makefile.am,
15880           src/procmime.c
15881                 added --sysconfdir to CPPFLAGS for pointing to the correct
15882                 location of mime.types. 
15883
15884                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15885                 or ./configure!
15886
15887 2001-06-18 [hoa]
15888
15889         * src/summaryview.c
15890                 fixed some bug when building threads
15891
15892 2001-06-18 [pau]l
15893
15894         * src/prefs_account.c
15895                 UI stuff: More changes to the English
15896
15897 2001-06-18 [paul]
15898
15899         * src/pixmaps/stock_news_compose.xpm: new file
15900         * src/Makefile.am
15901         * src/mainwindow.c
15902         * src/summaryview.c
15903                 Added new icon for Hoa's 'compose a news
15904                 message', plus minor improvements to the
15905                 English
15906
15907         * po/ja.po
15908         * ChangeLog
15909         * ChangeLog.jp
15910                 more sync with sylpheed 0.5.0pre1
15911
15912 2001-06-18 [hoa]
15913
15914         * src/compose.[ch]
15915         * src/mainwindow.c
15916                 Follow-up and reply to
15917
15918         * src/summaryview.[ch]
15919                 Build threads also with subjects
15920
15921 2001-06-17 [hoa]
15922
15923         * src/compose.c
15924                 forwarding use the current account.
15925
15926         * src/mainwindow.c
15927                 the "compose message" button has been replaced with
15928                 "new mail" and "new news" buttons
15929
15930         * src/prefs_common.[ch]
15931                 added a configuration option to use the forward button
15932                 as "forward as attachment"
15933                 changed reply and forward format description
15934
15935         * src/quote_fmt_lex.l
15936         * src/quote_fmt_parse.y
15937                 added message with no signature in format for reply
15938                 and forward.
15939
15940 2001-06-17 [paul]
15941
15942         Minor UI stuff
15943
15944         * src/mainwindow.c
15945         * src/summaryview.c
15946                 Improvements to the English
15947
15948         * src/prefs_common.c
15949                 Improvements to the English and some
15950                 clarity/continuity improvements in the
15951                 description of Quote symbols.
15952
15953 2001-06-17 [paul]
15954
15955         0.5.0claws1
15956
15957         * sync with sylpheed 0.5.0pre1
15958
15959 2001-06-17 [hoa]
15960
15961         * src/compose.c
15962                 Better interface for compose, displayed fields
15963                 are updated whenever we change account.
15964                 Newsgroups field is automatically filled.
15965
15966         * src/mainwindow.c
15967                 Newsgroups field is automatically filled.
15968
15969         * src/prefs_account.c
15970                 Some interface stuff when fields appear and
15971                 disappear.
15972
15973 2001-06-16 [paul]
15974
15975         0.4.99claws
15976
15977         * sync with sylpheed 0.4.99
15978
15979 2001-06-16 [sergey]
15980
15981         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15982         base64_decoder_free, base64_decoder_decode): new object and
15983         functions for decoding base64 streams.
15984         * src/procmime.c (procmime_decode_content): modified to use the
15985         new base64 decoder.
15986
15987 2001-06-15 [paul]
15988
15989         0.4.99claws10
15990
15991         * sync with sylpheed 0.4.99cvs11
15992
15993 2001-06-13 [paul]
15994
15995         0.4.99claws9
15996
15997         * sync with sylpheed 0.4.99cvs9
15998
15999 2001-06-13 [hoa]
16000
16001         * src/compose.c
16002         * src/prefs_account.c
16003
16004                 SMTP server can be defined in the news account
16005                 mime type of attachment are kept.
16006
16007         * src/summaryview.c
16008
16009                 now choose the highest important score between default
16010                 and important score of folder.
16011
16012 2001-06-09 [alfons]
16013         
16014         * src/prefs_common.c: 
16015
16016                 (prefs_quote_description_create): corrected description of 
16017                 quote format characters
16018
16019 2001-06-09 [paul]
16020
16021         0.4.99claws8
16022
16023         * sync with sylpheed 0.4.99cvs8
16024
16025 2001-06-08 [sergey]
16026
16027         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16028         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16029
16030 2001-06-08 [paul]
16031
16032         0.4.99claws7
16033
16034         * sync with sylpheed 0.4.99cvs7
16035
16036 2001-06-06 [sergey]
16037
16038         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16039         clashes with autogenerated header).
16040         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16041         * src/Makefile.am: added quote_fmt.h.
16042         * src/.cvsignore: added lex/yacc autogenerated files
16043         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16044
16045 2001-06-06 [paul]
16046
16047         0.4.99claws6
16048
16049         * sync with sylpheed 0.4.99cvs6
16050
16051 2001-06-06 [hoa]
16052
16053         * added src/quote_fmt_parse.h
16054         * src/compose.c
16055                 removed warnings
16056
16057         * src/prefs.[ch]
16058                 don't modify readonly configuration files
16059
16060         * src/prefs_account.c
16061         * src/prefs_common.c
16062         * src/prefs_customheader.c
16063         * src/prefs_display_header.c
16064         * src/prefs_filter.c
16065         * src/prefs_filtering.c
16066         * src/prefs_scoring.c
16067                 don't open dialog box when configuration files
16068                 are readonly
16069
16070 2001-06-05 [sergey]
16071
16072         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16073
16074         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16075         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16076         BUILT_SOURCES to make all files rebuild properly.
16077
16078         * src/compose.c: removed #include "quote_fmt.tab.h".
16079
16080         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16081         CHARACTER value in yylval.
16082
16083         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16084         receive CHARACTER value by documented means (yylval).
16085
16086         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16087
16088 2001-06-05 [hoa]
16089
16090         * src/Makefile.am
16091                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16092
16093         * src/filtering.c
16094         * src/matcher.c
16095         * src/matcher.h
16096         * src/prefs_filtering.c
16097                 now keep the configuration for execute action
16098
16099         * src/mbox_folder.c
16100                 fixed a warning
16101
16102 2001-06-05 [paul]
16103
16104         * sync with sylpheed 0.4.99cvs5
16105
16106 2001-06-05 [hoa]
16107
16108         * src/Makefile.am
16109                 added quote_fmt.[ch]
16110
16111         * added src/quote_fmt.y
16112         * added src/quote_fmt.l
16113         * added src/quote_fmt.tab.h
16114         * added src/quote_fmt.tab.c
16115         * added src/lex.quote_fmt.c
16116                 parsing configuration for replying
16117                 and forwarding
16118
16119         * src/prefs_common.[ch]
16120                 added configuration UI for replying
16121                 and forwarding
16122
16123         * src/compose.c
16124                 using configuration for replying
16125                 and forwarding
16126
16127 2001-06-04 [hoa]
16128
16129         * src/filtering.c
16130         * src/matcher.c
16131         * src/matcher.h
16132         * src/prefs_filtering.c
16133         * src/prefs_matcher.c
16134         * src/prefs_matcher.h
16135                 action "run a command" for filtering
16136                 and matching with a command.
16137                 fixed the "whole message" matching
16138
16139         * src/mbox_folder.c
16140                 changed temporary filename for security
16141
16142         * src/messageview.c
16143                 queue the notification if it fails to send.
16144
16145         * src/prefs_common.c
16146         * src/prefs_folder_item.c
16147                 changed the default important score             
16148
16149         * src/prefs_scoring.c
16150         * src/scoring.c
16151                 hide kill score input when the folder is not
16152                 a newsgroup
16153
16154 2001-06-03 [alfons]
16155
16156         * src/prefs_common.c:
16157
16158                 (prefs_font_select): pass font name in font entry box to font
16159                 selection dialog.
16160
16161 2001-06-03 [sergey]
16162
16163         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16164
16165 2001-06-03 [paul]
16166
16167         * sync with sylpheed 0.4.99cvs4
16168
16169 2001-06-03 [alfons]
16170
16171         * src/headerwindow.c:
16172
16173                 (headerwindow_show_cb): use the selected summary view item, not
16174                 the displayed item.
16175
16176 2001-06-02 [alfons]
16177
16178         * src/headerwindow.c:
16179
16180                 (headerwindow_show_cb): always try to show msginfo
16181
16182 2001-06-02 [hoa]
16183
16184         * src/compose.c
16185                 keep attached parts when reediting or forwarding.
16186
16187 2001-06-01 [hoa]
16188
16189         * src/folderview.c
16190         * src/prefs_folder_item.[ch]
16191         * src/prefs_scoring.[ch]
16192         * src/scoring.[ch]
16193         * src/summaryview.[ch]
16194         * src/main.c
16195         * src/mainwindow.c
16196         * src/prefs_common.[ch]
16197                 support for folder scoring
16198                 kill score and important score for messages
16199         
16200         * src/prefs_account.c
16201                 some display bug fixed for local account
16202                 preferences
16203
16204 2001-05-31 [alfons]
16205
16206         * src/summaryview.c:
16207
16208                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16209                 sender to address book menu item is disabled.
16210
16211 2001-05-30 [hoa]
16212
16213         * src/filtering.[ch]
16214         * src/summaryview.c
16215                 handling summary menu / filter messages
16216
16217         * src/folder.[ch]
16218                 add some stuff
16219
16220         * src/foldersel.c
16221                 imap folders now appears in list
16222
16223         * src/mbox_folder.c
16224                 doesn't crash if destination mail is not writeable
16225
16226 2001-05-29 [hoa]
16227
16228         * src/compose.c
16229                 removed some warnings
16230
16231         * src/filtering.c
16232         * src/folder.[ch]
16233         * src/prefs_filtering.c
16234                 global string to identify any folders           
16235                 removed some debug info
16236                 filtering to mbox folders is now possible
16237
16238         * src/mainwindow.c
16239                 removed some warnings
16240
16241         * src/mbox_folder.c
16242                 permission on files are changed to read/write for user only,
16243                 nothing for other.
16244                 creation of subfolder is handled better.
16245
16246 2001-05-28 [alfons]
16247
16248         Verified the sync for src/prefs_common.[ch] and
16249         src/prefs_account.[ch]. I believe there were some
16250         minor indentation differences.
16251
16252 2001-05-28 [paul]
16253
16254         0.4.99claws3
16255
16256         * sync with 0.4.99cvs3
16257
16258 2001-05-28 [hoa]
16259
16260         * src/compose.c
16261                 handling flags for mbox format
16262
16263         * src/filtering.c
16264                 use of mark file only for MH format
16265                 handling flags for mbox format
16266                 filtering cannot yet move or copy mails to mbox folders.
16267
16268         * src/folder.[ch]
16269                 changed move_msg, copy_msg,
16270                 move_msgs_with_dest, copy_msgs_with_dest functions
16271                 uses only folder->copy_msg() function
16272                 uses folder->finished_copy() to handle the destination
16273                 folder at the end of the copy or move operation.
16274
16275         * src/foldersel.c
16276                 included mbox directories.
16277
16278         * src/folderview.[ch]
16279         * src/mainwindow.c
16280                 handle folders operation for mbox format
16281
16282         * src/mbox.c
16283                 disable conversion of "From " header
16284
16285         * src/mbox_folder.[ch]
16286                 completion of mbox format handling
16287
16288         * src/mh.c
16289                 changed mh_copy_msg() function and
16290                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16291                 mh_copy_msgs_with_dest()
16292
16293         * src/prefs_filtering.c
16294                 removed some warnings
16295
16296         * src/prefs_matcher.c
16297                 default boolean operation is AND
16298
16299         * src/procheader.c
16300                 handling flags for mbox format
16301                 handling of "From " header
16302
16303         * src/procmsg.[ch]
16304                 removed data field
16305                 added MSG_REALLY_DELETED flags to handle deletion of
16306                 messages in mbox format.
16307
16308         * src/summaryview.c
16309                 handling flags for mbox format
16310                 disable the MSG_DELETED flags when messages
16311                 are deleted in mbox format
16312
16313         * src/textview.c
16314                 "From " headers display fixed.
16315
16316 2001-05-27 [alfons]
16317
16318         * src/textview.c:
16319                 
16320                 (get_email_part): skip quoted email addresses, like in e.g.
16321                 "'alfons@proteus.demon.nl'".
16322
16323 2001-05-26 [alfons]
16324
16325         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16326         and fixing the persistence troubles when using separate windows.
16327
16328         * src/mainwindow.c:
16329         
16330             Added #define SEPARATE_ACTION used in the gtk item factory for 
16331             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16332                 use gtk_item_factory_get_widget_by_action() to get the items.
16333                 
16334             Removed separate_widget_cb from the gtk item factory data   
16335           
16336             (mainwindow_create): connect separate_widget_cb() to check
16337             menu item "toggled" signal. also passing a MainWindow pointer
16338                 as object data for both check menu items.
16339                 
16340             (separate_widget_cb): definition of separate_widget_cb() to match
16341             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16342                 window using gtk_object_get_data(). The type of window separation 
16343                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16344         
16345         * src/prefs_filtering.c,
16346           src/prefs_matcher.c: added horizontal scrollbars
16347
16348 2001-05-25 [darko]
16349
16350         * src/headerview.c
16351                 fix segfault with invalid bold font
16352         * src/summaryview.c
16353                 correctly display summary stats after row is marked
16354
16355 2001-05-23 [sergey]
16356
16357         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16358         encodings with libjconv.
16359
16360 2001-05-23 [hoa]
16361
16362         * src/Makefile.am
16363                 added mbox_folder.[ch]
16364         * src/defs.h
16365                 mbox temporary folder
16366         * src/folder.[ch]
16367         * added src/mbox_folder.[ch]
16368         * src/folderview.c
16369         * src/procheader.[ch]
16370                 added mbox support
16371         * src/mbox.c
16372                 bugfix for file incorporation filtering
16373         * src/imap.c
16374                 enable creation of MBOX
16375         * src/prefs_display_header.c
16376                 enable use of headers like "From "
16377                 something that should be fixed :
16378                         displaying of such headers add an extra space
16379         * src/prefs_folder_item.c
16380                 don't create folders because it is not necessary
16381         * src/procmsg.h
16382                 added data field to MsgInfo for mbox internal use
16383         * src/summaryview.c
16384                 added some support for mbox
16385         * src/utils.[ch]
16386                 added get_mbox_cache_dir() function
16387
16388 2001-05-23 [hiroyuki]
16389
16390         * src/headerwindow.c
16391           src/inc.c
16392           src/main.c
16393           src/mh.c
16394           src/nntp.c
16395           src/procmsg.h
16396           src/session.h
16397           src/socket.[ch]
16398           src/summaryview.c
16399           src/textview.c
16400           src/automaton.c
16401           src/folderview.c: more sync with 0.4.99cvs2.
16402
16403         * src/headerwindow.c: reverted.
16404
16405 2001-05-22 [paul]
16406
16407         0.4.99claws2
16408
16409         * sync with sylpheed 0.4.99cvs2
16410                 * src/news.[ch]
16411                 * src/nntp.[ch]
16412                 * INSTALL
16413                 * INSTALL.jp
16414
16415 2001-05-22 [alfons]
16416
16417         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16418
16419 2001-05-21 [alfons]
16420
16421         Minor things:
16422
16423         * configure.in: if gnome-config not found, "no" is displayed
16424         
16425         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16426
16427         * src/textview.c: now also possible to add mail addresses by right
16428           clicking in the text view
16429
16430         * src/codeconv.c: merged patch which fixes endless loop when encountering
16431           invalid wide characters; from Alte <010@imis.ru>  
16432
16433 2001-05-20 [alfons]
16434
16435         Added installation of gnome specific things:
16436
16437         * Makefile.am: gnome conditional
16438
16439         * configure.in: check for installed gnome
16440
16441         * added sylpheed.png, sylpheed.desktop
16442
16443 2001-05-20 [sergey]
16444
16445         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16446
16447         * src/mainwindow.h (main_window_toolbar_create): created a button
16448         for "Reply to all".
16449         (main_window_set_toolbar_sensitive): enable/disable the new button
16450         appropriately.
16451         (toolbar_reply_to_author_cb): handle the new button.
16452
16453         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16454         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16455         failure).
16456
16457 2001-05-19 [sergey]
16458
16459         * src/compose.h (ComposeReplyMode): new modes
16460         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16461         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16462
16463         * src/compose.c
16464         (compose_send): move some code into a new function:
16465         (compose_current_mail_account): new function.
16466         (compose_reply): new argument to_author, all callers changed; if
16467         to_author==TRUE and account->protocol==A_NNTP, find and use an
16468         appropriate mail account for replying.
16469         (compose_reply_set_entry): new argument to_author; ignore
16470         compose->replyto if to_author==TRUE.
16471
16472         * src/mainwindow.c: new command "Message/Reply to author".
16473         (main_window_set_menu_sensitive): enable/disable it.
16474         (reply_cb): handle it.
16475
16476         * src/summaryview.c: new command "Reply to author".
16477         (summary_set_menu_sensitive): enable/disable it.
16478         (summary_reply_cb): handle it.
16479
16480         * src/account.c (account_find_mail_from_address): new function.
16481
16482 2001-05-18 [paul]
16483
16484         0.4.99claws1
16485
16486         * sync with sylpheed 0.4.99cvs1
16487
16488 2001-05-18 [hoa]
16489
16490         * src/compose.[ch]
16491         * src/filtering.c
16492         * src/summaryview.c
16493                 new filtering action : forward and forward as attachment
16494
16495         * src/main.c
16496                 no need for $DISPLAY when we run sylpheed --help
16497                 call to parse_cmd_opt() is moved
16498
16499         * src/mainwindow.[ch]
16500                 execute button is hidden when immediate execute
16501                 is chosen
16502
16503         * src/mh.c
16504         * src/news.c
16505         * src/prefs_folder_item.c
16506         * src/procmsg.c
16507                 better handling of missing directories
16508
16509         * src/summaryview.c
16510                 reedit is enabled in outbox
16511                 reedit is enabled in queue
16512
16513 2001-05-17 [hoa]
16514
16515         * src/filtering.c
16516         * src/matcher.[ch]
16517         * src/prefs_filtering.c
16518                 changed attachement into attachment
16519
16520 2001-05-17 [alfons]
16521
16522         0.4.67claws4    
16523
16524         * sync with sylpheed 0.4.67cvs9
16525         * sync with sylpheed 0.4.67cvs7-8
16526
16527 2001-05-17 [hoa]
16528
16529         * src/Makefile.am
16530                 added prefs_filtering.c
16531
16532         * src/filtering.[ch]
16533         * src/matcher.[ch]
16534                 removed action : forward_news and forward_news_as_attachement
16535                 (forward and forward_as_attachement can be used instead)
16536
16537         * src/mainwindow.c
16538                 added menu option to access filtering configuration
16539
16540         * src/prefs_account.c
16541                 changed mail_command default to /usr/sbin/sendmail
16542
16543         * added src/prefs_filtering.[ch]
16544                 dialog box for filtering configuration
16545
16546         * src/prefs_matcher.c
16547                 added function prefs_matcher_get_criteria_from_matching()
16548
16549         * src/prefs_scoring.c
16550                 reset the dialog when register or substitute is clicked
16551
16552 2001-05-15 [hoa]
16553
16554         * src/Makefile.am
16555                 added filtering.[ch]
16556         * src/inc.c
16557                 using filering.[ch] instead of filter.[ch]
16558         * src/main.c
16559                 reading new filtering configuration
16560         * src/matcher.[ch]
16561                 added some filtering actions
16562                 and fixed a bug for headers and mail body matching
16563         * src/mbox.c
16564                 using filering.[ch] instead of filter.[ch]
16565         * src/mh.c
16566                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16567         * src/summaryview.c
16568                 some fixes for filtering
16569
16570 2001-05-14 [hiroyuki]
16571
16572         * src/send.c: fixed some weird indentations.
16573           send_message_with_command(): call pclose() only if p != NULL.
16574         * src/textview.c: get_email_part(): modified the code for readability.
16575
16576 2001-05-14 [hiroyuki]
16577
16578         * src/md5global.h
16579           src/md5ify.c
16580           src/md5ify.h: removed from the cvs.
16581
16582 2001-05-13 [sergey]
16583
16584         * src/main.c: include rfc2015.h to avoid compiler warnings.
16585         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16586         the panel is already on screen.
16587         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16588         closing the alert window by ESC as "No".
16589         * src/prefs_common.c (prefs_interface_create): moved return
16590         receipt check button to the correct place.
16591
16592 2001-03-13 [alfons]
16593
16594         * src/prefs_common.c: 
16595                 moved return receipt check button to the Send tab. (prefs_send_create)
16596                 removed the date format ui related globals. (prefs_display_create)
16597
16598         0.4.67claws3
16599         
16600         * sync with sylpheed 0.4.67cvs5-6
16601
16602 2001-05-13 [paul]
16603
16604         * added Alfons' font selection patch
16605
16606         * src/defs.h
16607         * src/headerwindow.c
16608         * src/prefs_common.c
16609         * src/prefs_common.h
16610
16611 2001-05-13 [hoa]
16612         * src/defs.h
16613                 changed version of cache
16614         * src/matcher.[ch]
16615         * src/prefs_matcher.c
16616                 added additionnal matching criteria
16617         * src/procheader.c
16618         * src/procmsg.[ch]
16619         * src/news.c
16620                 added references in MsgInfo
16621
16622 2001-05-12 [hoa]
16623
16624         * src/defs.h
16625                 prepared some things for new filtering
16626         * src/matcher.[ch]
16627                 added some matching properties
16628                 inreplyto need to be enhanced
16629                 prepared some things for new filtering
16630         * src/messageview.c
16631                 added Return-Receipt-To handling
16632         * src/prefs_folder_item.c
16633                 changed default value to TRUE
16634         * src/prefs_matcher.c
16635                 added some matching properties
16636         * src/prefs_scoring.[ch]
16637                 the scoring dialog is finished
16638         * src/procheader.c
16639                 added Return-Receipt-To handling
16640                 Reference need to be added
16641         * src/procmsg.[ch]
16642                 added Return-Receipt-To handling
16643                 added threadscore to get a better score sorting when
16644                 threads are enabled
16645         * src/summaryview.c
16646                 suppressed a bug when we sort the list
16647                 when no folder is opened.
16648                 better score sorting when threads are enabled
16649
16650 2001-05-12 [alfons]
16651
16652         * reverted previous patch because of potential errors 
16653
16654         0.4.67claws2
16655         
16656         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16657                 applied "toggle mail-retrieval dialog window" patch submitted 
16658                 by Eric Limpens <eric@qnt.net>
16659
16660         * sync with sylpheed 0.4.67cvs4
16661
16662 2001-05-12 [sergey]
16663
16664         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16665         some picky compilers.
16666         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16667         * src/grouplist_dialog.c: include alertpanel.h.
16668         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16669         fix compile warning.
16670         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16671         #include "defs.h" before others to prevent the warning of `MIN'
16672         and `MAX' redefinition.
16673
16674 2001-05-11 [hoa]
16675
16676         * src/main.c
16677         * src/messageview.c
16678         * src/prefs_account.c
16679         * src/prefs_display_header.c
16680                 removed warning
16681         * src/Makefile.am
16682                 added prefs_scoring.[ch]
16683         * src/grouplist_dialog.c
16684                 display an error dialog box if the group list
16685                 cannot be fetched.
16686         * src/mainwindow.[ch]
16687                 added main_window_set_thread_option() function
16688                 scoring dialog box enabled
16689         * src/matcher.[ch]
16690                 added flags matching unread /new / marked
16691                 / deleted / replied / forwarded
16692         * src/news.c
16693                 newsgroups are now finally in newscache
16694         * src/prefs_matcher.[ch]
16695                 finished preferences for matching dialog
16696         * added src/prefs_scoring.[ch]
16697                 scoring dialog box completed
16698         * src/scoring.[ch]
16699                 conversion to string : added scoringprop_to_string()
16700                 write config for preferences :
16701                 added prefs_scoring_write_config()
16702         * src/summaryview.c
16703                 threads can be enabled/disabled independently
16704                 for each folder
16705
16706 2001-05-10 [alfons]
16707
16708         0.4.67claws1
16709         
16710         * AUTHORS: 
16711                 thought it would be nice to have a list of all
16712                 contributors (used Changelog as a reference)
16713         
16714         * configure.in: 
16715                 messed up version numbering...
16716
16717         0.4.66claws1
16718
16719         * sync with sylpheed 0.4.67cvs1-3
16720
16721 2001-05-10 [darko]
16722
16723         * src/prefs_common.c:
16724                 better UI for strftime format, double clicking
16725                 on format now inserts the format in text entry
16726                 replaced close button with standard OK/Cancel
16727                 moved date format button to the right of the
16728                 text entry field
16729
16730 2001-05-09 [alfons]
16731
16732         * src/gtkstext.c:
16733                 Ctrl-Home / Ctrl-End have proper cursor navigation
16734
16735 2001-05-09 [hoa]
16736
16737         * src/prefs_matcher.c
16738                 finished UI to define matching properties
16739                 added ok and cancel button
16740         * src/prefs_filter.c
16741                 added ok and cancel button
16742         * src/news.c
16743                 fixed some bug in xhdr parsing
16744
16745 2001-05-08 [alfons]
16746
16747         * src/textview.c: 
16748                 fixed a bug in textview_show_header(), which displayed two colons (':');
16749                 cleaned up some warnings
16750
16751 2001-05-08 [hoa]
16752
16753         * src/Makefile.am
16754                 added prefs_matcher.[ch]
16755                 compilation with -W -Wall
16756         * src/alertpanel.c
16757                 ungrab the mouse events if grabbed - does it
16758                 fix the bug for disposition notification ?
16759         * src/mainwindow.c
16760                 added a menu option to open the matching dialog.
16761         * src/matcher.[ch]
16762                 added matcherprop_to_string() and matcherlist_to_string()
16763                 fixed some bugs, changed the name of some options
16764                 age_sup and age_inf becomes age_greater and age_lower,
16765                 body and messageheaders becomes body_part and headers_part,
16766                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16767         * src/prefs_display_header.c
16768         * src/prefs_headers.c
16769                 fixed a bug that accidentally destroyed dialogs
16770                 when closed them with delete_event
16771                 Added *_deleted() which handle delete_event signal correctly.
16772         * src/prefs_folder_item.[ch]
16773                 added "enable_thread" field for future customization
16774         * added src/prefs_matcher.[ch]
16775                 sample of the UI to define matching properties
16776         * src/procheader.c
16777                 using procheader_headername_equal instead of str*cmp functions
16778                 using procheader_parse_header() function
16779         * src/scoring.c
16780                 using MATCHING_XXX instead of SCORING_XXX
16781         * src/summaryview.c
16782                 display the sender of the news even if this is ourself
16783                 when this is a news message.
16784         * src/textview.c
16785                 using headername_equal() instead of str*cmp functions
16786
16787 2001-05-08 [alfons]
16788
16789         0.4.66claws
16790
16791         * sync with sylpheed 0.4.66
16792         * src/gtkstext.c: trace logs added 
16793
16794 2001-05-08 [sergey]
16795
16796         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16797         signature check popup.
16798         * src/rfc2015.c (check_signature): show signature check popup only
16799         if it is enabled in preferences.
16800
16801 2001-05-07 [alfons]
16802
16803         0.4.66claws4
16804         
16805         * sync with sylpheed 0.4.66cvs6
16806
16807 2001-05-07 [darko]
16808
16809         * src/prefs_common.[ch]: added option to enable/disable
16810           looking up sender name in address book for summary pane
16811         * src/summaryview.c: look up sender in the address book
16812           by using Alfons' address completion code
16813
16814 2001-05-07 [hiroyuki]
16815
16816         * src/inc.h
16817           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16818           member of Pop3State.
16819         * src/news.c: brought #include "defs.h" before #include <glib.h>
16820           to prevent the warning of `MIN' and `MAX' redefinition.
16821
16822 2001-05-06 [hoa]
16823
16824         * removed src/headers_display.[ch]
16825         * removed src/prefs_display_headers.[ch]
16826         * src/inc.c
16827                 use a temporary file in the user directory for mbox import
16828         * src/news.c
16829                 added XHDR support to get "To" and "Cc" headers
16830                 (in order to match news with to or cc field for
16831                 scoring)
16832                 added function news_parse_xhdr() to get XHDR response
16833         * src/nntp.[ch]
16834                 added function nntp_xhdr()
16835         * src/matcher.c
16836                 fetch the message if necessary
16837
16838 2001-05-06 [alfons]
16839
16840         0.4.66claws3
16841
16842         * sync with sylpheed 0.4.66cvs3-5
16843
16844 2001-05-06 [hoa]
16845
16846         * src/utils.[ch]
16847                 added function itos_buf() to enable use of several buffers
16848         * src/summaryview.c
16849                 use of itos_buf() instead of itos() in summary list
16850                 to fix the broken display of message number.
16851
16852 2001-05-06 [alfons]
16853
16854         * src/gtkstext.c: bug in cursor up navigation fixed,
16855                 fixed another unsigned / signed comparison (we're getting there :-)
16856
16857 2001-05-06 [hoa]
16858
16859         * src/Makefile.am
16860                 added scoring.c scoring.h
16861                 prefs_folder_item.c prefs_folder_item.h
16862                 matcher.c matcher.h
16863         * src/defs.h
16864                 added FOLDERITEM_RC SCORING_RC
16865         * src/folder.[ch]
16866                 added prefs field in FolderItem :
16867                 properties for each folder (PrefsFolderItem),
16868                 sorting type and mode were added as the first properties.
16869         * src/main.c
16870                 read config for scoring
16871         * added src/matcher.[ch]
16872                 gives functions to parse configuration file to do
16873                 matching on mails with a list of conditions.
16874         * src/mainwindow.c
16875                 add option to sort by score
16876         * src/prefs_common.[ch]
16877                 added preference option to show score and for
16878                 the score column size
16879         * added src/prefs_folder_item.[ch]
16880                 properties for each folder (PrefsFolderItem),
16881                 sorting type and mode were added as the first properties.
16882         * src/procheader.[ch]
16883                 added procheader_parse_header()
16884                 added procheader_header_free()
16885                 added procheader_headername_equal()
16886                 and made modification to use them.
16887         * src/procmsg.[ch]
16888                 added score field to MsgInfo structure
16889         * added src/scoring.[ch]
16890                 gives functions to parse configuration file to do
16891                 scoring on mails with a list of conditions.
16892         * src/summaryview.[ch]
16893                 save the sorting type and mode for the folder
16894                 added column to display the score of the mail
16895                 added function summary_score_clicked()
16896                 sorting type and mode are restored to the folder
16897                 when it is reopen
16898         * src/textview.c
16899                 use procheader_parse_header(), procheader_headername_equal()
16900                 removed memory leak in text_scan_header when freeing headers
16901         * src/filter.c
16902                 changed the function to match names of headers
16903                 using procheader_headername_equal()
16904
16905         Scoring functions are implemented, an interface is needed
16906         to configure that.
16907
16908 2001-05-04 [alfons]
16909
16910         * src/gtkstext.c: 
16911                 hopefully fixed the row up navigation bug,
16912                 removed adding back / forward lines to cache
16913
16914 2001-05-04 [sergey]
16915
16916         * src/prefs_display_headers.c: user interface changes:
16917         (prefs_display_headers_create): remove unused "Show" check button;
16918         allow reordering of headers by dragging.
16919         (prefs_display_headers_write_config): remove unused variables.
16920         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16921         of lists (not needed with the new UI).
16922         (prefs_display_headers_set_list): scan lists starting from row 0,
16923         not 1 (do not skip "(New)").
16924         (prefs_display_headers_find_header): new function.
16925         (prefs_display_headers_clist_set_row): do not allow duplicates.
16926         (prefs_display_headers_delete_cb): do not skip row 0; treat
16927         closing the alert window by ESC as "No".
16928         (prefs_display_headers_up): do not protect row 0.
16929         (prefs_display_headers_down): do not protect row 0.
16930
16931 2001-05-04 [sergey]
16932
16933         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16934         functions.
16935
16936         * src/summaryview.c
16937         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16938         summary_select_next_marked, summary_select_prev_marked): new
16939         functions.
16940
16941 2001-05-03 [sergey]
16942
16943         * src/news.c: fixed a bug when no article can be fetched after
16944         server timeout if the connection was restored by news_post():
16945         (news_select_group): new function.
16946         (news_fetch_msg): call news_select_group() before fetching
16947         article.
16948         (news_get_uncached_articles): set session->group after successful
16949         GROUP command.
16950
16951 2001-05-03 [hoa]
16952
16953         * src/defs.h
16954         * src/procmsg.[ch]
16955         * src/procheader.c
16956                  changed version of cache, added cc field
16957
16958         * src/prefs_display_headers.c
16959                 the interface was changed
16960
16961         * src/prefs_headers.c
16962                 added cancel button
16963
16964 2001-05-03 [alfons]
16965
16966         * completed sync of sylpheed cvs2
16967         * src/gtkstext.c: updated row up / down cursor navigation
16968         * src/textview.c: re-edited, prepared for fixing the email address
16969                 scanner.
16970
16971 2001-05-03 [darko]
16972
16973         * src/prefs_common.c: use alfons' strftime ui code
16974         entry_datefmt and datefmt_sample widgets have to be
16975         global in this module because of this change
16976
16977 2001-05-03 [hoa]
16978
16979         * src/messageview.c
16980         * src/prefs_common.[ch] added option to activate the return receipt
16981                 feature.
16982
16983 2001-05-02 [alfons]
16984
16985         * src/gtkstext.c: fix for row up/down cursor navigation. 
16986
16987         0.4.66claws2
16988         
16989         * sync with 0.4.66cvs2
16990
16991 2001-05-02 [paul]
16992
16993         added add-sender-to-addressbook patch
16994
16995         * src/addressbook.c
16996         * src/addressbook.h
16997         * src/summaryview.c
16998
16999 2001-05-02 [sergey]
17000
17001         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17002         G_ALERTDISABLE.
17003
17004         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17005         all existing callers changed to pass FALSE; create a check button
17006         to disable the message.
17007         (alertpanel_message_with_disable): new function.
17008         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17009         (alertpanel_button_toggled): new function.
17010         (alertpanel_button_clicked, alertpanel_close): set value using
17011         G_ALERT_VALUE_MASK.
17012
17013         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17014
17015         * src/prefs_common.c (prefs_privacy_create): new check button
17016         checkbtn_gpgme_warning.
17017
17018         * src/main.c (main): moved preferences reading before gpgme
17019         initialization; check prefs_common.gpgme_warning before giving the
17020         GnuPG warning and set it to FALSE if the user wants to disable the
17021         warning.
17022
17023 2001-05-02 [hiroyuki]
17024
17025         * src/prefs_display_headers.c: modified the layout and some labels.
17026
17027 2001-05-02 [sergey]
17028
17029         * src/prefs_account.c (prefs_account_fix_size): new function.
17030         (prefs_account_create): call prefs_account_fix_size(); use
17031         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17032         size when the window is shown for the first time).
17033         (prefs_account_basic_create): changed layout of serv_table; moved
17034         localmbox_entry above smtpserv_entry (logically it replaces
17035         POP3/IMAP server).
17036         (prefs_account_protocol_activated): set sensitivity of
17037         nntpauth_chkbtn according to the protocol (in addition to
17038         hide/show); commented out gtk_table_set_row_spacing() calls.
17039         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17040         not sensitive (fixes a bug with disabled username/password boxes
17041         when editing POP3 account after NNTP with authentication).
17042
17043 2001-05-02 [hoa]
17044
17045         * src/account.c
17046         * src/inc.c
17047         * src/prefs_account.[ch]
17048         * src/send.c
17049                 removed local account without SMTP server
17050                 added option to use mail command instead of a connexion
17051                 to SMTP server when a local account is used
17052         * src/prefs_headers.c
17053                 fixed a bug
17054         * src/news.c
17055                 fixed a bug when connexion immediately closed
17056
17057 2001-05-01 [alfons]
17058
17059         0.4.66claws1
17060         
17061         * sync with 0.4.65
17062
17063 2001-05-01 [sergey]
17064
17065         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17066         widget nntpauth_chkbtn.
17067         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17068         visibility.
17069         (prefs_account_nntpauth_toggled): new function.
17070
17071         * src/news.c (news_session_new_for_folder): use NNTP
17072         authentication only if ac->use_nntp_auth is set.
17073
17074 2001-05-01 [hoa]
17075
17076         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17077         * src/prefs_display_headers.c changed the UI
17078         * src/prefs_headers.c changed account_name to account_id
17079         * src/compose.c using customheader.h
17080
17081 2001-05-01 [hiroyuki]
17082
17083         * src/esmtp.c
17084           src/news.c
17085           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17086           unsynched.
17087
17088 2001-05-01 [hoa]
17089
17090         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17091         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17092                 for displaying of headers
17093         * src/grouplist_dialog.[ch] minor changes to remove warnings
17094         * src/prefs_display_headers.[ch] dialog to choose the
17095         headers to display in the mail viewer.
17096         * src/headers.h correction of #define
17097         * src/headers_display.[ch] configuration for displaying of headers.
17098         * src/main.c read config of displaying of headers
17099         * src/prefs_common.c add a button to access the config dialog
17100                 for displaying of headers
17101         * src/prefs_display_headers.[ch] dialog for configuration for
17102                 displaying of the headers.
17103         * src/prefs_headers.c cleaning of code
17104         * src/procheader.c comments added to code
17105         * src/textview.c changes to reorder the headers depending
17106                 on the config for displaying of headers
17107
17108 2001-04-30 [alfons]
17109
17110         0.4.65claws7
17111
17112         * sync with 0.4.65cvs12
17113
17114         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17115
17116 2001-04-30 [sergey]
17117
17118         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17119
17120         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17121         is set to force reconnection after authentication failure.
17122         (nntp_gen_command): set sock->auth_failed on authentication
17123         failure, or if sock->userid and sock->passwd are not set.
17124
17125         * src/news.c (news_session_new_for_folder): set userid=NULL if
17126         password dialog is cancelled.
17127
17128 2001-04-30 [sergey]
17129
17130         * src/nntp.h (NNTPSockInfo): new type.
17131
17132         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17133         SockInfo.
17134         (nntp_open_auth, nntp_close): new functions.
17135         (nntp_gen_command): new function to handle authentication; all
17136         NNTP command functions updated to use it.
17137         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17138         (nntp_list): removed old useless code.
17139
17140         * src/news.h (NNTPSession): new field nntp_sock.
17141
17142         * src/news.c: all functions updated to use NNTPSockInfo instead of
17143         SockInfo.
17144         (news_session_new): new arguments (userid, passwd); made static;
17145         use nntp_open_auth() if needed.
17146         (news_session_destroy): use nntp_close() instead of sock_close().
17147         (news_query_password): changed arguments.
17148         (news_session_new_for_folder): new function.
17149         (news_session_get): use news_session_new_for_folder().
17150         (news_authenticate): deleted.
17151         (news_get_uncached_articles): removed old authentication code.
17152
17153 2001-04-30 [sergey]
17154
17155         * src/news.c: reverted my previous changes (need to do NNTP
17156         authentication in a cleaner way).
17157         
17158 2001-04-29 [sergey]
17159
17160         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17161         news_nntp_post, news_nntp_mode): new functions (wrappers with
17162         authentication support).
17163         (news_get_article_cmd, news_get_article, news_get_header): new
17164         argument "folder"; all callers changed.
17165         (news_get_article_cmd): added authentication support.
17166         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17167         (news_post): use news_nntp_post() instead of nntp_post().
17168         (news_get_uncached_articles): use news_nntp_group() instead of
17169         nntp_group() and news_nntp_xover() instead of nntp_xover();
17170         removed old authentication code.
17171         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17172
17173         * src/nntp.c (nntp_list): return real error code instead of
17174         hardcoded NN_ERROR.
17175
17176 2001-04-29 [sergey]
17177
17178         * configure.in: fixed wint_t typedef detection again
17179
17180 2001-04-28 [hoa]
17181
17182         * src/prefs_account.[ch], added A_LOCAL_CMD
17183                 (send mail with mail command)
17184         * src/send.c added function send_message_with_command()
17185         * src/inc.c made a more secure get_spool() function with
17186                 mktemp() but maybe mkstemp() or something more
17187                 secure can be used.
17188
17189 2001-04-28 [alfons]
17190
17191         * src/textview.c, colorization of email addresses in headers
17192
17193         0.4.65claws6
17194
17195         * bug sync with sylpheed
17196         * prefs_common.c: created date format ui for darko
17197         * sync with 0.4.65cvs11
17198         * configure.in: corrected to have the new gpg checks
17199
17200 2001-04-27 [alfons]
17201
17202         * completed sync with 0.4.65cvs10
17203         * minor debug things added to gtkstext.c
17204
17205 2001-04-27 [darko]
17206
17207         * configure.in: remove check for availability of
17208           strftime() as advised by Hiroyuki
17209         * src/prefs_common.[ch], src/procheader.c:
17210           synch strftime() code with Hiroyki's main branch
17211
17212 2001-04-26 [sergey]
17213
17214         * src/news.c: news_query_password(), news_authenticate(): new
17215           functions.
17216           news_get_uncached_articles(): added NNTP authentication
17217           handling.
17218         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17219           new functions.
17220         * src/prefs_account.c: prefs_account_protocol_activated():
17221           enable userid and password fields for NNTP.
17222
17223 2001-04-26
17224
17225         * configure.in: check for availability of strftime()
17226           [darko]
17227         * src/prefs_common.[ch], src/procheader.c: use
17228           strftime() for displaying date in summary pane if it
17229           is available
17230
17231 2001-04-25
17232
17233         * more .cvsignore cleanups [alfons]
17234
17235 2001-04-25
17236
17237         * ac/sv-check-type.m4: new autoconf macro.
17238         * configure.in: fixed wint_t typedef detection (did not work
17239           with gcc-2.96).
17240
17241 2001-04-25
17242
17243         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17244           [hiroyuki]
17245
17246 2001-04-24
17247         * modified gtkstext.c : buggy cursor navigation fixed, 
17248           and font descent also taken in account when drawing
17249           cursor. [alfons]
17250
17251 2001-04-24 [hoa]
17252         * added comments in src/news.c src/nntp.c
17253         * added src/prefs_headers.[ch]
17254         * added src/headers.[ch]
17255         * modified compose.c to activate custom headers
17256                 added function is_in_custom_headers
17257         * modified prefs_account.[ch]
17258                 added function prefs_account_customhdr_edit
17259         * modified src/defs.h :
17260                 added HEADERS_RC : name of the config file
17261                 for the custom headers
17262
17263 2001-04-24
17264
17265     0.4.65claws5
17266
17267         * configure.in
17268           src/gtkstext.[ch]
17269           src/compose.c
17270           src/Makefile.am
17271           
17272           added gtkstext with configure.in patch by Hiroyuki which
17273           should fix the XIM detection [alfons]
17274
17275         * more clean up of cvs [alfons]
17276
17277                  * removed all Makefile.in files to attic.
17278
17279                  * updated all .cvsignores to really ignore things that could
17280                    be unintentionally committed by a recursive commit.
17281
17282 2001-04-23 [hoa]
17283         * added src/grouplist_dialog.[ch]
17284         * changed src/folderview.c to call grouplist_dialog instead
17285                 of inputdialog
17286         * src/news.c :
17287                 added functions news_reset_group_list
17288                 and news_get_group_list
17289         * src/nntp.c :
17290                 added function nntp_list
17291         * src/defs.h :
17292                 added GROUPLIST_FILE : name of the newsgroup list cache file
17293
17294 2001-04-21
17295
17296         * added option to warn about queued messages on exit [sergey]:
17297
17298           * src/compose.c: compose_queue(): call folder_item_scan()
17299             and folderview_update_item() after queueing.
17300           * src/folderview.c: folderview_update_node(): draw the queue
17301             folder in bold font if there are queued messages.
17302           * src/mainwindow.c: queued_messages(): new function.
17303             app_exit_cb(): display warning if there are queued messages
17304             if warn_queued_on_exit is set.
17305           * prefs_common.[ch]: add warn_queued_on_exit option.
17306
17307         * enhanced GnuPG key selection support [sergey]:
17308
17309           * src/select-keys.c: updated to newer version from Win32
17310             branch with support for selecting arbitrary keys.
17311           * src/prefs_account.c: added the Privacy tab to the account
17312             options window.
17313             prefs_account_privacy_create(),
17314             prefs_account_sign_key_set_data_from_radiobtn(),
17315             prefs_account_sign_key_set_radiobtn(): new functions.
17316           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17317           * src/rfc2015.c: set_signers(): new function.
17318             pgp_sign(): add the account parameter, call set_signers().
17319             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17320           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17321           * src/compose.c: pass the current account to rfc2015_sign().
17322
17323         * tag name claws added to prevent confusion with main branch [alfons]
17324
17325         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17326
17327         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17328
17329         * sync with recent sylpheed cvs. Untested though. [alfons]
17330