* src/messageview.c
[claws.git] / ChangeLog.claws
1 2003-07-19 [alfons]     0.9.3claws27
2
3         * src/folderview.c
4                 o plug leaking nodes_to_recollapse
5                 o add folderview_recollapse_all_nodes() (not used yet)
6
7 2003-07-19 [alfons]     0.9.3claws26
8
9         * src/compose.c
10         * src/common/utils.c
11                 honour #240 "Better SUBJECT handling" by cleaning the prefix
12                 for both forwarding as replying
13
14 2003-07-18 [christoph]  0.9.3claws25
15
16         * configure.ac
17         * src/common/sylpheed.[ch]
18         * src/common/version.h.in
19                 add version in numeric form to allow easy comparison
20
21         * src/plugins/demo/demo.c
22                 add version check
23                 - sylpheed version > plugin version => never allowed, sylpheed
24                   could contain unknown API changes
25                 - sylpheed version < minimum version required => don't load,
26                   API required not available (if linking does not fail)
27
28 2003-07-18 [alfons]     0.9.3claws24
29         
30         * src/common/plugin.[ch]
31                 const correctness
32
33 2003-07-18 [christoph]  0.9.3claws23
34
35         * src/common/hooks.c
36                 fix crash when hooks where unregisted
37
38         * src/plugins/trayicon/trayicon.c
39                 unregister detroy signal before destroying the widget
40                 (still crashes when the plugin is unloaded)
41
42 2003-07-18 [alfons]     0.9.3claws22
43         
44         * src/folderview.c
45                 delay expanding folder tree during drags until timeout triggered
46                 (needs perhaps some tweaking, so testing is welcome)
47
48 2003-07-17 [alfons]     0.9.3claws21
49
50         * src/folderview.c
51                 clean up cruft
52
53 2003-07-17 [christoph]  0.9.3claws20
54
55         * src/common/session.c
56                 fix opening of SSL connections
57
58         * src/plugins/image_viewer/Makefile.am
59                 add OPENSSL_CFLAGS (we should find a better solution to remove
60                 this dependencies if they are not required)
61
62         * src/plugins/spamassassin/spamassassin.c
63                 remove setlocale workaround (fixed in libspamc)
64
65 2003-07-17 [alfons]     0.9.3claws19
66
67         * src/common/hooks.[ch]
68         * src/plugins/clamav/clamav_plugin.c
69         * src/plugins/spamassassin/spamassassin.c
70         * src/plugins/trayicon/trayicon.c
71                 fix signedness muck 
72
73 2003-07-17 [alfons]     0.9.3claws18
74
75         * src/procmime.c
76                 plug memleak
77
78 2003-07-17 [alfons]     0.9.3claws17
79
80         * src/inc.c
81                 plug memleak
82
83 2003-07-17 [paul]       0.9.3claws16
84
85         * src/common/defs.h
86           src/mainwindow.c
87           src/manual.[ch]
88                 add link to the Claws site's FAQ page, after the suggestion
89                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
90                 Move url strings to defs.h
91                 
92         * src/mainwindow.c
93                 fix typo to prevent "unknown menu entry" warnings
94
95 2003-07-17 [alfons]     0.9.3claws15
96
97         * src/folderview.[ch]
98         * src/summaryview.[ch]
99         * src/mimeview.[ch]
100                 plug DnD leaks 
101
102 2003-07-17 [paul]       0.9.3claws14
103
104         * src/inc.c
105                 remove two instances of 'GTK_EVENTS_FLUSH' because
106                 they are unnecessary and probably cause a stack overflow
107
108 2003-07-16 [christoph]  0.9.3claws13
109
110         * src/mimeview.[ch]
111                 use an invisible GTK notebook to switch between viewers
112                 instead of reparenting widgets
113
114 2003-07-16 [christoph]  0.9.3claws12
115
116         * src/folder.c
117                 move folder_item_update_freeze() to correct place in
118                 folder_item_scan_full()
119
120 2003-07-16 [paul]       0.9.3claws11
121
122         * sync with 0.9.3cvs12
123                 see ChangeLog 2003-07-14 and 2003-07-15
124
125 2003-07-16 [christoph]  0.9.3claws10
126
127         * src/imap.[ch]
128         * src/prefs_account.[ch]
129                 sync IMAP CRAM-MD5 authentication with sylpheed-main
130
131 2003-07-15 [alfons]     0.9.3claws9
132
133         * src/main.c
134                 make --config-dir do something useful
135
136 2003-07-15 [alfons]     0.9.3claws8
137
138         * src/procmsg.c
139                 o fix a bug where 'last' didn't really point to the last message
140                   in the top level list of children, but to the last threaded
141                   message. 
142                 
143                 o clean up and make it easier to sync
144
145 2003-07-15 [alfons]     0.9.3claws7
146
147         * src/mainwindow.c
148                 make correct menu items sensitive       
149
150 2003-07-14 [alfons]     0.9.3claws6
151
152         * src/procmsg.c
153                 tune the threader so it will not subject-thread any message
154                 without a subject prefix (this will not thread correctly if 
155                 a parent is delivered after their childs, but it looks 
156                 better right now)
157
158 2003-07-13 [christoph]  0.9.3claws5
159
160         * src/mainwindow.c
161                 group "Add mailbox *..." menu items in submenu
162
163 2003-07-13 [alfons]     0.9.3claws4
164
165         * src/summaryview.c
166                 correct summary_toggle_pressed() signature and make sure
167                 signal is not passed on
168
169 2003-07-13 [alfons]     0.9.3claws3
170
171         * src/summaryview.c
172                 o for now don't pass on keys when they we're handled by 
173                   ctree::key_press_event
174                 o clean up
175
176 2003-07-13 [alfons]     0.9.3claws2
177         
178         * src/main.c
179                 add command line option "--config-dir" to get the current 
180                 configuration dir
181
182 2003-07-12 [alfons]     0.9.3claws1
183
184         * src/matcher.[ch]
185         * src/matcher_parser_parse.y
186         * src/prefs_filtering.c
187         * src/filtering.c
188                 add "Lock" filter action to lock messages;
189
190         * src/filtering.c       
191                 remove debug_print()    
192         * src/prefs_filtering.c
193                 re-organize matcher part 9: 
194                 make action text entries easily extendible;
195                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
196                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
197
198 2003-07-12 [paul]
199
200         * tools/README
201                 update old information and add missing
202                 information
203
204 2003-07-12 [paul]       0.9.3claws
205
206         * 0.9.3claws released
207         
208 2003-07-12 [paul]       0.9.0claws103
209
210         * src/Makefile.am
211                 add addrquery.h
212
213 2003-07-12 [melvin]     0.9.0claws102
214
215         * src/messageview.c
216                 Fixed bug #215: Show MIME tab for single text/html messages. 
217                 
218 2003-07-12 [paul]       0.9.0claws101
219
220         * man/sylpheed.1
221                 updated
222
223 2003-07-12 [paul]       0.9.0claws100
224
225         * po/es.po
226           po/hr.po
227           po/pl.po
228           po/sr.po
229                 update Spanish, Croatian, Polish, Serbian translations.
230                 submitted by Ricardo Mones Lastra, Dragan, Witold
231                 Wladyslaw Wojciech Wilk, Urke MMI
232
233 2003-07-12 [melvin]     0.9.0claws99
234
235         * po/fr.po
236                 Updated French translations.
237
238 2003-07-12 [paul]       0.9.0claws98
239
240         * src/addressbook.c
241                 disable 'Lookup' button as it has no effect
242
243 2003-07-11 [alfons]     0.9.0claws97
244         
245         * src/summaryview.c
246                 summary_searchbar_pressed() should return TRUE to signal that
247                 event was handled. when returning void, the return value passed
248                 to GTK is actually random, but maybe FALSE, in which case the
249                 event is handled by parent
250                 
251 2003-07-10 [paul]       0.9.0claws96
252
253         * ac/missing/gettext.m4
254                 update to version 0.12
255
256 2003-07-10 [paul]       0.9.0claws95
257
258         * src/plugins/clamav/clamav_plugin.c
259                 fix bug where multipart/alternative messages
260                 would slip through without being scanned
261
262 2003-07-10 [christoph]  0.9.0claws94
263
264         * src/folder.c
265                 correct check if folder supports removing when a message is
266                 moved. if not the message is only copied.
267
268         (closes Bug 132 crash on startup in newsgroups folders)
269
270 2003-07-09 [alfons]     0.9.0claws93
271
272         * configure.ac
273         * src/common/defs.h
274                 --with-config-dir (default .sylpheed)
275
276 2003-07-09 [christoph]  0.9.0claws92
277
278         * configure.ac
279                 use PKG_CHECK_MODULES to check for gtkmathview
280                 (version 0.4.2 now required)
281
282 2003-07-08 [melvin]     0.9.0claws91
283
284         * src/action.c
285                 Implemented a progress bar that counts the number of completed
286                 tasks when the action runs more than one command.
287
288 2003-07-08 [alfons]     0.9.0claws90
289
290         * src/procmsg.c
291                 if queued message has an invalid Message-Id, don't try to
292                 find message it refers to (fixes #209 "crash when processing 
293                 in folder")
294
295 2003-07-08 [paul]       0.9.0claws89
296
297         * sync with 0.9.3cvs2
298                 see ChangeLog 2003-07-08
299
300 2003-07-08 [match]      0.9.0claws88
301
302         * src/ldapctrl.c
303                 extend LDAP search for first/last name by parsing search term.
304
305 2003-07-08 [alfons]     0.9.0claws87
306
307         * src/send_message.c
308                 fix bug #208 "Status message stuck when sending on POP3 account"
309
310 2003-07-07 [paul]       0.9.0claws86
311
312         * po/hr.po
313                 new Croatian translation, submitted by
314                 Dragan <drleskov@inet.hr>
315
316 2003-07-07 [paul]       0.9.0claws85
317
318         * sync with 0.9.3cvs1
319                 see ChangeLog 2003-07-07
320
321 2003-07-05 [christoph]  0.9.0claws84
322
323         * src/Makefile.am
324         * src/messageview.c
325         * src/mimeview.[ch]
326         * src/stock_pixmap.[ch]
327         * src/pixmaps/messageview_text.xpm              ** NEW **
328                 move mimeview tabs to the right side and use icons
329                 instead of text to save some space
330
331         (patch by Luke Plant <lukeplant@softhome.net>)
332
333 2003-07-05 [christoph]  0.9.0claws83
334
335         * src/inc.c
336                 add NULL pointer checks
337
338         (patch by Luke Plant <lukeplant@softhome.net>)
339         (closes Bug 204 0.9.0 quits on authentication error?!)
340
341 2003-07-05 [alfons]     0.9.0claws82
342
343         * configure.ac
344                 take the clue in bug #202 "./configure script - 
345                 'if test' comparison failure" reported by John Kristoff. 
346
347 2003-07-04 [christoph]  0.9.0claws81
348
349         * src/plugins/spamassassin/spamassassin.c
350                 set timeout for spam check
351
352 2003-07-04 [christoph]  0.9.0claws80
353
354         * src/main.c
355                 destroy all FolderItems when shutting down to
356                 allow folders to clean up
357
358 2003-07-04 [melvin]     0.9.0claws79
359
360         * src/gtk/gtkaspell.c
361                 Fixed bug #184 "Entering non-ascii character deletes
362                 previous char if spell checking enabled": this makes
363                 the spell checking in multibytes (e.g. UTF-8)locales work.
364                 (Patch by Luke Plant).
365                 
366 2003-07-04 [christoph]  0.9.0claws78
367
368         * sync with 0.9.2cvs1
369                 see ChangeLog 2003-06-10
370
371 2003-07-04 [paul]       0.9.0claws77
372
373         * sync with 0.9.3 release
374                 see ChangeLog 2003-07-04
375
376 2003-07-03 [christoph]  0.9.0claws76
377
378         * src/folder.[ch]
379         * src/imap.c
380         * src/mbox_folder.c
381         * src/mh.c
382         * src/news.c
383                 move folder_item_get_path() stuff into a folder virtual function
384
385         * src/procmsg.c
386                 use folder_item_fetch_msg() to get message and do not contruct
387                 the filename from path and number
388
389 2003-07-03 [paul]       0.9.0claws75
390
391         * sync with 0.9.2cvs12
392                 see ChangeLog 2003-07-03
393
394 2003-07-02 [paul]       0.9.0claws74
395
396         * src/messageview.c
397                 fix text-selection for replying
398
399 2003-07-02 [paul]       0.9.0claws73
400
401         * sync with 0.9.2cvs11
402                 see ChangeLog 2003-07-02
403
404 2003-07-02 [paul]       0.9.0claws72
405
406         * src/procmsg.c
407                 revert last commit because it breaks more
408                 than it fixes
409
410 2003-07-02 [paul]       0.9.0claws71
411
412         * src/procmsg.c
413                 fix thread by subject/sort by date
414
415 2003-07-01 [paul]       0.9.0claws70
416
417         * sync with 0.9.2cvs10
418                 see ChangeLog 2003-07-01
419
420 2003-06-30 [paul]       0.9.0claws69
421
422         * sync with 0.9.2cvs9
423                 see ChangeLog 2003-06-30
424
425 2003-06-28 [match]      0.9.0claws68
426
427         * src/addressbook.c
428                 fix null ptr.
429
430 2003-06-27 [paul]       0.9.0claws67
431
432         * sync with 0.9.2cvs7
433                 see ChangeLog 2003-06-27
434
435 2003-06-26 [christoph]  0.9.0claws66
436
437         * src/folder.c
438                 freeze folder updates while a folder is scanned
439
440         (closes Bug 185 New message counter)
441
442 2003-06-26 [darko]      0.9.0claws65
443
444         * src/ldapserver.c
445                 fix infinite loop when adding a new LDAP server
446
447 2003-06-26 [paul]       0.9.0claws64
448
449         * sync with 0.9.2cvs6
450                 see ChangeLog 2003-06-26
451
452 2003-06-26 [paul]       0.9.0claws63
453
454         * sync with 0.9.2cvs5
455                 see ChangeLog 2003-06-25 and 2003-06-26
456
457 2003-06-25 [match]      0.9.0claws62
458
459         * src/addr_compl.c
460                 Fixed tab/backtab for dropped-down completion list to
461                 move next/previous field. (close bug 147)
462
463 2003-06-25 [christoph]  0.9.0claws61
464
465         * src/addr_compl.[ch]
466         * src/addrindex.[ch]
467         * src/folderview.c
468         * src/inc.c
469         * src/news.c
470         * src/summaryview.c
471         * src/toolbar.c
472                 fix warnings
473
474 2003-06-25 [leandro]    0.9.0claws60
475
476         * src/compose.c
477                 o cleanups
478                 o gray out "Message/Remove references" menu item if not
479                   replying to a message
480
481 2003-06-24 [leandro]    0.9.0claws59
482
483         * src/compose.[ch]
484                 o removed "Message/Create new thread" menu item
485                 o added "Message/Remove references" menu item
486                   (it's off by default and will not check anymore
487                    if the subject changed)
488
489 2003-06-23 [alfons]     0.9.0claws58
490
491         * src/procmsg.c
492                 try better grouping messages threaded by subject based on their age.
493                 still not perfect - because the message tree is not sorted by date.  
494
495 2003-06-23 [thorsten]   0.9.0claws57
496
497         * src/pop.[ch]
498                 added mail_receive_hook to allow modifications
499                 directly after retrieval (e.g. adding headers).
500
501 2003-06-23 [paul]       0.9.0claws56
502
503         * src/sourcewindow.c
504                  enable the use of Ctrl+A to select all text in
505                  the sourcewindow
506                  Patch submitted by Ivan Francolin Martinez
507                  <ivanfm@users.sourceforge.net>
508
509 2003-06-22 [christoph]  0.9.0claws55
510
511         * src/folder.[ch]
512                 o add notification hook for folder tree changes
513                 o invoke hooks after folder tree scanning
514
515         * src/folderview.[ch]
516                 register hook for folder tree changes that
517                 updates the ctree
518
519         (there are more places that should be updated, like add, remove 
520          or move folder)
521
522         (closes Bug 164 Crash on rebuild folder tree)
523         (closes Bug 190 Crash on 'rebuilding folder tree')
524
525 2003-06-21 [leandro]    0.9.0claws54
526
527         * src/compose.[ch]
528                 create a new thread if subject changes
529                 (it's on by default, can be disabled in Message menu)
530
531 2003-06-21 [alfons]     0.9.0claws53
532
533         * src/summaryview.c
534                 quiet little compiler
535
536 2003-06-21 [christoph]  0.9.0claws52
537
538         update gettext stuff to version 0.12
539
540 2003-06-19 [alfons]     0.9.0claws51
541
542         * src/common/log.c
543         * src/common/plugin.c
544                 move defs.h before glib.h to prevent MIN/MAX redefs
545
546 2003-06-19 [alfons]
547
548         * src/addressbook.c
549                 translatable
550
551 2003-06-19 [match]      0.9.0claws50
552
553         * src/addressbook.[ch]
554         * src/addrindex.[ch]
555         * src/addr_compl.[ch]
556         * src/editldap.[ch]
557         * src/editldap_basedn.[ch]
558         * src/addritem.[ch]
559         * src/ldapquery.h
560                 re-implemented dynamic LDAP search. works without
561                 slowdown on display sender with addressbook
562                 option.
563         * src/addrbook.c
564                 documented code.
565
566 2003-06-19 [paul]       0.9.0claws49
567
568         * src/compose.c
569                 fix Bug #136 'Nonprovided quotation marks crash claws'
570                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
571
572 2003-06-19 [alfons]     0.9.0claws48
573
574         * src/prefs_common.[ch]
575         * src/procmsg.c
576                 restrict threading by subject by checking thread for
577                 age (prefs_common.thread_by_subject_max_age)
578
579 2003-06-18 [christoph]  0.9.0claws47
580
581         * src/imap.c
582                 fix memory leak in imap_cmd_fetch()
583
584 2003-06-18 [christoph]  0.9.0claws46
585
586         * src/prefs_gtk.c
587                 fix memory leak in prefs_set_default() when used multiple
588                 times or after prefs have been read
589
590 2003-06-18 [christoph]  0.9.0claws45
591
592         * src/common/plugin.c
593                 fix memory leak in plugin_unload()
594
595 2003-06-18 [christoph]  0.9.0claws44
596
597         * src/imap.c
598                 fix memory leak in imap_cmd_ok()
599
600 2003-06-18 [christoph]  0.9.0claws43
601
602         * src/folder.c
603                 stop messages that are downloaded from POP3 and added to
604                 an IMAP inbox from being filtered twice (first by POP3
605                 and again when IMAP folder is scaned to get the UID of
606                 the APPEND operation when no UIDPLUS is available)
607
608 2003-06-18 [alfons]
609
610         * tools/Makefile.am
611                 phoenix <- firebird     
612
613 2003-06-18 [paul]
614
615         * tools/launch_phoenix          ** REMOVED **
616           tools/launch_firebird         ** NEW **
617                 renamed and edited to reflect the browser's name change from
618                 'phoenix' to 'firebird'
619
620 2003-06-18 [paul]       0.9.0claws42
621
622         * sync with 0.9.2cvs2
623                 see ChangeLog 2003-06-16
624
625 2003-06-17 [alfons]     0.9.0claws41
626
627         * src/procmsg.c
628                 prevent threading problems when a node is an ancestor (parent / great parent),
629                 which mostly happens with circular references (thanks to Phillipe Gramoullé
630                 for finding an sample set of messages)
631
632 2003-06-16 [christoph]  0.9.0claws40
633
634         * src/main.c
635                 don't popup main window on --receive or --receive-all
636
637         * src/mainwindow.[ch]
638         * src/plugins/trayicon/trayicon.c
639                 allow hiding of main window by clicking on the trayicon
640                 (doesn't work correctly in seperate window mode and may
641                  cause unexpected GTK problems I couldn't find yet)
642
643         * src/common/ssl.c
644                 remove incorrect warning
645
646 2003-06-15 [alfons]     0.9.0claws39
647
648         * src/gtk/gtkstext.c
649                 don't output debug text;
650                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
651                 for pointing this out);
652
653 2003-06-14 [alfons]     0.9.0claws38
654         
655         * src/messageview.c
656                 remove printf() and make one if..else comply with coding style
657
658 2003-06-14 [alfons]     0.9.0claws37
659
660         * AUTHORS
661                 add Martin Wicke
662         * src/action.c
663         * src/messageview.[ch]
664         * src/summaryview.c
665                 apply patch #754162 "Quoting messages filtered by actions" submitted
666                 by Martin Wicke, which allows quoting message body changed by an
667                 action (Thanks!).
668
669 2003-06-13 [alfons]     0.9.0claws36
670
671         * src/utils.c
672                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
673                 use case insensitive regexp (suggested by Ivan Martinez)
674
675 2003-06-13 [christoph]  0.9.0claws35
676
677         * configure.ac
678         * src/plugins/trayicon/Makefile.am
679         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
680         * src/plugins/trayicon/trayicon.c
681         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
682         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
683         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
684         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
685         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
686         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
687                 replace my own EggTrayIcon backport with the backport
688                 used by (l|x)mule and gabber.
689
690 2003-06-13 [alfons]     0.9.0claws34
691
692         * AUTHORS
693         * src/common/utils.c
694                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
695
696 2003-06-13 [alfons]     0.9.0claws33
697
698         * src/compose.c
699                 clean up a little bit
700
701 2003-06-12 [alfons]     0.9.0claws32
702
703         * src/compose.c
704                 const correctness fix
705
706         * src/common/sylpheed.[ch]
707                 () -> (void)
708                 prevent redef MIN/MAX
709                 
710         * src/common/utils.[ch]
711                 () -> (void)
712
713 2003-06-12 [melvin]     0.9.0claws31
714
715         * src/compose.c
716                 Updated to take into accounts changes in GtkAspell.
717
718 2003-06-12 [alfons]     0.9.0claws30
719
720         * src/compose.c
721         * src/procmsg.c
722         * src/common/utils.[ch]
723                 handle reply subject prefixes better (initial 
724                 suggestion by Robert Story adapted and enhanced 
725                 using regexps)
726
727 2003-06-12 [melvin]     0.9.0claws29
728
729         * src/compose.c
730                 Use new gtkaspell_checkers_strerror() to get the speller's
731                 error message instead of accessing the (now private)
732                 checkers structure.
733                 Minor code clean up
734
735         * src/main.c
736                 Use #ifdef instead of #if for USE_ASPELL
737                 Use the new spell checkers init/quit functions 
738
739         * src/gtk/gtkaspell.c
740                 Use #ifdef instead of #if for USE_ASPELL
741                 Moved in the majority of GtkAspell structures that were
742                 exported before by gtkaspell.h
743         
744         * src/gtk/gktaspell.h
745                 Made gtkaspell.h contain only the necessary data to be
746                 publicized by moving many structures to gtkaspell.c.
747                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
748                 gtkaspell_checkers_new(): replaced by...
749                 gtkaspell_checkers_init(): new function for initialization
750                 gtkaspell_checkers_delete(): replaced by...
751                 gtkaspell_checkers_quit(): new function
752                 gtkaspell_checkers_strerror(): new function that returns
753                 the checker's last error message.
754                 
755 2003-06-11 [melvin]     0.9.0claws28
756
757         * po/POTFILES.in
758                 Updated to take into account gtkaspell.c migration to
759                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
760
761 2003-06-10 [alfons]     0.9.0claws27
762
763         * src/filtering.[ch]
764         * src/folder.c
765         * src/matcher.c
766         * src/scoring.[ch]
767                 - try fixing bug #18 (any brave testers?)
768                 - add more robustness by refusing previously 
769                   unchecked NULL pointers 
770
771 2003-06-10 [alfons]     0.9.0claws26
772
773         * src/procmsg.c
774                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
775
776 2003-06-09 [alfons]     0.9.0claws25
777
778         * src/prefs_common.c
779                 fix bug #163 "Icon switching doesnt work properly" by 
780                 preventing early freeing of prefs_common.pixmap_theme_path.
781
782 2003-06-09 [christoph]  0.9.0claws24
783
784         * src/gtk/gtkaspell.c
785                 revert Thorsten's fix and add forgotten g_strdup for
786                 aspell path (it should not be possible to alter the path a
787                 GtkASpell uses from outside)
788
789 2003-06-09 [thorsten]   0.9.0claws23
790
791         * src/gtk/gtkaspell.c
792                 dont free prefs_common.aspell_path when closing compose
793
794 2003-06-08 [colin]      0.9.0claws22
795
796         * src/plugins/spamassassin/spamassassin.c
797                 fix prefs types
798
799 2003-06-07 [christoph]  0.9.0claws21
800
801         * src/Makefile.am
802         * src/compose.c
803         * src/gtkaspell.[ch]            ** REMOVE **
804         * src/gtk/Makefile.am
805         * src/gtk/gtkaspell.[ch]        ** NEW **
806                 o make gtkaspell independent from sylpheed's prefs
807                 o move gtkaspell.[ch] to gtk directory
808
809 2003-06-07 [christoph]  0.9.0claws20
810
811         * src/Makefile.am
812         * src/crash.c
813         * src/export.c
814         * src/filesel.[ch]              ** REMOVE **
815         * src/folder.c
816         * src/main.[ch]
817         * src/common/sylpheed.[ch]
818         * src/gtk/Makefile.am
819         * src/gtk/filesel.[ch]          ** NEW **
820         * src/gtk/pluginwindow.c
821         * src/gtk/sslcertwindow.c
822                 move filesel.[ch] to gtk directory
823
824 2003-06-07 [alfons]     0.9.0claws19
825
826         * src/filesel.c
827                 make (multi) file selection dialog work again (Claws-only)
828
829 2003-06-07 [thorsten]   0.9.0claws18
830
831         * po/de.po
832                 fix typos
833
834 2003-06-07 [alfons]     0.9.0claws17
835
836         * configure.ac
837         * src/mimeview.c
838                 detect apache mishap in which case don't include fnmatch.h
839                 if regex.h is already included
840
841 2003-06-06 [christoph]  0.9.0claws16
842
843         * configure.ac
844         * src/mimeview.h
845                 add check for fnmatch.h and include it when available
846
847         * src/mimeview.[ch]
848                 fix wrong case sensitivity of Content-Types
849
850         * src/gtk/Makefile.am
851                 need the same include paths in gtk directory as in
852                 common directory because .h files in common can
853                 include files from these directories, when included
854                 in gtk's .h or .c files
855
856 2003-06-06 [alfons]     0.9.0claws15
857
858         * src/mimeview.c
859         * src/summaryview.c
860                 make it compile again because of regex.h / fnmatch.h 
861                 include problems (related to recent mime stuff, can
862                 someone check this?)
863
864 2003-06-06 [thorsten]   0.9.0claws14
865
866         * src/folderview.c
867                 possible use of uninitialized pointer while dragging
868
869 2003-06-06 [paul]       0.9.0claws13
870
871         * src/compose.c
872                 fix bug where the insert sig button would be effective
873                 only when auto_sig was set
874
875 2003-06-06 [paul]       0.9.0claws12
876
877         * sync with 0.9.2 release
878
879 2003-06-02 [paul]       0.9.0claws11
880
881         * sync with 0.9.1cvs1
882                 see ChangeLog 2003-06-02
883                 
884         * po/de.po
885                 update by Jens
886
887 2003-06-01 [christoph]  0.9.0claws10
888
889         * src/account.c
890                 don't use substring search to find accounts by email address
891
892         (closes Bug 169 Overly loose matching of "From" address)
893
894 2003-05-31 [christoph]  0.9.0claws9
895
896         * doc-src/rfc2683.txt
897         * src/imap.c
898                 limit IMAP command length as recommended in RFC2683
899                 (message number lists will be split into multiple imap
900                 sets, the limit of 1000 octets is not a hard limit)
901
902         (closes Bug 161 sylpheed-claws exits with segfault when logging
903          in to certain imap-servers)
904
905 2003-05-29 [alfons]     0.9.0claws8
906
907         * src/toolbar.[ch]
908                 add print button (calling summary_print());
909                 fine tune setting tooltip text;
910                 (if someone needs other buttons, please take these 
911                 commits as a guide, instead of bothering us - also
912                 see 0.8.11claws150) 
913
914 2003-05-29 [darko]      0.9.0claws7
915
916         * src/compose.c
917                 fix crash when word wrapping kicks in due to
918                 changed text by spell checker
919
920 2003-05-29 [paul]       0.9.0claws6
921
922         * src/compose.c
923                 fix bug where changing account would insert
924                 sig even if auto_sig was FALSE
925                 
926         * ChangeLog
927           ChangeLog.jp
928           INSTALL
929                 sync with 0.9.1 release
930
931 2003-05-28 [christoph]  0.9.0claws5
932
933         * src/imap.c
934                 fix truncation of too long commands
935
936         (closes Bug 167 IMAP hangs trying to get envelope
937          information in imap_get_uncached_messages)
938
939 2003-05-27 [paul]       0.9.0claws4
940
941         * tools/Makefile.am
942           tools/maildir2sylpheed.pl     ** NEW FILE **
943                 add kmail to sylpheed mailbox conversion script
944
945 2003-05-27 [paul]       0.9.0claws3
946
947         * sync with 0.9.0cvs10
948                 see ChangeLog 2003-05-26
949
950 2003-05-26 [paul]       0.9.0claws2
951
952         * sync with 0.9.0cvs9
953                 see ChangeLog 2003-05-26
954
955 2003-05-24 [paul]       0.9.0claws1
956
957         * sync with 0.9.0cvs8
958                 see ChangeLog 2003-05-23
959
960 2003-05-24 [paul]       0.9.0claws
961
962         * version 0.9.0claws released
963
964 2003-05-24 [paul]       0.8.11claws177
965
966         * src/plugins/dillo-viewer/Makefile.am
967           src/plugins/traycon/Makefile.am
968                 add missing files
969                 
970         * po/bg.po
971           po/en_GB.po
972           po/es.po
973           po/it.po
974           po/pt_BR.po
975           po/ru.po
976           po/sr.po
977                 update Bulgarian, British English, Spanish, Italian, 
978                 Brazilian Portuguese, Russian, and Serbian translations, 
979                 submitted by George Danchev, [me], Ricardo Mones Lastra,
980                 André Filipe de Assunção e Brito, Alessandro Maestri, 
981                 Ruslan N. Balkin, and Urke MMI
982
983 2003-05-23 [melvin]     0.8.11claws176
984
985         * po/fr.po
986                 Updated French translations
987
988 2003-05-22 [paul]       0.8.11claws175
989
990         * src/Makefile.am
991           src/addrbook.[ch]
992           src/addrcache.[ch]
993           src/addr_compl.[ch]
994           src/adressbook.[ch]
995           src/addrindex.[ch]
996           src/addritem.[ch]
997           src/editaddress.c
998           src/editgroup.c
999           src/editldap_basedn.c
1000           src/editldap.c
1001           src/jpilot.c
1002           src/vcard.c
1003                 revert to get ldap into it previous working state
1004                 
1005         * po/zh_TW.Big5.po
1006                 new Taiwanese translation,
1007                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1008
1009 2003-05-22 [christoph]  0.8.11claws174
1010
1011         * src/plugins/spamassassin/libspamc.[ch]
1012                 sync libspamc with SpamAssaain release 2.55
1013
1014 2003-05-22 [paul]       0.8.11claws173
1015
1016         * sync with 0.9.0cvs7
1017                 see ChangeLog 2003-05-22
1018                 
1019         * src/summaryview.c
1020                 revert change in 0.8.11claws172: follow
1021                 Hiroyuki's decision and that's the end of it.
1022
1023 2003-05-21 [paul]       0.8.11claws172
1024
1025         * src/summaryview.c
1026                 fix discrepency between open_unread_on_enter
1027                 and always_show_msg
1028
1029 2003-05-21 [paul]       0.8.11claws171
1030
1031         * sync with 0.9.0cvs6
1032                 see ChangeLog 2003-05-21
1033
1034 2003-05-21 [paul]       0.8.11claws170
1035
1036         * sync with 0.9.0cvs5
1037                 see ChangeLog 2003-05-21
1038
1039 2003-05-20 [paul]       0.8.11claws169
1040
1041         * sync with 0.9.0cvs4
1042                 see ChangeLog 2003-05-20
1043                 fixes bug #152, 'encoding of IMAP folders names'
1044
1045 2003-05-20 [paul]       0.8.11claws168
1046
1047         * sync with 0.9.0cvs3
1048                 see ChangeLog 2003-05-20
1049                 
1050         * src/tools/convert_mbox.pl
1051                 minor change in the comments, submitted by Fred Marton
1052
1053 2003-05-19 [paul]       0.8.11claws167
1054
1055         * src/plugins/clamav/Makefile.am
1056           configure.ac
1057                 link clamav_lib to the plugin and not to the main program
1058
1059 2003-05-19 [christoph]
1060
1061         * src/Makefile.am
1062                 add -export-dynamic for linking
1063
1064 2003-05-19 [paul]       0.8.11claws166
1065
1066         * sync with 0.9.0cvs1
1067                 see ChangeLog 2003-05-19
1068
1069 2003-05-19 [paul]       0.8.11claws165
1070
1071         * src/inc.c
1072                 fix 'pop before smtp' timeout
1073
1074 2003-05-18 [alfons]     0.8.11claws164
1075
1076         * src/prefs_matcher.c
1077                 put "execute" action command line ("expression") in edit box
1078
1079 2003-05-18 [christoph]  0.8.11claws163
1080
1081         * src/mimeview.[ch]
1082         * src/plugins/dillo_viewer/dillo_viewer.c
1083         * src/plugins/image_viewer/viewer.c
1084         * src/plugins/mathml_viewer/mathml_viewer.c
1085                 let a viewer have a list of Content-Types
1086
1087 2003-05-18 [paul]       0.8.11claws162
1088
1089         * src/prefs_filtering.c
1090                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1091                 and REDIRECT actions
1092
1093 2003-05-17 [christoph]
1094
1095         * README.claws
1096                 o remove dynamic signatures that was syned with main
1097                 o add infos about no longer "build in" image viewer
1098                 o update bugtracker URL
1099
1100 2003-05-17 [christoph]  0.8.11claws161
1101
1102         * src/folder.c
1103         * src/folderview.c
1104         * src/imap.c
1105                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1106                 for every folder after rebuilding the folder tree.
1107
1108         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1109          messages)
1110
1111 2003-05-17 [christoph]  0.8.11claws160
1112
1113         * src/imap.c
1114                 don't use STATUS command on current folder to check for
1115                 content changes. imap_cmd_ok() now tracks changes to
1116                 folder and number of existing messages.
1117
1118 2003-05-17 [paul]       0.8.11claws159
1119
1120         * src/plugins/clamav/clamav_plugin.c
1121                 remove unnecessary debug_print
1122
1123 2003-05-16 [thorsten]   0.8.11claws158
1124
1125         * src/plugins/demo.c
1126                 included missing intl.h
1127
1128 2003-05-16 [paul]       0.8.11claws157
1129
1130         * po/POTFILES.in
1131                 remove non-existant entries
1132         
1133         * src/plugins/clamav/clamav_plugin.c
1134           src/plugins/clamav/clamav_plugin_gtk.c
1135           src/plugins/dillo_viewer/dillo_prefs.c
1136           src/plugins/dillo_viewer/dillo_viewer.c
1137                 gettextise
1138
1139 2003-05-16 [christoph]  0.8.11claws156
1140
1141         * po/POTFILES.in
1142                 include plugin .c files for translation until I
1143                 find a better solution to have plugins have their
1144                 own textdomain
1145         * src/plugins/demo/demo.c
1146         * src/plugins/image_viewer/plugin.c
1147         * src/plugins/mathml_viewer/mathml_viewer.c
1148         * src/plugins/spamassassin/spamassassin.c
1149         * src/plugins/spamassassin/spamassassin_gtk.c
1150         * src/plugins/trayicon/trayicon.c
1151                 add gettext macros for plugin name and description
1152
1153 2003-05-16 [paul]
1154
1155         * sync with 0.9.0
1156
1157 2003-05-16 [paul]       0.8.11claws155
1158
1159         * sync with lastest 0.9.0pre1
1160                 see ChangeLog 2003-05-16
1161
1162 2003-05-15 [paul]       0.8.11claws154
1163
1164         * sync with latest 0.9.0pre1
1165                 see ChangeLog 2003-05-14 and 2003-05-15
1166
1167 2003-05-14 [christoph]  0.8.11claws153
1168
1169         * src/plugins/image_viewer/viewer.c
1170         * src/plugins/image_viewer/viewer.glade         ** NEW **
1171         * src/plugins/image_viewer/viewerprefs.c
1172                 make it possible to disable the autoload function in the
1173                 imageviewer again
1174
1175 2003-05-14 [christoph]  0.8.11claws152
1176
1177         * src/folder.c
1178                 fix folder update after adding a message
1179
1180 2003-05-13 [alfons]     0.8.11claws151
1181
1182         * src/common/session.c
1183                 remove debug traces
1184                 
1185         * src/addrcache.[ch]
1186         * src/filtering.[ch]
1187         * src/folder.[c]
1188         * src/gtkaspell.[ch]
1189         * src/imap.[ch]
1190         * src/mbox_folder.[ch]
1191         * src/mh.[ch]
1192         * src/mimeview.h
1193         * src/msgcache.[ch]
1194         * src/news.[ch]
1195         * src/passphrase.[ch]
1196         * src/prefs_common.[ch]
1197         * src/prefs_gtk.[ch]
1198         * src/procmsg.c
1199         * src/scoring.[ch]
1200                 be pedantic; (in prototypes () implies (int))
1201
1202 2003-05-13 [alfons]     0.8.11claws150
1203
1204         * src/prefs_toolbar.[ch]
1205         * src/summaryview.[ch]
1206         * src/toolbar.[ch]
1207                 change misleading text in toolbar prefs;
1208                 add toolbar action for ignore thread (toggles ignore thread flag);
1209                 clean up a little bit;
1210
1211 2003-05-12 [paul]
1212
1213         * tools/convert_mbox.pl
1214                 bug fixed by Fred Marton
1215
1216 2003-05-12 [paul]
1217
1218         * sync with 0.9.0pre1
1219
1220 2003-05-09 [paul]       0.8.11claws149
1221
1222         * sync with 0.8.11cvs43
1223                 see ChangeLog 2003-05-09
1224
1225 2003-05-08 [christoph]  0.8.11claws148
1226
1227         * src/imap.[ch]
1228                 o use CAPABILIY as first command and check for PREAUTH
1229                   information in the response to it
1230                 o rewrite all imap_cmd_* functions to use an IMAPSession
1231                   instead of a SockInfo as parameter
1232                 o do STARTTLS after fetching and checking the server
1233                   capabilities
1234
1235 2003-05-08 [paul]       0.8.11claws147
1236
1237         * tools/Makefile.am
1238           tools/README
1239           tools/convert_mbox.pl         ** NEW FILE **
1240                 add mbox conversion script. Submitted by 
1241                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1242
1243 2003-05-07 [christoph]
1244
1245         * doc-src/glade.txt
1246         * src/gtk/pluginwindow.glade
1247         * src/plugins/image_viewer/viewerprefs.glade
1248         * src/plugins/spamassassin/spamassassin_gtk.glade
1249                 add glade files for user interfaces and a description how
1250                 to use glade to create the sylpheed code
1251
1252 2003-05-07 [paul]       0.8.11claws146
1253
1254         * sync with 0.8.11cvs41
1255                 see ChangeLog 2003-05-07
1256
1257 2003-05-06 [christoph]  0.8.11claws145
1258
1259         * src/main.c
1260         * src/plugins/image_viewer/viewer.c
1261                 fix usage of imlib in imageviewer plugin
1262
1263         * src/gtk/prefswindow.c
1264                 handle window close event correctly
1265
1266 2003-05-06 [paul]       0.8.11claws144
1267
1268         * src/common/ssl.c
1269                 fix typo introduced in sync
1270
1271 2003-05-06 [paul]       0.8.11claws143
1272
1273         * sync with 0.8.11cvs39
1274                 see ChangeLog 2003-05-06
1275
1276 2003-05-06 [paul]       0.8.11claws142
1277
1278         * AUTHORS
1279           po/cs.po
1280                 updated Czech translation, submitted by 
1281                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1282                 
1283         * src/plugins/clamav/clamav_plugin_gtk.c
1284                 clean up
1285
1286 2003-05-03 [alfons]     0.8.11claws141
1287
1288         * src/compose.[ch]
1289                 make paste as quotation work even when the call to 
1290                 text_inserted() was deferred (fixes bug #140 "Paste 
1291                 as quotation does not work when using "external" 
1292                 clipboard")
1293
1294 2003-05-03 [thorsten]   0.8.11claws140
1295
1296         * src/addrquery.h
1297           src/ldapquery.h
1298           src/mainwindow.c
1299                 removed C++ comments
1300         * src/addr_compl.c
1301                 function with non-int retval/param used before
1302                 implementation/declaration
1303
1304 2003-05-02 [paul]       0.8.11claws139
1305
1306         * src/addr_compl.[ch]
1307           src/addressbook.[ch]
1308           src/addrindex.c
1309           src/summaryview.c
1310                 revert match's changes to (finally) remove the bug where
1311                 opening a folder causes massive slowdown when using the 
1312                 'Display sender using address book' option
1313
1314 2003-05-01 [melvin]     0.8.11claws138
1315
1316         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1317         * src/plugins/dillo_viewer/dillo_viewer.c
1318                 Fixed bug where "Cancel" button from prefs issued
1319                 warnings.
1320                 Comply a little more to coding style
1321
1322 2003-05-01 [paul]       0.8.11claws137
1323
1324         * sync with 0.8.11cvs38
1325                 see ChangeLog 2003-05-01
1326
1327 2003-05-01 [paul]       0.8.11claws136
1328
1329         * po/bg.po
1330                 updated by George Danchev
1331
1332 2003-04-30 [christoph]  0.8.11claws135
1333
1334         * src/plugins/dillo_viewer/dillo_prefs.c
1335         * src/plugins/image_viewer/viewerprefs.c
1336         * src/plugins/spamassassin/spamassassin_gtk.c
1337                 remove gtk_widget_ref() calls for widgets in
1338                 glade code
1339
1340 2003-04-30 [paul]       0.8.11claws134
1341
1342         * src/addrindex.c
1343                 ok, this time a better fix for the bug where opening folder
1344                 has massive slowdown when using the 'Display sender using 
1345                 address book' option
1346
1347 2003-04-30 [paul]       0.8.11claws133
1348
1349         * src/addrindex.c
1350                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1351         
1352 2003-04-30 [melvin]     0.8.11claws132
1353
1354         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1355
1356         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1357                 Preferences for the dillo plugin
1358         * src/plugins/dillo_viewer/dillo_viewer.c
1359                 Support for preferences
1360         * src/plugins/dillo_viewer/Makefile.am
1361                 Added dillo_prefs.[ch]
1362
1363 2003-04-30 [alfons]     0.8.11claws131
1364
1365         * src/common/plugin.[ch]
1366                 see? this ANSI C'fication immediately gives us type
1367                 checking for free.
1368
1369 2003-04-30 [alfons]     0.8.11claws130
1370
1371         * src/common/plugin.[ch]
1372         * src/plugins/clamav/clamav_plugin.[ch]
1373         * src/plugins/clamav/clamav_plugin_gtk.c
1374         * src/plugins/demo/demo.c
1375         * src/plugins/dillo_viewer/dillo_viewer.c
1376         * src/plugins/image_viewer/plugin.c
1377         * src/plugins/image_viewer/viewer.[ch]
1378         * src/plugins/image_viewer/viewerprefs.[ch]
1379         * src/plugins/mathml_viewer/mathml_viewer.c
1380         * src/plugins/spamassassin/spamassassin.[ch]
1381         * src/plugins/spamassassin/spamassassin_gtk.c
1382         * src/plugins/trayicon/trayicon.c
1383                 clean up
1384
1385 2003-04-30 [alfons]     0.8.11claws129
1386
1387         * src/common/utils.c
1388                 make is_ascii_str() fail gracefully when NULL pointer
1389                 is passed
1390
1391 2003-04-30 [paul]       0.8.11claws128
1392
1393         * src/addrindex.c
1394                 fix bug where opening folder has massive slowdown when
1395                 using the 'Display sender using address book' option
1396
1397 2003-04-30 [paul]       0.8.11claws127
1398
1399         * src/plugins/clamav/clamav_plugin.c
1400           src/plugins/clamav/clamav_plugin_gtk.c
1401           src/plugins/demo/demo.c
1402           src/plugins/dillo_viewer/dillo_viewer.c
1403           src/plugins/image_viewer/plugin.c
1404           src/plugins/mathml_viewer/mathml_viewer.c
1405           src/plugins/spamassassin/spamassassin.c
1406           src/plugins/spamassassin/spamassassin_gtk.c
1407           src/plugins/trayicon/trayicon.c
1408                 get rid of eye-hurting function signatures
1409
1410 2003-04-30 [paul]       0.8.11claws126
1411
1412         * src/plugins/trayicon/trayicon.c
1413                 add description
1414                 
1415         * src/mimeview.c
1416                 be more descriptive
1417
1418 2003-04-30 [paul]       0.8.11claws125
1419
1420         * configure.ac
1421                 arrange the plugins in reverse alphabetical order
1422                 
1423         * src/plugins/clamav/clamav_plugin.[ch]
1424           src/plugins/clamav/clamav_plugin_gtk.c
1425                 rename some params
1426                 resize max_size window
1427                 re-arrange the order of some gui elements
1428                 improve descriptions
1429         
1430         * src/plugins/image_viewer/plugin.c
1431           src/plugins/mathml_viewer/mathml_viewer.c
1432                 add descriptions
1433                 
1434         * src/plugins/spamassassin/spamassassin_gtk.c
1435                 resize max_size window
1436                 re-arrange the order of some gui elements
1437                 
1438         * src/messageview.c
1439           src/mimeview.c
1440                 correct typos
1441
1442 2003-04-30 [alfons]     0.8.11claws124
1443
1444         * src/imap.c
1445                 fix a leak found while browsing Martin Kluge's 
1446                 valgrind log (Claws only)
1447
1448 2003-04-29 [darko]      0.8.11claws123
1449
1450         * src/gtk/gtkstext.h
1451                 include wchar.h if it is available, fixes compilation
1452                 on HP-UX systems
1453
1454 2003-04-29 [melvin]     0.8.11claws122
1455
1456         * src/prefs_actions.c
1457                 Improved help text of Actions' syntax
1458
1459 2003-04-28 [paul]       0.8.11claws121
1460
1461         * src/action.c
1462                 a better fix for the crash when performing an action
1463                 on a mime part
1464
1465 2003-04-28 [paul]       0.8.11claws120
1466
1467         * src/action.c
1468                 fix crash when performing an action on a
1469                 mime part
1470
1471 2003-04-28 [paul]       0.8.11claws119
1472
1473         * sync with 0.8.11cvs36
1474                 see ChangeLog 2003-04-28
1475
1476 2003-04-27 [paul]       0.8.11claws118
1477
1478         * more sync with 0.8.11cvs35
1479                 see ChangeLog 2003-04-25
1480
1481 2003-04-26 [christoph]  0.8.11claws117
1482
1483         * src/folder.c
1484                 fix remove virtual check
1485
1486 2003-04-26 [paul]       0.8.11claws116
1487
1488         * src/messageview.c
1489                 fix return-receipt, make it work again
1490
1491 2003-04-26 [paul]       0.8.11claws115
1492
1493         * src/mimeview.c
1494                 restore double-clicking of the [application/pgp-signature 
1495                 (Select "Check signature" to check)] line in the message view,
1496                 broken in recent sync
1497
1498 2003-04-26 [christoph]  0.8.11claws114
1499
1500         * src/folder.c
1501                 check if remove virtual really exists before
1502                 calling the function
1503
1504 2003-04-25 [match]      0.8.11claws113
1505
1506         * src/addrindex.c
1507         * src/addrbook.c
1508         * src/ldapquery.[ch]
1509         * src/ldapctrl.[ch]
1510                 fix memleak.
1511         * src/ldapserver.[ch]
1512                 fix memleak. fix segfault.
1513                 plug a Claws memleak
1514
1515 2003-04-25 [alfons]     0.8.11claws112
1516
1517         * src/folder.c
1518                 plug a Claws memleak
1519
1520 2003-04-25 [alfons]     0.8.11claws111
1521
1522         * src/common/session.c
1523                 plug a memleak
1524
1525 2003-04-25 [paul]       0.8.11claws110
1526
1527         * sync with 0.8.11cvs35
1528                 see ChangeLog 2003-04-24 and 2003-04-25
1529                 
1530         * src/gtk/pluginwindow.c
1531                 correct another strange float value
1532
1533 2003-04-24 [christoph]  0.8.11claws109
1534
1535         * src/folder.c
1536                 freeze folder item updates when unsetting new flags
1537
1538         * src/gtk/pluginwindow.c
1539                 correct strange float value
1540
1541 2003-04-23 [paul]       0.8.11claws108
1542
1543         * sync with 0.8.11cvs33
1544                 see ChangeLog 2003-04-23
1545
1546 2003-04-22 [paul]       0.8.11claws107
1547
1548         * src/Makefile.am
1549           src/messageview.c
1550           src/mimeview.c
1551           src/pgptext.[ch]      ** REMOVED **
1552                 remove pgptext.[ch] as its not used any more
1553
1554 2003-04-22 [paul]       0.8.11claws106
1555
1556         * sync with 0.8.11cvs31
1557                 see ChangeLog 2003-04-21 and 2003-04-22
1558
1559 2003-04-21 [alfons]     0.8.11claws105
1560
1561         * src/main.c
1562                 No access to GTK structures if we're a spawned child
1563                 (and clean up code a little bit...) Should fix #126.
1564
1565 2003-04-21 [melvin]     0.8.11claws104
1566
1567         * src/plugins/dillo_viewer/README
1568                 Improved slightly the text.
1569
1570 2003-04-21 [melvin]     0.8.11claws103
1571
1572         * src/plugins/dillo_viewer/README *** NEW ***
1573                 Added a README file for the Dillo plugin
1574
1575 2003-04-20 [paul]
1576
1577         * tools/README
1578           tools/outlook2sylpheed.pl
1579                 updated and improved by Ricardo Mones Lastra
1580
1581 2003-04-18 [oliver]     0.8.11claws102
1582
1583         * src/inc.c 
1584         * src/prefs_account.h
1585                 remove Pop3SessionType (used by selective download)
1586         * src/prefs_toolbar.c
1587                 enable set Default Toolbar button
1588
1589 2003-04-18 [paul]       0.8.11claws101
1590
1591         * sync with 0.8.11cvs29
1592                 see ChangeLog 2003-04-18
1593
1594 2003-04-17 [paul]       0.8.11claws100
1595
1596         * src/prefs_common.[ch]
1597           src/summaryview.c
1598                 remove 'Open next message on deletion' option,
1599                 as the same effect can now be achieved via the
1600                 'Always open messages in summary when selected'
1601                 option.
1602
1603 2003-04-17 [paul]       0.8.11claws99
1604
1605         * sync with 0.8.11cvs28
1606                 see ChangeLog 2003-04-17
1607
1608 2003-04-17 [christoph]  0.8.11claws98
1609
1610         * ac/spamassassin.m4
1611         * src/plugins/spamassassin/libspamc.[ch]
1612         * src/plugins/spamassassin/utils.[ch]
1613                 sync libspamc with SpamAssassin project
1614
1615 2003-04-17 [christoph]  0.8.11claws97
1616
1617         * src/common/socket.h
1618         * src/gtk/sslcertwindow.h
1619                 rename old USE_SSL to USE_OPENSSL
1620
1621 2003-04-17 [paul]       0.8.11claws96
1622
1623         * src/prefs_common.h
1624                 use gulong for P_COLOR so that it compiles/runs on
1625                 64-bit systems. Patch submitted by James Noyes
1626                 <jnoyes-claws@retrogeeks.com>
1627                 
1628         * po/de.po
1629                 updated by Jens
1630
1631 2003-04-17 [paul]       0.8.11claws95
1632
1633         * sync with 0.8.11cvs27
1634                 see ChangeLog 2003-04-16
1635
1636 2003-04-15 [paul]       0.8.11claws94
1637
1638         * src/prefs_common.[ch]
1639                 rearrange to stop the window getting too long:
1640                         move Receive dialog stuff to Receive tab
1641                         move Send dialog to Send tab
1642                         remove Dialogs frame
1643                 rename 'Open messages in summary with cursor keys' to
1644                 'Always open messages in summary when selected', as its
1645                 more appropriate
1646
1647 2003-04-15 [paul]       0.8.11claws93
1648
1649         * src/prefs_common.[ch]
1650           src/summaryview.c
1651                 add new option '/Interface/Open next message on deletion'
1652
1653 2003-04-15 [paul]       0.8.11claws92
1654
1655         * src/summaryview.[ch]
1656                 add /Mark/Lock and /Mark/Unlock to the pop-up
1657                 menu. Patch submitted by Ivan Francolin Martinez
1658                 <ivanfm@users.sourceforge.net>
1659
1660 2003-04-15 [paul]       0.8.11claws91
1661
1662         * sync with 0.8.11cvs24
1663                 see ChangeLog 2003-04-15
1664
1665 2003-04-14 [jens]       0.8.11claws90
1666
1667         * updated German translation and some corrections from
1668                 Roland Bless <bless@tm.uka.de>
1669
1670 2003-04-14 [paul]       0.8.11claws89
1671
1672         * sync with 0.8.11cvs22
1673                 see ChangeLog 2003-04-14
1674
1675 2003-04-13 [paul]       0.8.11claws88
1676
1677         * src/plugins/clamav/clamav_plugin.c
1678                 fix memory leaks
1679                 clean up
1680
1681 2003-04-12 [paul]       0.8.11claws87
1682
1683         * src/plugins/clamav/clamav_plugin.c
1684                 activate enable/disable archive scanning option
1685                 
1686         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1687
1688 2003-04-12 [paul]       0.8.11claws86
1689
1690         * src/plugins/Makefile.am
1691           src/plugins/clamav/Makefile.am                ** NEW FILE **
1692           src/plugins/clamav/README                     ** NEW FILE ** 
1693           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1694           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1695                 add Clam AntiVirus plugin
1696
1697 2003-04-12 [paul]       0.8.11claws85
1698
1699         * sync with 0.8.11cvs21
1700                 see ChangeLog 2003-04-11
1701
1702 2003-04-11 [paul]       0.8.11claws84
1703
1704         * po/es.po
1705                 update Spanish translation. Submitted by Ricardo
1706                 Mones Lastra.
1707
1708 2003-04-10 [christoph]  0.8.11claws83
1709
1710         * src/mbox.c
1711                 fix typo that did not move unfiltered mails to destination
1712                 folder
1713
1714         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1715          when filtering from spool)
1716
1717 2003-04-10 [christoph]  0.8.11claws82
1718
1719         * src/imap.c
1720                 use BODY.PEEK instead of BODY in in message fetch operation
1721                 to make sure the IMAP server does not set the \Seen flag for
1722                 messages. Sylpheed does that later itself, when the message
1723                 is opened in sylpheed
1724
1725         (closes Bug 111 Claws destroys unread marks)
1726
1727 2003-04-09 [oliver]     0.8.11claws81
1728         
1729         * src/folder.c
1730                 fix crash in folder_destroy
1731         * README.claws
1732                 remove selective download
1733
1734 2003-04-09 [christoph]  0.8.11claws80
1735
1736         * src/imap.c
1737                 fix crash in imap_get_msginfo() when then fetched message
1738                 is not found
1739
1740         (closes Bug 110 Crash during mail composition)
1741
1742 2003-04-08 [christoph]  0.8.11claws79
1743
1744         * src/folder.c
1745         * src/prefs_account.c
1746                 Filter new messages that are found in an INBOX folder
1747                 when 'Filter messages on receiving' is enabled in the
1748                 Folder's AccountPrefs. This allows to use Sylpheed's
1749                 filtering engine for IMAP folders where messages are
1750                 added to the INBOX by a MTA
1751
1752 2003-04-08 [paul]       0.8.11claws78
1753
1754         * src/procmsg.h
1755                 clean up after last commit
1756
1757 2003-04-08 [paul]       0.8.11claws77
1758
1759         * sync with 0.8.11cvs20
1760                 see ChangeLog 2003-04-07 and 2003-04-08
1761
1762 2003-04-07 [christoph]  0.8.11claws76
1763
1764         * src/filtering.[ch]
1765         * src/inc.[ch]
1766         * src/mbox.c
1767         * src/procmsg.[ch]
1768                 add procmsg_msginfo_filter() to execute filtering actions
1769
1770 2003-04-06 [christoph]  0.8.11claws75
1771
1772         * src/imap.c
1773                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1774
1775 2003-04-06 [christoph]  0.8.11claws74
1776
1777         * src/common/utils.[ch]
1778                 add g_int_compare() function for slist sorting
1779
1780         * src/imap.c
1781                 fetch all MsgInfos with one command in imap_get_msginfos()
1782                 using an imap set with a list of ranges
1783
1784         * src/news.c
1785                 use new g_int_compare() function
1786
1787 2003-04-06 [thorsten]   0.8.11claws73
1788
1789         * src/mh.c
1790                 corrected implementation of mh_folder_destroy()
1791
1792 2003-04-05 [christoph]  0.8.11claws72
1793
1794         * src/account.c
1795         * src/folder.[ch]
1796         * src/folderview.c
1797         * src/imap.c
1798         * src/inc.c
1799         * src/main.c
1800         * src/mainwindow.c
1801         * src/mbox_folder.c
1802         * src/mh.c
1803         * src/mimeview.h
1804         * src/msgcache.[ch]
1805         * src/news.c
1806         * src/procmime.h
1807         * src/procmsg.[ch]
1808         * src/setup.c
1809         * src/gtk/gtkutils.c
1810                 o rename structure field names class and new to klass and
1811                   new_msgs, to allow including files in C++
1812                 o add 'extern "C"' block to some header files
1813                 o add MsgInfoList and MsgNumberList as alias for GSList for
1814                   developers to know what type of list is expected
1815
1816         * src/plugins/image_viewer/plugin.c
1817         * src/plugins/image_viewer/viewer.[ch]
1818         * src/plugins/image_viewer/viewerprefs.[ch]
1819                 rename function names to prevent conflicts
1820
1821 2003-04-05 [paul]       0.8.11claws71
1822
1823         * sync with 0.8.11cvs18
1824                 see ChangeLog 2003-04-03 and 2003-04-04
1825
1826 2003-04-02 [christoph]  0.8.11claws70
1827
1828         * src/folder.[ch]
1829         * src/imap.[ch]
1830         * src/mbox_folder.[ch]
1831         * src/mh.[ch]
1832         * src/news.[ch]
1833                 o Make all virtual folder functions private
1834                 o remove unused folder code
1835
1836         * src/common/socket.[ch]
1837         * src/summaryview.c
1838                 fix warnings
1839
1840 2003-03-30 [alfons]     0.8.11claws69
1841
1842         * src/send_message.c
1843                 remove two debug traces and see if people still report
1844                 errors
1845
1846 2003-03-30 [alfons]     0.8.11claws68
1847
1848         * src/send_message.c
1849         * src/commons/session.c
1850                 add more debug traces
1851
1852 2003-03-30 [christoph]  0.8.11claws67
1853
1854         * src/folder.c
1855                 change processing folder name from .processing to processing
1856
1857         * src/common/ssl.c
1858                 disable SSL certificate check because it causes Xlib error
1859                 when the child process want's to open an GTK window
1860
1861 2003-03-30 [christoph]  0.8.11claws66
1862
1863         * src/folder.c
1864                 don't use default folder for processing folder item because
1865                 it can be a non local folder
1866
1867         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1868
1869 2003-03-30 [alfons]     0.8.11claws65
1870
1871         * src/send_message.c
1872                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1873                 to generate bad code for 'send_send_data_progressive': When
1874                 called from 'send_send_data_finished', the 'data' pointer is
1875                 cleared just before the assignment to the dialog pointer
1876
1877 2003-03-29 [christoph]  0.8.11claws64
1878
1879         * src/common/prefs.h
1880         * src/plugins/image_viewer/Makefile.am
1881         * src/plugins/image_viewer/plugin.c
1882         * src/plugins/image_viewer/viewer.[ch]
1883         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1884                 add PrefsPage for ImageViewer
1885
1886 2003-03-28 [thorsten]   0.8.11claws63
1887
1888         * src/common/session.c
1889                 added some comments
1890
1891 2003-03-28 [paul]       0.8.11claws62
1892
1893         * sync with 0.8.11cvs16
1894                 see ChangeLog 2003-03-28
1895
1896 2003-03-28 [paul]       0.8.11claws61
1897
1898         * sync with 0.8.11cvs15
1899                 see ChangeLog 2003-03-28
1900
1901 2003-03-27 [christoph]  0.8.11claws60
1902
1903         * src/folder.c
1904         * src/imap.c
1905         * src/common/socket.[ch]
1906                 set socket state to DISCONNECTED when any operation
1907                 fails to allow reconnecting in IMAP code without
1908                 checking the return code of all calls to the command
1909                 functions
1910
1911         * src/folderview.c
1912         * src/summaryview.c
1913                 remove some more stuff that depends on specific
1914                 folder types
1915
1916 2003-03-27 [paul]       0.8.11claws59
1917
1918         * sync with 0.8.11cvs14
1919                 see ChangeLog 2003-03-27
1920                 
1921         * src/selective_download.[ch]   ** REMOVED **
1922                 really removed
1923
1924 2003-03-27 [christoph]  0.8.11claws58
1925
1926         * src/folder.c
1927                 fix handling of tmp_flags in flag copy function
1928
1929 2003-03-27 [paul]       0.8.11claws57
1930
1931         * sync with 0.8.11cvs13
1932                 see ChangeLog 2003-03-27
1933
1934 2003-03-27 [oliver]     0.8.11claws56
1935
1936         * src/maiwindow.c
1937                 remove sel_download_cb
1938
1939 2003-03-27 [oliver]     0.8.11claws55
1940         
1941         * src/inc.c
1942                 remove POP3_TOP
1943         
1944 2003-03-26 [oliver]     0.8.11claws54
1945
1946         *src/pop.h
1947                 remove POP3_TOP*
1948         * README.claws
1949                 remove selective donwload readme
1950
1951 2003-03-26 [oliver]     0.8.11claws53
1952         * src/matcher.[ch]
1953         * src/matcher_parser_parse.y 
1954         * src/pop.c 
1955         * src/prefs_account.[ch]
1956         * src/prefs_filtering.c
1957                 remove selective donwload
1958
1959 2003-03-26 [oliver]     0.8.11claws52
1960
1961         * src/inc.[ch] 
1962         * src/filtering.c 
1963         * src/mainwindow.c 
1964                 remove selective donwload
1965
1966 2003-03-26 [oliver]     0.8.11claws51
1967         
1968         * src/Makefile.am
1969         * src/selective_download.[ch]   ** REMOVE **    
1970
1971 2003-03-26 [christoph]  0.8.11claws50
1972
1973         * src/news.c
1974                 fix NEWS that got broken by a sync with sylpheed-main
1975
1976 2003-03-26 [christoph]  0.8.11claws49
1977
1978         * src/mimeview.c
1979                 fix mime type guessing when no mime type is found for a file
1980
1981 2003-03-25 [christoph]  0.8.11claws48
1982
1983         * src/mimeview.c
1984         * src/procmime.c
1985                 remove mime type guessing from mime parser and use
1986                 name based mime types in viewer lookup for mime type
1987                 application/octet-stream
1988
1989 2003-03-25 [christoph]  0.8.11claws47
1990
1991         * doc-src/readme.txt
1992         * doc-src/rfc2554.txt
1993                 add RFC about SMTP AUTH
1994
1995         * src/send_message.c
1996         * src/common/smtp.[ch]
1997                 add extra error code for authentication errors and
1998                 clear temporary password when this error occurs
1999
2000         (closes Bug 84 authentication failure while sending should
2001          prompt for password again)
2002
2003 2003-03-25 [christoph]  0.8.11claws46
2004
2005         * configure.ac
2006         * src/Makefile.am
2007         * src/imageview.[ch]                            ** REMOVE **
2008         * src/messageview.[ch]
2009         * src/mimeview.[ch]
2010         * src/prefs_common.[ch]
2011         * src/textview.c
2012         * src/plugins/Makefile.am
2013         * src/plugins/image_viewer/.cvsignore           ** NEW **
2014         * src/plugins/image_viewer/Makefile.am          ** NEW **
2015         * src/plugins/image_viewer/plugin.c             ** NEW **
2016         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2017                 move image viewer into a plugin (building is enabled by default)
2018                 [ToDo: Prefs for resize and autoview]
2019
2020 2003-03-25 [paul]       0.8.11claws45
2021
2022         * sync with 0.8.11cvs12
2023                 see ChangeLog 2003-03-26
2024
2025 2003-03-25 [paul]       0.8.11claws44
2026
2027         * sync with 0.8.11cvs11
2028                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2029                 
2030         Note: Selective Download is broken.
2031                 
2032 2003-03-22 [christoph]  0.8.11claws43
2033
2034         * src/folder.c
2035                 code cleanup for flags copying
2036
2037 2003-03-22 [christoph]  0.8.11claws42
2038
2039         * src/plugins/trayicon/trayicon.c
2040                 fix setting the transparent area when the window size
2041                 is forced by the system tray
2042
2043 2003-03-22 [christoph]  0.8.11claws41
2044
2045         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2046         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2047         * src/plugins/trayicon/newmail.xpm              ** NEW **
2048         * src/plugins/trayicon/nomail.xpm               ** NEW **
2049         * src/plugins/trayicon/trayicon.c
2050         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2051                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2052                 o add icon for unread mails
2053                 o set transparency for window
2054
2055 2003-03-22 [christoph]  0.8.11claws40
2056
2057         * src/news.c
2058                 init news session to prevent crash when session is closed
2059
2060 2003-03-22 [christoph]  0.8.11claws39
2061
2062         * src/imap.c
2063         * src/common/session.[ch]
2064                 Init session data to make sure we don't have invalid pointers
2065                 for read_ch and write_ch when new multi process sessions are
2066                 not used
2067
2068         * src/main.c
2069         * src/common/plugin.c
2070         * src/common/sylpheed.c
2071         * src/plugins/demo/demo.c
2072         * src/plugins/dillo_viewer/dillo_viewer.c
2073         * src/plugins/mathml_viewer/mathml_viewer.c
2074         * src/plugins/spamassassin/spamassassin.c
2075         * src/plugins/spamassassin/spamassassin_gtk.c
2076                 add plugin types to allow loading plugins at different times
2077                 (and maybe for different frontends), because it's not good to
2078                 load GTK-Plugins gefore gtk_init was called
2079
2080         * configure.ac
2081         * src/plugins/Makefile.am
2082         * src/plugins/trayicon/.cvsignore               ** NEW **
2083         * src/plugins/trayicon/Makefile.am              ** NEW **
2084         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2085         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2086         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2087         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2088         * src/plugins/trayicon/trayicon.c               ** NEW **
2089                 New Trayicon plugin that shows an icon in a systray that uses
2090                 XEMBED protocol like Gnome's systray. Icon shows if there
2091                 are new mails and a tooltip shows information about new,
2092                 unread and total messages.
2093
2094 2003-03-22 [paul]       0.8.11claws38
2095
2096         * src/common/smtp.c
2097                 fix ESMTP AUTH CRAM-MD5
2098                 [sync with main (still version 0.8.11cvs6), see
2099                  ChangeLog 2003-03-22]
2100
2101 2003-03-21 [colin]      0.8.11claws37
2102
2103         * src/send_message.c
2104                 Fix USE_SSL => USE_OPENSSL
2105
2106 2003-03-21 [colin]      0.8.11claws36
2107
2108         * src/folderview.c
2109                 Fix counts in drag and dropped subfolders
2110
2111 2003-03-21 [colin]      0.8.11claws35
2112
2113         * src/folder.c 
2114         * src/folderview.c
2115                 speed up a bit folder dnd
2116
2117 2003-03-20 [alfons]     0.8.11claws34
2118
2119         * src/main.c
2120         * src/toolbar.c
2121         * src/procmsg.c
2122                 don't send locked queue messages
2123                 (feature request "[ 705245 ] Locking message in outbox 
2124                  should prevent sending")
2125
2126 2003-03-20 [christoph]  0.8.11claws33
2127
2128         * src/folder.c
2129                 remove NEW and UNREAD flag in special folders when scanning
2130                 
2131         * src/common/smtp.c
2132                 fix ESMTP AUTH CRAM-MD5
2133
2134 2003-03-20 [paul]       0.8.11claws32
2135
2136         * src/prefs_account.c
2137                 Re-write 'Tunnel command to open connection' as
2138                 'Use command to communicate with server', and disable
2139                 it for all except IMAP accounts
2140
2141 2003-03-20 [paul]       0.8.11claws31
2142
2143         * sync with 0.8.11cvs6
2144                 see ChangeLog 2003-03-20
2145
2146 2003-03-19 [match]      0.8.11claws30
2147
2148         * src/addritem.[ch]
2149                 include documentation. minor refactoring.
2150         * src/addr_compl.[ch]
2151         * src/addrindex.[ch]
2152         * src/addresbook.[ch]
2153         * src/summaryview.c
2154                 re-enable address lookup (was disabled in
2155                 0.8.11claws20).
2156
2157 2003-03-19 [christoph]  0.8.11claws29
2158
2159         * src/procmsg.c
2160                 add temp flag handling, will make moving and copying
2161                 messages possible again
2162
2163         * src/folder.c
2164                 correct calulation of folder stats
2165
2166 2003-03-18 [match]      0.8.11claws28
2167
2168         * src/editgroup.h
2169                 remove case sensitive comparison (closes bug 80).
2170
2171 2003-03-18 [christoph]  0.8.11claws27
2172
2173         * src/imap.c
2174                 fix imap using a tunnel command
2175
2176         (closes bug 87)
2177
2178 2003-03-18 [christoph]  0.8.11claws26
2179
2180         * src/folder.[ch]
2181         * src/imap.c
2182         * src/procmsg.[ch]
2183                 rewrite flag handling for folders
2184
2185 2003-03-18 [christoph]  0.8.11claws25
2186
2187         * src/folder.c
2188         * src/procmsg.c
2189         * src/summaryview.c
2190                 unset NEW and UNREAD flags when message is ignored, to make
2191                 sure messages don't show up as unread on other IMAP clients,
2192                 because the IGNORE_THREAD flag can not be syncronized through
2193                 the IMAP folder
2194
2195 2003-03-17 [christoph]  0.8.11claws24
2196
2197         * src/imap.c
2198                 don't use recursion to fetch uids when the number of messages
2199                 does not match. Moved code into subfunction that is used
2200                 again when needed, to prevent an endless loop.
2201
2202 2003-03-17 [thorsten]   0.8.11claws23
2203
2204         * src/imageview.[ch]
2205                 export imageview_get_resized_size() (for plugins)
2206         * src/prefs_common.[ch]
2207                 added prefs_common_get() (for plugins)
2208
2209 2003-03-17 [christoph]  0.8.11claws22
2210
2211         * src/imap.c
2212                 o remove UID guessing from copy code
2213                 o support UIDPLUS extension for APPEND command
2214
2215 2003-03-17 [paul]       0.8.11claws21
2216
2217         * src/gtk/about.c
2218                 remove 'Compiled-plugins' section.
2219                 
2220         * src/plugins/dillo_viewer/dillo_viewer.c
2221                 slight change to description text
2222
2223 2003-03-16 [match]      0.8.11claws20
2224         * src/ldapserver.[ch]           ** NEW **
2225         * src/ldapctrl.[ch]             ** NEW **
2226         * src/ldapquery.[ch]            ** NEW **
2227         * src/ldaputil.[ch]             ** NEW **
2228         * src/addrcindex.[ch]           ** NEW **
2229         * src/addrquery.h               ** NEW **
2230         * src/addritem.[ch]
2231         * src/addrcache.[ch]
2232         * src/addrindex.[ch]
2233         * src/addr_compl.[ch]
2234         * src/addressbook.[ch]
2235         * src/addrbook.[ch]
2236         * src/editgroup.c
2237         * src/editaddress.c
2238         * src/editldap.c
2239         * src/editldap_basedn.c
2240         * src/vcard.c
2241         * src/jpilot.c
2242         * src/Makefile.am
2243                 included dynamic LDAP queries. improved address
2244                 completion.
2245
2246 2003-03-16 [paul]       0.8.11claws19
2247
2248         * tools/multiwebsearch.pl
2249                 fix a fatal typo
2250
2251 2003-03-16 [christoph]  0.8.11claws18
2252
2253         * src/mimeview.c
2254         * src/plugins/dillo_viewer/dillo_viewer.c
2255         * src/plugins/mathml_viewer/mathml_viewer.c
2256                 make unregistering of MimeViewerFactorys possible
2257
2258 2003-03-16 [alfons]     0.8.11claws17
2259
2260         * configure.ac
2261                 correct typo
2262
2263 2003-03-16 [melvin]     0.8.11claws16
2264
2265         * src/plugins/dillo_viewer.c
2266                 Fixed bug where it was not possible to view more than
2267                 one text/html attachment per message (bug discovered
2268                 by Christoph Hohmann).
2269
2270 2003-03-15 [melvin]     0.8.11claws15
2271
2272         * src/prefs_actions.c
2273                 Fixed compilation warnings.
2274
2275 2003-03-15 [melvin]     0.8.11claws14
2276
2277         * src/plugins/Makefile.am
2278         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2279         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2280         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2281                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2282                 newer (http://dillo.auriga.wearlab.de/).
2283
2284 2003-03-15 [christoph]  0.8.11claws13
2285
2286         * src/imap.c
2287                 don't query imap folder for attributes because we already
2288                 for them from imap_status
2289
2290         * src/mimeview.[ch]
2291                 add support for plugable MimeViewers (unloading Viewers
2292                 not yet complete)
2293
2294         * src/plugins/Makefile.am
2295         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2296         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2297         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2298                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2299                 widget from http://helm.cs.unibo.it/mml-widget/
2300
2301 2003-03-14 [christoph]  0.8.11claws12
2302
2303         * src/folder.[ch]
2304                 o error return code's should better be negative
2305                 o replace printf with debug_print
2306
2307         * src/imap.c
2308                 improve IMAP folder scan by checking UID-NEXT
2309
2310         * src/summaryview.c
2311                 remove check that are unnecessary in my opinion
2312
2313 2003-03-13 [christoph]  0.8.11claws11
2314
2315         * src/folder.[ch]
2316         * src/foldersel.c
2317         * src/folderview.c
2318         * src/imap.c
2319         * src/mbox_folder.c
2320         * src/mh.c
2321         * src/news.c
2322         * src/prefs_scoring.c
2323         * src/summaryview.c
2324                 use a common function to get a displayable name
2325                 for a FolderItem
2326
2327 2003-03-13 [paul]       0.8.11claws10
2328
2329         * tools/Makefile.am
2330           tools/README
2331           tools/multiwebsearch.conf     ** NEW FILE **
2332           tools/multiwebsearch.pl       ** NEW FILE **
2333                 add multiwebsearch Actions script
2334
2335 2003-03-13 [colin]      0.8.11claws9
2336
2337         * src/compose.c
2338                 Remove leading emtpy lines from quoted text
2339                 before quoting it
2340
2341 2003-03-13 [melvin]     0.8.11claws8
2342
2343         * src/prefs_actions.c
2344                 Fixed a memory leak
2345                 Code clean ups
2346                 Added Cancel and OK buttons
2347                 Corrected help text
2348
2349 2003-03-13 [christoph]  0.8.11claws7
2350
2351         * src/account.c
2352         * src/folder.[ch]
2353         * src/imap.c
2354         * src/mainwindow.c
2355         * src/mbox_folder.c
2356         * src/mh.c
2357         * src/news.c
2358         * src/setup.c
2359                 replace more folder type stuff with folder class stuff
2360
2361 2003-03-13 [melvin]     0.8.11claws6
2362
2363         * src/prefs_actions.c
2364                 Added new tokens:
2365                 %u: user provided argument
2366                 %h: user provided argument (hidden on input)
2367                 %s: current text selection in the message view 
2368
2369 2003-03-13 [paul]       0.8.11claws5
2370
2371         * sync with 0.8.11cvs5
2372                 see ChangeLog 2003-03-11, 2003-03-12
2373
2374 2003-03-12 [christoph]  0.8.11claws4
2375
2376         * src/folder.c
2377                 use folder class idstr when writing folderlist.xml
2378
2379         * src/folder.h
2380         * src/imap.c
2381         * src/news.c
2382                 replace folder type checks with folder class checks
2383
2384 2003-03-12 [christoph]  0.8.11claws3
2385
2386         * src/folder.[ch]
2387         * src/imap.[ch]
2388         * src/main.c
2389         * src/mbox_folder.[ch]
2390         * src/mh.[ch]
2391         * src/news.[ch]
2392                 o create a list of known folder classes in the folder system
2393                 o use folder class id strings for folder item identifiers
2394
2395 2003-03-12 [christoph]  0.8.11claws2
2396
2397         * src/imap.c
2398                 fix imap uid validity check
2399
2400 2003-03-12 [christoph]  0.8.11claws1
2401
2402         * src/account.c
2403         * src/folder.[ch]
2404         * src/foldersel.c
2405         * src/folderview.c
2406         * src/imap.c
2407         * src/mainwindow.c
2408         * src/mbox_folder.c
2409         * src/mh.c
2410         * src/news.c
2411         * src/prefs_scoring.c
2412         * src/procmsg.c
2413         * src/setup.c
2414         * src/summaryview.c
2415                 initial restructuring of folder system, seperating
2416                 folders and folder classes
2417
2418 2003-03-12 [paul]       0.8.11claws
2419
2420         0.8.11claws release
2421
2422 2003-03-12 [christoph]
2423
2424         * src/gtk/prefswindow.c
2425                 fix translation of "Page Index"
2426
2427 2003-03-12 [paul]       0.8.10claws110
2428
2429         a sync from 0.8.11cvs4 before the release
2430
2431         * src/common/utils.c
2432                 subject_compare_for_sort(): allow null strings (fixes
2433                 summary sorting).
2434
2435 2003-03-11 [paul]       0.8.10claws109
2436
2437         * po/es.po
2438                 update Spanish translation, submitted by
2439                 Ricardo Mones Lastra
2440
2441 2003-03-11 [melvin]     0.8.10claws108
2442
2443         * po/fr.po
2444                 Updated French translations
2445
2446 2003-03-11 [paul]       0.8.10claws107
2447
2448         * manual/en/Makefile.am
2449           manual/en/*.html
2450                 update English manual, add a new page
2451                 updated by Francois Barriere <fbarriere@atmel.fr>
2452                 
2453         * po/bg.po
2454           po/it.po
2455           po/sr.po
2456                 update Bulgarian, Italian, and Serbian translations
2457                 submitted by George Danchev, Alessandro Maestri, and
2458                 Urke MMI
2459
2460 2003-03-10 [paul]       0.8.10claws106
2461
2462         * src/gtk/about.c
2463           src/gtk/prefswindow.c
2464                 make some strings translatable
2465
2466 2003-03-10 [darko]      0.8.10claws105
2467
2468         * src/compose.c
2469                 code cleanup to make Hiro happy
2470
2471 2003-03-10 [paul]       0.8.10claws104
2472
2473         * sync with 0.8.11cvs2
2474                 see ChangeLog 2003-03-10
2475
2476 2003-03-09 [melvin]     0.8.10claws103
2477
2478         * src/textview.c
2479                 textview_set_font(): fix for message display in
2480                 UTF-8 locales (thanks to Sergey Vlasov).
2481                 (was unintentionnaly reverted in 0.8.6claws6)   
2482
2483 2003-03-08 [darko]      0.8.10claws102
2484
2485         * src/compose.c
2486                 fix infinite loop in wrapping as reported
2487                 by happycactus
2488                 obsoletes patch #696482
2489
2490 2003-03-08 [christoph]  0.8.10claws101
2491
2492         * src/imap.c
2493                 add workaround for IMAP servers that do not
2494                 support the "UID SEARCH UID" command
2495
2496 2003-03-07 [christoph]  0.8.10claws100
2497
2498         * src/plugins/spamassassin/spamassassin.[ch]
2499         * src/plugins/spamassassin/spamassassin_gtk.c
2500                 code cleanup
2501
2502 2003-03-07 [paul]       0.8.10claws99
2503
2504         * po/es.po
2505                 updated Spanish translation, submitted by
2506                 Ricardo Mones Lastra
2507
2508 2003-03-07 [christoph]  0.8.10claws98
2509
2510         * src/send.c
2511                 fix in 0.8.10claws94 was wrong
2512                 local delivery does not require escaping, remove escaping
2513                 code to make signatures of mails with "." lines valid
2514                 
2515                 NOTE: requires that sendmail is executed with "-i" option,
2516                       what is the default now, but has to be changed in all
2517                       exsiting accounts)
2518
2519 2003-03-07 [paul]       0.8.10claws97
2520
2521         * sync with 0.8.11 release
2522                 see ChangeLog 2003-03-07
2523
2524 2003-03-06 [paul]       0.8.10claws96
2525
2526         * src/compose.c
2527                 revert commit 0.8.10claws92
2528
2529 2003-03-06 [paul]       0.8.10claws95
2530
2531         * src/folderview.c
2532                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2533
2534         * src/gtkaspell.c
2535                 fix bug 74, 'Crash opening editor window with pseudo-color
2536                 display'
2537                 
2538         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2539
2540 2003-03-06 [christoph]  0.8.10claws94
2541
2542         * src/send.c
2543                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2544                 all lines starting with a period get an extra period
2545                 inserted
2546                 (found by Simon 'corecode' Schubert)
2547
2548 2003-03-06 [paul]       0.8.10claws93
2549
2550         * src/folderview.c
2551                 if configured font can't be loaded fall back to gtk
2552                 default. (with thanks to Christoph)
2553                 
2554                 closes long-standing bug 15 'Crashes on startup'
2555
2556 2003-03-06 [paul]       0.8.10claws92
2557
2558         * src/compose.c
2559                 freeze text before autosave and thaw afterwards
2560                 fixes bug 67 'autosave make re-rediting message crazy'
2561
2562 2003-03-06 [christoph]  0.8.10claws91
2563
2564         * src/compose.c
2565                 ignore address comment in dupe check for Cc-list
2566
2567         (closes reopened bug 47 Replying to message strips name part of
2568          e-mail addresses of Cc: lines)
2569
2570 2003-03-06 [paul]       0.8.10claws90
2571
2572         * src/Makefile.am
2573                 remove reference to gtkxtext.h as its no longer in
2574                 the repository
2575
2576 2003-03-06 [paul]       0.8.10claws89
2577
2578         * sync with 0.8.10cvs25
2579                 see ChangeLog 2003-03-06
2580
2581 2003-03-06 [oliver]     0.8.10claws88
2582         
2583         * src/messageview.c
2584                 remove include
2585
2586 2003-03-06 [oliver]     0.8.10claws87
2587         
2588         * src/folderview.c 
2589                 remove changes introduced inclaws74
2590         * src/messageview.c
2591                 another attempt to sanely delete and update
2592                 messages deleted in separate messageview
2593
2594 2003-03-05 [christoph]  0.8.10claws86
2595
2596         * src/summaryview.c
2597                 check if "From" matches any account's address if
2598                 addressbook completion of addresses is disabled too
2599
2600         (closes Bug 70 "Display recipient in from" doesn't check
2601          folder's default account)
2602
2603 2003-03-05 [christoph]  0.8.10claws85
2604
2605         * src/compose.c
2606         * src/common/utils.[ch]
2607                 don't strip address comments when building Cc lists
2608
2609         (closes Bug 47 Replying to message strips name part of e-mail addresses
2610          of Cc: lines)
2611
2612         * src/folder.c
2613                 fix return value of copy function
2614
2615 2003-03-05 [christoph]  0.8.10claws84
2616
2617         * src/imap.c
2618                 don't ask imap server for non rfc822 headers
2619
2620         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2621
2622         * src/imap.c
2623                 destroy session on socket error to allow reconnecting
2624
2625 2003-03-05 [christoph]  0.8.10claws83
2626
2627         * configure.ac
2628                 fix building with gnome when no prefix is set
2629
2630         (closes bug 66 Gnome directory is set to NONE)
2631
2632 2003-03-05 [paul]       0.8.10claws82
2633
2634         * sync with 0.8.10cvs23
2635                 see ChangeLog 2003-03-05
2636
2637 2003-03-04 [christoph]  0.8.10claws81
2638
2639         * src/folder.c
2640                 o fix moving and copying when folder returns 0 for new
2641                   message number
2642                 o remove some code for single message copy and move
2643                   operations and use functions for multiple messages
2644
2645         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2646
2647         * src/news.c
2648                 remove unused include
2649
2650 2003-03-04 [paul]       0.8.10claws80
2651
2652         * src/gtk/about.c
2653                 list 'Compiled plugins'
2654
2655 2003-03-03 [christoph]  0.8.10claws79
2656
2657         * src/news.[ch]
2658                 have to multiply the percentage of the current fetch with
2659                 the percentage that it has of the total fetch operation
2660                 for correct values
2661
2662 2003-03-03 [christoph]  0.8.10claws78
2663
2664         * src/news.c
2665                 fix calculation of expected lines for progress indicator
2666
2667 2003-03-03 [christoph]  0.8.10claws77
2668
2669         * src/summaryview.c
2670         * src/common/utils.c
2671                 fix segfault when opening the root news folder
2672
2673 2003-03-03 [christoph]  0.8.10claws76
2674
2675         * src/mainwindow.[ch]
2676         * src/common/Makefile.am
2677         * src/common/progressindicator.[ch]
2678                 add UI independent progress indicator handling
2679
2680         * src/news.[ch]
2681                 use new progress indicator for message info fetching
2682
2683         * src/common/hooks.h
2684                 code cleanup
2685
2686 2003-03-03 [oliver]     0.8.10claws75
2687
2688         * src/toolbar.c
2689         * src/compose.c
2690                 removed commented code
2691
2692 2003-03-03 [oliver]     0.8.10claws74
2693
2694         * src/toolbar.[ch]
2695                 cleanups and refactoring
2696         * src/compose.[ch]
2697                 compose_reply_mode reply & forwarding interface for
2698                 toolbar buttons
2699         * src/folderview.c
2700                 act on messages marked for deletion in folderview_selected
2701                 based on prefs_common.immediate_exec since a message might 
2702                 have been deleted by messageview in a folder we are changing 
2703                 to (does anybody understand what I'm on about ?)
2704
2705 2003-03-03 [oliver]     0.8.10claws73
2706         
2707         * src/messageview.[ch]
2708                 new functions
2709                 - messageview_delete: delete message shown in messagview
2710                 - messageview_update_view: update messageview to currently 
2711                   selected summaryview message
2712                 - add separate messageview to msgview_list in order to update 
2713                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2714         * src/summaryview.[ch]
2715                 summary_get_selection returns a list of selected msgs
2716                 in summaryview
2717         * src/mainwindow.c
2718                 toolbar reply refactoring
2719
2720 2003-03-03 [paul]       0.8.10claws72
2721
2722         * sync with 0.8.10cvs21
2723                 see ChangeLog 2003-03-03
2724
2725 2003-03-02 [christoph]  0.8.10claws71
2726
2727         * src/common/passcrypt.c
2728                 use POSIX includes
2729
2730 2003-03-02 [christoph]  0.8.10claws70
2731
2732         * configure.ac
2733         * src/prefs_account.c
2734         * src/prefs_gtk.[ch]
2735         * src/common/.cvsignore
2736         * src/common/Makefile.am
2737         * src/common/passcrypt.c                ** NEW **
2738         * src/common/passcrypt.h.in             ** NEW **
2739                 Implement password encryption in config files
2740                 using unix encrypt and setkey functions. The crypt
2741                 key can be set as a configure parameter. Old
2742                 passwords will be converted if they do not begin
2743                 with '!'
2744
2745 2003-03-02 [paul]       0.8.10claws69
2746
2747         * src/prefs_account.c
2748                 fix compile error
2749
2750 2003-03-01 [thorsten]   0.8.10claws68
2751
2752         * po/el.po
2753           po/hr.po
2754           po/it.po
2755           po/nl.po
2756           po/sr.po
2757           po/sv.po
2758                 corrected format strings
2759         * po/en_GB.po
2760                 corrected headers
2761                 (fix compile errors with GNU gettext-0.11.5)
2762
2763 2003-03-01 [oliver]     0.8.10claws67
2764
2765         * src/summaryview.c
2766                 menu callbacks call toolbar_menu_reply
2767
2768 2003-03-01 [oliver]     0.8.10claws66
2769
2770         * src/mainwindow.c
2771         * src/messageview.c
2772                 menu callbacks call toolbar_menu_reply
2773         * src/toolbar.[ch]
2774                 callbacks from menu handled by toolbar_menu_reply
2775
2776 2003-03-01 [paul]       0.8.10claws65
2777
2778         * src/addressbook.c
2779                 revert commit 0.8.10claws54 - breaks editing of
2780                 addressbook.
2781                 
2782         * po/bg.po
2783                 update Bulgarian translation, submitted by
2784                 George Danchev
2785
2786 2003-02-28 [christoph]  0.8.10claws64
2787
2788         * src/account.c
2789         * src/addressadd.c
2790         * src/compose.c
2791         * src/gtkaspell.c
2792         * src/gtkxtext.h                ** REMOVE **
2793         * src/imap.c
2794         * src/matcher.[ch]
2795         * src/mh.c
2796         * src/news.c
2797         * src/pine.c
2798         * src/prefs_common.c
2799         * src/prefs_matcher.c
2800         * src/procheader.[ch]
2801         * src/procmsg.[ch]
2802         * src/toolbar.c
2803         * src/common/ssl_certificate.c
2804         * src/gtk/colorlabel.c
2805         * src/gtk/menu.c
2806                 o fix warnings
2807                 o remove code obsoleted by new cache and folder system rework
2808
2809 2003-02-28 [oliver]     0.8.10claws63
2810         
2811         * src/toolbar.[ch]
2812                 * fix bug where reply in Messageview replied to 
2813                 Message displayed in summaryview
2814                 (reportedd via ML by chinatinte at gmx dot ch)
2815                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2816                 didn't work in separate MessageView Toolbar
2817                 (wondering if anybody uses this at all ?)
2818         * src/summaryview.[ch]
2819                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2820                 (generalize reply and forward code);
2821         * src/messageview.c 
2822                 remove focus_in event which updated summaryview to messageview
2823
2824 2003-02-28 [paul]       0.8.10claws62
2825
2826         * po/Makefile.in.in
2827                 add the --check option
2828                 Patch submitted by Ricardo Mones Lastra
2829
2830 2003-02-28 [paul]       0.8.10claws61
2831
2832         * src/prefs_account.c
2833                 re-order 'Signature' items
2834
2835 2003-02-28 [paul]       0.8.10claws60
2836
2837         * sync with 0.8.10cvs20
2838                 see ChangeLog 2003-02-28
2839
2840 2003-02-28 [paul]       0.8.10claws59
2841
2842         * po/POTFILES.in
2843                 update to reflect recent movement of files
2844
2845 2003-02-28 [paul]       0.8.10claws58
2846
2847         * sync with 0.8.10cvs19
2848                 see ChangeLog 2003-02-28
2849
2850 2003-02-27 [martin]     0.8.10claws57
2851
2852         * src/prefs_matcher.c 
2853                 fix segfault in prefs_matcher_ok() when the
2854                 last entry is deleted and prevents that the
2855                 message "entry not saved" comes up after deleting
2856                 an entry
2857
2858 2003-02-27 [martin]     0.8.10claws56
2859
2860         * src/prefs_filtering.c 
2861                 fix segfault in prefs_filtering_ok() when the
2862                 last entry is deleted and prevents that the
2863                 message "entry not saved" comes up after deleting
2864                 an entry
2865
2866 2003-02-27 [paul]       0.8.10claws55
2867
2868         * sync with 0.8.10cvs18
2869                 see ChangeLog 2003-02-27
2870
2871 2003-02-27 [paul]       0.8.10claws54
2872
2873         * src/addressbook.c
2874                 fix bug where the address book crashes with 
2875                 multiple lookups.
2876                 Patch [687729] submitted by David Frager 
2877                 <dbfrager@users.sourceforge.net>
2878
2879 2003-02-25 [christoph]  0.8.10claws53
2880
2881         * src/Makefile.am
2882         * src/colorlabel.[ch]           ** REMOVE **
2883         * src/gtk/Makefile.am
2884         * src/gtk/colorlabel.[ch]       ** NEW **
2885                 move colorlabel files to gtk directory
2886
2887         * src/esmtp.[ch]                ** REMOVE **
2888                 has been merged into smtp.[ch] in 0.7.5
2889
2890 2003-02-25 [christoph]  0.8.10claws52
2891
2892         * src/Makefile.am
2893         * src/about.[ch]                ** REMOVE **
2894         * src/gtk/Makefile.am
2895         * src/gtk/about.[ch]            ** NEW **
2896                 move about files to gtk directory
2897
2898 2003-02-25 [christoph]  0.8.10claws51
2899
2900         * src/folder.c
2901                 some code optimization of folder scanning code
2902
2903         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2904
2905 2003-02-25 [christoph]  0.8.10claws50
2906
2907         * src/main.c
2908         * src/common/sylpheed.c
2909                 add command line parameter parsing to common code
2910
2911 2003-02-24 [christoph]
2912
2913         * Makefile.am
2914         * configure.ac
2915                 fix gnome prefix problems, the configure script now removed
2916                 `gnome-config --prefix` from `gnome-config --datadir`
2917                 and adds $(prefix} instead
2918
2919         (closes Bug 24 Makefile does not respect prefix when installing
2920          GNOME data)
2921
2922 2003-02-24 [christoph]  0.8.10claws49
2923
2924         * src/news.c
2925                 check for valid session before trying to authenticate
2926
2927         (closes Bug 60 crash if "authenticate on logon" is activated
2928          and newsserver-hostname is not valid)
2929
2930 2003-02-24 [melvin]     0.8.10claws48
2931
2932         * src/prefs_actions.c
2933                 Make sure all user's input is sent to the action and then
2934                 close the socket..
2935
2936 2003-02-23 [alfons]     0.8.10claws46
2937
2938         * src/summaryview.c
2939                 also wait cursor when deleting files
2940
2941 2003-02-23 [paul]
2942
2943         * tools/freshmeat_search.pl
2944           tools/google_search.pl
2945                 scripts should now work for any browser/browser command line
2946
2947 2003-02-22 [christoph]  0.8.10claws45
2948
2949         * src/procmsg.c
2950                 fix IMAP flag setting, IMAP flag is not handled correctly
2951                 anymore by the folder system and information about the
2952                 folder should not be saved in the MsgInfo (in my opinion)
2953
2954         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2955
2956 2003-02-22 [christoph]  0.8.10claws44
2957
2958         * src/summaryview.c
2959                 fix spelling of "label" ;-)
2960
2961 2003-02-22 [thorsten]   0.8.10claws43
2962
2963         * src/mimeview.c
2964           src/prefs_common.[ch]
2965           src/procmime.[ch]
2966                 do not use description as attachment name
2967
2968 2003-02-22 [alfons]     0.8.10claws42
2969
2970         * src/summaryview.c
2971                 freeze/thaw folder item updates when changing color labels,
2972                 and put a wait cursors on
2973
2974 2003-02-22 [thorsten]   0.8.10claws41
2975
2976         * src/mimeview.c
2977                 save-all fixes: crash if invoked on multipart container,
2978                 mimeinfo access, pathseparators, error dialog
2979
2980 2003-02-21 [alfons]     0.8.10claws40
2981
2982         * src/prefs_gtk.c
2983                 remove unused var
2984
2985 2003-02-21 [colin]      0.8.10claws39
2986
2987         * src/send.c
2988                 Fix smtp logging
2989
2990 2003-02-21 [colin]      0.8.10claws38
2991
2992         * src/summaryview.c
2993                 Freeze/thaw folderItem updates when filtering messages 
2994                 via Tools/Filter messages
2995
2996 2003-02-21 [paul]       0.8.10claws37
2997
2998         * src/compose.c
2999                 revert commit 0.8.10claws26, there are ulterior motives
3000                 for users to set a Reply-To header when posting to
3001                 newsgroups
3002
3003 2003-02-21 [paul]       0.8.10claws36
3004
3005         * sync with 0.8.10cvs17
3006                 see ChangeLog 2003-02-21
3007
3008 2003-02-20 [christoph]  0.8.10claws35
3009
3010         * src/imap.c
3011                 IMAP UID fetch speedup using SEARCH
3012
3013         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3014
3015         * src/imap.c
3016                 fix problem with UIDs in IMAP UID cache that no longer existed
3017
3018 2003-02-20 [christoph]  0.8.10claws34
3019
3020         * src/imap.c
3021         * src/procheader.c
3022         * src/procheader.h
3023                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3024
3025         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3026
3027         * src/imap.c
3028                 Rewrite imap_cmd_gen_recv use sock_getline instead
3029                 of sock_gets to avoid problems with too long reply
3030                 lines
3031     
3032 2003-02-20 [colin]      0.8.10claws33
3033         
3034         * src/prefs_account.c
3035                 Better wording
3036
3037 2003-02-20 [colin]      0.8.10claws32
3038
3039         * src/compose.c
3040                 Remove useless '&& !to_sender' 
3041
3042 2003-02-20 [darko]
3043
3044         * AUTHORS
3045                 change my e-mail address
3046
3047 2003-02-19 [colin]      0.8.10claws31
3048
3049         * src/prefs_common.c
3050                 X11 style colors for every configurable color
3051
3052 2003-02-19 [alfons]     0.8.10claws30
3053
3054         * src/prefs_gtk.[ch]
3055         * src/prefs_common.c
3056                 for color_new accept both plain integers and X11 style color
3057                 names (as found in /usr/lib/X11/rgb.txt)
3058
3059 2003-02-19 [paul]       0.8.10claws29
3060
3061         * src/mainwindow.c
3062                 add tooltips to online/offline button and account selector
3063                 button
3064
3065 2003-02-19 [paul]       0.8.10claws28
3066
3067         * src/folder.c
3068           src/news.c
3069           src/prefs_account.[ch]
3070           src/prefs_common.[ch]
3071                 move 'Maximum number of articles to download' to
3072                 account prefs.
3073                 clean up account prefs gui a little by hiding entries
3074                 rather then greying out entries
3075
3076 2003-02-19 [hiro]       0.8.10claws27
3077
3078         * src/common/utils.c
3079                 fix bug #54 'yesterdays date is displayed in the message 
3080                 summary window'
3081
3082 2003-02-19 [paul]       0.8.10claws26
3083
3084         * src/compose.c
3085                 fix bug reported in Feature Request [688596] 
3086                 'Reply-to header in news'
3087
3088 2003-02-18 [paul]       0.8.10claws25
3089
3090         * src/select-keys.c
3091                 add a 'List all keys' button to key selection dialog
3092
3093 2003-02-18 [colin]      0.8.10claws24
3094         
3095         * src/stock_pixmap.c
3096                 fix compile error
3097
3098 2003-02-18 [colin]      0.8.10claws23
3099
3100         * src/common/smtp.[ch]
3101           src/prefs_account.c
3102                 Try to starttls if it seems to be the only
3103                 way to authenticate a user
3104
3105 2003-02-18 [paul]       0.8.10claws22
3106
3107         * src/Makefile.am
3108           src/folderview.c
3109           src/stock_pixmap.[ch]
3110           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3111           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3112                 as a Drafts folder is a special folder allow it to have
3113                 its own unique icons
3114
3115 2003-02-18 [colin]      0.8.10claws21
3116
3117         * src/imap.c
3118                 Fix port selection when using starttls
3119
3120 2003-02-18 [paul]       0.8.10claws20
3121
3122         * src/mainwindow.c
3123           src/prefs_common.[ch]
3124                 make blue the default new mail colour
3125
3126 2003-02-18 [paul]       0.8.10claws19
3127
3128         * sync with 0.8.10cvs14
3129                 see ChangeLog 2003-02-18
3130
3131 2003-02-17 [jens]       0.8.10claws18
3132
3133         * src/common/md5.c
3134                 fixed a compile problem with gcc 3.3
3135                 works on 2.95.3 too (testet on PPC as it is big endian)
3136
3137 2003-02-17 [paul]       0.8.10claws17
3138
3139         * sync with 0.8.10cvs13
3140                 see ChangeLog 2003-02-17
3141
3142 2003-02-17 [paul]       0.8.10claws16
3143
3144         * sync with 0.8.10cvs12
3145                 see ChangeLog 2003-02-17
3146
3147 2003-02-16 [match]      0.8.10claws15
3148
3149         * src/addressbook.c
3150                 Eliminates reloading of address data when items
3151                 deleted or added. Applied submitted by
3152                 Luke Plant <lukeplant@softhome.net>
3153
3154 2003-02-16 [paul]       0.8.10claws14
3155
3156         * src/news.c
3157                 when a 'protocol error' is encountered disconnect from
3158                 the server. This means that the user can carry on viewing
3159                 other articles and doesn't have to either wait until the
3160                 server timesout or quit sylpheed.
3161                 Fixes bug #53 'Unable to read messages in newsgroups, 
3162                 displayed message doesn't change'
3163
3164 2003-02-15 [christoph]  0.8.10claws13
3165
3166         * src/imap.c
3167                 fix bug that stopped scanning of folders when an
3168                 IMAP folder was empty
3169
3170         (closes bug 46 stop scan messages in folders after empty folder)
3171
3172 2003-02-15 [paul]
3173
3174         * tools/Makefile.am
3175           tools/README
3176           tools/freshmeat_search.pl     ** NEW FILE **
3177           tools/google_search.pl        ** NEW FILE **
3178                 Add 2 Actions scripts which search freshmeat/google
3179                 for the selected text using the browser configured
3180                 in sylpheedrc.
3181                 
3182         Note: These scripts are very dependent on the format of the
3183         browser command and may not work on every occasion. Testing
3184         is welcome. 
3185
3186 2003-02-14 [alfons]     0.8.10claws12
3187
3188         * src/compose.c
3189                 fix breakage because of uninitialized account pointer.
3190                 please verify.
3191
3192 2003-02-14 [paul]       0.8.10claws11
3193
3194         * src/compose.c
3195           src/prefs_account.[ch]
3196           src/prefs_common.[ch]
3197                 move signature settings to Account Prefs
3198
3199 2003-02-14 [paul]       0.8.10claws10
3200
3201         * sync with 0.8.10cvs11
3202                 see ChangeLog 2003-02-14
3203
3204 2003-02-13 [thorsten]   0.8.10claws9
3205
3206         * src/news.c
3207                 revert news progressbar (GUI separation)
3208
3209 2003-02-13 [paul]       0.8.10claws8
3210
3211         * src/compose.c
3212                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3213                 paragraph 1
3214
3215 2003-02-13 [paul]       0.8.10claws7
3216
3217         * src/compose.[ch]
3218           src/summaryview.c
3219                 fix 'Follow-up and Reply-to' so that it creates a reply to
3220                 the newsgroup and the sender. If the message has the keyword
3221                 'poster' in the Followup-To header, all replies go to the
3222                 sender, re: RFC 1036, Section 2.2.3
3223                 rename all instances of 'ignore_replyto' to 'to_sender', both
3224                 were previously used, now we use just one.
3225
3226 2003-02-13 [paul]       0.8.10claws6
3227
3228         * sync with 0.8.10cvs9
3229                 see ChangeLog 2003-02-13
3230
3231 2003-02-13 [paul]       0.8.10claws5
3232
3233         * configure.ac
3234                 show which plugins are configured in the configure
3235                 output.
3236
3237 2003-02-12 [thorsten]   0.8.10claws4
3238
3239         * src/news.c
3240                 show progress while fetching news headers
3241
3242 2003-02-12 [christoph]  0.8.10claws3
3243
3244         * configure.ac
3245         * src/plugins/Makefile.am
3246                 use AM_CONDITIONAL to enable plugins, automake correctly
3247                 manages this when creating distdir
3248
3249 2003-02-12 [christoph]  0.8.10claws2
3250
3251         * ac/spamassassin.m4
3252         * src/plugins/spamassassin/Makefile.am
3253                 fix building SpamAssassin plugin without OpenSSL
3254
3255 2003-02-12 [paul]       0.8.10claws1
3256
3257         * ac/Makefile.am
3258           src/Makefile.am
3259           src/plugins/Makefile.am
3260                 fix failure of 'make release'
3261
3262 2003-02-12 [paul]       0.8.10claws
3263
3264         * 0.8.10claws released
3265
3266 2003-02-12 [paul]       0.8.9claws56
3267
3268         * po/bg.po
3269           po/es.po
3270           po/it.po
3271           po/ru.po
3272           po/sr.po
3273                 updated translations by George Danchev, Ricardo Mones Lastra,
3274                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3275                 
3276         * sylpheed.spec.in
3277                 Allow the building of RPMs by a regular user. Submitted
3278                 by Sergei Astanin
3279
3280 2003-02-11 [alfons]     0.8.9claws55
3281
3282         * src/colorlabel.c
3283                 don't use pixmaps for label color rect but draw rectangles
3284                 so we can respect the color map of palette based visuals
3285                 (fixes the long time crashes on Suns - thanks to Andreas
3286                 Engel and Steve O'Hara-Smith for testing)
3287
3288 2003-02-11 [christoph]  0.8.9claws54
3289
3290         * src/matcher_parser_parse.y
3291                 correct bug where filering rules of not existing folders in
3292                 matcherrc were added to global filtering
3293                 
3294         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3295          main filter-rules after removing directory, http://bugs.debian.org/180253)
3296         
3297 2003-02-11 [paul]       0.8.9claws53
3298
3299         * sync with 0.8.10cvs7
3300                 see ChangeLog 2003-02-09
3301
3302 2003-02-11 [melvin]     0.8.9claws52
3303
3304         * po/fr.po
3305                 Updated French tranlsations
3306
3307 2003-02-10 [paul]       0.8.9claws51
3308
3309         * sylpheed.spec.in
3310                 correct --enable-openssl
3311                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3312
3313 2003-02-09 [martin]     0.8.9claws50
3314
3315         * src/prefs_matcher.c
3316                 fix segfault in prefs_matcher_substitute_cb() when
3317                 no row is selected
3318
3319 2003-02-09 [paul]       0.8.9claws49
3320
3321         * src/folderview.c
3322                 fix bug where a newsgroup folder's processing rules were
3323                 merged with the global filtering rules when the newsgroup
3324                 folder was deleted, causing some seriously bad results,
3325                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3326
3327 2003-02-08 [melvin]     0.8.9claws48
3328
3329         * src/compose.c
3330                 Corrected and modified an alert message.
3331
3332 2003-02-07 [paul]       0.8.9claws47
3333
3334         * src/folderview.c
3335                 fix bug where both an 'Account properties' window and a
3336                 'Folder properties' window were opened when clicking on
3337                 'Properties' in an NNTP or IMAP folder's popup menu.
3338
3339 2003-02-07 [paul]       0.8.9claws46
3340
3341         * sync with 0.8.10cvs6
3342                 see ChangeLog 2003-02-06
3343
3344 2003-02-06 [christoph]  0.8.9claws45
3345
3346         * src/mbox.c
3347                 freeze folder updates while importing mbox files
3348                 (closes bug 43 importing mbox took hours)
3349                 
3350         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3351
3352 2003-02-06 [thorsten]   0.8.9claws44
3353
3354         * po/de.po
3355                 Updated german translations
3356
3357 2003-02-06 [thorsten]   0.8.9claws43
3358
3359         * src/news.h
3360                 use guint for message numbers (fix count in grouplist dialog)
3361
3362 2003-02-05 [paul]       0.8.9claws42
3363
3364         * sync with 0.8.10cvs2
3365                 see ChangeLog 2003-02-05
3366
3367 2003-02-04 [colin]      0.8.9claws41
3368
3369         * src/prefs_common.[ch]
3370           src/procmsg.c
3371           src/summaryview.c
3372                 Add an option to disable threading by subject
3373
3374 2003-02-04 [christoph]  0.8.9claws40
3375
3376         * src/inc.c
3377                 only abort fetching mails from multiple accounts when the
3378                 error is fatal and does not allow to check any more accounts
3379                 (currently only disk full error)
3380
3381         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3382          receive mails for other accouts)
3383
3384 2003-02-04 [christoph]  0.8.9claws39
3385
3386         * src/folder.c
3387                 first add the new message to the cache, then
3388                 send the update notification
3389
3390         (closes bug 39 after sending message folderview doesnt get updated)
3391
3392 2003-02-04 [colin]      0.8.9claws38
3393
3394         * src/inc.c
3395                 _really_ fix this Connecting... status
3396
3397 2003-02-04 [paul]       0.8.9claws37
3398
3399         * sync with 0.8.10
3400                 see ChangeLog 2003-02-04
3401
3402 2003-02-04 [paul]       0.8.9claws36
3403
3404         * sync with 0.8.9cvs6
3405                 see ChangeLog 2003-02-03
3406
3407 2003-02-04 [paul]       0.8.9claws35
3408
3409         * po/pt_BR.po
3410                 updated by André Filipe de Assunção e Brito 
3411                 <bedecko@netsite.com.br>
3412
3413 2003-02-03 [thorsten]   0.8.9claws34
3414
3415         * po/de.po
3416                 Updated german translations
3417
3418 2003-02-02 [paul]       0.8.9claws33
3419
3420         * po/es.po
3421                 updated by Ricardo Mones Lastra
3422
3423 2003-02-02 [thorsten]   0.8.9claws32
3424
3425         * src/mh.c
3426                 Fix mh_get_msginfo() segfault if file is inaccessible
3427
3428 2003-01-31 [colin]      0.8.9claws31
3429
3430         * src/procheader.c
3431                 Fix last commit's bug
3432
3433 2003-01-31 [colin]      0.8.9claws30
3434
3435         * src/procheader.c
3436                 Missing a change for gpg-signed messages
3437
3438 2003-01-31 [paul]       0.8.9claws29
3439
3440         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3441           src/procheader.c
3442           src/stock_pixmap.[ch]
3443           src/summaryview.c
3444                 indicate GnuPG signed messages by displaying an icon
3445                 in the Attachment column.
3446
3447 2003-01-31 [paul]       0.8.9claws28
3448
3449         * sync with 0.8.9cvs4
3450                 see ChangeLog 2003-01-31
3451
3452 2003-01-31 [alfons]     0.8.9claws27
3453
3454         * src/textview.c
3455                 tune URI parser to accept mailto URLs with a '?'
3456                 (patch from Ruslan Balkin)
3457
3458 2003-01-31 [colin]      0.8.9claws26
3459
3460         * src/summaryview.c
3461                 Fix a leak introduced in claws24
3462
3463 2003-01-31 [colin]      0.8.9claws25
3464
3465         * src/summaryview.c
3466                 Freeze/Thaw folder updates when deleting dups
3467
3468 2003-01-31 [colin]      0.8.9claws24
3469         
3470         * src/addr_compl.c
3471           src/summaryview.c
3472           src/msgcache.c
3473                 little speed improvements
3474
3475 2003-01-31 [colin]      0.8.9claws23
3476
3477         * src/summaryview.c
3478                 Fix segfault when forwarding nothing
3479                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3480                 
3481 2003-01-30 [paul]       0.8.9claws22
3482
3483         * sync with 0.8.9cvs3
3484                 see ChangeLog 2003-01-30
3485
3486 2003-01-30 [paul]       0.8.9claws21
3487
3488         * sync with 0.8.9cvs2
3489                 see ChangeLog 2003-01-30
3490
3491 2003-01-29 [paul]       0.8.9claws20
3492
3493         * sync with 0.8.9cvs1
3494                 see ChangeLog 2003-01-29
3495
3496 2003-01-28 [paul]       0.8.9claws19
3497
3498         * po/POTFILES.in
3499                 update to reflect changes. 
3500                 thanks to Ricardo Mones Lastra
3501
3502 2003-01-27 [christoph]  0.8.9claws18
3503
3504         * ac/openssl.m4
3505         * ac/spamassassin.m4
3506         * src/plugins/spamassassin/README
3507         * src/plugins/spamassassin/libspamc.[ch]
3508         * src/plugins/spamassassin/utils.[ch]
3509                 updated to latest libspamc
3510
3511 2003-01-27 [christoph]  0.8.9claws17
3512
3513         * src/folder.c
3514                 fix wrong use of procheader_get_header_fields
3515
3516 2003-01-27 [christoph]  0.8.9claws16
3517
3518         * src/news.c
3519         * src/prefs_account.[ch]
3520         * src/common/nntp.[ch]
3521                 allow to force authentication for NNTP servers
3522
3523         Patch submitted by Florian Mickler <dmk@d-labs.de>
3524
3525 2003-01-26 [paul]       0.8.9claws15
3526
3527         * src/summaryview.c
3528                 speed up of marking messages as read
3529                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3530
3531 2003-01-26 [christoph]  0.8.9claws14
3532
3533         * src/Makefile.am
3534         * src/mgutils.[ch]              ** REMOVE **
3535         * src/xml.[ch]                  ** REMOVE **
3536         * src/xmlprops.[ch]             ** REMOVE **
3537         * src/common/Makefile.am
3538         * src/common/mgutils.[ch]       ** NEW **
3539         * src/common/xml.[ch]           ** NEW **
3540         * src/common/xmlprops.[ch]      ** NEW **
3541                 move xml files to common directory
3542
3543 2003-01-26 [christoph]  0.8.9claws13
3544
3545         * src/plugins/spamassassin/spamassassin_gtk.c
3546                 only set gtk entry text if string is available
3547
3548 2003-01-26 [melvin]     0.8.9claws12
3549
3550         * src/description_window.c
3551                 Allow resizing of the window
3552                 Allow automatic horizontal scroll bar
3553                 Do not vertically expand and fill
3554
3555 2003-01-26 [christoph]  0.8.9claws11
3556
3557         * src/Makefile.am
3558         * src/gtkutils.[ch]             ** REMOVE **
3559         * src/common/sylpheed.c
3560         * src/gtk/Makefile.am
3561         * src/gtk/description_window.c
3562         * src/gtk/gtkutils.[ch]         ** NEW **
3563         * src/gtk/prefswindow.c
3564                 move gtkutils to gtk directory
3565
3566 2003-01-26 [paul]       0.8.9claws10
3567
3568         * src/summaryview.c
3569                 rename summary_unread_clicked() to summary_status_clicked()
3570
3571 2003-01-26 [melvin]     0.8.9claws9
3572
3573         * src/prefs_actions.c
3574                 Cosmetical changes to the help text
3575
3576 2003-01-26 [paul]       0.8.9claws8
3577
3578         * src/folder.[ch]
3579           src/mainwindow.c
3580           src/prefs_common.c
3581           src/prefs_sumamry_column.c
3582           summaryview.[ch]
3583                 rename the 'Unread' column to 'Status'
3584
3585 2003-01-25 [match]      0.8.9claws7
3586
3587         * src/mgutils.[ch]
3588                 removed reference to LDAP constants. removed error2string.
3589                 included functions to support LDAP dynamic queries.
3590         * src/syldap.h
3591                 moved LDAP constants here.
3592         * src/addressbook.c
3593         * src/addrindex.c
3594         * src/importldif.c
3595                 removed references to LDAP constants and references to
3596                 error2string.
3597
3598 2003-01-25 [paul]       0.8.9claws6
3599
3600         * src/summaryview.c
3601                 summary_thread_build(), summary_thread_init(): remove 
3602                 unneeded reference to summaryview->folder_item
3603
3604 2003-01-25 [christoph]  0.8.9claws5
3605
3606         * src/gtk/description_window.c
3607                 o allow description texts to expand over multiple columns
3608                 o translate all columns
3609         * src/prefs_actions.c
3610                 change syntax description to use new multi column feature
3611
3612         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3613
3614 2003-01-25 [match]      0.8.9claws4
3615
3616         * src/vcard.c
3617                 fixed bug with Quoted-Printable
3618
3619 2003-01-25 [paul]       0.8.9claws3
3620
3621         * src/folder.[ch]
3622           src/summaryview.[ch]
3623                 implement per-folder collapsed/expanded threads setting
3624                 
3625         * src/prefs_common.c
3626                 remove global collapsed/expanded threads option
3627
3628 2003-01-25 [christoph]  0.8.9claws2
3629
3630         * po/POTFILES.in
3631                 add pluginwindow and prefswindow
3632         * src/compose.c
3633                 make send respond correctly to messages that could be added
3634                 to the queue folder, but the UID of the message is unknown
3635         * src/folder.c
3636         * src/imap.c
3637                 don't return guessed UIDs in imap_add_msg anymore. We return
3638                 0 to tell the folder system it was appened but the UID is
3639                 unknown. Folder system now get's the UID by scaning the folder
3640                 and searching the cache for the Message-ID
3641                 (closes bug #29 Messages queued, but not sent)
3642
3643 2003-01-25 [paul]       0.8.9claws1
3644
3645         * src/codeconv.c
3646                 conv_encode_header():  fix bug when long headers with 8-bit
3647                 characters are used, so that the encoded words are wrapped.
3648                 If the space in the original text falls on the wrap boundary,
3649                 it can be lost.
3650                 Patch by Sergey Vlasov.
3651                 
3652         * src/folderview.c
3653                  fix bug where a change to the sorting method or thread view
3654                  of a folder's messages is lost if simpify-subject is set and
3655                  toggled on or off.
3656                  Patch by Luke Plant.
3657
3658 2003-01-24 [paul]       0.8.9claws
3659
3660         * sylpheed-0.8.9claws released
3661         
3662         * Makefile.am
3663           sylpheed.spec.in
3664                 remove reference to 'INSTALL.jp'
3665
3666 2003-01-23 [paul]       0.8.8claws128
3667
3668         * po/es.po
3669           po/it.po
3670           po/ru.po
3671           po/sr.po
3672                 updated translations. submitted by Ricardo Mones Lastra,
3673                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3674
3675 2003-01-23 [colin]      0.8.8claws127
3676
3677         * src/compose.c
3678                 Fix drafted and queued news articles re-edition
3679
3680 2003-01-23 [melvin]     0.8.8claws126
3681
3682         * po/fr.po
3683                 Updated French translations
3684
3685 2003-01-23 [colin]      0.8.8claws125
3686
3687         * src/inc.c
3688                 Fix "Connecting to..." status message
3689
3690 2003-01-22 [paul]       0.8.8claws124
3691
3692         * po/bg.po
3693                 updated by George Danchev
3694                 
3695         * src/folder.c
3696                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3697                 and folder deletion
3698
3699 2003-01-21 [paul]       0.8.8claws123
3700
3701         * po/bg.po
3702                 updated by George Danchev
3703                 
3704         * src/about.c
3705                 its now 2003
3706                 
3707         * src/toolbar.c
3708                 don't translate 'Separator'
3709                 
3710         * src/plugins/spamassassin/Makefile.am
3711                 add aspell to CPPFLAGS
3712                 
3713         * src/plugins/spamassassin/spamassassin.c
3714           src/plugins/spamassassin/spamassassin_gtk.c
3715                 set correct default for spamassassin_receive_spam
3716                 slightly re-word descriptions and some
3717                 other minor changes
3718
3719 2003-01-19 [alfons]     0.8.8claws122
3720                 
3721         * src/mimeview.c
3722                 mimeview_save_as(): we might as well show the file name for
3723                 the single case "Save As" too
3724
3725 2003-01-19 [alfons]     0.8.8claws121
3726
3727         * src/crash.c
3728                 change bug tracker URL to bugzilla URL
3729
3730 2003-01-19 [alfons]     0.8.8claws120
3731
3732         * src/mimeview.c
3733                 mimeview_save_all(): display name of file before overwriting;
3734                 continue saving all, even when one overwrite was cancelled
3735
3736 2003-01-19 [christoph]  0.8.8claws119
3737
3738         * src/summaryview.c
3739         * src/procmsg.[ch]
3740                 fix wrong usage of procmsg_find_children in summaryview
3741                 by using procmsg_update_unread_children instead of
3742                 summaryview_update_unread_children
3743
3744 2003-01-19 [christoph]  0.8.8claws118
3745
3746         * src/procmsg.c
3747                 fix infinite loop in procmsg_find_children
3748                  (closes bug #25 sylpheed crashes on delete.)
3749
3750         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3751
3752 2003-01-19 [paul]       0.8.8claws117
3753
3754         * po/pt_BR.po
3755                 updated by Ivan Francolin Martinez
3756
3757 2003-01-18 [melvin]     0.8.8claws116
3758
3759         * src/prefs_actions.c
3760                 Removed syntax limitation of only one '&' at the end of command.
3761                         Now actions that contain '>/dev/null 2>&1' are possible.
3762
3763 2003-01-18 [melvin]     0.8.8claws115
3764
3765         * src/prefs_actions.c
3766                 Actions IO dialog: when the action ends
3767                 the "Close" button now has focus and [Escape] closes the
3768                 window.
3769
3770 2003-01-18 [christoph]  0.8.8claws114
3771
3772         * src/procmsg.c
3773                 o add debug output when MsgInfos are really freed
3774                 o free GSLists in procmsg_find_children and
3775                   procmsg_update_unread_children
3776
3777 2003-01-18 [christoph]  0.8.8claws113
3778
3779         * src/mainwindow.c
3780                 reorder Configuration menu
3781
3782 2003-01-18 [christoph]  0.8.8claws112
3783
3784         * src/compose.c
3785                 fix applying templates to forwarded messages
3786
3787         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3788
3789 2003-01-17 [christoph]  0.8.8claws111
3790
3791         * src/folder.c
3792                 destroy folder items, when a folder item is removed
3793
3794 2003-01-17 [christoph]  0.8.8claws110
3795
3796         * src/folder.c
3797                 fix wrong folder stats update when ignored message is
3798                 deleted
3799
3800 2003-01-17 [colin]      0.8.8claws109
3801         
3802         * src/mainwindow.c
3803         * src/summaryview.c
3804                 Quicksearch bugfixes: 
3805                 - hide help button at startup if not extended
3806                 - switch to extended when looking for replies
3807
3808 2003-01-17 [paul]
3809
3810         * sync with 0.8.9 release
3811
3812 2003-01-17 [paul]       0.8.8claws108
3813
3814         * sync with 0.8.8cvs11
3815                 see ChangeLog 2003-01-17
3816
3817 2003-01-16 [colin]      0.8.8claws107
3818
3819         * src/procmsg.c
3820                 Changed encryption test to re-ask passphrase
3821                 if an encrypted message hasn't been decrypted
3822                 Fixes bug #5
3823
3824 2003-01-16 [christoph]  0.8.8claws106
3825
3826         * src/prefs_gtk.c
3827         * src/prefs_toolbar.c
3828         * src/gtk/prefswindow.h
3829         * src/plugins/spamassassin/spamassassin_gtk.c
3830                 remove page destroy function that is not used anymore
3831
3832 2003-01-16 [paul]       0.8.8claws105
3833
3834         * sync with 0.8.8cvs9
3835                 see ChangeLog 2002-01-16
3836
3837 2003-01-16 [colin]      0.8.8claws104
3838
3839         * src/compose.[ch]
3840                 Fix bug with autosaved drafts for IMAP, when draft
3841                 folder is specified - fixes bugzilla bug #20
3842
3843 2003-01-15 [paul]       0.8.8claws103
3844
3845         * src/compose.[ch]
3846           src/procmsg.c
3847                 store folder and message-id of message forwarding
3848                 in queue header and set forward flag after sending
3849
3850 2003-01-15 [paul]       0.8.8claws102
3851
3852         * sync with 0.8.8cvs8
3853                 see ChangeLog 2002-01-15
3854
3855 2003-01-15 [colin]      0.8.8claws101
3856
3857         * src/Makefile.am
3858                 Fix linking with GNU libiconv
3859
3860 2003-01-15 [darko]      0.8.8claws100
3861
3862         * src/pine.c
3863                 fix crash when importing pine address book
3864                 entry with an empty name (reported by DY
3865                 <dybulk at tri8.net>)
3866
3867 2003-01-14 [paul]       0.8.8claws99
3868
3869         * configure.in  ** REMOVED **
3870           configure.ac  ** NEW FILE **
3871                 rename configure.in to configure.ac, as it is now
3872                 preferred
3873
3874 2003-01-14 [melvin]     0.8.8claws98
3875
3876         * src/folderview.c
3877                 folderview_check_new(): More precise function description
3878
3879 2003-01-14 [melvin]     0.8.8claws97
3880
3881         * src/folderview.c
3882                 folderview_check_new(): return the number of new messages 
3883                         since last check.
3884         * src/inc.c
3885                 inc_account_mail(): Disable counting of new messages for IMAP
3886                         and NNTP until bug [19] and [14] are fixed.
3887
3888 2003-01-14 [paul]       0.8.8claws96
3889
3890         * sync with 0.8.8cvs6
3891                 see ChangeLog 2003-01-14
3892
3893 2003-01-13 [alfons]     0.8.8claws95
3894
3895         * src/textview.c
3896                 tune email address validation (c. 0.8.8claws89): if . is 
3897                 just one char away from @, the address is invalid too 
3898                 (correctly rejects addresses like foo@.com)
3899
3900 2003-01-13 [paul]       0.8.8claws94
3901
3902         * src/messageview.c
3903           src/toolbar.c
3904                 fixes to the Message View toolbar and menu:
3905                 fix non-functioning Forward button
3906                 make Reply button consider default_reply_list
3907                 remove 'Follow-up...' menu entry
3908                 add 'Forward' and 'Redirect' menu entries
3909
3910 2003-01-13 [melvin]     0.8.8claws93
3911
3912         * src/inc.c
3913                 Fixed typo that could make new messages count incorrect.
3914
3915 2003-01-13 [melvin]     0.8.8claws92
3916
3917         * src/folderview.[ch]
3918                 folderview_check_new(): return the number of new messages.
3919         * src/inc.c
3920                 Should fix bug [14] where new mail notification worked 
3921                         incorrectly with IMAP accounts.
3922                 inc_spool_account(): return number of new msgs, or -1 on error
3923                 inc_all_spool(): return number of new msgs
3924                 
3925 2003-01-13 [melvin]     0.8.8claws91
3926
3927         * src/prefs_actions.c
3928                 Justify help text.
3929
3930 2003-01-12 [thorsten]   0.8.8claws90
3931
3932         * src/common/prefs.c
3933                 close file before rename
3934
3935 2003-01-12 [alfons]     0.8.8claws89
3936
3937         * AUTHORS
3938                 add Christian Mertes
3939         * src/common/utils.[ch]
3940                 g_stricase_hash(), g_stricase_equal(): functions for 
3941                 case insensitive hash tables
3942         * src/textview.c
3943                 use top level domain names to validate email address, based
3944                 on a patch by Christian Mertes (thanks!), but changed 
3945                 implementation to use a hash table 
3946
3947 2003-01-12 [paul]       0.8.8claws88
3948
3949         * po/bg.po
3950                 updated by George Danchev
3951
3952 2003-01-12 [alfons]     0.8.8claws87
3953
3954         * src/summaryview.c
3955                 delete / execute performance: use new style folder update
3956
3957 2003-01-12 [paul]       0.8.8claws86
3958
3959         * sync with 0.8.8cvs5
3960                 see ChangeLog 2003-01-13 (!)
3961
3962 2003-01-12 [alfons]     0.8.8claws85
3963
3964         * src/filtering.c
3965         * src/matcher_parser_parse.y
3966                 prepare change_score filtering action
3967         * src/matcher.[ch]
3968                 give up const-correctness on functions that call non-const-correct functions;
3969                 several casts to gpointer in g_free();
3970                 add change_score;
3971
3972 2003-01-12 [christoph]  0.8.8claws84
3973
3974         * src/compose.c
3975                 fix 2 warnings
3976
3977         * src/gtk/prefswindow.[ch]
3978         * src/plugins/spamassassin/spamassassin_gtk.c
3979                 changed the call of the widget create function
3980                 for PrefsPages, because sometimes the widget
3981                 create function needs a widget that already has
3982                 been attached to a window (to create GDK pixmaps
3983                 for exmaple). So we simply pass the GtkWindow as
3984                 the second parameter now.
3985
3986         * src/main.c
3987         * src/mainwindow.c
3988         * src/prefs_toolbar.[ch]
3989                 rewrite Toolbar Preferences using the new
3990                 prefs window
3991
3992 2003-01-11 [alfons]     0.8.8claws83
3993
3994         * src/addressadd.c
3995                 fix crash when adding sender to addressbook because status bar
3996                 isn't there (the status bar doesn't seem to be used though,
3997                 but I'll let Match decide what to do with it)
3998
3999 2003-01-11 [colin]      0.8.8claws82
4000
4001         * src/main.c
4002           src/toolbar.c
4003                 Two useless changes reversed
4004
4005 2003-01-11 [colin]      0.8.8claws81
4006
4007         * src/mainwindow.c
4008           src/mainwindow.h
4009                 Add mainwindow_get_mainwindow()
4010         * src/alertpanel.c
4011           src/alertpanel.h
4012                 Add alertpanel_error_log() 
4013         * src/compose.c
4014           src/inc.c
4015           src/messageview.c
4016           src/toolbar.c
4017           src/main.c
4018           src/procmsg.c
4019                 Network errors get a View Log button
4020
4021 2003-01-10 [alfons]     0.8.8claws80
4022
4023         * src/prefs_toolbar.c
4024         * src/toolbar.c
4025                 use the translatable string for "Separator" as file name for
4026                 separator toolbar items (probably make this uppercase?)
4027
4028 2003-01-10 [alfons]     0.8.8claws79
4029
4030         * src/prefs_toolbar.c
4031                 put right A_SEPARATOR description string in "displayed
4032                 toolbar items list" so manually added separators are
4033                 saved correctly (bug #10, "Adding a separator to the main 
4034                 toolbar fails, entry in xml file is wrong")
4035
4036 2003-01-10 [christoph]  0.8.8claws78
4037
4038         * src/imap.c
4039                 o fix warnings
4040                 o use CAPABILITY to check if NAMESPACE is available
4041
4042 2003-01-10 [christoph]  0.8.8claws77
4043
4044         * src/imap.[ch]
4045                 apply UIDPLUS IMAP extension support patch
4046
4047         Patch submitted by Simon 'corecode' Schubert
4048
4049 2003-01-10 [paul]       0.8.8claws76
4050
4051         * src/folderview.c
4052                 a sync from main which fixes the news account folders'
4053                 Properties bug
4054
4055 2003-01-10 [christoph]  0.8.8claws75
4056
4057         * src/folder.c
4058                 don't accept 0 as a valid uid returned by copy and move
4059                 functions. 0 means the message was copied or moved but the
4060                 new uid could not be fetched. It is not an error condition
4061                 for the copy or move operation.
4062
4063 2003-01-10 [paul]       0.8.8claws74
4064
4065         * src/prefs_filtering.c
4066                 change English used in Alert when entry is not
4067                 saved.
4068                 
4069         * sync with 0.8.8cvs4
4070                 see ChangeLog 2003-01-10
4071
4072 2003-01-10 [darko]      0.8.8claws73
4073
4074         * src/pine.c
4075                 fix crash when importing address book entry
4076                 without a valid address
4077
4078 2003-01-09 [alfons]     0.8.8claws72
4079
4080         * src/inc.c
4081                 filtering performance: use new style folder update
4082
4083 2003-01-09 [christoph]  0.8.8claws71
4084
4085         * src/compose.c
4086         * src/gtk/menu.[ch]
4087                 fix wrong selecting of mime encoding type, when
4088                 opening property dialog of attachments in the
4089                 compose window. 7bit was always selected and that
4090                 destoryed files with 8bit data.
4091                 (closes bug #9 Sylpheed-claws destroys attachments when
4092                  changing MIME-types)
4093
4094 2003-01-09 [paul]       0.8.8claws70
4095
4096         * sync with 0.8.8cvs3
4097                 see ChangeLog 2003-01-09
4098
4099 2003-01-08 [alfons]     0.8.8claws69
4100         
4101         * src/addressadd.c
4102                 apply patch by Kim Schulz to fix build breakage
4103                 because of missing variable
4104
4105 2003-01-08 [paul]       0.8.8claws68
4106
4107         * sync with 0.8.8cvs2
4108                 see ChangeLog 2002-01-08
4109
4110 2003-01-08 [paul]       0.8.8claws67
4111
4112         * po/it.po
4113                 updated by Alessandro Maestri
4114                 
4115         * src/addressadd.c
4116                 when using 'Add sender to addressbook' allow
4117                 name to be edited and remarks to be entered
4118                 Patch submitted by Luke Plant
4119
4120 2003-01-08 [darko]      0.8.8claws66
4121
4122         * README.claws, src/summaryview.c
4123                 fix description for marked messages
4124
4125 2003-01-08 [paul]
4126
4127         * tools/Makefile.am
4128           tools/launch_phoenix  ** NEW FILE **
4129                 add script that enables using Phoenix as the default
4130                 web browser. 
4131                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4132                 
4133         * tools/OOo2sylpheed.pl
4134                 remove full path to sylpheed executable, just 'sylpheed'
4135                 will do
4136                 
4137         * tools/README
4138                 add launch_phoenix informtion and re-arrange and compress
4139                 the data a little
4140
4141 2003-01-07 [christoph]  0.8.8claws65
4142
4143         * src/folder.c
4144                 fix update for source folder when moving messages
4145         * src/procmsg.[ch]
4146         * src/summaryview.c
4147                 use function to set to_folder for message infos and
4148                 automatically update the op_count for old and new
4149                 folder
4150
4151 2003-01-07 [melvin]     0.8.8claws64
4152
4153         * src/prefs_actions.c
4154                 Fixed bug where an '%p' Action on a displayed image crashed 
4155                         Sylpheed
4156                 Code clean up (get rid of duplicated code and removed unnecessary 
4157                                 structure member)
4158
4159 2003-01-07 [christoph]  0.8.8claws63
4160
4161         * src/compose.c
4162         * src/folder.[ch]
4163         * src/folderview.c
4164         * src/import.c
4165         * src/inc.c
4166         * src/main.c
4167         * src/mainwindow.c
4168         * src/messageview.c
4169         * src/prefs_folder_item.c
4170         * src/procmsg.c
4171         * src/summaryview.c
4172         * src/toolbar.c
4173                 o remove all folder update triggering from the UI code. The folder
4174                   system should know much better when a folder needs an update.
4175                 o to prevent multiple updates in a row the folder updates can be
4176                   frozen for some time.
4177
4178                 Note: - Please verify that no updates are missing
4179                       - Check where freeze/thaws should be added
4180
4181 2003-01-07 [christoph]  0.8.8claws62
4182
4183         * src/prefs_actions.c
4184                 don't translate empty strings
4185
4186         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4187
4188 2003-01-06 [christoph]  0.8.8claws61
4189
4190         * src/prefs_actions.c
4191                 mark strings for gettext
4192         * src/prefs_matcher.c
4193                 use new description window for Execute action and
4194                 match condition in Filtering
4195
4196         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4197
4198 2003-01-06 [alfons]     0.8.8claws60
4199
4200         keep myself inspired to re-organize matcher part 8; 
4201         yes, more to come (I need to move out the descriptive
4202         text for actions to matcher.c, or at least make it not
4203         depend on the wicked ordering)
4204
4205         * src/prefs_matcher.c
4206                 add documentation so others may comprehend the
4207                 UI part of the conditions
4208                 
4209 2003-01-06 [christoph]  0.8.8claws59
4210
4211         * src/prefs_actions.c
4212                 use new description window for syntax help
4213         * src/gtk/description_window.c
4214                 fix display of descriptions with column count != 2
4215
4216         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4217
4218 2003-01-06 [christoph]  0.8.8claws58
4219
4220         * src/quote_fmt.c
4221         * src/summaryview.[ch]
4222         * src/gtk/Makefile.am
4223         * src/gtk/description_window.[ch]       ** NEW **
4224                 use a generic window to display syntax descriptions
4225                 currently used in quote_fmt and summaryview (new description
4226                 for extended quick search)
4227
4228         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4229
4230 2003-01-06 [paul]       0.8.8claws57
4231
4232         * sync with 0.8.8cvs1
4233                 see ChangeLog 2003-01-06
4234
4235 2003-01-06 [christoph]  0.8.8claws56
4236
4237         * src/mainwindow.c
4238         * src/prefs_gtk.[ch]
4239         * src/gtk/prefswindow.[ch]
4240         * src/plugins/spamassassin/spamassassin_gtk.c
4241                 o remove page management from prefswindow, pages
4242                   will be an argument to prefswindow_open
4243                 o prefswindow_open gets a datapointer that is
4244                   passed to the widget_create function to allow
4245                   creation of prefswindow for specific items
4246
4247 2003-01-06 [colin]      0.8.8claws55
4248         
4249         * src/summaryview.c
4250                 We don't want regexp in the reply-finder, 
4251                 because MIDs can contain !,$,. and so on
4252
4253 2003-01-06 [jens]       0.8.8claws54
4254
4255         * src/jpilot.c
4256                 fixed a wrong free in jpilot_read_db_files
4257
4258 2003-01-06 [alfons]     0.8.8claws53
4259
4260         re-organize matcher part 8; more to come
4261        
4262         * src/matcher.c
4263                 matcherprop_to_string(): put g_free()s before the
4264                 switch-case break to fix memleaks                
4265
4266 2003-01-06 [colin]      0.8.8claws52
4267
4268         * src/summaryview.c
4269                 cleanup & reply-finder now displays the first 
4270                 matching message
4271
4272 2003-01-05 [alfons]     0.8.8claws51
4273
4274         re-organize matcher part 7; more to come
4275
4276         * src/matcher.[ch]
4277                 fixes for constant correctness;
4278                 more documentation;
4279
4280 2003-01-05 [alfons]     0.8.8claws50
4281
4282         re-organize matcher part 6; more to come
4283         
4284         * src/matcher.[ch]
4285                 fixes for constant correctness;
4286                 more documentation;
4287         * src/filtering.c
4288                 fix for constant correctness
4289
4290 2003-01-05 [colin]      0.8.8claws49
4291
4292         * src/account.[ch]
4293                 Add account_get_reply_account function
4294         * src/compose.c
4295                 Use account_get_reply_account function 
4296         * src/summaryview.c
4297                 Basic reply-finder - click on the replied
4298                 icon gets you to the outbox using quick-search
4299
4300 2003-01-05 [paul]       0.8.8claws48
4301
4302         * src/prefs_common.c
4303                 small change to English
4304                 
4305         * src/prefs_filtering.c
4306                 prefs_filtering_action_select(): improve logic and uniformity
4307                 of gui
4308
4309 2003-01-05 [alfons]     0.8.8claws47
4310
4311         fine tune solution to focus problems (bug #7)
4312
4313         * src/mainwindow.c
4314                 mainwindow_focus_in_event(): remove grab event check
4315         * src/summaryview.c
4316                 summary_button_pressed(): move selection on right-click
4317                 too. we can't possibly move the selection back after
4318                 canceling a dialog, because gtk's incomplete focus 
4319                 management. whether this is a good solution, only time
4320                 will tell.
4321
4322 2003-01-05 [christoph]  0.8.8claws46
4323
4324         * src/imap.c
4325                 fix crash when no imap connection could be established
4326
4327 2003-01-05 [paul]       0.8.8claws45
4328
4329         * src/mainwindow.c
4330           src/sumamryview.c
4331           src/gtk/menu.[ch]
4332                 fix bug 605957 'shortcuts in popup-menu'
4333                 make user-defined shortcuts work
4334                 show shortcuts that are already defined
4335                 in the main menu
4336                 Patch submitted by Luke Plant
4337
4338 2003-01-05 [alfons]     0.8.8claws44
4339
4340         * src/mainwindow.c
4341                 focus_in_event handler should not select summary view row 
4342                 when another window (menu, dialog) grabbed for events 
4343                 (bug #7, "[0.8.8claws42] Message summary focus") 
4344
4345 2003-01-04 [christoph]  0.8.8claws43
4346
4347         * src/procmsg.c
4348                 update save folder after adding the sent message
4349                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4350
4351 2003-01-02 [christoph]  0.8.8claws42
4352
4353         * src/common/plugin.c
4354                 fix unloading of all plugins and unload
4355                 plugins in reverse order
4356                 
4357         * src/gtk/pluginwindow.c
4358                 implement function of load and unload button
4359
4360         * src/gtk/prefswindow.c
4361         * src/gtk/prefswindow.h
4362                 rename register function and add new unregister
4363                 function
4364
4365         * src/plugins/spamassassin/spamassassin_gtk.c
4366                 unregister prefs page and update for changes in
4367                 src/gtk/prefswindow.c
4368
4369 2003-01-02 [paul]       0.8.8claws41
4370
4371         * po/es.po
4372                 updated by Ricardo Mones Lastra
4373
4374 2003-01-02 [paul]
4375
4376         * tools/tb2sylpheed
4377                 fixes and improvements by Urke MMI
4378
4379 2003-01-02 [thorsten]   0.8.8claws40
4380
4381         * src/procmsg.c
4382                 fixed wrong return value
4383
4384 2003-01-02 [thorsten]   0.8.8claws39
4385
4386         * src/prefs.c
4387                 fixed printing wrong variable
4388
4389 2003-01-02 [thorsten]   0.8.8claws38
4390
4391         * src/prefs.c
4392                 fixed acessing members of freed pfile struct
4393
4394 2003-01-02 [thorsten]   0.8.8claws37
4395
4396         * src/procmsg.c
4397                 detect loops across several messages
4398                 as suggested by Christoph Hohmann
4399
4400 2003-01-01 [match]      0.8.8claws36
4401
4402         * src/addrindex.c
4403                 fixed another memory leak.
4404
4405 2003-01-01 [match]      0.8.8claws35
4406
4407         * src/jpilot.[ch]
4408                 fixed memory leaks. applied Doxygen comments.
4409
4410 2003-01-01 [thorsten]   0.8.8claws34
4411
4412         * src/procmsg.c
4413                 inhibit endless loop if msg references itself
4414                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4415
4416 2003-01-01 [christoph]  0.8.8claws33
4417
4418         * src/mainwindow.c
4419         * src/gtk/Makefile.am
4420         * src/gtk/pluginwindow.c                ** NEW **
4421         * src/gtk/pluginwindow.h                ** NEW **
4422                 add plugin window
4423
4424         * src/plugins/demo/demo.c
4425         * src/plugins/spamassassin/spamassassin.c
4426         * src/plugins/spamassassin/spamassassin_gtk.c
4427                 write better plugin descriptions
4428
4429 2002-12-31 [christoph]  0.8.8claws32
4430
4431         * src/gtk/prefswindow.c
4432         * src/plugins/spamassassin/spamassassin_gtk.c
4433                 some small improvements to GTK code
4434
4435 2002-12-31 [christoph]  0.8.8claws31
4436
4437         * src/plugins/spamassassin/spamassassin_gtk.c
4438                 enable folder select button
4439
4440 2002-12-31 [christoph]  0.8.8claws30
4441
4442         * src/mainwindow.c
4443         * src/gtk/Makefile.am
4444         * src/gtk/prefswindow.c                         ** NEW **
4445         * src/gtk/prefswindow.h                         ** NEW **
4446                 add new prefs window
4447
4448         * src/common/plugin.c
4449                 don't try to load empty config lines
4450         
4451         * src/plugins/spamassassin/Makefile.am
4452         * src/plugins/spamassassin/spamassassin.c
4453         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4454         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4455                 GTK config for SpamAssassin Plugin using
4456                 the new prefs window
4457
4458 2002-12-31 [paul]       0.8.8claws29
4459
4460         * po/POTFILES.in
4461                 remove obsolete entry 'src/menu.c'
4462
4463 2002-12-31 [alfons]     0.8.8claws28
4464
4465         * src/matcher.[ch]
4466         * src/matcher_parser_parse.y
4467         * src/prefs_matcher.c
4468                 add "ignore_thread" and "~ignore_thread" condition so it's
4469                 possible to make the actions / scoring operate on the ignore
4470                 thread flag
4471
4472 2002-12-31 [christoph]  0.8.8claws27
4473
4474         * src/addrbook.c
4475         * src/addrindex.c
4476         * src/folder.c
4477         * src/matcher.c
4478         * src/prefs_account.c
4479         * src/prefs_actions.c
4480         * src/prefs_customheader.c
4481         * src/prefs_display_header.c
4482         * src/prefs_gtk.c
4483         * src/procmime.c
4484         * src/toolbar.c
4485         * src/xmlprops.c
4486         * src/common/prefs.[ch]
4487                 extend prefs file handling for reading and automatic handling
4488                 of blocks. When reading prefs_set_block_label will automatically
4489                 move on to the block. When writing it will copy all other blocks
4490                 automatically
4491
4492         * src/common/plugin.c
4493                 Now loading plugin filenames from [Plugins] block in
4494                 sylpheed rc file
4495
4496 2002-12-30 [christoph]  0.8.8claws26
4497
4498         * src/common/hooks.[ch]
4499                 return abort status to caller of hooks_invoke
4500                 
4501         * src/inc.[ch]
4502                 invoke message filtering hook and stop
4503                 default handling when filter returns abort
4504
4505         * src/common/plugin.[ch]
4506         * src/plugins/demo/demo.c
4507                 modify plugin loader, because resolving symbols for strings
4508                 does not work correctly
4509         
4510         * configure.in
4511         * ac/spamassassin.m4                            ** NEW **
4512         * src/plugins/spamassassin/.cvsignore           ** NEW **
4513         * src/plugins/spamassassin/Makefile.am          ** NEW **
4514         * src/plugins/spamassassin/README               ** NEW **
4515         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4516         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4517         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4518                 add spamassassin plugin, see src/plugins/spamassassin/README
4519                 for details
4520
4521 2002-12-29 [alfons]     0.8.8claws25
4522
4523         * src/mainwindow.c
4524                 when moving focus from a message view to the main 
4525                 window, don't forget to select the summary node
4526                 of the displayed message. should fix "[ 659103 ] 
4527                 focus-follows-mouse confuses sylpheed"
4528
4529 2002-12-29 [christoph]  0.8.8claws24
4530
4531         * src/Makefile.am
4532         * src/stringtable.[ch]          ** REMOVE **
4533         * src/common/Makefile.am
4534         * src/common/stringtable.[ch]   ** NEW **
4535                 move stringtable files to common directory
4536
4537 2002-12-29 [christoph]  0.8.8claws23
4538
4539         * src/Makefile.am
4540         * src/menu.[ch]                 ** REMOVE **
4541         * src/gtk/Makefile.am
4542         * src/gtk/menu.[ch]             ** NEW **
4543                 move menu files to gtk directory
4544
4545 2002-12-29 [match]      0.8.8claws22
4546
4547         * src/addressbook.c
4548         * src/syldap.c
4549                 moved UI specific code out of LDAP code into addressbook
4550                 UI code. fixed memory leak.
4551
4552 2002-12-29 [christoph]  0.8.8claws21
4553
4554         * src/folder.c
4555                 only check for IGNORED parent message when message is
4556                 not IGNORED itself
4557
4558 2002-12-29 [alfons]     0.8.8claws20
4559
4560         * src/summaryview.c
4561                 set gtksctree's anchor correct (immediate execute
4562                 changes the tree's layout, and anchor points at 
4563                 the incorrect row). fixes "[ 657233 ] multiple msg 
4564                 delete sometimes off by 1".
4565                 we probably have to look for more tree layout /
4566                 anchor glitches.
4567
4568 2002-12-29 [paul]       0.8.8claws19
4569
4570         * src/summaryview.c
4571                 fix bug [ 659054 ] incorrect sorting of 'From' column
4572                 when using 'display sender using address book'
4573                 thanks to Alfons and Luke Plant
4574
4575 2002-12-29 [christoph]  0.8.8claws18
4576
4577         * src/folder.c
4578         * src/procmsg.[ch]
4579                 check parent messages for IGNORE THREAD flag, when adding,
4580                 moving or copying messages to a folder
4581
4582 2002-12-27 [alfons]     0.8.8claws17
4583
4584         re-organize matcher part 5; more to come
4585
4586         * src/matcher.c
4587                 hash keywords in matchparser_tab 
4588
4589 2002-12-27 [alfons]     0.8.8claws16
4590
4591         re-organize matcher part 4; more to come
4592
4593         * src/matcher_parser.h
4594         * src/matcher_parser_lex.l
4595         * src/matcher_parser_parse.y
4596                 cleanup
4597
4598 2002-12-27 [alfons]     0.8.8claws15
4599
4600         re-organize matcher part 3; more to come
4601
4602         * src/matcher.[ch]
4603                 cleanup
4604
4605 2002-12-27 [alfons]     0.8.8claws14
4606
4607         re-organize matcher part 2; more to come but this should
4608         work. cc me if there are any regressions.
4609
4610         * src/matcher.h
4611                 add prototype for get_matchparser_tab_id()
4612         * src/matcher_parser_lex.l
4613                 look up keywords using matchparser_tab_id();
4614
4615 2002-12-27 [alfons]     0.8.8claws12
4616
4617         re-organize matcher part 1
4618
4619         * src/matcher.h
4620                 map yacc generated constants to sylpheed matcher constants
4621         * src/matcher.c
4622                 add function to find a matcher constant from a string
4623
4624 2002-12-27 [christoph]  0.8.8claws11
4625
4626         * src/compose.c
4627                 MENUITEM_ADD casts the 4th argument from integer to pointer
4628                 so it probably should not be a pointer, this means we
4629                 should use account id for it and not the account's pointer
4630
4631 2002-12-27 [paul]       0.8.8claws10
4632
4633         * src/mainwindow.c
4634                 remove unneeded 'GtkWidget *vbox'
4635                 
4636         * src/summaryview.c
4637                 further sync with 0.8.8 - make sort
4638                 by recipient work as expected
4639                 
4640         * NEWS
4641                 sync with 0.8.8
4642
4643 2002-12-27 [paul]       0.8.8claws9
4644
4645         * po/pt_BR.po
4646                 updated by Ivan F. Martinez
4647                 
4648 2002-12-27 [darko]      0.8.8claws8
4649
4650         * src/common/utils.c
4651                 added locked pattern to extended search
4652
4653 2002-12-27 [alfons]     0.8.8claws7
4654
4655         * src/prefs_matcher.[ch]
4656                 clean up
4657
4658 2002-12-26 [alfons]     0.8.8claws6
4659
4660         * src/matcher.[ch]
4661         * src/matcher_parser_lex.l
4662         * src/matcher_parser_parse.y
4663         * src/prefs_matcher.c
4664                 allow color label as a condition in the matcher
4665
4666 2002-12-26 [oliver]     0.8.8claws5
4667         
4668         * src/toolbar.c 
4669                 enable Addressbook for Main and Messageview
4670         * src/prefs_actions.c
4671                 enable actions in Messageview
4672
4673 2002-12-26 [christoph]  0.8.8claws4
4674
4675         * src/common/plugin.c
4676                 add a little debug output
4677         * configure.in
4678         * src/plugins/demo/Makefile.am
4679                 better use of automake
4680
4681 2002-12-26 [christoph]  0.8.8claws3
4682
4683         * src/Makefile.am
4684         * src/common/Makefile.am
4685                 fix "make distdir"
4686
4687 2002-12-26 [christoph]  0.8.8claws2
4688
4689         * configure.in
4690                 sort configure checks into common / gtk / plugins
4691         * po/POTFILES.in
4692                 add src/prefs_gtk.c
4693         * src/Makefile.am
4694                 add plugins SUBDIR
4695         * src/main.c
4696         * src/common/sylpheed.[ch]
4697                 added now sylpheed_done function for shutdown
4698         * src/common/Makefile.am
4699         * src/common/plugin.[ch]                ** NEW **
4700                 plugin loader and unloader
4701         * src/plugins/.cvsignore                ** NEW **
4702         * src/plugins/Makefile.am               ** NEW **
4703                 build plugins
4704         * src/plugins/demo/.cvsignore           ** NEW **
4705         * src/plugins/demo/Makefile.am          ** NEW **
4706         * src/plugins/demo/demo.c               ** NEW **
4707                 small demo plugin that installs a logtext hook and
4708                 outputs the log text to stdout
4709
4710 2002-12-26 [paul]       0.8.8claws1
4711
4712         * po/es.po
4713                 updated by Ricardo Mones Lastra
4714
4715 2002-12-26 [paul]       0.8.8claws
4716
4717         * 0.8.8claws released
4718
4719 2002-12-26 [paul]       0.8.7claws12
4720
4721         * po/bg.po
4722                 updated by George Danchev
4723
4724 2002-12-26 [paul]       0.8.7claws11
4725
4726         * po/POTFILES.in
4727                 remove unneeded 'src/prefs.c' entry 
4728
4729 2002-12-26 [paul]       0.8.7claws10
4730
4731         * src/codeconv.c
4732           src/mainwindow.c
4733                 sync with 0.8.8 release
4734         
4735         * src/folder.[ch]
4736           src/mh.c
4737           src/summaryview.c
4738                 partial sync with 0.8.8 release
4739         
4740
4741 2002-12-25 [alfons]     0.8.7claws9
4742
4743         * src/matcher.[ch]
4744         * src/matcher_parser_lex.l
4745         * src/matcher_parser_parse.y
4746         * src/prefs_matcher.c
4747                 add locked flag to possible filtering / matcher 
4748                 conditions (also a good example what should be
4749                 done to add a simple boolean condition)
4750
4751 2002-12-25 [christoph]  0.8.7claws8
4752
4753         * src/Makefile.am
4754         * src/account.[ch]
4755         * src/addrbook.c
4756         * src/addressbook.c
4757         * src/addrindex.c
4758         * src/filtering.c
4759         * src/folder.c
4760         * src/matcher.c
4761         * src/prefs.[ch]                ** REMOVE **
4762         * src/prefs_account.c
4763         * src/prefs_actions.c
4764         * src/prefs_common.c
4765         * src/prefs_customheader.c
4766         * src/prefs_display_header.c
4767         * src/prefs_filtering.c
4768         * src/prefs_folder_item.c
4769         * src/prefs_gtk.[ch]            ** NEW **
4770         * src/prefs_matcher.c
4771         * src/prefs_scoring.c
4772         * src/prefs_summary_column.c
4773         * src/procmime.c
4774         * src/selective_download.c
4775         * src/toolbar.c
4776         * src/common/Makefile.am
4777         * src/common/prefs.[ch]         ** NEW **
4778                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4779
4780 2002-12-24 [alfons]     0.8.7claws7
4781
4782         * src/summaryview.c
4783                 summary_thread_build(): fix real cause of the crash mentioned in
4784                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4785                 this way we get meaningful ctree nodes 
4786
4787 2002-12-24 [oliver]     0.8.7claws6
4788
4789         * src/mainwindow.[ch]
4790         * src/messageview.[ch]
4791         * src/compose.[ch]
4792         * src/inc.c
4793         * src/summaryview.c
4794                 changes to use updated toolbar handling
4795                 
4796 2002-12-24 [oliver]     0.8.7claws5
4797
4798         * src/toolbar.[ch]
4799                 generic toolbar handling
4800                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4801         * src/prefs_toolbar.[ch]
4802                 adjust to handling
4803         
4804 2002-12-24 [oliver]     0.8.7claws4
4805         
4806         * src/stock_pixmap.[ch]
4807                 move SYLPHEED_LOGO to end of list in order 
4808                 to remove it from Custom Toolbar`s Icon View
4809
4810 2002-12-24 [alfons]     0.8.7claws3
4811
4812         * src/summaryview.c
4813                 summary_thread_build(): fix crash because of focus != selection 
4814                 after threading. when deleting the selection, gtk tries but fails 
4815                 to find the correct focusable element. we now force the selection
4816                 to be focused. this should solve the infamous bug reported by 
4817                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4818                 a test case is available. 
4819
4820 2002-12-24 [darko]      0.8.7claws2
4821
4822         * src/summaryview.c
4823                 don't crash when unmarking message with unread children
4824
4825 2002-12-23 [christoph]  0.8.7claws1
4826
4827         * src/Makefile.am
4828         * src/common/Makefile.am
4829                 update Makefiles for moved intl.h, version.h and defs.h
4830         * src/imap.c
4831                 rewrite imap_session_get to avoid duplicate code
4832
4833 2002-12-23 [paul]       0.8.7claws
4834
4835         * Santa-Claws released
4836         
4837         * po/hu.po
4838           po/ru.po
4839                 squeeze in updated Hungarian and Russian translations.
4840                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4841
4842 2002-12-23 [paul]       0.8.6claws129
4843
4844         * po/pl.po
4845                 updated by Witold Wladyslaw Wojciech Wilk
4846
4847 2002-12-23 [paul]       0.8.6claws128
4848
4849         * src/quote_fmt_parse.y
4850                 fix typo and add licence header
4851
4852 2002-12-23 [paul]       0.8.6claws127
4853
4854         * po/en_GB.po
4855                 updated
4856
4857 2002-12-23 [paul]       0.8.6claws126
4858
4859         * po/it.po
4860                 updated translation, submitted by Alessandro Maestri
4861                 
4862 2002-12-23 [paul]       0.8.6claws125
4863
4864         * src/quote_fmt_parse.y
4865                 fix signature-stripping on replies bug. match
4866                 '-- \n' and not '-- '.
4867
4868 2002-12-22 [paul]       0.8.6claws124
4869
4870         * po/bg.po
4871           po/es.po
4872           po/sr.po
4873                 updated translations. submitted by George Danchev,
4874                 Ricardo Mones Lastra, and Urke MMI respectively
4875
4876 2002-12-21 [paul]       0.8.6claws123
4877
4878         * src/addrbook.c
4879                 fix coding style
4880
4881 2002-12-21 [paul]       0.8.6claws122
4882
4883         * src/addrbook.c
4884                 fix bug [643638] where if a person is in one or more
4885                 addressbook groups editing that person's email 
4886                 address results in removal from those groups.
4887                 Patch submitted by Luke Plant.
4888
4889 2002-12-20 [christoph]  0.8.6claws121
4890
4891         * src/common/utils.c
4892         * src/summaryview.c
4893                 reimplement expand_search_string using GString to
4894                 prevent crashs caused by miscalculated string
4895                 lengths reported by Paul
4896
4897 2002-12-20 [christoph]  0.8.6claws120
4898
4899         * src/summaryview.c
4900                 don't use "changed" to check if op_count has to be changed as it
4901                 is also set when the message has unread children
4902                 (closes bug [ 653221 ] crash while deleting duplicates)
4903
4904 2002-12-20 [paul]       0.8.6claws119
4905
4906         * sync with 0.8.6cvs27
4907                 see ChangeLog 2002-12-20
4908
4909 2002-12-20 [paul]       0.8.6claws118
4910
4911         * sync with 0.8.6cvs26
4912                 see ChangeLog 2002-12-19 and 2002-12-20
4913
4914 2002-12-19 [alfons]     0.8.6claws117
4915
4916         * src/textview.c
4917                 fix incorrect parsing of email addresses, submitted by 
4918                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4919                 name display if it contains @".
4920
4921 2002-12-18 [paul]       0.8.6claws116
4922
4923         * sync with 0.8.6cvs23
4924                 see ChangeLog 2002-12-18
4925
4926 2002-12-18 [paul]       0.8.6claws115
4927
4928         * src/Makefile.am
4929         * src/account.c
4930         * src/codeconv.c
4931         * src/gtkutils.[ch]
4932         * src/imap.c
4933                 sync with 0.8.6cvs22.
4934                 see ChangeLog 2002-12-17 and 2002-12-18
4935
4936 2002-12-17 [christoph]  0.8.6claws114
4937
4938         * src/imap.c
4939                 o don't create a session if imap greeting fails
4940                 o don't close socket when authentication fails
4941                   this is done by imap_session_destroy
4942
4943 2002-12-17 [thorsten]   0.8.6claws113
4944
4945         * tools/Makefile.am
4946           tools/README
4947           tools/google_msgid.pl ** NEW FILE **
4948                 Added "search for message-id" script and doc
4949
4950 2002-12-17 [thorsten]   0.8.6claws112
4951
4952         * po/hu.po
4953                 Updated hungarian translation
4954                 (updated by Gal Zoltan)
4955
4956 2002-12-16 [christoph]  0.8.6claws111
4957
4958         * src/addr_compl.c
4959                 remove stupid addressbook dump to debug output
4960         * src/mh.c
4961                 fix memory leak found by Hiro
4962
4963 2002-12-14 [paul]       0.8.6claws110
4964
4965         * src/compose.c
4966                 fix menubar sensitivity on send
4967                 
4968         * src/prefs_filtering.c
4969         * src/prefs_matcher.c
4970         * src/prefs_scoring.c
4971                 Fix english ;)
4972                 
4973         * src/common/quoted-printable.h
4974                 sync: fix typo
4975         
4976 2002-12-13 [christoph]  0.8.6claws109
4977
4978         * src/Makefile.am
4979         * src/manage_window.[ch]        ** REMOVE **
4980         * src/gtk/Makefile.am
4981         * src/gtk/manage_window.[ch]    ** NEW **
4982                 move manage_window files to gtk directory
4983
4984 2002-12-13 [christoph]  0.8.6claws108
4985
4986         * src/Makefile.am
4987         * src/gtkshruler.[ch]           ** REMOVE **
4988         * src/gtk/Makefile.am
4989         * src/gtk/gtkshruler.[ch]       ** NEW **
4990                 move gtkshruler files to gtk directory
4991
4992 2002-12-13 [christoph]  0.8.6claws107
4993
4994         * src/Makefile.am
4995         * src/compose.c
4996         * src/gtkstext.[ch]             ** REMOVE **
4997         * src/gtkutils.[ch]
4998         * src/textview.c
4999         * src/gtk/gtkstext.[ch]         ** NEW **
5000         * src/gtk/Makefile.am
5001                 o move stext functions to gtkstext.c to remove
5002                   dependency of gtkutils
5003                 o move gtkstext files to gtk directory
5004
5005         * src/gtk/Makefile.am
5006         * src/gtk/sslcertwindow.[ch]
5007                 UI stuff can always depend on common code so
5008                 it's ok to add ../common to include path
5009
5010 2002-12-13 [colin]      0.8.6claws106
5011
5012         * src/summaryview.c
5013                 Disconnect sighandlers for mainwindow when
5014                 quicksearch has the focus
5015                 Fix bug #653231
5016         * src/mainwindow.[ch]
5017                 Make key_pressed callback public, to be able
5018                 to disconnect it
5019
5020 2002-12-13 [christoph]  0.8.6claws105
5021
5022         * src/mh.c
5023                 create .mh_sequences file in new MH folders
5024                 (closes feature request [ 523162 ] MH folders should
5025                  get a .mh_sequences)
5026
5027 2002-12-13 [colin]      0.8.6claws104
5028
5029         * src/summaryview.c
5030                 Better handling of quicksearch show/hide
5031                 (basically the button stays under the mouse 
5032                  when toggled)
5033
5034 2002-12-13 [paul]       0.8.6claws103
5035
5036         * sync with 0.8.6cvs17
5037                 see ChangeLog 2002-12-13
5038
5039 2002-12-13 [paul]       0.8.6claws102
5040
5041         * po/es.po
5042                 updated by Ricardo Mones Lastra
5043
5044 2002-12-11 [colin]       0.8.6claws101
5045
5046         * src/folder.c
5047                 remove statusbar stuff
5048           src/folderview.c
5049                 set statusbar verbosity when moving folders
5050
5051 2002-12-11 [colin]       0.8.6claws100
5052         * src/prefs_filtering.c
5053         * src/prefs_matcher.c
5054         * src/prefs_scoring.c
5055                 Fix english ;)
5056
5057 2002-12-11 [colin]       0.8.6claws99
5058
5059         * src/prefs_common.[ch]
5060                 Add summary_quicksearch_type
5061         * src/summaryview.c
5062                 Save last used quicksearch type
5063
5064 2002-12-11 [jens]       0.8.6claws98
5065         * src/prefs_filtering.c
5066         * src/prefs_matcher.c
5067         * src/prefs_scoring.c
5068                 added dialog for incomplete rules in scoring, filtering and
5069                 matcher to ask wheather really close
5070
5071 2002-12-11 [colin]      0.8.6claws97
5072
5073         * src/folder.c
5074                 Fix folder dnd statusbar logging
5075
5076 2002-12-10 [christoph]  0.8.6claws96
5077
5078         * src/compose.c
5079         * src/folder.c
5080         * src/imap.c
5081         * src/inc.c
5082         * src/main.c
5083         * src/mainwindow.c
5084         * src/news.c
5085         * src/send.c
5086         * src/statusbar.[ch]
5087         * src/common/hooks.c
5088         * src/common/log.[ch]
5089                 o handle verbose logging in statusbar directly in statusbar code
5090                   and common code does not need any knowledge about a statusbar
5091                 o remove direct calls to statusbar_(puts|pop)_all functions
5092
5093 2002-12-10 [jens]       0.8.6claws95
5094
5095         * src/*.c
5096                 removed gettext from g_warnings
5097         * po/POTFILES.in
5098                 cleaned and updated
5099         * po/de.po
5100                 updated
5101
5102 2002-12-10 [colin]      0.8.6claws94
5103
5104         * src/main.c
5105                 finish crash dialog fix
5106
5107 2002-12-10 [colin]      0.8.6claws93
5108
5109         * src/main.c
5110                 "Fix" "sylpheed already running" instead of
5111                 crash dialog appearing after a crash
5112
5113 2002-12-10 [colin]      0.8.6claws92
5114
5115         * po/POTFILES.in
5116                 add src/gtk/sslcertwindow.c
5117
5118 2002-12-10 [paul]       0.8.6claws91
5119
5120         * po/POTFILES.in
5121                 updated to reflect recent changes
5122                 submitted by Alessandro Maestri
5123
5124 2002-12-09 [christoph]  0.8.6claws90
5125
5126         * src/Makefile.am
5127         * src/smtp.[ch]                 ** REMOVE **
5128         * src/common/Makefile.am
5129         * src/common/smtp.[ch]          ** NEW **
5130                 move smtp files to common directory
5131
5132 2002-12-09 [christoph]  0.8.6claws89
5133
5134         * src/Makefile.am
5135         * src/session.[ch]              ** REMOVE **
5136         * src/common/Makefile.am
5137         * src/common/session.[ch]       ** NEW **
5138                 move session files to common directory
5139
5140 2002-12-09 [paul]       0.8.6claws88
5141
5142         * src/account.c
5143                 fix bug [649746] edit accounts: move account reverted
5144                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5145
5146 2002-12-09 [colin]      0.8.6claws87
5147
5148         * src/ssl_certificate.c
5149                 cleanup
5150
5151 2002-12-09 [colin]      0.8.6claws86
5152
5153         * src/ssl.c
5154                 Try to open the cert.pem database and 
5155                 issue a warning if it isn't there
5156
5157 2002-12-09 [colin]      0.8.6claws85
5158
5159         * src/common/ssl_certificate.c
5160         * src/gtk/sslcertwindow.c
5161                 Warning fixes
5162
5163 2002-12-09 [colin]      0.8.6claws84
5164
5165         * src/ssl_certificate.[ch] ** REMOVED **
5166         * src/common/ssl_certificate.[ch] ** NEW **
5167         * src/Makefile.am
5168         * src/common/Makefile.am
5169                 Moved ssl_certificate.[ch] to common
5170         * src/common/ssl.c 
5171                 Put back needed include
5172         * src/gtk/sslcertwindow.[ch]
5173                 Changed ssl_certificate.h include
5174         
5175 2002-12-09 [colin]      0.8.6claws83
5176
5177         * src/gtk/sslcertwindow.[ch]
5178                 Implement hook for certificate acception
5179         * src/ssl_certificate.[ch]
5180                 Implement hook for certificate acception
5181         * src/common/ssl.c
5182                 Reenable certificate acception check
5183         * src/mainwindow.c
5184                 Register sslcertwindow's hook
5185         
5186 2002-12-08 [christoph]  0.8.6claws82
5187
5188         * src/about.c
5189         * src/addr_compl.c
5190         * src/codeconv.c
5191         * src/manual.c
5192         * src/undo.c
5193         * src/common/utils.c
5194                 o add missing includes
5195                 o fix warnings
5196         * src/.cvsignore
5197         * src/common/.cvsignore
5198         * src/common/version.h          ** REMOVE **
5199                 remove autogenerated file
5200
5201 2002-12-08 [paul]       0.8.6claws81
5202
5203         * src/stringtable.c
5204                 put back needed include
5205
5206 2002-12-08 [colin]      0.8.6claws80
5207         
5208         * src/gtk/sslcertwindow.c
5209                 Cleaner popups when asking
5210         * src/ssl_certificate.c
5211         * src/prefs_common.[ch]
5212                 remove ssl certificate pref
5213                 put back needed include
5214         * src/undo.c
5215                 put back needed include
5216
5217 2002-12-08 [christoph]  0.8.6claws79
5218
5219         * src/folderview.c
5220         * src/logwindow.c
5221         * src/statusbar.c
5222         * src/summaryview.c
5223                 only abort hook invokation if required data is missing not
5224                 if our own data pointer is NULL, update hookfunction for
5225                 log window
5226
5227 2002-12-08 [paul]       0.8.6claws78
5228
5229         * src/about.c
5230         * src/addrcache.c
5231         * src/addrclip.c
5232         * src/addr_compl.c
5233         * src/addrselect.c
5234         * src/codeconv.c
5235         * src/colorlabel.c
5236         * src/enriched.c
5237         * src/esmtp.c
5238         * src/exporthtml.c
5239         * src/headerview.c
5240         * src/imageview.c
5241         * src/manual.c
5242         * src/noticeview.c
5243         * src/pgptext.c
5244         * src/scoring.c
5245         * src/sourcewindow.c
5246         * src/stringtable.c
5247         * src/undo.c
5248                 clean up: remove unneccesary includes
5249
5250 2002-12-08 [christoph]  0.8.6claws77
5251
5252         * src/folderview.c
5253         * src/statusbar.c
5254         * src/summaryview.c
5255         * src/common/hooks.[ch]
5256                 hook functions now have a gboolean return value, if a hook
5257                 returns TRUE it will stop executing of any more hooks in
5258                 the same hooklist for this invokation
5259
5260 2002-12-08 [colin]      0.8.6claws76
5261         
5262         * src/main.c
5263                 put back argv0 for CRASH_DIALOG
5264
5265 2002-12-08 [christoph]  0.8.6claws75
5266
5267         * src/Makefile.am
5268         * src/about.c
5269         * src/account.c
5270         * src/crash.c
5271         * src/esmtp.h
5272         * src/imap.[ch]
5273         * src/inc.c
5274         * src/main.c
5275         * src/mainwindow.c
5276         * src/news.c
5277         * src/pop.[ch]
5278         * src/prefs_account.[ch]
5279         * src/prefs_common.[ch]
5280         * src/send.[ch]
5281         * src/smtp.[ch]
5282         * src/ssl_certificate.[ch]
5283         * src/ssl_manager.[ch]
5284         * src/common/Makefile.am
5285         * src/common/log.c
5286         * src/common/nntp.[ch]
5287         * src/common/socket.[ch]
5288         * src/common/ssl.[ch]
5289         * src/gtk/sslcertwindow.[ch]
5290         * ac/openssl.m4
5291                 use new autoconf script to detect OpenSSL with extra parameters
5292                 to specify the location of libs and includes, also remove USE_SSL
5293                 to USE_OPENSSL
5294
5295         * src/common/sylpheed.[ch]
5296         * src/common/version.h.in
5297                 start seperation of common code initialization seperated from gui
5298
5299         * src/summaryview.c
5300                 The function that is called when a color label changes
5301                 should not change the color lable again
5302
5303 2002-12-08 [colin]      0.8.6claws74
5304
5305         * src/gtk/sslcertwindow.c
5306                 warning fixes
5307
5308 2002-12-08 [colin]      0.8.6claws73
5309
5310         * src/statusbar.c
5311           src/common/log.h
5312                 Register a hook for statusbar_puts_all
5313         * src/common/log.c
5314                 invoke statusbar_puts_all's hook
5315         
5316 2002-12-08 [colin]      0.8.6claws72
5317
5318         * src/ssl_certificate.c
5319                 Put back a badly-removed include
5320
5321 2002-12-08 [colin]      0.8.6claws71
5322
5323         * src/gtk/sslcertwindow.[ch]    ** NEW **
5324                 new certificate presentation
5325         * src/gtk/Makefile.am
5326                 add new files
5327         * src/ssl_certificate.[ch]
5328                 gtk cleanup, made utility functions public
5329         * src/ssl_manager.c
5330                 use new cert presentation
5331
5332 2002-12-07 [christoph]  0.8.6claws70
5333
5334         * src/Makefile.am
5335         * src/nntp.[ch]                 ** REMOVE **
5336         * src/common/Makefile.am
5337         * src/common/nntp.[ch]          ** NEW **
5338                 move nntp files to common directory
5339
5340 2002-12-07 [christoph]  0.8.6claws69
5341
5342         * src/procmsg.[ch]
5343         * src/summaryview.c
5344                 implement msginfo update callback using sylpheed's new
5345                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5346
5347 2002-12-06 [christoph]  0.8.6claws68
5348
5349         * src/editgroup.c
5350                 This patch changes the 'Edit Group Details' dialog to
5351                 allow extended selections in either pane, so that
5352                 addresses can be added or removed from a group more
5353                 quickly and easily. (it actually is a net decrease in
5354                 file size, as some unnecessary functions have been
5355                 removed). 
5356                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5357
5358 2002-12-06 [christoph]  0.8.6claws67
5359
5360         * src/Makefile.am
5361         * src/template.[ch]             ** REMOVE **
5362         * src/common/Makefile.am
5363         * src/common/template.[ch]      ** NEW **
5364                 move template files to common directory
5365
5366         * src/nntp.c
5367                 add missing log.h include
5368
5369 2002-12-06 [melvin]     0.8.6claws66
5370
5371         * src/prefs_actions.c
5372                 Added the trailing ">" syntax to insert command's output
5373                 without replacing old text (in contrast to trailing "|").
5374
5375 2002-12-05 [colin]      0.8.6claws65
5376         
5377         * src/common/utils.c
5378                 Don't modify original search_string or it'll change
5379                 the next iterations in the for()
5380
5381 2002-12-05 [darko]      0.8.6claws64
5382
5383         * src/common/utils.c
5384                 proper check for filtering commands, found by Colin
5385
5386 2002-12-05 [darko]      0.8.6claws63
5387
5388         * src/common/utils.c
5389                 check proper string for NULL pointer, found by Colin
5390
5391 2002-12-05 [darko]      0.8.6claws62
5392
5393         * src/common/utils.[ch]
5394                 expand_search_string(): new function
5395                 converts Mutt-like patterns to Sylpheed's
5396                 filtering engine
5397         * src/summaryview.c
5398                 use expand_search_string() to allow Mutt-like
5399                 patterns in extended search
5400         * README.claws
5401                 document extended option in quick search
5402
5403 2002-12-05 [paul]       0.8.6claws61
5404
5405         * sync with 0.8.6cvs16
5406                 see ChangeLog 2002-12-05
5407                 
5408         * po/POTFILES.in
5409                 clean up
5410
5411 2002-12-04 [christoph]  0.8.6claws60
5412
5413         * src/imap.[ch]
5414                 put imap authentication code into a new function and
5415                 remove it from imap_session_new that will allow to
5416                 send other commands before authentication
5417
5418 2002-12-04 [christoph]  0.8.6claws59
5419
5420         * src/imap.[ch]
5421                 use already existing method to prevent unneeded IMAP
5422                 folder selects. Set imap_select parameters to NULL
5423                 in some functions if the values are not required.
5424
5425         * src/xml.h
5426                 remove no longer required include
5427
5428 2002-12-04 [paul]       0.8.6claws58
5429
5430         * po/es.po
5431                 updated by Ricardo Mones Lastra
5432                 
5433         * configure.in
5434           po/hu.po      ** NEW FILE **
5435                 initial Hungarian translation, submitted
5436                 by Gál Zoltán <galzoli@hu.inter.net>
5437
5438 2002-12-03 [christoph]  0.8.6claws57
5439
5440         * src/Makefile.am
5441         * src/gtksctree.[ch]            ** REMOVE **
5442         * src/gtk/Makefile.am
5443         * src/gtk/gtksctree.[ch]        ** NEW **
5444                 move gtksctree files to gtk directory
5445
5446 2002-12-03 [christoph]  0.8.6claws56
5447
5448         * src/Makefile.am
5449         * src/md5.[ch]                  ** REMOVE **
5450         * srm/common/Makefile.am
5451         * src/common/md5.[ch]           ** NEW **
5452                 move md5 files to common directory
5453
5454         * src/gtkstext.c
5455                 remove not required #include
5456
5457 2002-12-03 [sergey]     0.8.6claws55
5458
5459         * src/gtkutils.c
5460         * src/gtkutils.h
5461                 gtkut_window_popup(): new function.
5462         * src/mainwindow.c
5463                 main_window_popup(): use gtkut_window_popup() to raise
5464                 window without changing its position.
5465                 (see sylpheed-main ML message [sylpheed:17247])
5466
5467 2002-12-03 [sergey]     0.8.6claws54
5468
5469         * src/send.c
5470                 send_message_local(): removed first-dot escaping
5471                 (SMTP-only, not needed for sending through pipe)
5472
5473 2002-12-03 [paul]       0.8.6claws53
5474
5475         * po/POTFILES.in
5476                 update to reflect recent changes (thanks
5477                 to Ricardo Mones Lastra)
5478                 
5479         * tools/filter_conv.pl
5480                  fix problem with quoted strings. Patch submitted
5481                  by Luke Plant <lukeplant@softhome.net>
5482
5483 2002-12-03 [paul]       0.8.6claws52
5484
5485         * sync with 0.8.6cvs15
5486                 see ChangeLog 2002-12-03
5487
5488 2002-12-02 [christoph]  0.8.6claws51
5489
5490         * src/logwindow.[ch]
5491         * src/common/log.[ch]
5492                 implement logging using a hook function
5493
5494         * src/folderview.c
5495         * src/folder.[ch]
5496                 define hooklist name in header file to avoid
5497                 errors caused by wrong spelling of hooklist names
5498
5499         * src/toolbar.c
5500                 fix warnings
5501
5502 2002-12-02 [christoph]  0.8.6claws50
5503
5504         * src/common/Makefile.am
5505                 add src/common/hooks.[ch]
5506
5507         * src/common/hooks.[ch]
5508                 implement a simple hook system using glib's hook functions
5509
5510         * src/folder.[ch]
5511         * src/folderview.c
5512                 use new hook system for folder item updates
5513
5514 2002-12-02 [christoph]  0.8.6claws49
5515
5516         * doc-src/ui_seperation.txt     ** NEW **
5517                 information for ui seperation
5518
5519         * src/Makefile.am
5520                 remove files that were moved to common
5521                 include common directory by default for the header files
5522
5523         * src/inc.c
5524         * src/common/socket.c
5525         * src/automaton.[ch]
5526                 implement automaton using g_io_*-functions instead of
5527                 gdk_input_add to make it ui independent
5528
5529         * src/codeconv.c
5530         * src/compose.c
5531         * src/ldif.c
5532         * src/pgptext.c
5533         * src/procmime.c
5534         * src/rfc2015.c
5535         * src/smtp.c
5536         * src/unmime.c
5537                 remove common/ prefix because directory is now in
5538                 include path
5539
5540         * src/compose.c
5541         * src/folder.c
5542         * src/folderview.c
5543         * src/mainwindow.c
5544         * src/messageview.c
5545         * src/prefs_common.c
5546         * src/procmsg.c
5547         * src/rfc2015.c
5548                 fix warnings
5549
5550         * src/imap.c
5551         * src/inc.c
5552         * src/news.c
5553         * src/pop.c
5554         * src/send.c
5555         * src/smtp.c
5556         * src/ssl_certificate.c
5557                 add log.h header file for logging functions
5558
5559         * src/main.c
5560         * src/common/utils.c
5561         * src/summaryview.c
5562         * src/xml.c
5563                 o move debug_mode to common/utils.c
5564                 o add functions to set and get debug_mode
5565
5566         * src/defs.h                    ** REMOVE **
5567         * src/intl.h                    ** REMOVE **
5568         * src/socket.[ch]               ** REMOVE **
5569         * src/ssl.[ch]                  ** REMOVE **
5570         * src/utils.[ch]                ** REMOVE **
5571                 replaced by new files in src/common/
5572         
5573         * src/common/Makefile.am
5574                 add new files in src/common/
5575
5576         * src/common/defs.h             ** NEW **
5577         * src/common/intl.h             ** NEW **
5578         * src/common/log.[ch]           ** NEW **
5579         * src/common/socket.[ch]        ** NEW **
5580         * src/common/ssl.[ch]           ** NEW **
5581         * src/common/utils.[ch]         ** NEW **
5582                 replacement for files in src/
5583
5584 2002-12-02 [colin]      0.8.6claws48
5585
5586         * src/folderview.c
5587                 Scroll folderview if necessary during dnd
5588
5589 2002-12-02 [colin]      0.8.6claws47
5590
5591         * src/folder.[ch]
5592                 Add check to verify a move is within a single mailbox
5593         * src/folderview.c
5594                 Add specific error string for this check
5595
5596 2002-12-02 [colin]      0.8.6claws46
5597
5598         * src/folder.c
5599                 Add a test to folder moving, remove a statusbar_print
5600         * src/folderview.c
5601                 Add Move folder... context-menu item
5602                 Factorize folder moving code
5603                 Enable folder DND for mbox
5604
5605 2002-12-01 [christoph]  0.8.6claws45
5606
5607         * ac/aspell.m4
5608                 remove conf.aspelltest if the version check fails
5609
5610 2002-11-30 [christoph]  0.8.6claws44
5611
5612         * autogen.sh
5613                 run libtoolize --force in autogen to create missing
5614                 libtool scripts
5615
5616 2002-11-30 [christoph]  0.8.6claws43
5617
5618         * src/Makefile.am
5619         * src/pgptext.c
5620         * src/procmime.c
5621         * src/rfc2015.c
5622         * src/uuencode.[ch]             ** REMOVED **
5623         * src/common/Makefile.am
5624         * src/common/uuencode.[ch]      ** NEW **
5625                 move uuen/decoder to common directory
5626
5627 2002-11-30 [christoph]  0.8.6claws42
5628
5629         * src/Makefile.am
5630         * src/base64.[ch]               ** REMOVED **
5631         * src/codeconv.c
5632         * src/compose.c
5633         * src/ldif.c
5634         * src/pgptext.c
5635         * src/procmime.c
5636         * src/rfc2015.c
5637         * src/smtp.c
5638         * src/unmime.c
5639         * src/common/Makefile.am
5640         * src/common/base64.[ch]        ** NEW **
5641                 move base64 en/decoder to common directory
5642
5643 2002-11-30 [christoph]  0.8.6claws41
5644
5645         * src/common                    ** NEW **
5646                 new directory for UI independent code
5647         * src/gtk                       ** NEW **
5648                 new directory for GTK frontend
5649         * src/common/.cvsignore         ** NEW **
5650         * src/gtk/.cvsignore            ** NEW **
5651                 ignore build files
5652         * src/common/Makefile.am        ** NEW **
5653         * src/gtk/Makefile.am           ** NEW **
5654                 automake files to build new seperated stuff
5655         * src/Makefile.am
5656                 the binary will currently still be build with the
5657                 files in src, so we include the code from the
5658                 subdirs for now after building the libs there
5659
5660 2002-11-30 [paul]       0.8.6claws40
5661
5662         * src/compose.c
5663                 fix bug [642731] 'Wrong selected account with drafted mail'
5664
5665 2002-11-29 [oliver]     0.8.6claws39
5666         
5667         * src/messageview.c
5668                 o update summaryview when switching between different
5669                   messageviews          
5670         * src/toolbar.c  
5671                 o check if messageview holds already removed msg
5672                   from summaryview
5673                 
5674
5675 2002-11-29 [oliver]     0.8.6claws38
5676
5677         * src/toolbar.c 
5678                 remove not needed variables and includes
5679                 make messageview stay opened and move to next when msgs are deleted 
5680
5681 2002-11-29 [oliver]     0.8.6claws37
5682         
5683         * src/toolbar.c 
5684                 disable compose button (messageview toolbar) by default
5685                 deleted msgs are moved to trash
5686         
5687 2002-11-29 [melvin]     0.8.6claws36
5688
5689         * configure.in
5690                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5691                 and to detect signatures expirations (gpgme 0.3.6)
5692
5693         * src/main.c
5694                 Use non obsolescent function for Gpgme engine checking.
5695
5696         * src/rfc2015.c
5697                 Inform about expired signatures or signatures which key
5698                 has expired. Expiration date is displayed.
5699
5700         * src/sigstatus.c
5701                 Inform about expired signatures or signatures which key
5702                 has expired.
5703
5704 2002-11-28 [paul]       0.8.6claws35
5705
5706         * src/folderview.c
5707                 re-instate 'Check for new messages' in Newsgroup
5708                 folders right-click menu, after a suggestion from
5709                 Tim Mann <timmann@users.sourceforge.net>
5710
5711         * src/main.c
5712                 after a crash check only local folders for new
5713                 messages
5714
5715 2002-11-28 [paul]       0.8.6claws34
5716
5717         * configure.in
5718                 apply patch that fixes the checking of GTK with XIM 
5719                 support on different OSs, such as FreeBSD. Patch 
5720                 submitted by Topia <topia@users.sourceforge.net>
5721                 
5722 2002-11-28 [paul]       0.8.6claws33
5723
5724         * src/mainwindow.c
5725           src/prefs_common.c
5726           src/prefs_toolbar.c
5727                 more changes to the English
5728
5729 2002-11-28 [paul]       0.8.6claws32
5730
5731         * sync with 0.8.6cvs13
5732                 see ChangeLog 2002-11-28 (no sync needed
5733                 for src/compose.c)
5734
5735 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5736         
5737         * src/mainwindow.[ch]
5738                 add patch by Ivan F. Martinez introducing messageview Toolbar
5739                 some changes and committed by oliver    
5740
5741 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5742
5743         * src/messageview.[ch]
5744                 add patch by Ivan F. Martinez introducing messageview Toolbar
5745                 some changes and committed by oliver    
5746
5747 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5748
5749         * src/compose.[ch]
5750                 add patch by Ivan F. Martinez introducing messageview Toolbar
5751                 some changes and committed by oliver    
5752
5753 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5754         
5755         * src/toolbar.[ch]
5756                 add patch by Ivan F. Martinez introducing messageview Toolbar
5757                 some changes and committed by oliver
5758
5759 2002-11-28 [oliver]     0.8.6claws27
5760         
5761         * src/prefs_toolbar.[ch]
5762                 getting ready for messageview toolbar
5763                 free mem allocated by gettext
5764                 change prefs_toolbar to prefs_toolbar_open
5765  
5766 2002-11-28 [thorsten]   0.8.6claws26
5767
5768         * src/imageview.[ch]
5769                 cleaned up conflicting declarations of
5770                 imageview_show_image()
5771
5772 2002-11-28 [paul]       0.8.6claws25
5773
5774         * src/grouplistdialog.c
5775           src/prefs_common.c
5776           src/prefs_summary_column.c
5777                 a few more improvements to the English
5778
5779 2002-11-28 [colin]      0.8.6claws24
5780
5781         * man/sylpheed.1
5782                 A few updates to command-line parameters
5783
5784 2002-11-28 [colin]      0.8.6claws23
5785
5786         * src/prefs_filtering.c
5787                 Fix problems with prefs_filtering_delete_path:
5788                 a) if the first rule is removed, original pointers
5789                    weren't updated (leading to segfaults)
5790                 b) it was always global_processing updated in case
5791                    of removed path was parent of rule path
5792
5793 2002-11-27 [paul]       0.8.6claws22
5794
5795         * src/mainwindow.c
5796           src/prefs_account.c
5797           src/prefs_actions.c
5798           src/prefs_common.c
5799           src/prefs_customheader.c
5800           src/prefs_display_header.c
5801           src/prefs_filtering.c
5802           src/prefs_folder_item.c
5803           src/prefs_matcher.c
5804           src/prefs_scoring.c
5805           src/prefs_summary_column.c
5806           src/prefs_template.c
5807           src/prefs_toolbar.c
5808                  improve the English in the GUI
5809
5810 2002-11-27 [colin]      0.8.6claws21
5811
5812         * src/folder.c
5813                 Fix processing renaming problems happening after
5814                 last commit
5815
5816 2002-11-27 [colin]      0.8.6claws20
5817
5818         * src/folder.c
5819                 recursive move now deletes src each subfolder after 
5820                 having moved it
5821         * src/folderview.c
5822                 Use identifier instead of path during dnd (enables
5823                 IMAP folder dnd)
5824
5825 2002-11-27 [paul]       0.8.6claws19
5826
5827         * src/main.c
5828                 apply patch that does command-line processing 
5829                 BEFORE gtk_init, allowing claws to run from 
5830                 shell-scripts in non-X environment (e.g. crontab 
5831                 or ip-up, ip-down scripts). Patch submitted by
5832                 Ruslan N. Balkin <baron@dartel.ru>
5833                 
5834         * po/it.po
5835                 updated by Alessandro Maestri
5836
5837 2002-11-27 [paul]       0.8.6claws18
5838
5839         * sync with 0.8.6cvs12
5840           src/prefs_common.c
5841                 Differences are that main uses a 'Receive dialog'
5842                 frame on the Interface tab, whereas claws groups all 
5843                 the dialogs together in a 'Dialogs' frame.
5844
5845 2002-11-27 [colin]      0.8.6claws17
5846
5847         * src/prefs_matcher.c
5848                 Fix Execute criteria's NOT flag
5849
5850
5851 2002-11-26 [christoph]  0.8.6claws16
5852
5853         * src/ssl.c
5854                 rewrite the ssl code a little bit, only use one
5855                 SSL context, set default certificates' file/path
5856
5857 2002-11-26 [thorsten]   0.8.6claws15
5858
5859         * src/compose.c
5860                 default-reply-to didn't work for ml-reply
5861
5862 2002-11-26 [melvin]     0.8.6claws14
5863
5864         * src/prefs_actions.c
5865                 Made pipe-actions ignore short headers in message view
5866                 Made trailing-pipe-actions write in the message view with
5867                 the same font as the original message
5868
5869 2002-11-26 [paul]       0.8.6claws13
5870
5871         * src/compose.c
5872                 this time commit the correct file
5873
5874 2002-11-26 [paul]       0.8.6claws12
5875
5876         * sync with 0.8.6cvs11
5877           src/quote_fmt_parse.y  
5878                 no sync needed
5879           src/account.[ch]       
5880                 not sync'ed
5881           src/compose.c
5882                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5883                 on draft mode.
5884                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5885                 header
5886                 
5887         see ChangeLog 2002-11-25 and 2002-11-26
5888
5889 2002-11-26 [colin]      0.8.6claws11
5890
5891         * src/folderview.c
5892                 Fix collapsed folder not auto-expanding during
5893                 mail dnd, if it was the source folder.
5894
5895 2002-11-25 [colin]      0.8.6claws10
5896
5897         * src/folderview.[ch]
5898                 Variable renaming and cleaning (slist of nodes 
5899                 to be re-collapsed is stored in FolderView)
5900
5901 2002-11-25 [paul]       0.8.6claws9
5902
5903         * src/prefs_common.[ch]
5904                 fix breakage caused by last commit
5905
5906 2002-11-25 [paul]       0.8.6claws8
5907
5908         * sync with 0.8.6cvs4
5909                 see ChangeLog 2002-11-21
5910
5911 2002-11-25 [paul]       0.8.6claws7
5912
5913         * sync with 0.8.6cvs4
5914                 see ChangeLog 2002-11-20
5915
5916 2002-11-25 [paul]       0.8.6claws6
5917
5918         * sync with 0.8.6cvs3
5919                 see ChangeLog 2002-11-18
5920
5921 2002-11-25 [colin]      0.8.6claws5
5922
5923         * src/gtkutils.[ch]
5924                 Add gtkut_ctree_node_is_parent()
5925         * src/folderview.c
5926                 Spring-loaded folders
5927
5928 2002-11-25 [colin]      0.8.6claws4
5929
5930         * src/utils.[ch]
5931                 Add slist_concat_unique(), function to merge
5932                 two GSList filtering dups
5933         * src/folder.[ch]
5934         * src/summaryview.[ch]
5935         * src/folderview.c
5936         * src/main.c
5937                 Add detection/update/display of unread answers
5938                 to marked mails
5939         * src/procmsg.[ch]
5940                 Add procmsg_find_children()
5941                 Add procmsg_msg_has_marked_parent()
5942
5943 2002-11-25 [colin]      0.8.6claws3
5944
5945         * src/ssl_certificate.[ch]
5946                 Allow checking a certificate without a DNS
5947                 lookup
5948                 Allow to forget a cert (by deleting it)
5949                 Make ssl_certificate_destroy_public
5950         * src/ssl_manager.[ch] ** NEW FILES **
5951                 Gui to manage (display/remove) certificates
5952         * src/prefs_common.[ch]
5953                 Add a pref to allow silent acceptation of
5954                 trusted certificates or not (based on the
5955                 "I want to know what's going on" principle)
5956         * src/mainwindow.c
5957                 Add SSL manager in Tools menu
5958         * src/Makefile.am
5959                 Add the new files to the build
5960         * po/POTFILES.in
5961                 Add ssl_manager.c to translations
5962
5963 2002-11-25 [colin]      0.8.6claws2
5964
5965         * src/summaryview.[ch]
5966                 Add S_SEARCH_EXTENDED to the quick search, which 
5967                 allows to search using filtering syntax.
5968
5969 2002-11-25 [colin]      0.8.6claws1
5970
5971         * src/summaryview.c
5972                 Deletion of duplicates now prefer deleting
5973                 the unread dup (fixes feature-request 638989).
5974
5975 2002-11-24 [paul]       0.8.6claws
5976
5977         * po/es.po
5978           po/pl.po
5979           po/ru.po
5980           po/sr.po
5981                 updated by Ricardo Mones Lastra,
5982                 Witold Wladyslaw Wojciech Wilk,
5983                 Ruslan N. Balkin, and  Urke MMI 
5984                 respectively
5985
5986 2002-11-24 [paul]       0.8.5claws182
5987
5988         * po/bg.po
5989                 updated by George Danchev
5990
5991 2002-11-23 [alfons]     0.8.5claws181
5992
5993         * src/imap.c
5994                 tiny memory leak found by browsing Dimitar's 
5995                 valgrind report
5996
5997 2002-11-23 [paul]       0.8.5claws180
5998
5999         * po/it.po
6000                 updated by Alessandro Maestri
6001
6002 2002-11-22 [christoph]  0.8.5claws179
6003
6004         * src/compose.c
6005         * src/inc.c
6006         * src/prefs_filtering.c
6007         * src/summaryview.c
6008                 more warning fixes
6009
6010 2002-11-22 [alfons]     0.8.5claws178
6011
6012         * src/summaryview.c
6013                 summary_execute_delete_func(): if message is deleted, make 
6014                 sure to also remove its entry in the subject hash table. 
6015                 fixes a corner case bug.
6016
6017 2002-11-22 [paul]       0.8.5claws177
6018
6019         * .cvsignore
6020                 add 'autom4te.cache'
6021                 
6022         * ltconfig      ** REMOVED **
6023                 not needed
6024
6025 2002-11-22 [paul]       0.8.5claws176
6026
6027         * src/textview.c
6028                 textview_set_font(): fix for message display in
6029                 UTF-8 locales (thanks to Sergey Vlasov).
6030                 
6031         * AUTHORS
6032                 add new team members and contributors
6033
6034
6035 2002-11-21 [colin]      0.8.5claws175
6036
6037         * src/procmsg.[ch]
6038                 Add procmsg_remove_special_headers()
6039         * src/mh.c
6040                 Use procmsg_remove_special_headers() for 
6041                 previous fix
6042
6043 2002-11-21 [colin]      0.8.5claws174
6044
6045         * src/mh.c
6046                 Fix moving/copying from queue/draft folders
6047                 for MH folders
6048
6049 2002-11-21 [christoph]  0.8.5claws173
6050
6051         * src/crash.c
6052         * src/filtering.c
6053         * src/logwindow.c
6054         * src/main.c
6055         * src/matcher_parser_lex.[hl]
6056         * src/mbox.c
6057         * src/mbox_folder.[ch]
6058         * src/prefs_filtering.c
6059         * src/procheader.c
6060         * src/quote_fmt_lex.l
6061         * src/ssl.c
6062                 fix all warnings except the warnings in lex and yacc files
6063
6064 2002-11-20 [christoph]  0.8.5claws172
6065
6066         * src/imap.c
6067                 fix MsgInfo retrieval for IMAP draft and queue folders
6068                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6069
6070 2002-11-19 [christoph]  0.8.5claws171
6071
6072         * src/compose.c
6073                 fix segfault, when draft saving does not get
6074                 the MsgInfo of the new message
6075                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6076
6077 2002-11-19 [christoph]  0.8.5claws170
6078
6079         * src/procmsg.c
6080                 add parameter check for flag setting function
6081                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6082
6083 2002-11-18 [paul]       0.8.5claws169
6084
6085         * src/compose.c
6086                 more sensitivity fixes to redirect mode:
6087                 * disable toolbar draft button
6088                 * allow only Address book in the Tools menu
6089                 * disable editing of message by the spell
6090                   checker
6091
6092 2002-11-18 [paul]       0.8.5claws168
6093
6094         * src/compose.c
6095                 fix sensitivity of menu items in compose_redirect():
6096                 allow only the necessary items 
6097
6098 2002-11-18 [paul]       0.8.5claws167
6099
6100         * src/compose.c
6101                 fix bug [ 603259 ] 'attachment got lost on bounce'
6102
6103 2002-11-18 [paul]       0.8.5claws166
6104
6105         * po/ru.po
6106                 updated by Ruslan N. Balkin <baron@dartel.ru>
6107
6108 2002-11-18 [colin]      0.8.5claws165
6109
6110         * src/main.c
6111           src/defs.h
6112                 Remove old filtering stuff
6113
6114
6115 2002-11-17 [oliver]     0.8.5claws164
6116
6117         * src/toolbar.h
6118                 remove not needed typedef 
6119
6120 2002-11-17 [oliver]     0.8.5claws163
6121
6122         * src/toolbar.c
6123                 make toolbar's on click events translatable
6124
6125 2002-11-15 [colin]      0.8.5claws162
6126
6127         * src/summaryview.c
6128                 Revert too-soon integration of a feature
6129
6130 2002-11-15 [christoph]  0.8.5claws161
6131
6132         * src/imap.c
6133                 use main's implementation of imap_get_msginfo
6134
6135 2002-11-15 [christoph]  0.8.5claws160
6136
6137         * src/compose.c
6138         * src/folder.[ch]
6139         * src/imap.c
6140         * src/mbox_folder.c
6141         * src/mh.c
6142         * src/news.c
6143         * src/procmsg.c
6144         * src/summaryview.c
6145                 replace claws' fetch_msginfo with main's get_msginfo
6146                 (use main's implementation where possible)
6147
6148 2002-11-15 [colin]      0.8.5claws159
6149
6150         * src/ssl_certificate.c
6151                 Missed a check
6152
6153 2002-11-16 [melvin]     0.8.5claws158
6154
6155         * po/fr.po
6156                 Updated French translations.
6157
6158 2002-11-16 [colin]      0.8.5claws157
6159
6160         * src/ssl_certificate.c
6161                 Check for missing parts in the certificates
6162
6163 2002-11-15 [colin]      0.8.5claws156
6164
6165         * src/folderview.c
6166                 Preventive fix (missing check) found by
6167                 Alfons
6168
6169 2002-11-15 [paul]
6170
6171         * NEWS
6172                 sync with 0.8.6 release
6173
6174 2002-11-15 [colin]      0.8.5claws155
6175
6176         * src/folder.[ch]
6177           src/folderview.c
6178                 Fix error handling of folder_item_move_to()
6179                 (thanks to Alfons!)
6180
6181 2002-11-15 [colin]      0.8.5claws154
6182
6183         * src/folder.[ch]
6184           src/folderview.c
6185                 folder_item_move_to() sets an error message instead
6186                 of having GUI stuff in folder.c
6187
6188 2002-11-15 [colin]      0.8.5claws153
6189
6190         * src/procmsg.[ch]
6191                 Implemented a callback for MsgInfo updates, 
6192                 heavily copy/pasted from Christoph's folder 
6193                 callback system
6194         * src/summaryview.[ch]
6195                 Register summary_update_msg as callback
6196
6197 2002-11-14 [colin]      0.8.5claws152
6198         
6199         * src/procmsg.c
6200                 Update the FolderItem after sending (fixes 617593)
6201
6202 2002-11-14 [christoph]  0.8.5claws151
6203
6204         * src/folder.c
6205                 fix wrong position of NULL pointer check found
6206                 by Sergey
6207
6208 2002-11-14 [christoph]  0.8.5claws150
6209
6210         * src/folder.c
6211                 fix segfault when deleting messages from IMAP folders
6212                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6213
6214 2002-11-14 [colin]      0.8.5claws149
6215
6216         * src/compose.c
6217                 Forwarding was also ignoring the folder's default account.
6218
6219 2002-11-14 [colin]      0.8.5claws148
6220
6221         * src/compose.c
6222                 Fix sent folder not set to folder properties when 
6223                 forwarding.
6224
6225 2002-11-14 [thorsten]   0.8.5claws147
6226
6227         * src/inc.c
6228                 inc_start(): Files were not moved from .processing to inbox,
6229                 if no global processing rule existed
6230
6231 2002-11-14 [colin]      0.8.5claws146
6232
6233         * src/ssl_certificate
6234                 Fix file operations
6235
6236 2002-11-14 [paul]       0.8.5claws145
6237
6238         * po/it.po
6239                 updated by Alessandro Maestri
6240
6241 2002-11-13 [alfons]     0.8.5claws144
6242
6243         * src/folder.c
6244                 folder_item_close(): only mark messages unread
6245                 when a folder has new messages 
6246
6247 2002-11-13 [keith]      0.8.5claws143
6248
6249         * src/imap.c
6250                 Fix problem moving or copying between
6251                 IMAP folders
6252
6253 2002-11-13 [colin]      0.8.5claws142
6254
6255         * src/matcher_parser_parse.y
6256                 Fix rule problem when " don't match
6257
6258 2002-11-13 [christoph]  0.8.5claws141
6259
6260         * src/folder.c
6261         * src/folderview.c
6262                 moved cache saving to folder_item_close
6263                 the folderview should not have to deal with
6264                 this things
6265
6266 2002-11-13 [christoph]  0.8.5claws140
6267
6268         * src/summaryview.c
6269                 moved setting of important score to
6270                 summary_set_prefs_from_folderitem
6271
6272 2002-11-13 [colin]      0.8.5claws139
6273
6274         * src/matcher_parser_parse.y
6275                 Fix a segfault in the parser (happening when
6276                 a good expression had been tested and a bad 
6277                 one arrives)
6278
6279 2002-11-13 [paul]       0.8.5claws138
6280
6281         * sync with 0.8.5cvs24
6282                 see ChangeLog 2002-11-13
6283                 
6284         * po/pt_BR.po
6285                 updated by Fabio Jr. Beneditto
6286
6287 2002-11-13 [colin]      0.8.5claws137
6288         
6289         * src/msgcache.c
6290           src/defs.h
6291           src/procmsg.[ch]
6292                 Revert last commit, problem
6293
6294 2002-11-13 [colin]      0.8.5claws136
6295
6296         * src/msgcache.c
6297                 Remove duplicated code
6298         * src/defs.h
6299                 Bumped CACHE_VERSION and MARK_VERSION
6300         * src/procmsg.[ch]
6301                 Network endian for cache and mark files
6302
6303 2002-11-12 [colin]      0.8.5claws135
6304
6305         * src/inc.c
6306                 Fix the "socket error" dialog which disappeared
6307
6308 2002-11-12 [colin]      0.8.5claws134
6309
6310         * src/msgcache.c
6311                 Reverse last commit which had performance 
6312                 problems, but still reverse the list
6313
6314 2002-11-12 [colin]      0.8.5claws133
6315
6316         * src/msgcache.c
6317                 Reverse list order
6318
6319 2002-11-12 [melvin]     0.8.5claws132
6320
6321         * src/compose.c
6322                 Added a check for a NULL prefs_common.dictionary
6323
6324 2002-11-12 [colin]      0.8.5claws131
6325
6326         * src/ssl_certificate.[ch]
6327                 Use FQDN hostname
6328
6329 2002-11-12 [colin]      0.8.5claws130
6330
6331         * src/ssl_certificate.[ch]
6332                 Take connection port into account for 
6333                 checking certificates (a single hostname
6334                 could have multiple servers with multiple
6335                 certificates)
6336         * src/ssl.c
6337                 Pass the port to ssl_certificate_check
6338
6339 2002-11-12 [paul]       0.8.5claws129
6340
6341         * src/folder.c
6342                 fix a typo in last commit
6343
6344 2002-11-12 [paul]       0.8.5claws128
6345
6346         * sync with 0.8.5cvs23
6347                 see ChangeLog entry 2002-11-12
6348
6349 2002-11-11 [colin]      0.8.5claws127
6350
6351         * src/ssl_certificate.c
6352                 Cleaner messages
6353                 Don't popup, instead log error, if the 
6354                 corresponding pref is checked
6355         * src/ssl_certificate.h
6356                 include <openssl/objects/h>
6357
6358 2002-11-11 [colin]      0.8.5claws126
6359
6360         * src/ssl_certificate.h
6361                 _Really_ clean it
6362
6363 2002-11-11 [colin]      0.8.5claws125
6364         
6365         * src/ssl_certificate.c
6366                 Fixed leak
6367
6368 2002-11-11 [colin]      0.8.5claws124
6369
6370         * src/ssl.c
6371                 Cleaned a bit
6372         * src/ssl_certificate.[ch]
6373                 Cleaned a bit (better use of SSL API)
6374                 (This will cause non-recognition of saved 
6375                  certificates of claws12[23]...)
6376
6377 2002-11-11 [paul]       0.8.5claws123
6378         
6379         * po/es.po
6380                 updated by Ricardo Mones Lastra
6381
6382 2002-11-11 [colin]      0.8.5claws122
6383
6384         * src/ssl.c
6385                 Fix a typo
6386
6387 2002-11-11 [colin]      0.8.5claws121
6388
6389         * src/ssl_certificate.[ch] ** NEW FILES **
6390         * src/ssl.[ch]
6391                 Check SSL certificates presented to us
6392         * src/Makefile.am
6393                 Add ssl_certificate.[ch]
6394         * po/POTFILES.in
6395                 Add ssl_certificate.c
6396
6397 2002-11-11 [paul]       0.8.5claws120
6398
6399         * sync with 0.8.5cvs22
6400                 see ChangeLog 2002-11-11
6401
6402 2002-11-11 [paul]       0.8.5claws119
6403
6404         * sync with 0.8.5cvs21
6405                 see ChangeLog 2002-11-11
6406
6407 2002-11-10 [jens]       0.8.5claws118
6408
6409         * src/folder.c
6410         * src/folderview.c
6411                 corrected some typing
6412         * po/de.po
6413                 updated german translation
6414         * sylpheed.spec.in
6415                 cleaned up specfile and adjusted it for claws
6416
6417 2002-11-10 [colin]      0.8.5claws117
6418
6419         * src/summaryview.c
6420                 a STATUSBAR_PUSH/POP fix
6421
6422 2002-11-10 [colin]      0.8.5claws116
6423
6424         * src/prefs_folder_item.c
6425                 Fix hanging after opening folder properties
6426
6427 2002-11-10 [hoa]        0.8.5claws115
6428
6429         * src/matcher_parser_lex.l
6430         * src/matcher_parser_parse.y
6431                 config file for scoring and filtering is no more trashed
6432                 when there is a syntax error in a filtering rule when
6433                 editing it in a dialog.
6434
6435 2002-11-09 [colin]      0.8.5claws114
6436
6437         * src/mbox_folder.c
6438                 Added missing initialisation of folder->destroy()
6439
6440 2002-11-09 [colin]      0.8.5claws113
6441
6442         * src/folder.c
6443           src/folderview.c
6444                 Fix the status bar messages
6445
6446 2002-11-09 [colin]      0.8.5claws112
6447
6448         * src/folderview.c
6449                 Fix hangs after folder dnd, happening after 
6450                 claws109.
6451
6452 2002-11-09 [christoph]  0.8.5claws111
6453
6454         * src/folderview.c
6455                 just changed order of calls (reverse order of
6456                 associated calls)
6457         * src/inc.c
6458                 lock inc when checking only one account, otherwise
6459                 inc all could be executed at the same time
6460
6461 2002-11-09 [christoph]  0.8.5claws110
6462
6463         * src/folderview.c
6464                 better unlock the mouse cursor before calling
6465                 summary_show because it changes the cursor too
6466
6467 2002-11-09 [christoph]  0.8.5claws109
6468
6469         * src/folder.[ch]
6470         * src/folderview.c
6471                 add functions to open and close a folder
6472                 o opending will execute scanning for remote folders
6473                   and processing
6474                 o closing will unset new flag for messages
6475
6476 2002-11-09 [colin]      0.8.5claws108
6477
6478         * src/folder.c
6479                 Add a call to prefs_matcher_write_config to 
6480                 avoid non-leaf folders filtering settings to be
6481                 lost
6482
6483 2002-11-09 [paul]       0.8.5claws107
6484
6485         * src/prefs_account.c
6486                 re-word a label
6487
6488 2002-11-09 [colin]      0.8.5claws106
6489
6490         * src/folderview.c
6491                 Minor esthetic fix
6492
6493 2002-11-09 [colin]      0.8.5claws105
6494
6495         * src/folderview.c
6496                 Fix prefs_filtering deletion for MH folders (same
6497                 reason as below)
6498         * src/prefs_filtering.c
6499                 Fix prefs_filtering renaming and deletion for 
6500                 folder-based processing rules.  
6501
6502 2002-11-09 [christoph]  0.8.5claws104
6503
6504         * src/compose.c
6505         * src/folder.[ch]
6506         * src/folderview.[ch]
6507         * src/import.c
6508         * src/inc.c
6509         * src/main.c
6510         * src/mainwindow.c
6511         * src/messageview.c
6512         * src/prefs_folder_item.c
6513         * src/procmsg.c
6514         * src/summaryview.c
6515                 implement a callback system for folder item updates
6516
6517 2002-11-09 [colin]      0.8.5claws103
6518
6519         * src/folderview.c
6520                 Fix prefs_filtering renaming for MH folders (we
6521                 shouldn't rename by path as another folder could
6522                 have the same hierarchy).
6523
6524 2002-11-09 [colin]      0.8.5claws102
6525
6526         * src/folder.c
6527                 Fix a leak found by Christoph, use better variable
6528                 names
6529
6530 2002-11-09 [colin]      0.8.5claws101
6531
6532         * src/folder.c
6533                 One more fix for processing rules
6534
6535 2002-11-08 [colin]      0.8.5claws100
6536         
6537         * src/matcher.c
6538                 Don't copy the compiled regexp (will be reevaluated)
6539         * src/folderview.c
6540                 Lock folderview while moving
6541         * src/folder.c
6542                 Provide info on what's happening to the user
6543
6544 2002-11-08 [colin]      0.8.5claws99
6545
6546         * src/folderview.c
6547                 Fix folder reordering after a move if parent is 
6548                 root
6549         * src/scoring.[ch]
6550                 Add function to copy a ScoringProp
6551         * src/prefs_folder_item.c
6552                 Copy scoring rules when copying a folder prefs
6553
6554 2002-11-08 [colin]      0.8.5claws98
6555
6556         * src/folderview.c
6557                 Fixes in case of failure
6558         * src/filtering.[ch]    
6559                 Add function to duplicate a FilteringProp
6560         * src/matcher.[ch]
6561                 Add function to duplicate a MatcherProp
6562         * src/prefs_folder_item.c
6563                 Save folder's processing rules when copying 
6564                 its prefs
6565
6566 2002-11-08 [colin]      0.8.5claws97
6567         
6568         * src/folderview.c
6569                 Sort after move
6570         * src/folder.c 
6571                 Change a printf to debug_print
6572
6573 2002-11-08 [colin]      0.8.5claws96
6574
6575         * src/folder.c
6576           src/folderview.c
6577                 Fix segfaults, call me stupido
6578         
6579
6580 2002-11-08 [colin]      0.8.5claws95
6581
6582         *src/folder.c
6583                 Added forgotten prefs to save when moving folders
6584
6585 2002-11-08 [colin]      0.8.5claws94
6586
6587         * src/folder.c
6588                 Fixes to folder DND (prefs copy)
6589         * src/folderview.c
6590                 Optimization for folder DND (don't rescan whole tree)
6591                 Added folderview_create_folder_node() for this 
6592                 optimization, so de-duped a bit the code
6593         * src/prefs_folder_item.[ch]
6594                 Added prefs_folder_item_copy_prefs()    
6595           
6596 2002-11-08 [paul]       0.8.5claws93
6597
6598         * src/prefs_account.c
6599           tools/README
6600           tools/kmail2sylpheed_v2.pl
6601                 correct some typos
6602
6603 2002-11-08 [paul]       0.8.5claws92
6604
6605         * src/compose.c
6606           src/prefs_account.[ch]
6607                 remove account options 'clearsign' and 'ascii_armored',
6608                 replace with 'default_gnupg_mode' to prevent mixed-mode
6609                 Privacy settings
6610
6611 2002-11-08 [paul]       0.8.5claws91
6612
6613         * src/compose.[ch]
6614                 re-implement GnuPG 'on-the-fly' mode selection,
6615                 disallow mixed-mode
6616
6617 2002-11-08 [colin]      0.8.5claws90
6618
6619         * src/folderview.c
6620           src/prefs_folder_item.c
6621                 Change "Property" to "Properties"
6622
6623 2002-11-07 [colin]      0.8.5claws89
6624
6625         * src/folderview.c
6626           src/folder.c
6627                 Allow folder dropping to a root folder
6628
6629 2002-11-07 [paul]       0.8.5claws88
6630
6631         * src/compose.c
6632                 revert last commit
6633
6634 2002-11-07 [paul]       0.8.5claws87
6635
6636         * src/compose.c
6637                 fix reply-to-list bug. closes bug report
6638                 "[633382] reply-to-list broken in recent cvs"
6639
6640 2002-11-07 [paul]       0.8.5claws86
6641
6642         * src/compose.c
6643                 add a forgotten '#if USE_GPGME ... #endif'
6644
6645 2002-11-07 [paul]       0.8.5claws85
6646
6647         * sync with 0.8.5cvs20
6648                 see ChangeLog 2002-11-07
6649
6650 2002-11-07 [colin]      0.8.5claws84
6651
6652         * src/folder.[ch]
6653                 Change folder_item_move_to to return the newly 
6654                 created folderitem.
6655         * src/folderview.c
6656                 Select the new folderitem after moving.
6657
6658 2002-11-07 [colin]      0.8.5claws83
6659
6660         * src/prefs_filtering.c
6661                 Fix rule rewriting when moving a leaf folder to a 
6662                 shorter path
6663
6664 2002-11-07 [colin]      0.8.5claws82
6665
6666         * src/prefs_filtering.c
6667                 fix a leak
6668
6669 2002-11-07 [colin]      0.8.5claws81
6670
6671         * src/folder.[ch]
6672                 Add folder_item_move_to() function to move a 
6673                 folderitem into another one (updates matcher etc)
6674         * src/folderview.c
6675                 Add folder drag'n drop (context menu to come)
6676                 [Should be dataloss free, but Please backup before 
6677                  trying !]
6678
6679 2002-11-06 [colin]      0.8.5claws80
6680
6681         * src/mh.c
6682                 mh_create_folder() returns NULL if can't create
6683                 directory hierarchy
6684
6685 2002-11-06 [paul]       0.8.5claws79
6686
6687         * src/compose.[ch]
6688                 allow 'on-the-fly' changing of the type of encryption 
6689                 and/or signing used (mime/ascii) via the compose window
6690
6691 2002-11-06 [paul]       0.8.5claws78
6692
6693         * sync with 0.8.5cvs19
6694                 see ChangeLog 2002-11-06 for src/account.c: 
6695                 account_get_special_folder()
6696                 
6697 2002-11-05 [alfons]     0.8.5claws77
6698
6699         * src/crash.c
6700                 very minor cleanups: nothing to see here, move on. :-)
6701
6702 2002-11-05 [colin]      0.8.5claws76
6703
6704         * src/main.c
6705                 Changes choices if compose windows are opened to
6706                 Discard, Draft, Don't quit
6707
6708 2002-11-05 [thorsten]   0.8.5claws75
6709
6710         * src/compose.c
6711                 reenabled default_reply_to folder option
6712
6713 2002-11-05 [colin]      0.8.5claws74
6714
6715         * src/compose.[ch] 
6716                 add compose_draft()
6717         * src/crash.c
6718                 add SIGTERM handler
6719         * src/main.[ch]
6720                 add clean_quit() for the SIGTERM handler
6721
6722 2002-11-05 [paul]       0.8.5claws73
6723         
6724         * po/es.po
6725                 updated by Ricardo Mones Lastra
6726
6727 2002-11-05 [melvin]     0.8.5claws72
6728
6729         * src/logwindow.c
6730                 Fixed log-clipping bug #616795.
6731                 To stop logging in the log window use 0 length.
6732         * src/prefs_common.c
6733                 Added a label to inform about the 0 log length behaviour.
6734
6735 2002-11-05 [paul]       0.8.5claws71
6736
6737         * sync with 0.8.5cvs17
6738                 see ChangeLog 2002-11-05
6739
6740 2002-11-04 [paul]       0.8.5claws70
6741
6742         * sylpheed-128x128.png
6743           sylpheed-64x64.png
6744           sylpheed.png
6745                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6746                 <nikai@users.sourceforge.net>
6747                 
6748         * po/bg.po
6749                 updated by George Danchev
6750
6751 2002-11-03 [thorsten]   0.8.5claws69
6752
6753         * src/main.c
6754           src/mimeview.c
6755           src/rfc2015.h
6756                 add check if gpg is active
6757
6758 2002-11-03 [thorsten]   0.8.5claws68
6759
6760         * src/toolbar.h
6761                 removed GSList declaration causing trouble on MacOS-X
6762                 (submitted by alfons, reported by xfesty)
6763
6764 2002-11-01 [paul]       0.8.5claws67
6765
6766         * src/mainwindow.c
6767                 remove last remnants of main's filter code
6768
6769 2002-11-01 [paul]       0.8.5claws66
6770
6771         * tools/filter_conv.pl
6772                 fix bug where user-defined headers were ignored
6773
6774 2002-11-01 [paul]       0.8.5claws65
6775
6776         * src/logwindow.c
6777                 make a debug_print() not translatable
6778
6779 2002-10-31 [melvin]     0.8.5claws64
6780
6781         * ac/aspell.m4
6782                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6783                 not run any GNU/aspell test.  The dictionary path will
6784                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6785                 was given, in which case, it will be $prefix/lib/aspell/
6786         * configure.in
6787                 Fixed typo in commentary (Aspell code).
6788
6789 2002-10-31 [paul]       0.8.5claws63
6790
6791         * po/POTFILES.in
6792                 remove src/filter.c and src/prefs_filter.c
6793                 thanks to Ricardo for reminding me
6794
6795 2002-10-31 [colin]      0.8.5claws62
6796
6797         * src/mbox_folder.c
6798                 Plug some leaks
6799
6800 2002-10-31 [paul]       0.8.5claws61
6801
6802         * src/prefs_filter.[ch] ** REMOVED **
6803           src/filter.[ch]       ** REMOVED **
6804           
6805         * src/Makefile.am
6806           src/folderview.c
6807           src/inc.c
6808           src/main.c
6809           src/mainwindow.c
6810           src/mbox.c
6811           src/prefs_common.c
6812           src/prefs_filtering.c
6813           src/summaryview.[ch]
6814                 remove main's 'filter' code
6815                 
6816         README.claws
6817                 update to reflect removal of main's filter
6818
6819 2002-10-31 [paul]       0.8.5claws60
6820
6821         * src/summaryview.c
6822                 remove check for global_processing in summary_filter_open(). 
6823                 This fixes the bug where if the user uses the right-click 
6824                 'Create filter rule...' and doesn't have any filter rules 
6825                 already defined in claws' advanced filtering, the newly 
6826                 created filter rule goes to main's filtering which is 
6827                 inaccessible through the gui. Now the filter rule gets added
6828                 to claws' filtering by default.
6829
6830 2002-10-28 [melvin]     0.8.5claws59
6831
6832         * src/prefs_actions.c
6833                 Fixed bug #627322 where MIME parts were not always
6834                 correctly passed to a %p action
6835                 Display an error dialog when message filename is not found.
6836
6837 2002-10-28 [melvin]     0.8.5claws58
6838
6839         * src/prefs_common.c
6840                 Readded a missing function declaration lost in 0.8.3claws34
6841
6842 2002-10-28 [paul]       0.8.5claws57
6843
6844         * sync with 0.8.5cvs15
6845                 see ChangeLog 2002-10-28 and 2002-10-25
6846                 
6847         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6848
6849 2002-10-27 [oliver]     0.8.5claws56
6850
6851         * src/pop.c
6852                 plug leak in pop3_top_recv
6853
6854 2002-10-26 [christoph]  0.8.5claws55
6855
6856         * src/folder.c
6857                 set need_update folder flag when messages are added
6858                 (closes bug [ 626922 ] folder not updated after receiving)
6859
6860 2002-10-25 [melvin]     0.8.5claws54
6861
6862         * src/imageview.c
6863                 Fixed a memleak introduced in the scaling code.
6864
6865 2002-10-24 [alfons]     0.8.5claws53
6866
6867         * src/filtering.c
6868                 make filtering's forward message action forward from the 
6869                 correct account
6870                 (closes bug [628089 ] Filter -> Forward from address problem
6871                 reported by Oktay)
6872
6873 2002-10-24 [christoph]  0.8.5claws52
6874
6875         * src/mainwindow.c
6876         * src/manual.[ch]
6877                 o use manual of current locale or english if current
6878                   locale is not available (and english is available)
6879                 o also link to sylpheed doc project manuals
6880
6881 2002-10-23 [paul]       0.8.5claws51
6882
6883         * tools/README
6884           tools/kmail2sylpheed_v2.pl
6885                 add new version of kmail addressbook importer script.
6886                 works with newer versions of Kmail/KAddressBook which
6887                 have new and rearranged data.
6888
6889 2002-10-23 [martin]     0.8.5claws50
6890
6891         * src/folderview.c
6892         * src/summaryview.c
6893         * src/utils.h
6894         * src/utils.c
6895                 added length parameter to get_abbrev_newsgroup_name()
6896                 changed this function so that it abbreviates the newsgroup
6897                 names only so long it is smaller than the length parameter
6898                 (for better reading of some newsgroup names and space efficiency)
6899
6900 2002-10-22 [colin]      0.8.5claws49
6901
6902         *src/foldersel.c
6903                 Revert Alfons' last modification (after voting ;-))
6904
6905 2002-10-21 [alfons]     0.8.5claws48
6906
6907         * src/foldersel.c
6908                 folder view in folder selection dialog reflects state of
6909                 folder view in main window
6910
6911 2002-10-18 [alfons]     0.8.5claws47
6912
6913         * src/mbox.c
6914                 drop imported messages in folder selected by user,
6915                 and not in the inbox
6916                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6917
6918 2002-10-18 [alfons]     0.8.5claws46
6919
6920         * src/compose.c
6921                 make automagic reply work correctly for email accounts 
6922                 (whether it's viable to do a full sync with Hiro's 
6923                 compose.c is still under discussion)
6924
6925 2002-10-18 [melvin]     0.8.5claws45
6926
6927         * src/prefs_actions.c
6928                 Fixed bug #622275 where asynchroneous actions left 
6929                 zombies processes
6930                 Made (synchroneous) actions' input be displayed live.
6931
6932 2002-10-18 [christoph]  0.8.5claws44
6933
6934         * src/textview.c
6935                 don't add a newline in the textview in front of the
6936                 first textpart if header display is disabled
6937                 (closes bug [ 603385 ] disabled header display leaves blank
6938                  lin)
6939
6940 2002-10-18 [christoph]  0.8.5claws43
6941
6942         * src/folder.[ch]
6943         * src/imap.c
6944         * src/mbox_folder.c
6945         * src/mh.c
6946         * src/news.c
6947                 folder->get_num_list now returns an error code
6948                 (closes bug [ 609424 ] News cache cleared on failure)
6949                 
6950 2002-10-17 [colin]      0.8.5claws42
6951         
6952         * src/news.c
6953                 Changed a printf by debug_print
6954
6955 2002-10-16 [paul]       
6956
6957         * tools/OOo2sylpheed.pl
6958                 allow for spaces in the name of the
6959                 file to be attached.
6960
6961 2002-10-16 [colin]      0.8.5claws41
6962
6963         * src/main.c
6964                 Use a tristate to change online mode
6965
6966 2002-10-16 [paul]       0.8.5claws40
6967
6968         * po/es.po
6969                 updated by Ricardo Mones Lastra
6970
6971 2002-10-16 [colin]      0.8.5claws39
6972
6973         * src/main.c
6974           src/mainwindow.[ch]
6975                 Added --online and --offline command-line
6976                 switches
6977
6978 2002-10-15 [christoph]  0.8.5claws38
6979
6980         * src/procmime.c
6981                 set mimeinfo->name to NULL after g_free to
6982                 avoid double freeing with g_free
6983
6984 2002-10-14 [christoph]  0.8.5claws37
6985
6986         * src/compose.c
6987         * src/filtering.c
6988         * src/summaryview.c
6989                 remove calls to folder->change_flags that are now
6990                 done by procmsg flag functions (seems it is not
6991                 used by any foldertype anyway)
6992         * src/folder.c
6993                 init folder->change_flags with NULL
6994
6995 2002-10-14 [christoph]  0.8.5claws36
6996
6997         * src/folder.[ch]
6998         * src/imap.[ch]
6999                 use virtual functions for folder item new and destroy
7000                 functions
7001
7002 2002-10-14 [melvin]     0.8.5claws35
7003
7004         * src/compose.c
7005                 Added a test to not run the spell checker if no default
7006                 dictionary is available. No dialog is displayed though.
7007
7008 2002-10-14 [melvin]     0.8.5claws34
7009
7010         * src/gtkaspell.c
7011                 Fixed bug in dictionary list context menu where
7012                 "More..." pointed to an emtpy submenu if the
7013                 number of dictionaries is a multiple of 15
7014                 Removed unneeded code in suggestions list creation
7015
7016 2002-10-14 [paul]       0.8.5claws33
7017
7018         * po/bg.po
7019                 updated by George Danchev
7020
7021 2002-10-13 [hoa]        0.8.5claws32
7022
7023         * src/matcher.[ch]
7024           src/matcher_parser_parser.y
7025                 removed the escaped string from internal structure
7026                 of matcher.
7027
7028 2002-10-12 [colin]      0.8.5claws31
7029
7030         * src/gtksctree.[ch]
7031           src/summaryview.c
7032                 Removed useless function gtksctree_reanchor
7033
7034 2002-10-12 [alfons]     0.8.5claws30
7035         
7036         * sync with remaining main changes 2002-10-09 - 2002-10-11
7037         - drop changes to src/compose.c (requires claws specific changes)
7038         
7039 2002-10-12 [alfons]     0.8.5claws29
7040         
7041         * sync with main changes of 2002-10-08
7042         - drop changes to src/compose.c (requires claws specific changes)
7043         - drop changes to src/summaryview.c (requires changes to compose.c)     
7044
7045 2002-10-12 [alfons]     0.8.5claws28
7046         
7047         * sync with main changes of 2002-10-07
7048
7049 2002-10-12 [alfons]     0.8.5claws27
7050
7051         * sync with main changes of 2002-10-04
7052         - drop changes to src/compose.c (requires claws specific changes)
7053         - drop changes to src/prefs_folder_item.c (claws implementation
7054           seems to be working)
7055
7056 2002-10-12 [colin]      0.8.5claws26
7057
7058         * src/mainwindow.c
7059                 Fix folder-flicker when space-reading, introduced 
7060                 in claws22.
7061
7062 2002-10-12 [colin]      0.8.5claws25
7063
7064         * src/compose.c
7065                 Save account address when saving as draft.
7066                 (closes bug 621838)
7067
7068 2002-10-12 [colin]      0.8.5claws24
7069
7070         * src/summaryview.c
7071                 Fix the problem consisting of no message selected
7072                 after the last message in a folder has been moved.
7073
7074 2002-10-12 [paul]       0.8.5claws23
7075
7076         * src/compose.c
7077           src/prefs_template.c
7078           src/template.[ch]
7079                 add Cc and Bcc to templates. Patch submitted by
7080                 John L. Males.
7081
7082 2002-10-12 [colin]      0.8.5claws22
7083
7084         * src/folderview.c
7085                 Fix a bug after "Check for new messages":
7086                 If a folder was opened, it was still selected at
7087                 the end of the check, but displayed empty.
7088         * src/mainwindow.c
7089                 Remove unnecessary check
7090
7091 2002-10-12 [paul]
7092
7093         * tools/README
7094                 be more verbose in the description of
7095                 OOo2sylpheed.pl
7096                 
7097
7098 2002-10-11 [colin]      0.8.5claws21
7099
7100         * src/mainwindow.c
7101                 Make space work (better) when no mail is selected
7102
7103 2002-10-11 [colin]      0.8.5claws20
7104
7105         * src/inc.c
7106           src/news.c
7107                 fix warnings
7108
7109 2002-10-11 [colin]      0.8.5claws19
7110
7111         * src/mainwindow.c
7112                 revert 0.8.5claws6 changes as i couldn't get to
7113                 anything satisfying
7114
7115 2002-10-11 [melvin]     0.8.5claws18
7116
7117         * src/compose.c
7118                 Removed buggy and unused macro (should have been committed in
7119                 0.8.5claws17)
7120
7121 2002-10-11 [melvin]     0.8.5claws17
7122
7123         * src/compose.c
7124                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7125
7126 2002-10-11 [thorsten]   0.8.5claws16 
7127
7128         * src/folderview.c
7129                 remove rescan warning
7130
7131 2002-10-11 [colin]      0.8.5claws15 
7132
7133         * src/procheader.c
7134                 fix a segfault that happens if conv_unmime_header
7135                 fails (should be better to find out why it fails)
7136
7137 2002-10-11 [christoph]  0.8.5claws14
7138
7139         * src/summaryview.c
7140                 update folderview stats after ignore/unignore thread
7141
7142 2002-10-11 [hoa]        0.8.5claws13
7143
7144         * src/quote_fmt_parse.y
7145                 Fixed a yacc/bison syntax error
7146         * src/matcher.c
7147                 Escaping of string is fixed.
7148
7149 2002-10-11 [colin]      0.8.5claws12
7150
7151         * src/imageview.c
7152                 Resize images to fit
7153
7154 2002-10-11 [paul]       0.8.5claws11
7155
7156         * po/es.po
7157                 updated by Ricardo Mones Lastra
7158
7159 2002-10-10 [alfons]     0.8.5claws10
7160
7161         * src/compose.c
7162                 allow dropping files by "moving" files from a file manager,
7163                 not only by the more cumbersome "copying". the latter 
7164                 mostly implies holding down the Control button
7165
7166 2002-10-10 [christoph]  0.8.5claws9
7167
7168         * src/summaryview.c
7169                 update folders after thread building for ignored threads
7170
7171 2002-10-10 [christoph]  0.8.5claws8
7172
7173         * config/.cvsignore
7174                 added Makefile
7175         * src/filtering.[ch]
7176         * src/folder.[ch]
7177         * src/folderview.[ch]
7178         * src/import.c
7179         * src/inc.[ch]
7180         * src/mbox.[ch]
7181         * src/procmsg.c
7182         * src/summaryview.[ch]
7183                 o added new flag need_update to FolderItem
7184                 o removed folder_table from various functions from tracking
7185                   folder updates
7186                 o set need_update flags in folder.c's move, copy and delete
7187                   functions and procmsg's flags functions
7188                 o added function folderview_update_items_when_required that
7189                   updates all folders with need_update set
7190                 o call folderview_update_items_when_required instead of
7191                   folderview_update_item_foreach
7192
7193 2002-10-09 [sergey]     0.8.5claws7
7194
7195         * src/compose.c
7196                 Strip CRs whel loading the text into editor in reedit mode.
7197
7198 2002-10-09 [colin]      0.8.5claws6
7199
7200         * src/mainwindow.c
7201                 Make Space work when no mail is selected
7202
7203 2002-10-09 [colin]      0.8.5claws5
7204
7205         * src/gtksctree.[ch]
7206                 Fix range_select
7207                 Add gtk_sctree_reanchor() 
7208         * src/summaryview.c
7209                 Use gtk_sctree_reanchor() - better fix for 
7210                 bug 60413
7211
7212 2002-10-09 [colin]      0.8.5claws4
7213
7214         * src/summaryview.c
7215                 Fix shift-click select after delete problem
7216                 (closes bug 60413)
7217
7218 2002-10-08 [thorsten]   0.8.5claws3
7219
7220         * src/summaryview.c
7221                 exclude current msg from -hide read messages-
7222
7223 2002-10-08 [colin]      0.8.5claws2
7224
7225         * src/inc.[ch]
7226           src/pop.c
7227           src/recv.c
7228                 Differentiate socket errors from disk full
7229                 errors
7230
7231 2002-10-08 [christoph]  0.8.5claws1
7232
7233         * Makefile.am
7234         * configure.in
7235                 modifications for new config directory
7236
7237         * config.guess  ** REMOVED **
7238         * config.sub    ** REMOVED **
7239         * install-sh    ** REMOVED **
7240         * ltmain.sh     ** REMOVED **
7241         * missing       ** REMOVED **
7242         * mkinstalldirs ** REMOVED **
7243                 these files are autogenerated by automake
7244                 when you run autogen.sh
7245
7246         * config/.cvsignore     ** NEW FILE **
7247         * config/Makefile.am    ** NEW FILE **
7248                 ignore autogenerated files
7249                 create a Makefile in this directory
7250
7251 2002-10-08 [paul]       0.8.5claws
7252
7253         * 0.8.5claws release
7254         
7255         * src/compose.c
7256           src/procheader.c
7257           src/procmsg.c
7258                 fix quote reply format for newsgroups reply bug
7259                 (thanks to Hoa)
7260                 
7261         * po/en_GB.po
7262           po/pl.po
7263                 updated by me and Witold Wladyslaw Wojciech Wilk
7264                 repectively
7265
7266 2002-10-07 [paul]       0.8.3claws53
7267
7268         * po/it.po
7269           po/pt_BR.po
7270           po/sr.po
7271                 updated messages catalogs, submitted by
7272                 Alessandro Maestri, Fabio Jr.Beneditto 
7273                 and Urke MMI, respectively.
7274
7275 2002-10-07 [christoph]  0.8.3claws52
7276
7277         * src/folder.[ch]
7278         * src/folderview.c
7279         * src/mainwindow.c
7280                 fix new folder ghost message bug
7281                 (closes bug [ 619722 ] wrong count for newly created folders)
7282
7283 2002-10-07 [christoph]  0.8.3claws51
7284
7285         * src/compose.c
7286                 fix news posting problem
7287
7288 2002-10-07 [melvin]     0.8.3claws50
7289
7290         * po/fr.po
7291                 Updated French translation
7292
7293 2002-10-05 [christoph]  0.8.3claws49
7294
7295         * src/gtkstext.c
7296                 check if line_start_cache is set in gtk_stext_update_text
7297                 (closes bug [ 618119 ] crash while doing search in folder)
7298
7299 2002-10-05 [christoph]  0.8.3claws48
7300
7301         * src/imap.c
7302         * src/news.c
7303         * src/utils.c
7304         * src/utils.h
7305                 implement cache cleanups for claws' folder system
7306                 (closes bug [ 595916 ] imapcache not cleaned up)
7307
7308 2002-10-05 [melvin]     0.8.3claws47
7309
7310         * src/prefs_actions.c
7311                 Made the help text more clear for the %p token
7312
7313 2002-10-04 [paul]       0.8.3claws46
7314
7315         * sync with 0.8.5
7316                 see ChangeLog 2002-10-02 and 2002-10-03
7317
7318 2002-10-04 [christoph]  0.8.3claws45
7319
7320         * src/inc.c
7321                 fix segfault caused by pop before smtp
7322                 call to inc_account_mail with NULL
7323                 pointer for mainwin
7324
7325 2002-10-04 [paul]       0.8.3claws44
7326
7327         * configure.in
7328                 sync the LDAP detection from 0.8.5cvs1
7329
7330 2002-10-02 [christoph]  0.8.3claws43
7331
7332         * po/de.po
7333                 fix small spelling error
7334
7335 2002-10-02 [melvin]     0.8.3claws42
7336
7337         * ac/aspell.m4
7338                 Behave better and say "no" when test program cannot be run.
7339
7340 2002-10-02 [paul]       0.8.3claws41
7341
7342         * sync with 0.8.4cvs1
7343                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7344                 
7345         * src/summaryview.c
7346                 toggle the behavior of Reply menuitem between
7347                 normal reply and reply-to-list
7348
7349 2002-10-01 [sergey]     0.8.3claws40
7350
7351         * src/compose.c
7352                 Convert newlines in the message text to the canonical form
7353                 before base64 encoding (RFC2045 compliance, fixes some
7354                 interoperability issues with Evolution 1.0.3)
7355
7356 2002-09-29 [colin]      0.8.3claws39
7357
7358         * src/summaryview.c
7359                 Fix an unwanted copy/paste
7360
7361 2002-09-29 [colin]      0.8.3claws38
7362
7363         * src/mainwindow.c
7364                 Renamed "Custom toolbar" to "Customize toolbar"
7365                 Renamed "Show all header" to "Show all headers"
7366                 Renamed "Set diplay item" to "Set displayed items"
7367         * src/prefs_common.c
7368                 Renamed "Show all header" to "Show all headers"
7369         * src/prefs_summary_column.c
7370                 Renamed "diplay item" to "displayed items"
7371
7372 2002-09-29 [colin]      0.8.3claws37
7373
7374         * src/mainwindow.[ch]
7375                 online/offline status pixmaps follow theme
7376                 changes
7377         * src/summaryview.[ch]
7378                 quicksearch pixmap follows theme changes
7379
7380 2002-09-29 [thorsten]   0.8.3claws36
7381
7382         * src/compose.c
7383           src/prefs_folder_item.[ch]
7384                 add default_reply_to folder option (closes patch 581044)
7385
7386 2002-09-29 [christoph]  0.8.3claws35
7387
7388         * acconfig.h    ** REMOVED **
7389         * configure.in
7390         * ac/aspell.m4
7391         * ac/check-type.m4
7392         * ac/gnupg-check-typedef.m4
7393                 fix autoheader 2.50 warning
7394
7395 2002-09-29 [christoph]  0.8.3claws34
7396
7397         * major code cleanup (part 2)
7398         
7399                 - unused variables removed
7400                 - unused functions removed
7401                 - uninitialized variables checked
7402                 - missing return statements added
7403                 - missing function return types added
7404                 - added parentheses around assignment
7405                   when suggested by gcc
7406
7407 2002-09-29 [alfons]     0.8.3claws33
7408
7409         * src/logwindow.c
7410                 log_window_clear(): only bracket gtk_text_forward_delete() 
7411                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7412                 works around GTK text bug)
7413
7414 2002-09-29 [paul]       0.8.3claws32
7415
7416         * po/bg.po
7417           po/sr.po
7418                 updated by George Danchev and Urke MMI
7419                 respectively
7420
7421 2002-09-27 [christoph]  0.8.3claws31
7422
7423         * doc-src/readme.txt
7424         * doc-src/rfc1806.txt   ** REMOVED **
7425         * doc-src/rfc2183.txt   ** NEW FILE **
7426         * doc-src/rfc2980.txt   ** NEW FILE **
7427                 update rfcs
7428
7429 2002-09-27 [melvin]     0.8.3claws30
7430
7431         * ac/aspell.m4
7432                 Fixed typo which could break linking
7433
7434 2002-09-27 [melvin]     0.8.3claws29
7435
7436         * ac/aspell.m4
7437                 Improved GNU/aspell checking. 
7438                 Fixed bug #614490
7439
7440 2002-09-27 [paul]       0.8.3claws28
7441
7442         * sync with 0.8.3cvs8
7443                 see ChangeLog 2002-09-27
7444
7445 2002-09-26 [colin]      0.8.3claws27
7446
7447         * src/toolbar.[ch]
7448           src/mainwindow.[ch]
7449                 Add "Reply to Mailing-list" to the toolbar
7450
7451 2002-09-26 [christoph]  0.8.3claws26
7452
7453         * src/summaryview.c
7454                 Fix wrong message counts in summaryview status
7455
7456 2002-09-26 [paul]       0.8.3claws25
7457
7458         * sync with 0.8.3cvs7
7459                 see ChangeLog 2002-09-26
7460
7461 2002-09-26 [paul]       0.8.3claws24
7462
7463         * sync with 0.8.3cvs6
7464                 see ChangeLog 2002-09-25
7465
7466 2002-09-25 [christoph]  0.8.3claws23
7467
7468         * src/prefs_common.c
7469         * src/prefs_folder_item.c
7470         * src/prefs_scoring.c
7471                 Renamed "kill score" to "hide score" in GUI
7472                 and prefs files
7473
7474 2002-09-25 [paul]       0.8.3claws22
7475
7476         * sync with 0.8.3cvs5
7477                 see ChangeLog 2002-09-24
7478
7479 2002-09-24 [alfons]     0.8.3claws21
7480
7481         patch by Satoshi Nagayasu: allows appending / saving multiple 
7482         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7483         'Save as ...'")
7484
7485         * AUTHORS
7486                 add Satoshi Nagayasu
7487         * src/summaryview.c
7488                 summary_save_as(): allow saving selected files to
7489                 one file
7490                 summary_set_menu_sensitive: enable "Save As..." when
7491                 multiple files are selected
7492         * src/utils.[ch]
7493                 append_file(): new function
7494
7495 2002-09-24 [colin]      0.8.3claws20
7496
7497         * src/procmime.c
7498                 Fix segfault when mimeinfo doesn't have a 
7499                 content_type. 
7500
7501 2002-09-24 [colin]      0.8.3claws19
7502
7503         * src/prefs_common.[ch]
7504                 Add a preference to display send dialog or not
7505         * src/send.c
7506                 Display send dialog according to preference
7507
7508 2002-09-24 [colin]      0.8.3claws18
7509
7510         * src/compose.[ch]
7511                 Disable user actions when sending
7512
7513 2002-09-24 [colin]      0.8.3claws17
7514
7515         * src/procmime.c
7516                 Do not display name or filename for attachments
7517                 with an application/pgp-signature type
7518                 (security flaw, see bug 537413)
7519
7520 2002-09-23 [colin]      0.8.3claws16
7521
7522         * src/editaddress.c
7523                 Initialize entry_email, entry_alias and 
7524                 entry_remarks to first email address of the list
7525
7526 2002-09-23 [colin]      0.83claws15
7527
7528         * src/compose.c
7529                 Drop pgp-signature when reediting a signed queued
7530                 message
7531
7532 2002-09-23 [melvin]     0.8.3claws14
7533
7534         * po/fr.po
7535                 Updated French translation
7536
7537 2002-09-23 [melvin]     0.8.3claws13
7538
7539         * src/mainwindow.c
7540                 Made custom toolbar menu labels more consistent
7541         * src/prefs_toolbar.c
7542                 Made custom toolbar window title more consistent
7543
7544 2002-09-22 [colin]      0.8.3claws12
7545
7546         * src/inc.c
7547                 Initialize session type to normal before getting 
7548                 mail (fixes strange Get behaviour)
7549         * src/prefs_account.h
7550                 Move STYPE_POP_BEFORE_SMTP to last position to 
7551                 avoid other side-effects
7552
7553 2002-09-22 [colin]      0.8.3claws11
7554
7555         * src/prefs_account.c
7556                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7557                 from pop3 to apop or vice-versa
7558
7559 2002-09-22 [colin]      0.8.3claws10
7560         
7561         * src/prefs_account.[ch]
7562                 Add an option for the POP before SMTP timeout
7563         * src/inc.c
7564                 Remember time of last POP connection
7565         * src/send.c
7566                 Do POP before SMTP only if timeout reached
7567
7568 2002-09-22 [oliver]     0.8.3claws9
7569         
7570         * README.claws
7571                 explain custom toolbar
7572
7573 2002-09-22 [oliver]     0.8.3claws8
7574
7575         * src/prefs_actions.[ch]
7576         custom toolbar for compose      
7577                 actions callback from compose toolbar
7578         * src/folderview.c
7579                 remove include toolbar.h
7580
7581 2002-09-22 [oliver]     0.8.3claws7
7582         
7583         * src/prefs_toolbar.[ch]
7584                 custom toolbar for compose
7585                 - generic prefs_toolbar handles both
7586                   Mainwin's toolbar as well as Compose toolbar          
7587
7588 2002-09-22 [oliver]     0.8.3claws6
7589         
7590         * src/toolbar.[ch]
7591                 custom toolbar for compose
7592                 restructure toolbar.[ch]
7593
7594 2002-09-22 [oliver]     0.8.3claws5
7595
7596         * src/compose.[ch]
7597                 custom toolbar for compose
7598
7599 2002-09-22 [oliver]     0.8.3claws4
7600         
7601         * src/mainwindow.[ch]
7602                 custom toolbar for compose 
7603                 move mainwin toolbar back to mainwindow
7604
7605 2002-09-22 [alfons]     0.8.3claws3
7606
7607         * src/procmsg.c
7608                 :%sno/if(/if (/gc
7609                 :%sno/for(/for (/gc
7610                 (beautify)
7611
7612 2002-09-22 [alfons]     0.8.3claws2
7613         
7614         * src/procmsg.c
7615                 procmsg_save_to_outbox(): don't unlink message file from queue;
7616                 callers should do it using folder_item_remove_msg()
7617
7618 2002-09-22 [colin]      0.8.3claws1
7619
7620         * src/mimeview.[ch]
7621                 Made mimeview_check_signature() public
7622         * src/textview.c
7623                 Made GPG signatures verifiable by clicking
7624                 the [application/pgp-signature] in the Text
7625                 view
7626
7627 2002-09-22 [paul]       0.8.3claws
7628
7629         * po/bg.po
7630           po/en_GB.po
7631           po/es.po
7632           po/it.po
7633           po/pl.po
7634           po/pt_BR.po
7635           po/sr.po
7636                 updated translations, submitted by George Danchev,
7637                 me, Ricardo Mones Lastra, Alessandro Maestri,
7638                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7639                 and Urke MMI, respectively.     
7640
7641 2002-09-22 [alfons]     0.8.2claws65
7642
7643         * src/procmsg.c
7644         * src/pgptext.c
7645                 no furry valgrinds have been used to plug these memleaks
7646
7647 2002-09-20 [paul]       0.8.2claws64
7648
7649         * sync with 0.8.3cvs4
7650                 'Select thread' re-implemented 
7651                 see ChangeLog 2002-09-20
7652
7653 2002-09-21 [alfons]     0.8.2claws63
7654
7655         * src/compose.c
7656                 compose_send(): plug unnoticed memleak
7657
7658 2002-09-20 [alfons]     0.8.2claws62
7659
7660         * src/addr_compl.c
7661                 replace_address_in_edit(): strict check for NULL address to
7662                 fix "[ 607348 ] Segfault in address completion". My guess is
7663                 that this happens with an empty address book, but it's good
7664                 to have this check here anyway
7665                 
7666                 completion_window_button_press(): free string returned 
7667                 from the internal cache
7668
7669 2002-09-20 [christoph]  0.8.2claws61
7670
7671         * src/procmime.h
7672                 added ENC_BINARY to EncodingType
7673         * src/procmime.c
7674                 the string returned by procmime_get_encoding_str
7675                 should not depend on the order of values in the
7676                 EncodingType definition
7677         * doc-src/rfc1806.txt   ** NEW FILE **
7678                 Added rfc1806 about MIME Content-Disposition
7679                 Extension
7680
7681 2002-09-19 [paul]       0.8.2claws60
7682
7683         * sync with 0.8.2cvs3
7684                 see ChangeLog 2002-09-19
7685
7686 2002-09-19 [paul]       0.8.2claws59
7687
7688         * src/prefs_folder_item.c
7689                 revert to Darko's original alignment of colour
7690                 selector button
7691                 add a colon to folder_color label
7692                 
7693         * src/compose.c
7694                 add Colin's patch (with Hiro's modifications) to 
7695                 force BASE64 encoding for 8-bit text when signing
7696                 (sync with 0.8.3cvs2)
7697
7698 2002-09-18 [alfons]     0.8.2claws58
7699
7700         * src/compose.c
7701                 :%sno/if(/if (/gc
7702                 :%sno/for(/for (/gc
7703                 (beautify a little bit)
7704
7705 2002-09-18 [christoph]  0.8.2claws57
7706
7707         * src/pine.c
7708                 fix handling of fgetc return value
7709
7710 2002-09-17 [alfons]     0.8.2claws56
7711         
7712         * src/summaryview.c
7713                 summary_sort(): check non-NULL summaryview->folder_item when no 
7714                 folder is selected at all
7715                 (closes "[ 610344 ] sort label make syl Crash")
7716
7717 2002-09-17 [alfons]     0.8.2claws55
7718         
7719         * src/compose.c
7720                 beautify a little bit
7721
7722 2002-09-17 [christoph]  0.8.2claws54
7723
7724         * src/folder.c
7725                 initialize max values for cache and folder
7726                 when cache or folder is empty
7727
7728 2002-09-15 [colin]      0.8.2claws53
7729
7730         * src/compose.c
7731                 Fix a leak (thanks Alfons!) and cleaned
7732                 variables names for custom headers
7733
7734 2002-09-15 [colin]      0.8.2claws52
7735
7736         * src/compose.c
7737                 Fix custom headers recognition when
7738                 prefs_common.trans_hdr is on
7739
7740 2002-09-15 [colin]      0.8.2claws51
7741
7742         * src/compose.c
7743                 Allow dynamically-added custom headers
7744                 Yet not reparsed if reedited
7745
7746 2002-09-15 [alfons]     0.8.2claws50
7747
7748         * src/prefs_account.c
7749                 fix warnings
7750
7751 2002-09-15 [colin]      0.8.2claws49
7752         
7753         * src/prefs_account.c
7754                 fix pop_before_smtp sensitivity
7755
7756 2002-09-15 [colin]      0.8.2claws48
7757
7758         * src/inc.[ch]
7759                 add inc_pop_before_smtp()
7760                 allow MainWindow to be undefined in 
7761                 inc_account_mail() and inc_start()
7762         * src/pop.c
7763           src/prefs_account.h
7764                 add STYPE_POP_BEFORE_SMTP session type
7765         * src/prefs_account.c
7766                 activated pop before smtp option
7767         * src/send.c
7768                 do pop before smtp if the relevant option 
7769                 is set
7770
7771 2002-09-15 [paul]       0.8.2claws47
7772
7773         * sync with 0.8.3
7774                 see ChangeLog 2002-09-15
7775
7776 2002-09-14 [paul]       0.8.2claws46
7777
7778         * po/bg.po
7779                 updated Bulgarian translation, submitted by
7780                 George Danchev
7781
7782 2002-09-13 [paul]       0.8.2claws45
7783
7784         * src/compose.c
7785                 merge claws' select_account() with main's
7786                 (new) compose_select_account(). [sync with
7787                 0.8.2cvs15, see ChangeLog 2002-09-11]
7788
7789 2002-09-12 [christoph]  0.8.2claws44
7790
7791         * src/filter.c
7792                 allocate 1 elements of FolderItem not 0
7793
7794 2002-09-12 [colin]      0.8.2claws43
7795
7796         * src/compose.c
7797                 Fix bug #590825 (obey Follow-up: poster)
7798
7799 2002-09-12 [colin]      0.8.2claws42
7800
7801         * src/procmime.c
7802                 Fix bug #557009 (wrong headers for messages 
7803                 forwarded as attachments)
7804
7805 2002-09-11 [colin]      0.8.2claws41
7806         
7807         * src/compose.c
7808                 Put SCF: pseudo-header on top of message
7809                 Set draft tmp_flag when saved as draft
7810
7811         * src/procmsg.c
7812           src/procheader.c
7813                 Skip after first \n\n for beginning of real message
7814                 for drafts too
7815
7816 2002-09-11 [christoph]  0.8.2claws40
7817
7818         * src/filtering.c
7819                 use procmsg flag functions in filtering or processing
7820                 will cause incorrect folder message counts
7821
7822 2002-09-11 [colin]      0.8.2claws39
7823
7824         * src/compose.c
7825                 Fix bug #550175 - wrong save folder when reediting
7826                 drafts
7827
7828 2002-09-11 [paul]       0.8.2claws38
7829
7830         * sync with 0.8.2cvs14
7831                 see ChangeLog 2002-09-11
7832
7833 2002-09-11 [colin]      0.8.2claws37
7834
7835         * src/folder.c
7836                 Fix a typo (seeming to cause new/unread status to
7837                 be lost)
7838
7839 2002-09-10 [christoph]  0.8.2claws36
7840
7841         * src/compose.c
7842                 compose_redirect should not use compose_generic_new
7843                 because that does more stuff than expected including
7844                 opening the external editor
7845                 (closes bug "[ 526608 ] bounced messages appear blank
7846                  in editor")
7847
7848 2002-09-10 [christoph]  0.8.2claws35
7849
7850         * src/folder.c
7851                 fix problem with too large message number range
7852                 causing a crash in folder_item_scan
7853
7854 2002-09-10 [paul]       0.8.2claws34
7855
7856         * sync with 0.8.2cvs13
7857                 see ChangeLog 2002-09-10
7858
7859 2002-09-10 [christoph]  0.8.2claws33
7860
7861         * src/msgcache.c
7862                 set MsgInfo TmpFlags for queue and draft folders
7863                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7864
7865 2002-09-10 [paul]       0.8.2claws32
7866
7867         * AUTHORS
7868           po/bg.po      ** NEW FILE **
7869                 new Bulgarian translation submitted by
7870                 George Danchev <danchev@spnet.net>
7871                 
7872         * tools/Makefile.am
7873           tools/README
7874           tools/tb2sylpheed     ** NEW FILE **
7875                 add script that converts an addressbook exported
7876                 from The Bat! into a Sylpheed addressbook. Submitted
7877                 by Urke MMI <urke-kg@eunet.yu>
7878
7879 2002-09-10 [paul]       0.8.2claws31
7880
7881         * sync with 0.8.2cvs12
7882                 see ChangeLog 2002-09-10
7883
7884 2002-09-06 [paul]       0.8.2claws30
7885
7886         * src/prefs_common.c
7887                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7888                 
7889         * tools/Makefile.am
7890           tools/README
7891           tools/ldif-to-xml.py  ** REMOVED **
7892                 remove obsolete python script
7893
7894 2002-09-06 [paul]       0.8.2claws29
7895
7896         * sync with 0.8.2cvs10
7897                 see ChangeLog 2002-09-06
7898
7899 2002-09-04 [paul]       0.8.2claws28
7900
7901         * sync with 0.8.2cvs9
7902                 see ChangeLog 2002-08-04
7903
7904 2002-09-04 [colin]      0.8.2claws27 
7905
7906         * src/prefs_common.[ch]
7907                 Added signature color configuration
7908         * src/textview.c
7909                 Use user-specified signature color
7910
7911 2002-09-03 [colin]      0.8.2claws26
7912
7913         * src/prefs_common.[ch]
7914                 Added autosave and autosave_length prefs
7915         * src/compose.c
7916                 Added compose_remove_draft()
7917                 Auto-save drafts according to the prefs
7918         * src/main.c
7919                 Added a crash-indicator file, allowing to check
7920                 for new messages on startup if Sylpheed crashed
7921                 (makes saved drafts "reappear")
7922
7923 2002-09-03 [colin]      0.8.2claws25
7924
7925         * src/textview.[ch]
7926                 Grey the signature
7927
7928 2002-09-03 [paul]       0.8.2claws24
7929
7930         * sync with 0.8.2cvs8
7931                 see ChangeLog 2002-09-02 and 2002-09-03
7932
7933 2002-09-03 [darko]      0.8.2claws23
7934
7935         * src/folderview.c
7936                 use normal style when creating new folder to pick
7937                 proper font size 
7938
7939 2002-09-02 [melvin]     0.8.2claws22
7940
7941         * src/gtkaspell.m4
7942                 removed some obsolete code
7943
7944 2002-09-02 [melvin]     0.8.2claws21
7945
7946         * ac/aspell.m4
7947                 fixed test's equality sign (== to =)
7948
7949 2002-09-02 [alfons]     0.8.2claws20
7950
7951         * src/folder.c
7952         * src/mh.c
7953                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7954                 as folder->destroy virtual as suggested by Hiro
7955                 (the mh.c code seems to have been lost around mh.c.1.21)
7956
7957 2002-09-02 [paul]       0.8.2claws19
7958
7959         * po/pt_BR.po
7960                 updated by Fabio Jr. Beneditto
7961                 
7962         * src/defs.h
7963                 use 'http://claws.sylpheed.org' for homepage link. 
7964                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7965
7966 2002-09-01 [alfons]     0.8.2claws18
7967
7968         * src/mh.c
7969                 plug memleak related to one Martin Kluge found
7970
7971 2002-08-31 [paul]       0.8.2claws17
7972
7973         * sync with 0.8.2cvs6
7974                 see ChangeLog 2002-08-30
7975
7976 2002-08-31 [alfons]     0.8.2claws16
7977
7978         * src/folder.c
7979                 folder_destroy(): remove mailbox from folderlist even if it has
7980                 no destroy virtual
7981
7982 2002-08-31 [alfons]     0.8.2claws15
7983
7984         * src/folder.c
7985                 :%sno/if(/if (/gc
7986                 :%sno/for(/for (/gc
7987                 (being pedantic I know)
7988
7989 2002-08-31 [alfons]     0.8.2claws14
7990
7991         * src/folder.c
7992                 check for NULL pointers returned from folder->fetch_msginfo virtual
7993                 (should solve some reported crashes)
7994
7995 2002-08-30 [alfons]     0.8.2claws13
7996
7997         * acconfig.h
7998         * configure.in
7999         * src/crash.c
8000                 enable crash dialog on compilation time
8001                 (--enable-crash-dialog configure option)
8002
8003 2002-08-30 [alfons]     0.8.2claws12
8004
8005         * AUTHORS
8006                 add Martin Kluge
8007         * src/mh.c
8008                 apply memory leak plug patch by Martin Kluge
8009                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8010                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8011                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8012
8013 2002-08-30 [darko]      0.8.2claws11
8014
8015         * src/folderview.c
8016                 copy Gtk style from normal style to match
8017                 font size for coloured folders
8018
8019 2002-08-29 [alfons]     0.8.2claws10
8020
8021         * sylpheed.desktop
8022                 Type=Internet <- Type=Application
8023                 (reported by Michael Schwendt, see:
8024                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8025                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8026
8027 2002-08-29 [paul]       0.8.2claws9
8028
8029         * sync with 0.8.2cvs5
8030                 see ChangeLog 2002-08-29
8031
8032 2002-08-29 [colin]      0.8.2claws8
8033
8034         * src/summaryview.c
8035                 Added a sanity check in summary_select_thread
8036                 Should fix bug 601605
8037
8038 2002-08-29 [colin]      0.8.2claws7
8039
8040         * src/main.c
8041                 Revert claws6 changes regarding bug #591676
8042
8043 2002-08-28 [colin]      0.8.2claws6
8044         
8045         * src/main.c
8046                 Ignore cache for queue folderitems
8047                 Fix bug #591676
8048
8049 2002-08-28 [melvin]     0.8.2claws5
8050
8051         * README.claws
8052                 Fixed typos.
8053
8054 2002-08-28 [melvin]     0.8.2claws4
8055
8056         * README.claws
8057                 Updated a bit the text concerning the spell checker
8058
8059 2002-08-28 [melvin]     0.8.2claws3
8060
8061         Merged the GNU_aspell_branch:
8062                 Support of new GNU/aspell is now included and the old pspell
8063                 is not supported anymore.
8064                 See README.claws
8065
8066         * README.claws
8067                 Updated spell checker text to reflect the switch to GNU/aspell
8068
8069         * ac/aspell.m4          *** NEW ***
8070         * src/gtkaspell.[ch]    *** NEW *** 
8071         * ac/pspell.m4          *** DELETED *** 
8072         * src/gtkspell.[ch]     *** DELETED ***
8073
8074         * ac/Makefile.am
8075                 Updated for GNU/aspell support
8076
8077         * po/POTFILES.in
8078                 Replaced gtkspell.c by gtkaspell.c
8079
8080         * acconfig.h
8081         * src/Makefile.am
8082         * src/about.c
8083         * src/compose.[ch]
8084         * src/crash.c
8085         * src/main.c
8086         * src/prefs_common.[ch]
8087                 Updated for GNU/aspell support
8088
8089 2002-08-28 [paul]       0.8.2claws2
8090
8091         * sync with 0.8.2cvs4
8092                 see ChangeLog 2002-08-27 and 2002-08-28
8093
8094 2002-08-28 [colin]      0.8.2claws1
8095
8096         * src/summary_search.c
8097                 Added "AND search"
8098
8099 2002-08-28 [jens]       0.8.2claws
8100
8101         *po/de.po
8102                 Updated German translations
8103
8104 2002-08-27 [melvin]     0.8.2claws
8105
8106         * po/fr.po
8107                 Updated French translations
8108
8109 2002-08-27 [paul]       0.8.2claws
8110
8111         * sync with 0.8.2 main release
8112
8113         * po/en_GB.po
8114           po/es.po
8115           po/it.po
8116           po/pl.po
8117           po/pt_BR.po
8118           po/sr.po
8119                 updated message catalogs submitted by
8120                 Ricardo Mones Lastra, Alessandro Maestri,
8121                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8122                 Beneditto and Urke MMI  
8123
8124 2002-08-27 [hoa]        0.8.1claws123
8125
8126         * src/mainwindow.[ch]
8127         * src/summaryview.[ch]
8128                 removed the "filter setting" menu option.
8129                 add a "cancel a news message" menu option.
8130
8131 2002-08-26 [martin]     0.8.1claws122
8132
8133         * ChangeLog.claws
8134                 changed string under 0.8.1claws79 changed by myself
8135                 i'm sorry alfons :(
8136
8137 2002-08-26 [martin]     0.8.1claws121
8138
8139         * src/crash.c
8140                 added kill command to debuggerrc to start crash dialog
8141
8142 2002-08-26 [paul]       0.8.1claws120
8143
8144         * sync with 0.8.1cvs31
8145                 see ChangeLog 2002-08-26
8146
8147 2002-08-25 [alfons]     0.8.1claws119
8148
8149         * src/procmsg.c
8150                 fix bug that didn't send out correct headers to news server
8151                 when sending news article and email from queue (bug reported
8152                 and patch provided by Tim Mann; closes bug 
8153                 "[ 583196 ] 0.7.8claws can't post news")
8154
8155 2002-08-25 [alfons]     0.8.1claws118
8156
8157         * src/selective_download.c
8158                 mark two strings as translatable
8159                 (thanks to Urke MMI for pointing this out)
8160
8161 2002-08-25 [alfons]     0.8.1claws117
8162
8163         * src/summaryview.c
8164                 treat sent boxes as special and allow sorting them by addressee
8165                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8166                 submitted by Steve Lamb)
8167
8168 2002-08-24 [alfons]     0.8.1claws116
8169
8170         * src/matcher.c
8171                 fix memleak reported by Martin Kluge
8172                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8173
8174 2002-08-24 [oliver]     0.8.1claws115
8175
8176         * src/prefs_toolbar.c
8177                 o code cleanup as suggested by Alfons
8178                 o memleak fix
8179
8180 2002-08-24 [alfons]     0.8.1claws114
8181
8182         * src/summaryview.c
8183                 o fix another memory leak reported by Martin Kluge
8184                   (see "[ 599568 ] Small Memory Leak")
8185                 o remove 'from' variable from 'summary_set_header()'; we can
8186                   do with just 'to' 
8187
8188 2002-08-24 [paul]       0.8.1claws113
8189
8190         * sync with 0.8.1cvs30
8191                 see ChangeLog 2002-08-23
8192
8193 2002-08-24 [alfons]     0.8.1claws112
8194
8195         * src/summaryview.c
8196                 remove unnecessary allocations for search bar fixing leaks
8197                 reported by Martin Kluge
8198                 (see "[ 599451 ] Further memory leaks?")
8199
8200 2002-08-24 [alfons]     0.8.1claws111
8201
8202         * src/main.c
8203                 make get_socket_name() public for crash.c
8204         * src/crash.c
8205                 o make report bug button work (goes to claws' 
8206                   bug tracker at sf.net)
8207                 o introduce function for doing important stuff just
8208                   before claws goes down
8209                 o clean up code 
8210
8211 2002-08-24 [alfons]     0.8.1claws110
8212
8213         * src/compose.c
8214                 move cursor to "To" entry when forwarding as attachment
8215                 (reported and solved by Steve Lamb, closes bug report
8216                 "[ 592880 ] Forward as attachment; cursor not in to")
8217
8218 2002-08-24 [colin]      0.8.1claws109
8219
8220         * src/mainwindow.c
8221                 fix quick search visibility after GUI (de)separations.
8222
8223 2002-08-23 [colin]      0.8.1claws108
8224
8225         * src/mainwindow.c
8226                 fix header pane visibility after folderview or
8227                 messageview (de)separation
8228
8229 2002-08-23 [paul]       0.8.1claws107
8230
8231         * src/mainwindow.[ch]
8232           src/toolbar.c
8233                 give full control of display or non-display 
8234                 of the Execute icon to Custom toolbar settings.
8235                 add new sensitivity condition to maninwindow.h: 
8236                 M_DELAY_EXEC
8237
8238         * ChangeLog
8239           ChangeLog.jp
8240           NEWS
8241                 more sync with 0.8.1cvs29
8242
8243 2002-08-23 [melvin]     0.8.1claws106
8244
8245         * src/alertpanel.c
8246                 Readded support for custom widget in alertpanel lost in last
8247                 sync.
8248
8249 2002-08-23 [paul]       0.8.1claws105
8250
8251         * sync with 0.8.1cvs29
8252                 see ChangeLog 2002-08-23
8253
8254 2002-08-23 [colin]      0.8.1claws104
8255
8256         * src/summaryview.c
8257                 Fix folder and search pixmaps exchanging positions
8258                 after theme or toolbar changes. Thank to Oliver for 
8259                 reporting this.
8260
8261 2002-08-23 [colin]      0.8.1claws103
8262
8263         * src/mainwindow.c
8264           src/messageview.[ch]
8265           src/noticeview.[ch]
8266           src/summaryview.c
8267                 Changed messageview_create() and noticeview_create()
8268                 to avoid the last gdk_warning
8269
8270 2002-08-22 [colin]      0.8.1claws102
8271
8272         * src/summaryview.c
8273                 Fix my new `Creating pixmap from xpm' warning
8274
8275 2002-08-22 [colin]      0.8.1claws101
8276
8277         * src/mainwindow.c
8278                 Fix some of the gdk warnings
8279
8280 2002-08-22 [colin]      0.8.1claws100
8281
8282         * src/Makefile.am
8283         * src/stock_pixmap.c
8284         * src/stock_pixmap.h
8285         * src/pixmaps/quicksearch.xpm *ADDED*
8286                 Add the quicksearch pixmap
8287         * src/mainwindow.c
8288         * src/summaryview.c
8289         * src/summaryview.h
8290                 Make quicksearch bar visible/hidden via a button
8291
8292 2002-08-22 [christoph]  0.8.1claws99
8293
8294         * src/folder.c
8295                 fix folder update for newsgroups with message
8296                 numbers below minimum number of articles to fetch
8297                 (closes bug #598445)
8298
8299 2002-08-22 [paul]       0.8.1claws98
8300
8301         * sync with 0.8.1cvs28
8302                 see ChangeLog 2002-08-22
8303
8304 2002-08-21 [alfons]     0.8.1claws97
8305
8306         * src/crash.c
8307                 use bt instead of bt full which seems to work 
8308                 better, and bt full doesn't give a great deal 
8309                 of information anyway
8310
8311 2002-08-21 [colin]      0.8.1claws96
8312
8313         * src/summaryview.c
8314                 fix summaryview_searchtype_changed prototype
8315
8316 2002-08-21 [christoph]  0.8.1claws95
8317
8318         * src/mainwindow.c
8319                 o fix broken menu update for sorting type, we have to
8320                   get this info from the summaryview now
8321                 o removed setting of threaded state in menu callback
8322         * src/summaryview.[ch]
8323                 more summaryview/folderitem seperation for
8324                 threading option
8325         * configure.in
8326                 removed not required --with-compiler-flags option
8327
8328 2002-08-21 [oliver]     0.8.1claws94
8329         
8330         * src/toolbar.h 
8331                 o rename toolbar.xml to toolbar_main.xml
8332                   since toolbar_compose.xml might come up 
8333                   any time soon
8334         * README.claws
8335                 add custom toolbar              
8336
8337 2002-08-21 [darko]      0.8.1claws93
8338
8339         * src/procmsg.c
8340                 don't reset tmp flags for messages copied
8341                 to sent folder
8342
8343 2002-08-21 [colin]      0.8.1claws92
8344         
8345         * src/prefs_filtering.c
8346                 fix renaming rules on folder rename 
8347                 when folder is not a leaf folder
8348
8349 2002-08-21 [paul]       0.8.1claws91
8350
8351         * src/prefs_folder_item.c
8352                 fix alignment of colour selector
8353
8354 2002-08-21 [paul]       0.8.1claws90
8355
8356         * sync with 0.8.1cvs27
8357                 see ChangeLog 2002-08-21
8358
8359 2002-08-21 [paul]       0.8.1claws89
8360
8361         * src/summaryview.c
8362                 fix crash when changing field type in
8363                 Quick search bar
8364
8365 2002-08-21 [colin]      0.8.1claws88
8366
8367         * src/summaryview.c
8368                 Made quick search case-insensitive
8369
8370 2002-08-21 [paul]       0.8.1claws87
8371
8372         * sync with 0.8.1cvs26
8373                 see ChangeLog 2002-08-21
8374
8375 2002-08-20 [christoph]  0.8.1claws86
8376
8377         * src/folderview.c
8378         * src/main.c
8379         * src/summaryview.[ch]
8380                 more summaryview/folderitem seperation for
8381                 sort_key and sort_type
8382         * src/procmsg.c
8383                 added missing return statement
8384
8385 2002-08-20 [colin]      0.8.1claws85
8386
8387         * src/summaryview.[ch]
8388                 Added a quick search box
8389         * src/mainwindow.c
8390         * src/prefs_common.[ch]
8391                 Added a show/hide option for the quick search
8392
8393 2002-08-20 [oliver]     0.8.1claws84
8394         
8395         * src/mainwindow.c
8396                 remove toolbar_create_popups
8397         * src/toolbar.[ch]
8398                 o remove toolbar_create_popups
8399                 o fix toolbar_set_sensitive 
8400                   (Bug reports #596834 and #596832)     
8401         * src/prefs_toolbar.c
8402                 o add "Set default" button
8403                 o align label and text + combo widgets
8404
8405 2002-08-20 [hoa]        0.8.1claws83bis
8406
8407         * src/imap.c
8408                 fixed a bug in imap_fetch_msginfo() in case there is no
8409                 current folder.
8410
8411 2002-08-20 [darko]      0.8.1claws83
8412
8413         * src/folderview.c
8414                 copy the color style of folder view so it
8415                 works with GTK themes
8416
8417 2002-08-20 [darko]      0.8.1claws82
8418
8419         * src/folder.h
8420         * src/folderview.c
8421         * src/prefs_folder_item.[hc]
8422                 don't use UI stuff in folder.h
8423
8424 2002-08-20 [darko]      0.8.1claws81
8425
8426         * src/folder.h
8427         * src/prefs_folder_item.h
8428         * src/folderview.c
8429         * src/prefs_folder_item.c
8430                 ability to set folder color in folderview
8431
8432 2002-08-19 [alfons]     0.8.1claws80
8433
8434         * src/summaryview.c
8435                 fix one of the earlier memleaks reported by Martin Kluge
8436
8437 2002-08-19 [alfons]     0.8.1claws79
8438
8439         * src/mainwindow.c
8440                 hide notice view when selecting seperate folder
8441                 view (reported by Urke MMI)
8442
8443 2002-08-19 [christoph]  0.8.1claws78
8444
8445         * src/folderview.c
8446         * src/prefs_folder_item.h
8447         * src/summaryview.[ch]
8448                 o add summary_set_prefs_from_folderitem to set
8449                   summaryview prefs (first step to remove all
8450                   references to the folderitem in summaryview)
8451                 o moved compiled regex stuff from folderitem prefs
8452                   to summaryview code
8453
8454 2002-08-19 [paul]       0.8.1claws77
8455
8456         * src/compose.c
8457                 add check for '.' to QUOTE_IF_REQUIRED
8458
8459 2002-08-19 [paul]       0.8.1claws76
8460
8461         * src/inc.c
8462                 sync with 0.8.1cvs25 (plug memory leak)
8463
8464         * src/prefs_toolbar.c
8465                 re-order prefs_toolbar_cancel()
8466
8467 2002-08-18 [alfons]     0.8.1claws75
8468
8469         * src/inc.c
8470         * src/matcher.c
8471                 plug other memleaks reported by Martin Kluge
8472
8473 2002-08-18 [paul]       0.8.1claws74
8474
8475         * po/pt_BR.po
8476                 updated by Fabio Jr. Beneditto
8477
8478 2002-08-18 [paul]       0.8.1claws73
8479
8480         * src/toolbar.[ch]
8481                 fix bug where tooltips were displayed untranslated              
8482
8483         * src/prefs_toolbar.c
8484                 fix bug where clicking 'Cancel' creates an icon & text
8485                 toolbar regardless of prefs
8486         
8487
8488 2002-08-17 [oliver]     0.8.1claws72
8489
8490         * src/prefs_toolbar.c
8491                 update toolbar on CANCEL
8492                 bug reported by Martin Kluge
8493         * src/toolbar.c
8494                 toolbar_destroy memleak fixed           
8495
8496 2002-08-17 [alfons]     0.8.1claws71
8497
8498         * src/toolbar.c
8499                 plug another memleak reported by Martin Kluge
8500
8501 2002-08-16 [alfons]     0.8.1claws70
8502
8503         * src/crash.c
8504                 use execvp() correctly (suggested by wwp; thanks!)
8505
8506 2002-08-16 [alfons]     0.8.1claws69
8507
8508         * src/gtksctree.c
8509                 plug memory leak reported by Kim Schultz & Martin Kluge
8510
8511 2002-08-16 [paul]       0.8.1claws68
8512
8513         * po/es.po
8514                 updated by Ricardo Mones Lastra
8515
8516 2002-08-16 [paul]       0.8.1claws67
8517
8518         * src/toolbar.h
8519                 fix bug where 'Compose News' icon showed wrong
8520                 tooltip
8521
8522 2002-08-16 [paul]       0.8.1claws66
8523
8524         * sync with 0.8.1cvs24
8525                 see ChangeLog 2002-08-16
8526
8527         * po/it.po
8528                 updated by Alessandro Maestri
8529
8530 2002-08-15 [paul]       0.8.1claws65
8531
8532         * po/sr.po
8533                 updated by Urke MMI
8534
8535 2002-08-15 [paul]       0.8.1claws64
8536
8537         * src/*.c
8538                 don't translate debug info
8539
8540         * src/matcher.[ch]
8541                 add copyright info
8542
8543 2002-08-15 [paul]       0.8.1claws63
8544
8545         * src/prefs_toolbar.c
8546                 fix bug where clicking 'OK' creates an icon & text
8547                 toolbar regardless of prefs
8548
8549 2002-08-14 [alfons]     0.8.1claws62
8550
8551         * src/main.c
8552                 add global var that has the full argv[0]
8553         * src/crash.c
8554                 o execvp the correct sylpheed by using argv0
8555                   and setting the correct work dir
8556                 o other tweaks  
8557
8558 2002-08-14 [oliver]     0.8.1claws61
8559         
8560         * enable/disable Toolbar Action Buttons 
8561         * code cleanups
8562         * src/mainwindow.c
8563         * src/toolbar.[ch]      
8564         * src/prefs_toolbar.c   
8565
8566 2002-08-14 [melvin]     0.8.1claws60
8567
8568         * po/fr.po
8569                 Updated French translations
8570
8571 2002-08-14 [melvin]     0.8.1claws59
8572
8573         * src/crash.c
8574                 Made bug report not translatable
8575         * src/exporthtml.c
8576                 Fixed exporthtml_build_filespec() return value
8577         * src/foldersel.c
8578                 Fixed incorrect include file
8579         * src/gtkspell.c
8580         * src/prefs_actions.c
8581         * src/prefs_toolbar.c
8582                 Made debug info not translatable
8583         * src/mutt.c
8584         * src/quote_fmt.c
8585                 Added missing includes
8586         * src/prefs_common.c
8587                 Fixed typo
8588
8589 2002-08-14 [paul]       0.8.1claws58
8590
8591         * faq/es/sylpheed-faq.html
8592           faq/es/sylpheed-faq-[1-3].html
8593           faq/es/sylpheed-faq-4.html     **NEW FILE **
8594                 update Spanish FAQ
8595
8596 2002-08-13 [christoph]  0.8.1claws57
8597
8598         * src/procmsg.c
8599                 ignore thread fix that did not mark all
8600                 child nodes of a ignored thread as
8601                 ignored. Does not work perfectly yet,
8602                 but it is better now
8603
8604 2002-08-13 [alfons]     0.8.1claws56
8605
8606         * src/crash.c
8607                 o implement 'save crash log'
8608                 o some tweaks
8609
8610 2002-08-13 [melvin]     0.8.1claws55
8611
8612         * src/main.c
8613                 removed unrequired "execinfo.h" header
8614
8615 2002-08-12 [paul]       0.8.1claws54
8616
8617         * faq/en/sylpheed-faq.html
8618           faq/en/sylpheed-faq-[1-3].html
8619           faq/en/sylpheed-faq-4.html     **NEW FILE **
8620                 update English FAQ
8621
8622 2002-08-12 [alfons]     0.8.1claws53
8623
8624         * po/POTFILES.in
8625                 add crash.c to translatables
8626         * src/crash.c
8627                 bring in Leandro's crash dialog
8628
8629 2002-08-11 [alfons]     0.8.1claws52
8630
8631         * src/crash.c
8632                 clean up some warnings
8633
8634 2002-08-11 [alfons]     0.8.1claws51
8635
8636         * acconfig.h
8637         * configure.in
8638         * src/crash.[ch]        ** NEW FILES **
8639         * src/main.c            
8640                 initial gdb crash handler
8641
8642 2002-08-11 [paul]       0.8.1claws50
8643
8644         * src/prefs_toolbar.c
8645                 replace Up/Down arrow pixmaps with text to be
8646                 consistent across icon themes
8647
8648 2002-08-11 [paul]       0.8.1claws49
8649
8650         * src/prefs_common.c
8651           src/prefs_toolbar.c
8652                 rename 'Pixmap' -> 'Icon'
8653
8654         * src/toolbar.[ch]
8655                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8656
8657 2002-08-10 [paul]       0.8.1claws48
8658
8659         * src/prefs_toolbar.c
8660                 re-work the UI
8661
8662 2002-08-10 [paul]       0.8.1claws47
8663
8664         * src/main.c
8665                 don't write Processing progress to status bar
8666                 patch submitted by Alexander Evseev
8667
8668         * src/prefs_toolbar.c
8669                 re-position and resize window
8670                 make window assume correct size on first call
8671
8672 2002-08-10 [paul]       0.8.1claws46
8673
8674         * src/mainwindow.c
8675           src/prefs_toolbar.c
8676           src/toolbar.c
8677           src/toolbar.h
8678                 obey coding style
8679                 follow UI text conventions
8680
8681 2002-08-10 [alfons]     0.8.1claws45
8682
8683         * src/toolbar.c
8684                 correct pixmap for delete action
8685
8686 2002-08-10 [paul]       0.8.1claws44
8687
8688         * po/pt_BR.po
8689                 updated by Fabio Jr. Beneditto
8690
8691 2002-08-10 [paul]       0.8.1claws43
8692
8693         * po/POTFILES.in
8694                 add custom toolbar files
8695
8696 2002-08-10 [paul]       0.8.1claws42
8697
8698         * sync with 0.8.1cvs22
8699                 see ChangeLog 2002-08-09
8700
8701 2002-08-09 [paul]       0.8.1claws41
8702
8703         * tools/Makefile.am
8704           tools/README
8705           tools/outlook2sylpheed.pl     ** NEW FILE **
8706                 add script to convert exported Outlook
8707                 contacts list to a Sylpheed addressbook.
8708                 Submitted by Ricardo Mones Lastra.
8709
8710 2002-08-09 [paul]       0.8.1claws40
8711
8712         * AUTHORS
8713           configure.in
8714           po/sr.po      ** NEW FILE **
8715                 add Serbian message catalog. Submitted by
8716                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8717
8718 2002-08-09 [paul]       0.8.1claws39
8719
8720         * sync with 0.8.1cvs21
8721                 see ChangeLog 2002-08-08
8722
8723 2002-08-08 [oliver]     0.8.1claws38
8724
8725         * src/mainwindow.c
8726                 move Custom Toolbar to Configuration menu
8727
8728 2002-08-08 [oliver]     0.8.1claws37
8729
8730         * src/prefs_toolbar.c
8731                 fix substitute pixmap bug
8732
8733 2002-08-08 [paul]       0.8.1claws36
8734
8735         * sync with 0.8.1cvs19
8736                 see ChangeLog 2002-08-08
8737
8738 2002-08-07 [christoph]  0.8.1claws35
8739
8740         * src/utils.c
8741                 fixed a memory leak in new canonicalize_file_replace
8742
8743 2002-08-07 [christoph]  0.8.1claws34
8744
8745         * src/utils.[ch]
8746                 o canonicalize_file_replace should create the temporary
8747                   file in the same directory as the original file.
8748                 o added get_tmpfile_in_dir that creates a temorary file
8749                   in a specified directory.
8750
8751 2002-08-07 [melvin]     0.8.1claws33
8752
8753         * src/toolbar.c
8754                 fixed bug where 'Article' button acted as 'Email' button.
8755
8756 2002-08-07 [paul]       0.8.1claws32
8757
8758         * sync with 0.8.1.cvs17
8759                 see ChangeLog 2002-08-07
8760
8761 2002-08-07 [colin]      0.8.1claws31
8762         
8763         * src/news.c
8764                 fix mass-cancel problem
8765
8766 2002-08-07 [thorsten]   0.8.1claws30
8767
8768         * src/prefs_toolbar.c
8769                 fix: crash on replace or add new button
8770         * src/toolbar.c
8771                 fix: close xmlfile after reading
8772         * src/utils.c
8773                 fix: unlink() file before rename()
8774
8775 2002-08-06 [paul]       0.8.1claws29
8776
8777         * sync with 0.8.cvs15
8778                 see ChangeLog 2002-08-06
8779
8780 2002-08-06 [oliver]     0.8.1claws28
8781
8782         * src/toolbar.c
8783         * src/prefs_toolbar.c
8784                 fixed empty toolbar issue
8785
8786 2002-08-06 [oliver]     0.8.1claws27
8787
8788         * Custom Toolbar Final 
8789         * src/folderview.c
8790         * src/inc.c
8791         * src/summaryview.c
8792                 o toolbar stuff now lives in src/toolbar.[ch]
8793                 o main_window_toolbar_* functions are renamed to
8794                   toolbar_* reflecting their new source file
8795         * src/mainwindow.[ch]
8796                 o remove toolbar stuff  
8797
8798 2002-08-06 [oliver]     0.8.1claws26
8799         
8800         * src/Makefile.am
8801         * src/prefs_toolbar.[ch]        **New File**
8802         * src/toolbar.[ch]              **New File**
8803                 o prefs_toolbar.[ch] custom toolbar frontend
8804                 o toolbar.[ch]       backend 
8805
8806 2002-08-06 [oliver]     0.8.1claws25
8807
8808         * src/prefs_actions.[ch]
8809                 o new exported function actions_execute
8810
8811 2002-08-06 [paul]       0.8.1claws24
8812
8813         * sync with 0.8.1cvs4
8814                 see ChangeLog 2002-08-06
8815
8816 2002-08-06 [paul]       0.8.1claws23
8817
8818         * sync with 0.8.1cvs13
8819                 see ChangeLog 2002-08-06
8820
8821 2002-08-06 [paul]       0.8.1claws22
8822
8823         * sync with 0.8.1cvs12
8824                 see ChangeLog 2002-08-05 and 2002-08-06
8825
8826 2002-08-06 [match]      0.8.1claws21
8827
8828         * src/addrclip.c
8829                 improvements to cut/copy/paste address
8830
8831 2002-08-05 [match]      0.8.1claws20
8832
8833         * src/addritem.[ch]
8834         * src/addrcache.c
8835         * src/addrbook.c
8836         * src/editaddress.c
8837         * src/addressbook.c
8838                 fixes to improve cut/copy/paste
8839
8840 2002-08-06 [melvin]     0.8.1claws19
8841
8842         * src/account.[ch]
8843                 account_find_all_from_address(): new function that returns the
8844                 list of all accounts that are matched in an address.
8845         * src/alertpanel.[ch]
8846                 alertpanel() now accepts a custom widget
8847                 alertpanel_with_widget(): new function that pops up a panel with
8848                 a custom widget in it 
8849         * src/gtkutils.[ch]
8850                 gtkut_account_menu_new(): new function that allows the selection
8851                 of an account from a list of accounts.
8852         * src/messageview.c
8853                 Extended Return Receipt notification to select the correct 
8854                 account and to make a security test on the Delivery-Notification
8855                 address which should be the same as the Return-Path.
8856
8857 2002-08-06 [thorsten]   0.8.1claws18
8858
8859         * src/mimeview.c
8860                 attach_all: save unnamed as "noname.%d",
8861                 dont free static dirname
8862
8863 2002-08-05 [alfons]     0.8.1claws17
8864
8865         * configure.in
8866                 detect XIM by trying to link rather than compile a XIM program
8867
8868 2002-08-05 [oliver]     0.8.1claws16
8869                 
8870         * src/stock_pixmap.[ch]
8871                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8872                 o new func to retrieve pixmaps
8873
8874 2002-08-05 [paul]       0.8.1claws15
8875
8876         * sync with 0.8.1cvs10
8877                 see ChangeLog 2002-08-05
8878
8879 2002-08-04 [alfons]     0.8.1claws14
8880
8881         * src/textview.c
8882                 see if this plugs memleak
8883
8884 2002-08-04 [melvin]     0.8.1claws13
8885
8886         * src/gtkspell.c
8887                 fixed bug that could crash Sylpheed when highlighting
8888                 all misspelled words.
8889
8890 2002-08-03 [melvin]     0.8.1claws12
8891
8892         * src/prefs_actions.c
8893                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8894         * src/messageview.c
8895                 fixed bug where the Return Receipt was sent to
8896                 Delivery-Notification-To address even if it was not present
8897
8898 2002-08-02 [alfons]     0.8.1claws11
8899
8900         * src/prefs_actions.c
8901                 o more check for NULLs
8902                 o put create_io_dialog() in right conditional block
8903
8904 2002-08-02 [paul]       0.8.1claws10
8905
8906         * po/es.po
8907                 updated by Ricardo Mones Lastra
8908
8909 2002-08-01 [christoph]  0.8.1claws9
8910
8911         * src/folder.c
8912                 don't free the cache of the opened
8913                 folder in the summaryview
8914         * src/summaryview.c
8915                 don't unset flags, if it is not required
8916
8917 2002-08-01 [paul]       0.8.1claws8
8918
8919         * sync with 0.8.1cvs8
8920                 see ChangeLog entry 2002-08-01
8921
8922 2002-08-01 [paul]       0.8.1claws7
8923
8924         * sync with 0.8.1cvs7
8925                 see ChangeLog 2002-07-31 and 2002-08-01
8926
8927 2002-07-31 [christoph]  0.8.1claws6
8928
8929         * src/mainwindow.c
8930                 forgot to update menu sensitivity
8931                 function for new menu entry
8932
8933 2002-07-31 [alfons]     0.8.1claws5
8934
8935         * src/main.c
8936                 check folder item and its path for NULL on
8937                 initial processing
8938
8939 2002-07-31 [christoph]  0.8.1claws4
8940
8941         * src/folder.c
8942                 check if folder_item_get_msginfo in
8943                 folder_item_remove_msg returned NULL
8944         * src/imap.c
8945                 better clear the uid cache in the
8946                 uid validity check function and delete
8947                 cached messages
8948
8949 2002-07-31 [paul]       0.8.1claws3
8950
8951         * man/sylpheed.1
8952                 add the '--attach' option and a few other
8953                 minor changes
8954
8955 2002-07-31 [paul]       0.8.1claws2
8956
8957         * sync with 0.8.1cvs5
8958                 see ChangeLog 2002-07-31
8959
8960 2002-07-31 [christoph]  0.8.1claws1
8961
8962         * src/folderview.[ch]
8963         * src/mainwindow.c
8964                 replace "Rescan all folders..." with
8965                 "Check all folders for new messages..."
8966
8967 2002-07-30 [paul]       0.8.1claws
8968
8969         * version 0.8.1claws released
8970
8971 2002-07-30 [paul]       0.8.0claws29
8972
8973         * tools/OOo2sylpheed.pl ** NEW FILE **
8974           tools/README
8975                 add script to enable sending documents as
8976                 attachments from OpenOffice.org
8977
8978 2002-07-30 [melvin]     0.8.0claws28
8979
8980         * src/prefs_actions.c
8981                 Made the actions' input/output dialog display
8982                 without delay.
8983
8984 2002-07-30 [christoph]  0.8.0claws27
8985
8986         * src/procmsg.c
8987                 check if folder_item_get_msginfo in
8988                 procmsg_save_to_outbox returned NULL
8989
8990 2002-07-30 [paul]       0.8.0claws26
8991
8992         * sync with 0.8.1cvs4
8993                 see ChangeLog 2002-07-29
8994
8995 2002-07-29 [thorsten]   0.8.0claws25
8996
8997         * README.claws
8998                 added selective download, delete on server
8999
9000 2002-07-29 [paul]       0.8.0claws24
9001
9002         * sync with 0.8.1cvs3
9003                 see ChangeLog 2002-07-29
9004
9005 2002-07-27 [christoph]  0.8.0claws23
9006
9007         * src/folder.c
9008                 add extra check if fetching the msginfo
9009                 returned NULL
9010
9011 2002-07-27 [paul]       0.8.0claws22
9012
9013         * sync with 0.8.1cvs2
9014                 see ChangeLog 2002-07-26
9015
9016 2002-07-27 [christoph]  0.8.0claws21
9017
9018         * src/imap.c
9019                 add another check if a valid msginfo
9020                 was returned
9021
9022 2002-07-26 [hoa]        0.8.0claws20
9023
9024         * src/folder.c
9025                 Fixed a condition in folder_item_destroy()
9026
9027         * src/imap.c
9028                 Fixed an error in IMAP protocol
9029
9030 2002-07-26 [alfons]     0.8.0claws19
9031
9032         * src/folder.c
9033                 ofcourse compare with identifier, not the path
9034
9035 2002-07-26 [alfons]     0.8.0claws18
9036
9037         * src/folder.c
9038                 use folder item identifier for saving / restoring
9039                 preferences because folder->path might not be unique
9040
9041 2002-07-26 [melvin]     0.8.0claws17
9042
9043         * src/logwindow.c
9044                 Fixed a crash introduced in 0.8.0claws5 when log is 
9045                 cut under 80 characters.
9046
9047 2002-07-26 [paul]       0.8.0claws16
9048
9049         * sync with 0.8.1cvs1
9050                 see ChangeLog 2002-07-26
9051
9052 2002-07-26 [christoph]  0.8.0claws15
9053
9054         * src/imap.[ch]
9055                 imap folder now remembers the last selected
9056                 folder and imap_fetch_msginfo skips selecting
9057                 the folder if it is already selected
9058
9059 2002-07-26 [christoph]  0.8.0claws14
9060
9061         * src/folder.c
9062         * src/folderview.c
9063         * src/imap.c
9064                 fix imap folder rescanning
9065
9066 2002-07-25 [christoph]  0.8.0claws13
9067
9068         * src/filter.c
9069         * src/folder.[ch]
9070         * src/folderview.c
9071         * src/imap.[ch]
9072         * src/mainwindow.c
9073         * src/mbox_folder.c
9074         * src/mh.c
9075         * src/news.c
9076                 implement imap uid cache and uid validity check
9077
9078 2002-07-25 [alfons]     0.8.0claws12
9079
9080         * src/summaryview.c
9081                 fix a brown paper bag bug, and also add some more
9082                 checks
9083
9084 2002-07-25 [christoph]  0.8.0claws11
9085
9086         * src/folder.c
9087                 don't mix copy, fetch_msginfo and remove
9088                 operations in folder item copy and move
9089                 operations
9090
9091 2002-07-25 [christoph]  0.8.0claws10
9092
9093         * src/folderview.c
9094         * src/mainwindow.c
9095         * src/prefs_folder_item.c
9096         * src/summaryview.[ch]
9097                 remove no longer required parameter update_cache from
9098                 summary_show
9099
9100 2002-07-25 [paul]       0.8.0claws9
9101
9102         * sync with 0.8.1
9103         
9104         * AUTHORS
9105                 a few corrections
9106
9107 2002-07-24 [alfons]     0.8.0claws8
9108
9109         * src/summaryview.c
9110                 sort correctly when using simplified subject line
9111                 (closes feature request "[ 585141 ] applying regexp to subject 
9112                 before sort" submitted by Alexandra Walford)
9113
9114 2002-07-24 [paul]       0.8.0claws7
9115
9116         * sync with 0.8.0cvs3
9117                 see ChangeLog 2002-07-24
9118
9119 2002-07-23 [christoph]  0.8.0claws6
9120
9121         * src/folder.c
9122         * src/folder.h
9123         * src/summaryview.c
9124         * src/summaryview.h
9125         * src/main.c
9126                 o separate processing and summaryview
9127                 o removed summary_write_cache from summaryview
9128                 o removed summaryview->killed_messages, because we don't have
9129                   to keep a list of killed messages anymore. New cache will
9130                   keep the hidden messages in cache anyway
9131         * src/folderview.c
9132         * src/inc.c
9133         * src/selective_download.c
9134                 o removed unnecessary summary_write_cache calls
9135         * src/procmsg.c
9136                 o don't set ignore thread flag in procmsg_get_thread_tree
9137                   if it is already set
9138         * src/mainwindow.c
9139         * src/statusbar.h
9140                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9141                   they are used in different files
9142
9143 2002-07-23 [melvin]     0.8.0claws5
9144
9145         * src/addressbook.c
9146         * src/addrgather.c
9147         * src/editaddress.c
9148         * src/editgroup.c
9149         * src/editldap_basedn.c
9150         * src/importldif.c
9151         * src/prefs_common.c
9152                 Fixed few memory leak (gtk_editable_get_chars returns
9153                 an allocated string)
9154         * src/logwindow.c
9155                 Fixed few memory leak (gtk_editable_get_chars returns
9156                 an allocated string) and modified a little the log cutting
9157                 loop.
9158         * src/compose.c
9159                 Replaced a call to an obsolete function gtk_entry_get_text()
9160                 by gtk_editable_get_chars()
9161         * src/send.c
9162                 Removed a debug printf
9163
9164 2002-07-23 [christoph]  0.8.0claws4
9165
9166         * src/filesel.c
9167                 fix another g_dirname memory leak
9168
9169 2002-07-23 [christoph]  0.8.0claws3
9170
9171         * src/mh.c
9172                 fixed a memory leak in mh_fetch_msginfo
9173                 fixed crash when message header could not be
9174                 parsed
9175
9176 2002-07-23 [paul]       0.8.0claws2
9177
9178         * sync with 0.8.0cvs2
9179                 see ChangeLog 2002-07-23
9180
9181 2002-07-23 [paul]       0.8.0claws1
9182
9183         * sync with 0.8.0cvs1
9184                 see ChangeLog 2002-07-23
9185
9186 2002-07-23 [paul]       0.8.0claws
9187
9188         * release of 0.8.0claws
9189
9190 2002-07-23 [paul]       0.7.8claws99
9191
9192         * po/ru.po
9193                 new Russian translation, submitted by
9194                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9195
9196 2002-07-22 [jens]       0.7.8claws98
9197
9198         * po/de.po
9199                 Updated German translations.
9200
9201 2002-07-22 [paul]       0.7.8claws97
9202
9203         * po/es.po
9204           po/it.po
9205           po/nl.po
9206           po/pt_BR.po
9207                 updated translations by Ricardo Mones Lastra,
9208                 Alessandro Maestri, Wilbert Berendsen and 
9209                 Fabio Jr. Beneditto respectively
9210
9211 2002-07-22 [christoph]  0.7.8claws96
9212
9213         * src/mimeview.c
9214                 fix memory leak caused by wrong g_dirname usage
9215
9216 2002-07-22 [christoph]  0.7.8claws95
9217
9218         * src/summaryview.c
9219                 update new and unread message counts for summaryview
9220                 summaryview does not get it from the folder anymore
9221                 and has to update the values itself
9222
9223 2002-07-22 [melvin]     0.7.8claws94
9224
9225         * po/fr.po
9226                 Updated French translations.
9227
9228 2002-07-22 [christoph]  0.7.8claws93
9229
9230         * src/matcher.c
9231                 set prop->preg pointer to NULL or following check
9232                 will not fail and regexec will be called with
9233                 invalid pointer
9234
9235 2002-07-21 [alfons]     0.7.8claws92
9236         
9237         * src/prefs_common.[ch]
9238                 remove option "Send return receipt on request"
9239
9240 2002-07-21 [thorsten]   0.7.8claws91
9241
9242         * src/mimeview.c
9243                 fixed memleaks, coding style as pointed out by alfons
9244
9245 2002-07-21 [alfons]     0.7.8claws90
9246
9247         * src/messageview.c
9248         * src/noticeview.[ch]
9249                 o fix bug notice view being displayed when going to empty folder 
9250                   (noticed by Christoph)
9251                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9252                   (noticed by Thorsten)
9253
9254 2002-07-21 [thorsten]   0.7.8claws89
9255
9256         * src/mimeview.c
9257                 Included save_all patch from Xaview FACQ
9258                 added support for pathnames
9259
9260 2002-07-21 [alfons]     0.7.8claws88
9261
9262         * po/POTFILES.in
9263         * src/Makefile.am
9264         * src/mainwindow.c
9265         * src/messageview.[ch]
9266         * src/noticeview.c      ** NEW FILE **
9267         * src/noticeview.h      ** NEW FILE **
9268                 make return receipts work again
9269                 (UI idea by Leandro Pereira)
9270
9271 2002-07-21 [paul]       0.7.8claws87
9272
9273         * src/summaryview.c
9274                 fix sensitivity of 'Select thread'
9275
9276 2002-07-21 [paul]       0.7.8claws86
9277
9278         * src/prefs_common.c
9279                 add browser command line for Galeon
9280
9281 2002-07-21 [paul]       0.7.8claws85
9282
9283         * Makefile.am
9284                 fix 'EXTRA_DIST': remove README.README, add TODO
9285                 and TODO.claws
9286
9287 2002-07-21 [alfons]     0.7.8claws84
9288
9289         * src/gtkstext.c
9290                 make enter clear selection
9291                 (closes "[ 579888 ] Editor selection/entry error"
9292                 reported by Steve Lamb)
9293
9294 2002-07-21 [alfons]     0.7.8claws83
9295         
9296         * src/summaryview.c
9297                 sort message list when selecting unthread messages
9298                 (closes "[ 501593 ] switching threaded view doesn't sort"
9299                 reported by Simon Schubert)
9300
9301 2002-07-20 [alfons]     0.7.8claws82
9302         
9303         * src/matcher.c
9304                 const-correctness
9305
9306 2002-07-20 [thorsten]   0.7.8claws81
9307
9308         * src/matcher.c
9309                 Fixed expansion of empty fields in matchactions
9310
9311 2002-07-19 [melvin]     0.7.8claws80
9312
9313         * src/gtkspell.c
9314                 Removed a duplicate menu entry (fast mode) introduced during
9315                 the new cache merge
9316                 Added a menu separator between 'Use alternate' and 'Fast mode'
9317
9318 2002-07-19 [paul]       0.7.8claws79
9319
9320         * tools/Makefile.am
9321           tools/README
9322                 correct typos
9323
9324 2002-07-19 [thorsten]   0.7.8claws78
9325
9326         * tools/calypso_convert.pl      ** NEW FILE **
9327           tools/README
9328           tools/Makefile.am
9329                 script to import mbox files exported
9330                 by calypso
9331                 o generates folder structure
9332                 o includes attachments
9333
9334 2002-07-19 [melvin]     0.7.8claws77
9335
9336         * src/selective_download.[ch]
9337                 Fixed bug where closing the dialog with the window manager's
9338                 close button will not unlock the summary
9339                 Corrected some function declarations that missed a return value
9340                 Made the source code comply better with coding style.
9341         * src/prefs_common.c
9342                 Added new browser command line for Mozilla.
9343
9344 2002-07-18 [paul]       0.7.8claws76
9345
9346         * src/mainwindow.c
9347           src/selective_download.[ch]
9348                 reflect theme changes, fix Gdk Warning when creating 
9349                 pixmap from NULL window, and minor clean up.
9350                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9351
9352         * po/en_GB.po
9353                 updated
9354
9355 2002-07-17 [paul]       0.7.8claws75
9356
9357         * INSTALL[.jp]
9358                 sync with 0.8.0
9359         
9360         * po/en_GB.po
9361                 updated
9362
9363 2002-07-16 [paul]       0.7.8claws74
9364
9365         * tools/filter_conv.pl
9366           tools/README
9367                 replace conversion script with reimplemented version, 
9368                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9369
9370 2002-07-16 [colin]      0.7.8claws73
9371
9372         * src/summaryview.c
9373                 remove forgotten debug messages - sorry ;-)
9374
9375 2002-07-16 [colin]      0.7.8claws72
9376
9377         * src/mimeview.c
9378           src/summaryview.c
9379           src/textview.c
9380           src/textview.h
9381                 add the ability to select part of a text mime-part 
9382                 to reply.
9383
9384 2002-07-15 [christoph]  0.7.8claws71
9385
9386         * src/folder.c
9387                 fix folder message count for folders without
9388                 msg_is_changed (includes news folders)
9389
9390 2002-07-15 [martin]     0.7.8claws70
9391
9392         * src/summaryview.c
9393                 option "display recipient on 'From'..." now works
9394                 without the need of enabling the option
9395                 "display  sender  using  address  book".
9396
9397 2002-07-15 [christoph]  0.7.8claws69
9398
9399         * src/summaryview.c
9400                 removed setting folder status from summaryview.
9401                 folder.c should update all message counts correctly.
9402
9403 2002-07-15 [paul]       0.7.8claws68
9404
9405         * po/pt_BR.po
9406                 updated by Fabio Junior Beneditto
9407
9408 2002-07-15 [darko]      0.7.8claws67
9409
9410         * src/mh.c
9411                 Fixed target folder colorization, don't decrease op
9412                 number twice
9413
9414 2002-07-14 [paul]       0.7.8claws66
9415
9416         * sync with main 0.8.0
9417                 see ChangeLog 2002-07-14
9418
9419 2002-07-13 [melvin]     0.7.8claws65
9420         
9421         * src/addrbook.c
9422         * src/addressbook.c
9423         * src/addrindex.c
9424                 Replaced sprintf by g_snprintf to prevent possible buffer
9425                 overflow.
9426         * src/news.c
9427                 Corrected a log message output format.
9428                 Added a missing "done" debug output.
9429         * src/compose.c
9430                 Added keyboard accelerator for Priority menu items
9431                 Added missing \n in debug output
9432         * src/logwindow.c
9433         * src/gtkspell.c
9434         * src/rfc2015.c
9435                 Added missing \n in debug output
9436
9437 2002-07-13 [paul]       0.7.8claws64
9438
9439         * man/sylpheed.1
9440                 change Sergey's email address to the sf address
9441
9442         * src/textview.c
9443                 increase show_url_timeout (more useful for long
9444                 urls)
9445
9446 2002-07-12 [sergey]     0.7.8claws63
9447
9448         * src/rfc2015.c
9449                 applied (with some modifications) patch to set the
9450                 micalg parameter for signatures
9451                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9452
9453 2002-07-12 [sergey]     0.7.8claws62
9454
9455         * man/Makefile.am
9456         * configure.in
9457                 fixed man page installation
9458
9459 2002-07-12 [paul]       0.7.8claws61
9460
9461         * sync with 0.7.8cvs26
9462                 see ChangeLog 2002-07-11 and 2002-07-12
9463
9464 2002-07-11 [christoph]  0.7.8claws60
9465
9466         * src/compose.c
9467         * src/procmsg.c
9468                 first use the message number to find the message
9469                 to mark with a reply flag but check the
9470                 message-id if we got the correct message, if not
9471                 try to find it by message-id.
9472                 use new string seperator that is not allowed
9473                 in message-ids.
9474
9475 2002-07-11 [paul]       0.7.8claws59
9476
9477         * sync with 0.7.8cvs23
9478                 see ChangeLog 2002-07-10
9479
9480 2002-07-10 [christoph]  0.7.8claws58
9481
9482         * src/folder.[ch]
9483         * src/msgcache.[ch]
9484                 Added message-id table to the cache in memory
9485                 and functions to msgcache.c and folder.c to
9486                 fetch MsgInfos by message id
9487         * src/compose.c
9488         * src/procmsg.c
9489                 store folder and message-id of message replying
9490                 to in queue header and set reply flag after sending
9491                 (Closes bug #469498)
9492
9493 2002-07-10 [paul]       0.7.8claws57
9494
9495         * AUTHORS
9496           man/sylpheed.1.gz
9497                 add Martin to the list of authors
9498
9499 2002-07-09 [martin]     0.7.8claws56
9500         * src/gtksctree.c
9501                 Added gtk_ctree_last_visible(), tree_update_level(),
9502                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9503                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9504                 from gtk+ to gtksctree.c for the new sorting code
9505                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9506                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9507         * src/gtksctree.h
9508                 Added declaration for gtk_sctree_sort_recursive() and
9509                 gtk_sctree_sort_node
9510         * src/addressbook.c
9511         * src/foldersel.c
9512         * src/folderview.c
9513         * src/summaryview.c
9514                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9515                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9516
9517 2002-07-08 [paul]       0.7.8claws55
9518
9519         * more sync with 0.7.8cvs21
9520                 see ChangeLog 2002-07-08
9521
9522 2002-07-08 [paul]       0.7.8claws54
9523
9524         * sync with 0.7.8cvs21
9525                 see ChangeLog 2002-07-08
9526
9527 2002-07-07 [alfons]     0.7.8claws53
9528
9529         * src/Makefile.am
9530         * src/stock_pixmap.[ch]
9531         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9532         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9533         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9534                 add new pixmaps for upcoming notice pane
9535
9536 2002-07-06 [melvin]     0.7.8claws52
9537
9538         * src/gtkspell.[ch]
9539                 Made them a bit closer to Sylpheed's coding style.
9540                 Removed old code.
9541                 Removed possible memory leaks when some errors occurs.
9542
9543 2002-07-06 [melvin]     0.7.8claws51
9544
9545         * po/Makefile.in.in
9546                 Removed --no-location in xgettext command line to help
9547                 translators that use Emacs' po-mode
9548         * src/quote_fmt.c
9549                 Removed unnecessary comments that messed up sylpheed.pot
9550
9551 2002-07-06 [paul]       0.7.8claws50
9552
9553         * sync with 0.7.8cvs19
9554                 see ChangeLog 2002-07-05
9555
9556 2002-07-06 [christoph]  0.7.8claws49
9557
9558         * src/folder.c
9559         * src/mainwindow.c
9560                 fix folder_item_remove_all_msg and folderview
9561                 status for trash folders after emptying trash
9562
9563 2002-07-05 [paul]       0.7.8claws48
9564
9565         * sync with 0.7.8cvs16
9566                 see ChangeLog 2002-07-04 and 2002-07-05
9567
9568 2002-07-04 [paul]       0.7.8claws47
9569
9570         * sync with 0.7.8cvs14
9571                 see  ChangeLog 2002-07-04
9572
9573 2002-07-03 [alfons]     0.7.8claws46
9574
9575         * src/folder.c
9576                 dupe folder item's path because it's being reallocated
9577                 by new folder scanning code
9578
9579 2002-07-03 [christoph]  0.7.8claws45
9580
9581         * src/imap.c
9582                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9583         * src/msgcache.c
9584                 add missing return in msgcache_write
9585
9586 2002-07-02 [thorsten]   0.7.8claws44
9587
9588         * src/jpilot.c
9589         * src/msgcache.c
9590         * src/rfc2015.c
9591                 use binary mode for file access
9592
9593 2002-07-02 [christoph]  0.7.8claws43
9594
9595         * major code cleanup (part 1)
9596         
9597                 - unused variables removed
9598                 - unused functions removed
9599                 - uninitialized variables checked
9600                 - missing return statements added
9601                 - missing function return types added
9602                 - added parentheses around assignment and
9603                   && in || when suggested by gcc
9604               
9605         * src/mh.c
9606         * src/folder.c
9607                 replaced direct calls to folder->scan_tree
9608                 with folder_scan_tree and restore folder
9609                 prefs in this function. The folder should
9610                 not have to deal with them.
9611                 ( Should now work for all folder types )
9612
9613 2002-07-02 [paul]       0.7.8claws42
9614
9615         * sync with 0.7.8cvs13
9616                 see ChangeLog 2002-07-01 and 2002-07-02
9617
9618 2002-07-01 [christoph]  0.7.8claws41
9619
9620         * src/summaryview.c
9621                 fix "goto next/prev unread message" with
9622                 ignored threads
9623
9624 2002-07-01 [paul]       0.7.8claws40
9625
9626         * po/es.po
9627                 updated by Ricardo Mones Lastra
9628
9629 2002-06-30 [match]      0.7.8claws39
9630
9631         * src/jpilot.c
9632                 applied variation of leonerd's patch (566661) to
9633                 allow multiple email addresses per JPilot entry.
9634                 addresses may be separated by space, comma, pipe,
9635                 semi-colon, new-line.
9636
9637 2002-06-30 [alfons]     0.7.8claws38
9638
9639         * src/procmsg.c
9640                 simple fix for putting older nodes before
9641                 newer nodes when threading by subject
9642
9643 2002-06-30 [christoph]  0.7.8claws37
9644
9645         * src/folder.c
9646         * src/folderview.c
9647         * src/mh.c
9648         * src/news.c
9649         * src/procmsg.c
9650                 fix broken folder tree rescaning
9651                 and don't use procmsg_get_mark_sum
9652                 anymore
9653
9654 2002-06-30 [christoph]  0.7.8claws36
9655
9656         * merge new cache branch
9657         * src/imap.c
9658                 fix new cache imap copy bug
9659         * src/folder.c
9660                 improved folder_item_scan
9661                 it should now always set the correct
9662                 new, unread and total message counts
9663
9664 2002-06-29 [paul]       0.7.8claws35
9665
9666         * configure.in
9667                 correct syntax error
9668
9669 2002-06-29 [paul]       0.7.8claws34
9670
9671         * configure.in
9672           Makefile.am
9673           man/Makefile.am       ** NEW FILE **
9674           man/sylpheed.1.gz     ** NEW FILE **
9675                 add Sylpheed man page
9676
9677 2002-06-29 [paul]       0.7.8claws33
9678
9679         * po/pt_BR.po
9680                 updated by Fabio Junior Beneditto
9681
9682 2002-06-28 [jens]       0.7.8claws32
9683
9684         * po/de.po
9685                 translation updated
9686
9687         * src/selective_download.c
9688                 removed gettext for space " "
9689
9690         * src/imap.c
9691                 removed wrong space
9692
9693 2002-06-28 [paul]       0.7.8claws31
9694
9695         * sync with 0.7.8cvs11
9696                 see ChangeLog 2002-06-28
9697
9698 2002-06-28 [paul]       0.7.8claws30
9699
9700         * sync with 0.7.8cvs10
9701                 see ChangeLog 2002-06-27 and 2002-06-28
9702
9703 2002-06-26 [paul]       0.7.8claws29
9704
9705         * src/addrgather.c
9706           src/selective_download.c
9707                 don't gettextise empty strings.
9708                 reserved by gettext. gettext("") returns 
9709                 the header entry with meta information, 
9710                 not the empty string
9711
9712         * po/en_GB.po
9713                 updated
9714
9715 2002-06-26 [paul]       0.7.8claws28
9716
9717         * sync with 0.7.8cvs7
9718                 see ChangeLog 2002-06-25
9719
9720         * src/prefs_common.c
9721                 ...and in the process, tweak the gui a little
9722
9723 2002-06-25 [alfons]     0.7.8claws27
9724         
9725         * configure.in
9726         * src/Makefile.am
9727                 fine tune ldap library detection
9728
9729 2002-06-25 [alfons]     0.7.8claws26
9730
9731         * src/compose.c
9732                 don't allow return receipts when composing a news article
9733
9734 2002-06-25 [paul]       0.7.8claws25
9735
9736         * Makefile.am
9737                 add '$(AMTAR)' to 'release' section to allow for
9738                 new and older autotools
9739
9740 2002-06-25 [paul]       0.7.8claws24
9741
9742         * src/summaryview.c
9743                 fix "No more unread messages" persistant pop-up
9744                 window bug
9745
9746 2002-06-25 [paul]       0.7.8claws23
9747
9748         * po/it.po
9749                 updated by Alessandro Maestri
9750
9751 2002-06-25 [paul]       0.7.8claws22
9752
9753         * sync with 0.7.8cvs6
9754                 see ChangeLog 2002-06-25
9755
9756 2002-06-24 [paul]       0.7.8claws21
9757
9758         * tools/update-po
9759                 add GPL copyright information
9760
9761 2002-06-24 [paul]       0.7.8claws20
9762
9763         * tools/Makefile.am
9764           tools/README
9765           tools/update-po       ** NEW FILE **
9766                 add script that eases the creation of *.po files
9767                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9768
9769 2002-06-23 [alfons]     0.7.8claws19
9770
9771         * src/messageview.c
9772                 make notification_convert_header obey const correctness
9773                 (next step will be fixing the broken return receipt)
9774
9775 2002-06-23 [paul]       0.7.8claws18
9776
9777         * src/messageview.c
9778                 fix bug introduced in last commit:
9779                 removed too much code in last commit - put back what's
9780                 needed
9781
9782 2002-06-23 [paul]       0.7.8claws17
9783
9784         * src/messageview.[ch]
9785                 remove code committed in error from locally patched
9786                 source
9787
9788 2002-06-23 [colin]      0.7.8claws16
9789
9790         * src/compose.[ch]
9791                 add compose_entry_select(), used to select the default_to
9792                 email address - hopefully avoiding people sending mails to
9793                 wrong recipients.
9794
9795 2002-06-22 [alfons]     0.7.8claws15
9796
9797         * AUTHORS
9798                 add Bram Metsch & Stanislav Karchebny
9799         * src/smtp.[ch]
9800         * src/prefs_account.[ch]
9801         * src/send.c
9802                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9803                   options.  (see <http://sourceforge.net/tracker/index.php
9804                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9805
9806                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9807                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9808
9809 2002-06-22 [paul]       0.7.8claws14
9810
9811         * sync with 0.7.8cvs5
9812                 see ChangeLog 2002-06-19 and 2002-06-20
9813
9814 2002-06-22 [alfons]     0.7.8claws13
9815
9816         * src/selective_download.c
9817                 fix a stupid mistake I made
9818
9819 2002-06-22 [alfons]     0.7.8claws12
9820
9821         * src/selective_download.[ch]
9822                 fix another unnoticed leak; cleanup code
9823
9824 2002-06-21 [alfons]
9825
9826         * tools/Makefile.am
9827                 gpg-sign <-- gpg-sign-syl
9828
9829 2002-06-21 [alfons]     0.7.8claws11
9830
9831         * src/selective_download.c
9832         * src/selective_download.h
9833                 fix assorted mix of allocation errors (should solve
9834                 problem reported by Philippe Gramoullé, see:
9835                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9836
9837 2002-06-20 [melvin]     0.7.8claws10
9838
9839         * tools/gpg-sign *REMOVED*
9840           tools/gpg-sign-syl *ADDED*
9841                 Replaced the gpg clearsigning script with the version using
9842                 xterm instead of ssh-askpass and changed its name.
9843
9844         * README.claws
9845                 Updated actions example to reflect the renaming of the
9846                 gpg clearsigning script.
9847
9848 2002-06-19 [paul]       0.7.8claws9
9849
9850         * sync with 0.7.8claws9
9851                 see ChangeLog 2002-06-18 and 2002-06-19
9852
9853 2002-06-19 [paul]       0.7.8claws8
9854
9855         * sync with 0.7.8cvs1
9856                 see ChangeLog 2002-06-18
9857
9858 2002-06-18 [alfons]     0.7.8claws7
9859
9860         * src/mainwindow.h
9861                 add omitted prototype
9862
9863 2002-06-17 [paul]       0.7.8claws6
9864
9865         * src/mainwindow.c
9866                 fix hiding of exec_btn
9867
9868 2002-06-17 [paul]       0.7.8claws5
9869
9870         * src/pop.c
9871                 remove unneeded code: should_delete() 
9872                 and Pop3State::uidl_todelete_list
9873
9874 2002-06-17 [paul]       0.7.8claws4
9875
9876         * sync with 0.7.8
9877                 see ChangeLog 2002-06-11 and 2002-06-13
9878
9879 2002-06-16 [alfons]     0.7.8claws3
9880         
9881         * src/folder.c
9882                 make sure lock sort mode (claws specific) is
9883                 also persists after a tree rescan
9884
9885 2002-06-16 [alfons]     0.7.8claws2
9886
9887         * src/prefs_folder_item.c
9888         * src/folder.[ch]
9889                 fix persistence of folder sort mode (broken
9890                 by adapting Hiro's new folder persistence code)
9891
9892 2002-06-16 [alfons]     0.7.8claws1
9893
9894         * AUTHORS
9895         * src/logwindow.c
9896         * src/prefscommon.[ch]
9897                 control size of log text in log window; 
9898                 closes patch #569155 submitted by Mitko Haralanov.
9899
9900 2002-06-15 [paul]       0.7.8claws
9901
9902         * release of 0.7.8claws
9903
9904 2002-06-15 [paul]       0.7.7claws
9905
9906         * po/pt_BR.po
9907                 updated by Fabio Junior Beneditto
9908
9909 2002-06-14 [paul]       0.7.6claws49
9910
9911         * po/es.po
9912                 updated by Ricardo Mones Lastra
9913
9914 2002-06-14 [paul]       0.7.6claws48
9915
9916         * po/nl.po
9917                 updated translation by Wilbert Berendsen
9918
9919 2002-06-14 [melvin]     0.7.6claws47
9920
9921         * po/fr.po
9922                 Updated French translation
9923
9924 2002-06-13 [paul]       0.7.6claws46
9925
9926         * src/filesel.c
9927                 allow filename to be typed in, rather than just
9928                 selected by the mouse. Patch by Gustavo Noronha Silva.
9929
9930 2002-06-13 [alfons]     0.7.6claws45
9931
9932         * src/mainwindow.[ch]
9933                 more cleanups (removing unnecessary menu items Expand 
9934                 summary / message view)
9935
9936 2002-06-13 [melvin]     0.7.6claws44
9937
9938         * po/POTFILES.in
9939                 Added src/string_match.c
9940         * src/string_match.c
9941                 Fixed possible buffer overflow.
9942                 Corrected typo.
9943                 Added missing config.h header.
9944         * src/prefs_common.c
9945           src/prefs_matcher.c
9946           src/prefs_scoring.c
9947                 Made some strings translatable (missing _(..)).
9948
9949 2002-06-13 [melvin]     0.7.6claws43
9950
9951         * README.claws
9952                 Corrected action example (verifying clearsigned mail).
9953         * src/prefs_account.c
9954                 Corrected typo.
9955         * src/prefs_common.c
9956                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9957
9958 2002-06-12 [alfons]     0.7.6claws42
9959
9960         * src/summaryview.c
9961                 add init of score column lost in 0.7.6claws42
9962
9963 2002-06-12 [paul]       0.7.6claws41
9964
9965         * src/prefs_account.c
9966                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9967                 behavior of the radio buttons, (from 0.7.7cvs2)
9968
9969 2002-06-11 [alfons]     0.7.6claws40
9970
9971         * src/messageview.[ch]
9972         * src/summaryview.[ch]
9973         * src/summary_search.c
9974         * src/mainwindow.c
9975                 perform a sync to bring in Hiro's separate view implementation 
9976
9977                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9978
9979 2002-06-11 [paul]       0.7.6claws39
9980         
9981         * src/prefs_account.c
9982                 correct a typo on the Receive tab
9983
9984 2002-06-10 [match]      0.7.6claws38
9985
9986         * src/addressbook.c
9987                 Included address completion patch from Gustavo Noronha.
9988
9989 2002-06-10 [paul]       0.7.6claws37
9990
9991         * src/inc.[ch]
9992           src/pop.c
9993           src/prefs_account.[ch]
9994           src/selective_download.[ch]
9995                 apply PATCH #561712
9996                  NEW:
9997                 - check if POP Account
9998                 - Receive Button renamed to Preview
9999                 - Preview Button Popup: preview new/all messages
10000                 - Download Button
10001                 - Account Preferences-->Receive tab checkbutton if you
10002                   want to remove Mail after Download
10003                 -: default YES
10004                 - Account Preferences-->Receive tab checkbutton use
10005                   filtering rules on preview
10006                   (think of delete_on_server)
10007                 -: default YES
10008                 - Account selectable from SD dialog
10009                 - checkbutton to show already downloaded messages if
10010                   all messages are previewed
10011                 - new clist column showing Date
10012                 - ESC KEY close
10013                 FIXES:
10014                 - play ball with UIDL
10015                 - fault tolerant (?) 
10016                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10017
10018 2002-06-10 [melvin]     0.7.6claws36
10019
10020         * README.claws
10021                 Added a hint to ac/README in cvs instructions.
10022
10023         * src/prefs_actions.c
10024                 Made it possible to use a more elaborate command line
10025                 for asynchronous actions, too.
10026
10027 2002-06-10 [melvin]     0.7.6claws35
10028         
10029         * src/prefs_actions.c
10030                 Make it possible to use a more elaborate command line
10031                 (e.g. |foo|bar|cat>there;echo Done|)
10032                 Corrected error message when calling %f, %F and %p commands
10033                 from the compose window.
10034
10035 2002-06-09 [colin]      0.7.6claws34
10036
10037         * src/summaryview.c
10038                 Automatically find unread messages in current folder
10039                 before annoying the user.
10040
10041 2002-06-08 [alfons]     0.7.6claws33
10042
10043         * po/it.po
10044                 remove bad formatting string in it.po translation
10045                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10046
10047 2002-06-08 [paul]       0.7.6claws32
10048
10049         * sync with 0.7.6cvs25
10050                 see ChangeLog 2002-06-07
10051
10052 2002-06-05 [paul]       0.7.6claws31
10053
10054         * src/mainwindow.c
10055                 add 'Sort by locked' and 'Sort by score'
10056
10057 2002-06-05 [paul]       0.7.6claws30
10058
10059         * sync with 0.7.6cvs24
10060                 see ChangeLog 2002-06-04
10061
10062 2002-06-04 [paul]       0.7.6claws29
10063
10064         * po/pt_BR.po
10065                 updated by Fabio Junior Beneditto
10066
10067 2002-06-03 [thorsten]   0.7.6claws28
10068
10069         * src/matcher.c
10070                 fclose() matcherrc after reading
10071
10072 2002-06-03 [paul]       0.7.6claws27
10073
10074         * sync with 0.7.6cvs21
10075                 see ChangeLog 2002-05-31
10076
10077 2002-05-31 [paul]       0.7.6claws26
10078
10079         * sync with 0.7.6cvs20
10080                 see ChangeLog 2002-05-29 and 2002-05-30
10081
10082 2002-05-31 [paul]       0.7.6claws25
10083
10084         * src/imap.c
10085                 hopefully fix last buggy sync
10086
10087         * README.claws
10088                 correct typo in 'Actions' examples
10089
10090 2002-05-29 [paul]       0.7.6claws24
10091
10092         * sync with 0.7.6cvs18
10093                 see ChangeLog 2002-05-28 and 2002-05-29
10094
10095         * src/news.c
10096           src/nntp.[ch]
10097                 sync with above 
10098
10099 2002-05-28 [paul]       0.7.6claws23
10100
10101         * sync with 0.7.6cvs16
10102                 see ChangeLog 2002-05-28
10103
10104 2002-05-27 [thorsten]   0.7.6claws22 
10105
10106         * faq/it/sylpheed-faq-1.html
10107           faq/it/sylpheed-faq-2.html
10108           faq/it/sylpheed-faq-3.html
10109           faq/it/sylpheed-faq.html
10110                 corrected DOS lineendings
10111         * faq/de/sylpheed-faq-1.html
10112           faq/de/sylpheed-faq-2.html
10113           faq/en/sylpheed-faq-1.html
10114           faq/en/sylpheed-faq-2.html
10115           faq/en/sylpheed-faq-3.html
10116           faq/es/sylpheed-faq-1.html
10117           faq/es/sylpheed-faq-2.html
10118           faq/es/sylpheed-faq-3.html
10119           faq/fr/sylpheed-faq-1.html
10120           faq/it/sylpheed-faq-1.html
10121           faq/it/sylpheed-faq-2.html
10122           faq/it/sylpheed-faq-3.html
10123           faq/it/sylpheed-faq.html
10124                 changed ">" to &quot;
10125
10126 2002-05-27 [paul]       0.7.6claws21
10127         
10128         * sync with 0.7.6cvs15
10129                 see ChangeLog 2002-05-27
10130
10131 2002-05-27 [paul]       0.7.6claws20
10132
10133         * src/prefs_account.c
10134                 correct a typo
10135
10136 2002-05-26 [paul]       0.7.6claws19
10137
10138         * tools/README
10139                 correct a typo
10140
10141 2002-05-25 [paul]       0.7.6claws18
10142
10143         * tools/README
10144                 add description of kmail2sylpheed.pl
10145
10146 2002-05-25 [paul]       0.7.6claws17
10147
10148         * tools/kmail2sylpheed.pl       ** NEW FILE **
10149                 perl script that converts an exported Kmail address
10150                 book, converts it to sylpheed addressbook file,
10151                 writes the file to .sylpheed, and updates
10152                 addrbook--index.xml 
10153
10154 2002-05-25 [paul]       0.7.6claws16
10155
10156         * sync with 0.7.6cvs14
10157                 see ChangeLog 2002-05-23
10158
10159 2002-05-24 [paul]       0.7.6claws15
10160
10161         * README.claws
10162                 make a correction and add some more info
10163
10164 2002-05-24 [paul]       0.7.6claws14
10165
10166         * src/compose.c
10167                 fix memory leak in 
10168                 compose_redirect_write_headers_from_headerlist()
10169                 add Subject and Resent-Message-ID to
10170                 compose_redirect_write_headers()
10171                 Received, Subject, and X-UIDL are filtered out in 
10172                 compose_redirect_write_to_file()
10173
10174 2002-05-23 [paul]       0.7.6claws13
10175
10176         * src/compose.[ch]
10177           src/filtering.c
10178           src/mainwindow.c
10179           src/matcher.[ch]
10180           src/matcher_parser_lex.l
10181           src/matcher_parser_parse.y
10182           src/prefs_common.[ch]
10183           src/prefs_filtering.c
10184           src/summaryview.c
10185                 rename 'Bounce' to 'Redirect'
10186
10187 2002-05-23 [paul]       0.7.6claws12
10188
10189         * more sync with 0.7.6cvs13
10190           src/compose.c
10191                 see ChangeLog 2002-05-22
10192
10193 2002-05-22 [paul]       0.7.6claws11
10194
10195         * sync with 0.7.6cvs13
10196           src/codeconv.c
10197                 see ChangeLog 2002-05-20
10198           src/prefs_common.c
10199                 see ChangeLog 2002-05-22
10200
10201 2002-05-21 [melvin]     0.7.6claws10
10202
10203         * src/folderview.c
10204                 Added missing filtering and scoring headers
10205                 Fixed bad function call that showed garbage 
10206                 in Folder->Processing
10207
10208 2002-05-21 [paul]       0.7.6claws9
10209
10210         * tools/Makefile.am
10211                 make all tools executable, (patch by Alfons).
10212
10213 2002-05-20 [alfons]     0.7.6claws8
10214
10215         * src/procheader.c
10216                 don't forget to call mktime() so we have a valid week 
10217                 and year day
10218                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10219
10220 2002-05-20 [paul]       0.7.6claws7
10221
10222         * src/html.c
10223                 fix broken parsing of urls
10224         * src/textview.c
10225                 fix displaying of urls
10226
10227                 both fixes from the patch [547855] by Eugene 
10228                 Brevdo (zonem)
10229
10230 2002-05-19 [alfons]     0.7.6claws6
10231
10232         * configure.in
10233                 make sylpheed configure correctly with the latest
10234                 and greatest of automake / autoconf / gettext
10235
10236 2002-05-19 [alfons]     0.7.6claws5
10237
10238         * src/procheader.c
10239         * src/procheader.h
10240                 add function for returning ime zone offset
10241         * src/quote_fmt.c
10242         * src/quote_fmt_parse.y
10243                 better quotation formatting - does not convert
10244                 to local time, but uses the original date string.
10245                 
10246                 Note: %z inserts the timezone offset (should 
10247                 work also on platforms where strftime does not
10248                 support %z).
10249
10250 2002-05-18 [christoph]  0.7.6claws4
10251
10252         * src/summaryview.c
10253                 fix indentation of some code
10254         * tools/Makefile.am
10255                 fix spaces after \
10256         * src/Makefile.am
10257                 add missing \
10258                 correct path for ignorethread.xpm
10259                 incorrect filename for sylpheed_logo.xpm
10260                 add missing include matcher_parser_parse.h
10261
10262 2002-05-18 [paul]       0.7.6claws3
10263
10264         * sync with 0.7.6cvs8
10265                 see ChangeLog 2002-05-16 and 2002-05-17
10266
10267 2002-05-18 [melvin]     0.7.6claws2
10268
10269         * README.claws
10270                 Corrected an action's definition and fixed some misspellings.
10271
10272 2002-05-18 [paul]       0.7.6claws1
10273
10274         * tools/Makefile.am
10275           tools/gpg-sign        ** new file **
10276           tools/uudec           ** new file **
10277                 add Melvin's Actions scripts
10278
10279         * README.claws
10280                 add Melvin's descriptions for Actions
10281
10282 2002-05-18 [paul]       0.7.6claws
10283
10284         * Version 0.7.6claws released
10285
10286 2002-05-17 [paul]       0.7.5claws32
10287
10288         * po/es.po
10289                 updated by Ricardo Mones Lastra
10290
10291 2002-05-17 [paul]       0.7.5claws31
10292
10293         * src/compose.c
10294                 fix Account prefs default folder for sent/draft/deleted
10295                 messages bug
10296
10297         * po/it.po
10298           po/nl.po
10299                 updated translation by Alessandro Maestri and
10300                 Wilbert Berendsen
10301
10302 2002-05-17 [melvin]     0.7.5claws30
10303
10304         * src/prefs_actions.c
10305                 Fixed bug where using %F not at the end of the command 
10306                 resulted in an additional empty argument being created.
10307                 Thanks to Darko Koruga for reporting the bug.
10308
10309 2002-05-17 [melvin]     0.7.5claws29
10310
10311         * po/fr.po
10312                 Updated French translations.
10313
10314 2002-05-15 [paul]       0.7.5claws28
10315         
10316         * po/es.po
10317                 updated by Ricardo Mones Lastra
10318
10319 2002-05-15 [paul]       0.7.5claws27
10320
10321         * sync with 0.7.6cvs4
10322                 see ChangeLog 2002-05-14 and 2002-05-15
10323
10324 2002-05-14 [paul]       0.7.5claws26
10325
10326         * sync with 0.7.6cvs1
10327                 see ChangeLog 2002-05-13
10328
10329 2002-05-13 [thorsten]   0.7.5claws25
10330
10331         * src/messageview.c
10332                 fix select_all and copy in multipart messages
10333         * src/mainwindow.c
10334                 fix select_all and copy in multipart messages
10335
10336 2002-05-12 [paul]       0.7.5claws24
10337
10338         * src/summaryview.c
10339                 reverse last commit, bug already fixed in 0.7.5claws3
10340
10341 2002-05-12 [netztorte]  0.7.5claws23
10342
10343         * src/summaryview.c
10344                 dont parse empty addressbook (checked in before claws20)
10345
10346 2002-05-12 [melvin]     0.7.5claws22
10347
10348         * src/procmsg.[ch]
10349                 Removed unneeded priority code introduced by the previous 
10350                 commit.
10351
10352 2002-05-12 [melvin]     0.7.5claws21
10353
10354         * src/compose.[ch]
10355                 Added possibility to set message's priority.
10356         * src/procmsg.[ch]
10357                 Added possibility to set message's priority.
10358                 Added missing headers
10359
10360 2002-05-12 [melvin]     0.7.5claws20
10361
10362         * src/prefs_actions.c
10363                 Removed implicitely added quotes around the name
10364                 of the temporary files of mime parts.
10365
10366 2002-05-12 [paul]       0.7.5claws19
10367
10368         * sync with 0.7.5cvs20
10369                 see ChangeLog 2002-05-11
10370
10371 2002-05-12 [alfons]     0.7.5claws18
10372
10373         * src/quote_fmt_lex.l
10374         * src/quote_fmt_parse.y
10375                 allow quote / reply date & time format to be set using
10376                 %D{format}. format is a format string you'd pass to
10377                 strftime() (see man strftime, or the Display tab |
10378                 Date format setting).
10379
10380                 Currently %D converts the date to local time. 
10381
10382 2002-05-11 [paul]       0.7.5claws17
10383
10384         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10385                 see ChangeLog 2002-05-10 and 2002-05-11
10386
10387 2002-05-10 [paul]       0.7.5claws16
10388
10389         * sync with 0.7.5cvs16
10390                 see ChangeLog entries 2002-05-09 and 
10391                 2002-05-10
10392
10393 2002-05-10 [colin]      0.7.5claws15
10394
10395         * src/textview.c
10396                 Corrected a bug that prevented sylpheed to open
10397                 double-clicked URIs.
10398
10399 2002-05-09 [paul]       0.7.5claws14
10400
10401         * sync with 0.7.5cvs14
10402                 see ChangeLog 2002-05-08 and 2002-05-09
10403
10404 2002-05-08 [paul]       0.7.5claws13
10405
10406         * sync with 0.7.5cvs11
10407                 see ChangeLog entry 2002-05-08
10408
10409 2002-05-08 [paul]       0.7.5claws12
10410
10411         * src/mainwindow.c
10412           src/textview.[ch]
10413                 fix segfault on View->Open in new window
10414                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10415
10416 2002-05-07 [paul]       0.7.5claws11
10417
10418         * sync with 0.7.5cvs9
10419                 see ChangeLog entry 2002-05-07
10420
10421 2002-05-06 [paul]       0.7.5claws10
10422
10423         * src/messageview.c
10424           src/textview.c
10425                 display url in statusbar on single-click
10426                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10427
10428 2002-05-06 [match]      0.7.5claws9
10429
10430         * src/addritem.[ch]
10431                 new functions.
10432         * src/addrcache.c
10433                 tidy up.
10434         * src/xmlprops.[ch]
10435                 XML implementation of properties file.
10436         * src/exporthtml.[ch]
10437         * src/expthtmldlg.[ch]
10438         * src/addressbook.c
10439                 export to HTML.
10440
10441 2002-05-02 [sergey]     0.7.5claws8
10442
10443         * src/mainwindow.c (mainwin_entries),
10444           src/prefs_common.c (prefs_send_create()),
10445           src/codeconv.c (locale_table):
10446                 use charset name "Windows-1251" instead of "CP1251".
10447
10448 2002-05-02 [colin]      0.7.5claws7
10449         
10450         * src/compose.c
10451           src/prefs_common.c
10452           src/prefs_folder_item.c
10453                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10454
10455 2002-05-02 [hiro]       0.7.5claws6
10456
10457         * src/imap.c
10458                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10459
10460 2002-05-02 [paul]       0.7.5claws5
10461
10462         * src/compose.c
10463                 more sync with 0.7.5cvs7, see ChangeLog entry
10464                 2002-05-02
10465
10466 2002-05-02 [hiro]       0.7.5claws4
10467
10468         * src/compose.c
10469                 compose_queue_sub():
10470                 check if queue folder exists (closes #550397).
10471                 removed directory creation since it should be handled
10472                 transparently.
10473         * src/imap.c
10474                 imap_add_msg(): return UID for appended message
10475                 (closes #548842).
10476
10477 2002-04-30 [paul]       0.7.5claws3
10478
10479         * src/summaryview.c
10480                 fix account_find_from_address() bug
10481
10482 2002-04-28 [colin]      0.7.5claws2
10483
10484         * src/compose.c
10485           src/textview.c
10486           src/prefs_common.[ch]
10487           src/utils.[ch]
10488                 Added user-definable quotation characters recognition.
10489
10490 2002-04-28 [paul]       0.7.5claws1
10491
10492         * sync with 0.7.5cvs4
10493                 see ChangeLog entry  2002-04-25
10494
10495 2002-04-28 [paul]       0.7.5claws
10496
10497         * po/es.po
10498           po/nl.po
10499           po/pt_BR.po
10500                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10501                 Fabio Junior Beneditto
10502
10503 2002-04-27 [jens]       0.7.4claws103
10504
10505         * po/de.po
10506                 updated German translation.
10507
10508 2002-04-27 [hiro]       0.7.4claws102
10509
10510         * src/summaryview.c
10511                 summary_write_cache(): fixed the mark loss of hidden messages.
10512
10513 2002-04-26 [melvin]     0.7.4claws101
10514
10515         * src/procmsg.c
10516                 fixed a second typo (same one)
10517         * po/fr.po
10518           po/it.po
10519           po/pt_BR.po
10520                 fixed the type again...
10521
10522 2002-04-26 [melvin]     0.7.4claws100
10523
10524         * src/procmsg.c
10525                 fixed a typo in an alert message ("temorary").
10526         * po/it.po
10527         * po/pt_BR.po
10528                 corrected the typo  described above.
10529         * po/fr.po
10530                 updated French translation.
10531
10532 2002-04-26 [darko]      0.7.4claws99
10533
10534         * src/summaryview.c
10535                 fix target folder colorization
10536
10537 2002-04-25 [paul]       0.7.4claws98
10538
10539         * po/it.po
10540                 updated by Alessandro Maestri
10541
10542 2002-04-24 [colin]      0.7.4claws97
10543         
10544         * src/compose.c
10545                 Fixed double "subject is empty" question.
10546
10547 2002-04-23 [colin]      0.7.4claws96
10548         
10549         * src/mimeview.c
10550                 Corrected issue when "automatically display images" was
10551                 not set : first image remained after selecting second.
10552
10553 2002-04-23 [melvin]     0.7.4claws95
10554
10555         * src/prefs_actions.c
10556                 Don't display in/out dialog if there is nothing to show.
10557
10558 2002-04-23 [paul]       0.7.4claws94
10559
10560         * sync with 0.7.5cvs3
10561                 bug fixes: see ChangeLog entry 2002-04-23
10562
10563 2002-04-22 [darko]      0.7.4claws93
10564
10565         * src/compose.c
10566                 fix previous check-in which changed code after
10567                 merge from main
10568
10569 2002-04-22 [paul]       0.7.4claws92
10570
10571         * faq/de/*
10572                 add German FAQ
10573         * faq/en/*
10574           faq/es/*
10575           faq/fr/*
10576                 update English, Spanish and French FAQs
10577         * manual/de/*
10578           manual/es/*
10579                 add German and Spanish manuals
10580         * manual/en/*
10581           manual/fr/*
10582                 update English and French manuals
10583
10584         * src/Makefile.am
10585                 add to and re-arrange the pixmap entries
10586
10587 2002-04-22 [darko]      0.7.4claws91
10588
10589         * src/compose.c
10590                 fix sender initials recognition to only allow
10591                 '>' after the initials
10592
10593 2002-04-21 [paul]       0.7.4claws90
10594
10595         * sync with 0.7.5 release
10596                 see ChangeLog entry 2002-04-21
10597
10598 2002-04-21 [alfons]
10599
10600         * src/Makefile.am
10601                 add colin's new pixmaps to EXTRA_DIST
10602
10603 2002-04-21 [colin]      0.7.4claws89
10604         * src/compose.c
10605         * src/inc.c
10606         * src/mainwindow.[ch]
10607         * src/prefs_common.[ch]
10608         * src/stock_pixmap.[ch]
10609                 Added "Work offline" ability.
10610
10611 2002-04-21 [colin]      0.7.4claws88
10612         
10613         * src/mimeview.c
10614         * src/prefs_common.c
10615         * src/prefs_common.h
10616         * src/textview.c : Added an option to common preferences -> display
10617           to allow user not to automatically display images.
10618
10619 2002-04-21 [paul]       0.7.4claws87
10620
10621         * sync with 0.7.4cvs52
10622                 see ChangeLog entry 2002-04-21 (src/imap.c)
10623
10624 2002-04-21 [paul]       0.7.4claws86
10625
10626         * sync with 0.7.4cvs51
10627                 see ChangeLog entry 2002-04-21
10628
10629 2002-04-21 [paul]       0.7.4claws85
10630
10631         * sync with 0.7.4cvs49
10632                 see ChangeLog entries 2002-04-20 and 2002-04-21
10633
10634         * src/Makefile.am
10635                 clean up: remove old 'stock_' element from xpm 
10636                 filenames.
10637
10638 2002-04-21 [alfons]     0.7.4claws84
10639
10640         apply sync patch from Paul
10641
10642         * src/folderview.c
10643                 use old claws prefs_folder_item_create() for now
10644
10645 2002-04-19 [match]      0.7.4claws83
10646
10647         * src/addressbook.[ch]
10648         * src/addrharvest.[ch]
10649         * src/addrgather.[ch]
10650                 recurse folders.
10651         * src/mainwindow.c
10652         * src/summaryview.[ch]
10653                 change menu option.
10654
10655 2002-04-19 [paul]       0.7.4claws82
10656
10657         * po/pt_BR.po
10658                 updated by Fabio Junior Beneditto
10659
10660 2002-04-14 [alfons]     0.7.4claws81
10661
10662         * src/passphrase.c
10663                 add #include <sys/types.h> for mode_t and off_t 
10664
10665 2002-04-13 [paul]       0.7.4claws80
10666         
10667         * src/main.c
10668           src/passphrase.[ch]
10669           src/pgptext.c
10670           src/prefs_common.[ch]
10671           src/rfc2015.c
10672                 enable storing of GnuPG passphrase for the whole 
10673                 session or a user-defined number of minutes. patch 
10674                 submitted by Ravemax <ravemax@dextrose.com>
10675
10676 2002-04-13 [alfons]     0.7.4claws79
10677
10678         * src/textview.c
10679                 make email parser also stop scanning when encountering separators
10680                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10681
10682 2002-04-13 [paul]       0.7.4claws78
10683
10684         * sync with 0.7.4cvs39
10685                 see ChangeLog entry 2002-04-12
10686
10687 2002-04-11 [paul]       0.7.4claws77
10688
10689         * sync with 0.7.4cvs37
10690                 see ChangeLog entry 2002-04-11
10691
10692 2002-04-11 [paul]       0.7.4claws76
10693
10694         * COPYING 
10695                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10696                 the clause for OpenSSL). sync with sylpheed main
10697
10698 2002-04-09 [melvin]     0.7.4claws75
10699
10700         * src/compose.c
10701                 Made 'Ctrl-Enter' on send ignore some modifiers 
10702                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10703                 to bind other *-Enter (but not Alt-Enter).
10704
10705 2002-04-09 [paul]       0.7.4claws74
10706
10707         * sync with 0.7.4cvs35
10708                 see ChangeLog entries 2002-04-09
10709
10710 2002-04-08 [paul]       0.7.4claws73
10711
10712         * sync with 0.7.4cvs33
10713                 see ChangeLog entry 200-04-08
10714
10715 2002-04-07 [match]      0.7.4claws72
10716
10717         * src/addrharvest.[ch]
10718                 fixed to read all addresses in header, regardless
10719                 of header size. improved name parsing. accommodate
10720                 harvest from folders and selected message.
10721         * src/addritem.[ch]
10722                 included new address parsing function.
10723         * src/addrgather.[ch]
10724         * src/addressbook.[ch]
10725         * src/summaryview.[ch]
10726         * src/mainwindow.c
10727                 allow address harvest of folder as well as selected
10728                 messages.
10729
10730 2002-04-07 [paul]       0.7.4claws71
10731
10732         * src/esmtp.[ch]
10733           src/smtp.c
10734                 don't try to authenticate with CRAM-MD5 in SMTP when 
10735                 SMTP-AUTH enabled if MTA doesn't issue this 
10736                 auth-method in it's ehlo-response. bug item #531364,
10737                 patch item #938910. patch submitted by Colin Leroy 
10738                 <colin@colino.net>
10739
10740 2002-04-07 [paul]       0.7.4claws70
10741
10742         * src/nntp.c
10743                 fix missing MODE_READER bug. patch submitted by
10744                 Colin Leroy <colin@colino.net>
10745
10746 2002-04-07 [alfons]     0.7.4claws69
10747
10748         * src/matcher.[ch]
10749         * src/prefs_filtering.c
10750         * src/summaryview.c
10751                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10752                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10753
10754 2002-04-07 [paul]       0.7.4claws68
10755
10756         * sync with 0.7.4cvs32
10757                 see ChangeLog entry 2002-04-06
10758
10759         * tools/filter_conv.pl
10760                 more bug fixes
10761
10762 2002-04-06 [paul]       0.7.4claws67
10763
10764         * tools/filter_conv.pl
10765                 modify to be able to find the name of the first
10766                 mailbox and use that. main's filter does not
10767                 record the full path to the mailbox and therefore
10768                 can only filter to the first mailbox.
10769
10770 2002-04-05 [paul]       0.7.4claws66
10771
10772         * tools/filter_conv.pl
10773                 attempt to make the script all-encompassing and
10774                 be able to convert any main 'filter' rule thrown
10775                 at it
10776
10777 2002-04-05 [paul]       0.7.4claws65
10778
10779         * tools/filter_conv.pl
10780                 allow for collapsed folder trees
10781
10782 2002-04-05 [paul]       0.7.4claws64
10783
10784         * sync with 0.7.4cvs31
10785                 see ChangeLog entries 2002-04-05
10786
10787 2002-04-03 [paul]       0.7.4claws63
10788
10789         * sync with 0.7.4cvs29
10790                 see ChangeLog entries 2002-04-02 and 2002-04-03
10791
10792 2002-04-02 [paul]       0.7.4claws62
10793
10794         * sync with 0.7.4cvs26
10795                 see ChangeLog entry 2002-04-01
10796
10797 2002-04-02 [match]      0.7.4claws61
10798
10799         * src/pine.[ch]
10800         * src/importpine.[ch]
10801         * src/addressbook.c
10802                 import Pine address book.
10803
10804 2002-04-02 [match]      0.7.4claws60
10805
10806         * src/addrharvest.[ch]
10807                 improve address parsing of funky addresses.
10808
10809 2002-04-02 [darko]      0.7.4claws59
10810
10811         * src/compose.c
10812                 wrap on send improvements, it now recognizes quoted
10813                 initials as part of the quotation string, and it
10814                 does not join lines separated by CR
10815
10816 2002-04-01 [match]      0.7.4claws58
10817
10818         * src/mgutils.[ch]
10819                 added new functions.
10820         * src/mutt.[ch]
10821                 remove excessive duplicate address generation
10822                 on import.
10823
10824 2002-04-01 [alfons]     0.7.4claws57
10825         
10826         * src/summaryview.c
10827                 put back g_free() 
10828
10829 2002-04-01 [paul]       0.7.4claws56
10830
10831         * sync with 0.7.4cvs25
10832                 see ChangeLog entry 2002-04-01
10833
10834 2002-04-01 [alfons]     0.7.4aprilfool55
10835
10836         * src/summaryview.c
10837                 honour feature request item #537427 to allow for
10838                 displaying names from address book for sent mail also
10839
10840 2002-03-29 [paul]       0.7.4claws54
10841
10842         * src/mainwindow.c
10843           src/prefs_filtering.[ch]
10844           src/prefs_matcher.c
10845           src/summaryview.c
10846                 add 'fast filter' for claws' filtering,
10847                 /Tools/Create filter rule/... patch submitted
10848                 by Neill Miller <neillm@thecodefactory.org>
10849
10850 2002-03-29 [paul]       0.7.4claws53
10851
10852         * sync with 0.7.4cvs24
10853                 see ChangeLog entry 2002-03-29
10854
10855 2002-03-28 [paul]       0.7.4claws52
10856
10857         * sync with 0.7.4cvs23
10858                 see ChangeLog entry 2002-03-28
10859
10860 2002-03-27 [melvin]     0.7.4claws51
10861
10862         * src/prefs_actions.c
10863                 Added support to pass only one message part (as a
10864                 file) to the command using '%p'. No quotes are needed
10865                 because doubles quotes are automatically added.
10866                 Fixed bug where Sylpheed could block when waiting for
10867                 a child process to finish.
10868                 Changed the help menu to remove quotes around symbols to 
10869                 avoid misinterpretation (they must not be used).
10870
10871 2002-03-27 [melvin]     0.7.4claws50
10872
10873         * src/inc.c
10874                 Made the new mail notification command always 
10875                 execute asynchronously.
10876
10877 2002-03-27 [paul]       0.7.4claws49
10878
10879         * src/compose.c
10880                 fix bug introduced in last commit
10881
10882 2002-03-27 [paul]       0.7.4claws48
10883
10884         * sync with 0.7.4cvs21
10885                 see ChangeLog 2002-03-26 and 2002-03-27
10886
10887 2002-03-26 [hoa]        0.7.4claws47
10888
10889         * src/prefs_folder_item.c
10890                 really fixed the bug #516442 with folder rescan.
10891
10892 2002-03-26 [paul]       0.7.4claws46
10893
10894         * sync with 0.7.4cvs19
10895                 see ChangeLog entries 2002-03-25 and 2002-03-26
10896
10897 2002-03-25 [hoa]        0.7.4claws45
10898
10899         * src/matcher.c
10900         * src/mh.c
10901                 fix the bug #516442 with folder rescan.
10902
10903         * src/prefs_common.[ch]
10904         * src/compose.c
10905                 added an option to enable two different behaviours
10906                 for bounce.
10907
10908
10909 2002-03-25 [paul]       0.7.4claws44
10910
10911         * src/mainwindow.c
10912           src/selective_download.c
10913                 correct a few menuitem labels
10914
10915 2002-03-25 [christoph]  0.7.4claws43
10916
10917         * src/procmsg.c
10918                 fix non deleted tmp message in
10919                 procmsg_save_to_outbox
10920                 fix problems caused by sync with
10921                 main branch's procmsg_send_queue
10922
10923 2002-03-25 [paul]       0.7.4claws42
10924
10925         * src/quote_fmt.c
10926           src/quote_fmt_lex.l
10927           src/quote_fmt_parse.y
10928                 add Last name (%L) placeholder for quoting. 
10929                 patch submitted by Thorsten Thielen 
10930                 <thth@users.sourceforge.net>
10931
10932 2002-03-25 [paul]       0.7.4claws41
10933
10934         * src/utils.c
10935                 get full hostname. patch submitted by
10936                 Bob Woodside <rwoodside1@comcast.net>
10937
10938 2002-03-25 [paul]       0.7.4claws40
10939
10940         * src/account.c
10941           src/news.c
10942           src/nntp.[ch]
10943           src/prefs_account.[ch]
10944                 enable NNTP over SSL. patch submitted by
10945                 Pascal Jermini <pascal@infinity.hn.org>
10946
10947 2002-03-24 [paul]       0.7.4claws39
10948
10949         * src/prefs_common.c
10950                 make the arrangement of the Compose tab more
10951                 coherent
10952
10953         * src/mainwindow.c
10954                 fix some irregularities of style
10955
10956         * po/de.po
10957                 updated by Kilian Krause
10958
10959 2002-03-23 [paul]       0.7.4claws38
10960
10961         * po/pt_BR.po
10962                 updated by Fabio Junior Beneditto
10963
10964 2002-03-23 [paul]       0.7.4claws37
10965
10966         * src/mainwindow.c
10967                 move 'Gather addresses' to 'Tools' menu
10968                 make 'Selective download' sensitive
10969
10970 2002-03-23 [paul]       0.7.4claws36
10971
10972         * sync with 0.7.4cvs16
10973                 see ChangeLog entries 2002-03-23
10974
10975 2002-03-22 [christoph]  0.7.4claws35
10976
10977         * src/quote_fmt_parse.y
10978                 fix include program output
10979
10980 2002-03-22 [alfons]     0.7.4claws34
10981
10982         * src/pop.c
10983                 initialize GDate stack variable correctly (sorry!)
10984
10985 2002-03-22 [paul]       0.7.4claws33
10986
10987         * src/compose.c
10988           src/mainwindow.c
10989           src/prefs_actions.c
10990           src/prefs_common.c
10991                 rename 'Tool' to 'Tools'
10992
10993         * src/mainwindow.c
10994                 move 'Delete duplicated messages' from
10995                 'Message/' to 'Tools/'
10996                 re-arrange the order of 'Tools/' items
10997
10998 2002-03-22 [paul]       0.7.4claws32
10999
11000         * src/addr_compl.c
11001           src/addressbook.[ch]
11002                 auto-address completion now also matches on
11003                 Nickname. patch submitted by Bob Forsman 
11004                 <hammor@users.sourceforge.net>
11005
11006         * src/editaddress.c
11007                 correct a spelling mistake
11008
11009 2002-03-22 [alfons]     0.7.4claws31
11010
11011         * src/pop.c
11012                 fix getting uidl from incorrect string 
11013                 (spotted by Colin)
11014
11015 2002-03-21 [alfons]     0.7.4claws30
11016
11017         * src/pop.c
11018                 more code refactoring
11019                 plug mem leak introduced by delete on server
11020
11021 2002-03-21 [paul]       0.7.4claws29
11022
11023         * sync with 0.7.4cvs11
11024                 see ChangeLog entries 2002-03-20
11025
11026 2002-03-20 [alfons]     0.7.4claws28
11027
11028         * src/inc.c
11029                 apply Colin's patch and refactor
11030
11031 2002-03-20 [paul]       0.7.4claws27
11032
11033         * sync with sylpheed 0.7.4cvs9
11034                 see ChangeLog entry 2002-03-20
11035
11036 2002-03-19 [christoph]  0.7.4claws26
11037
11038         * src/mh.c
11039         * src/procmsg.[ch]
11040         * src/summaryview.c
11041                 revert changes for flag updates
11042                 (does not work correctly and no time to debug)
11043
11044 2002-03-20 [alfons]     0.7.4claws25
11045
11046         * src/pop.c
11047                 refactor should_delete() a little bit 
11048
11049 2002-03-19 [paul]       0.7.4claws24
11050
11051         * src/inc.[ch]
11052           src/pop.c
11053           src/prefs_account.[ch]
11054                 allow the user to leave downloaded mail on the 
11055                 server for n days. Patch submitted by Colin Leroy 
11056                 <colin@colino.net>
11057
11058 2002-02-19 [paul]       0.7.4claws23
11059
11060         * sync with sylpheed 0.7.4cvs8
11061                 see ChangeLog entries 2002-03-19
11062
11063 2002-03-18 [paul]       0.7.4claws22
11064
11065         * sync with sylpheed 0.7.4cvs6
11066                 see ChangeLog entry 2002-03-18
11067
11068 2002-03-18 [paul]       0.7.4claws21
11069
11070         * po/en_GB.po
11071                 add en_GB message catalogue
11072
11073         * src/mbox_folder.c
11074           src/prefs_account.c
11075           src/prefs_actions.c
11076                 correct a few spelling mistakes
11077
11078 2002-03-17 [alfons]     0.7.4claws20
11079
11080         * src/matcher.c
11081                 more stringent checks for NULL params when writing
11082                 filtering actions to a file
11083                 
11084 2002-03-17 [hoa]        0.7.3claws20
11085
11086         * src/news.c
11087                 fixed the count of new messages
11088
11089         * src/compose.c
11090                 fixed the "attachment properties" window
11091
11092 2002-03-17 [paul]       0.7.4claws19
11093
11094         * src/defs.h
11095           src/folder.h
11096           src/news.c
11097           src/prefs_account.[ch]
11098           src/procmsg.[ch]
11099           src/summaryview.c
11100                 automatically mark cross-posted messages as read 
11101                 and (optionally) give them a colour label
11102                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11103                 
11104
11105 2002-03-17 [paul]       0.7.4claws18
11106
11107         * sync with sylpheed 0.7.4cvs5
11108                 see ChangeLog entry 2002-03-17
11109
11110 2002-03-17 [melvin]     0.7.4claws17
11111         
11112         * src/textview.c
11113                 Worked around a gtktext 'bug': when searching for 
11114                 a text in a long message it was scrolling slowly
11115                 line by line until it hit the searched text.
11116         * po/fr.po
11117                 Updated French translation
11118
11119 2002-03-17 [melvin]     0.7.4claws16
11120
11121         * src/mainwindow.c
11122         * src/compose.c
11123         * src/prefs_actions.c
11124                 Moved "Edit/Actions" to "Tool/Actions"
11125                 Made mainwindow/compose window sensitive as soon as
11126                 no child process is running anymore even if the io dialog
11127                 is open.
11128                 Fixed a struct being initialized with a non constant char*
11129
11130 2002-03-16 [christoph]  0.7.4claws15
11131
11132         * configure.in
11133                 add --with-compiler-flags option
11134                 (only for developer hacking)
11135         * src/mh.c
11136         * src/procmsg.[ch]
11137         * src/summaryview.c
11138                 try to make folder-stats and flag handling more
11139                 independent from the summaryview. msgcounts
11140                 are only set when the folder is opened and
11141                 procmsg_msginfo_(un)set_flags will handle it
11142                 later and summaryview will get the values
11143                 from the folder.
11144
11145 2002-03-16 [paul]       0.7.4claws14
11146
11147         * src/messageview.c
11148                 fix Return-receipt. Patch submitted by Bob
11149                 Woodside <rwoodside1@comcast.net>
11150
11151 2002-03-16 [paul]       0.7.4claws13
11152
11153         * src/compose.c
11154                 fix 'dynamic' signatures, make it work again
11155                 broken during sync on 2002-03-14 (0.7.4claws2)
11156
11157 2002-03-15 [match]      0.7.4claws12
11158
11159         * src/addrharvest.[ch]
11160         * src/addrgather.[ch]
11161         * src/addressbook.[ch]
11162         * src/mainwindow.c
11163                 included address harvester feature. still some
11164                 issues with address parsing that I will fix.
11165
11166 2002-03-15 [match]      0.7.4claws11
11167
11168         * src/addrbook.[ch]
11169         * src/addrcache.[ch]
11170         * src/addressbook.[ch]
11171         * src/addrindex.c
11172         * src/editbook.c
11173         * src/importldif.c
11174         * src/importmutt.c
11175         * src/jpilot.[ch]
11176         * src/main.c
11177         * src/syldap.[ch]
11178         * src/vcard.[ch]
11179                 tidy up. fix memory leaks. moved attribs and methods
11180                 from individual interfaces to addrcache object. prep
11181                 for new stuff to come in.
11182
11183 2002-03-15 [alfons]     0.7.4claws10
11184
11185         * src/matcher.[ch]
11186         * src/matcher_parser_parse.y
11187         * src/matcher_parser_lex.l
11188         * src/prefs_matcher.c
11189                 add filtering conditions message greater than, smaller 
11190                 than, and exactly matching a size in bytes
11191                 (does not work with delete from POP3 server yet)
11192
11193                 this should also give others an idea what you should
11194                 do to add new criterions to claws filtering system
11195                 
11196
11197 2002-03-15 [paul]       0.7.4claws9
11198
11199         * tools/filter_conv.pl
11200                 exit if there are no filter rules to convert
11201                 rename filterrc to filterrc.old after completion
11202
11203 2002-03-15 [paul]       0.7.4claws8
11204
11205         * sync with sylpheed 0.7.4cvs3
11206                 see ChangeLog entry 2002-03-14
11207
11208 2002-03-14 [paul]       0.7.4claws7
11209
11210         * src/compose.c
11211                 clean up the last commit (ahem)
11212
11213 2002-03-14 [paul]       0.7.4claws6
11214
11215         * src/compose.c
11216                 fix bug #515655. honour account preferences
11217                 regarding gpg default signing/encryption when 
11218                 changing account from the compose window.
11219
11220 2002-03-14 [paul]       0.7.4claws5
11221
11222         * src/folderview.c
11223                 remove unnecessary curly brackets
11224
11225 2002-03-14 [paul]       0.7.4claws4
11226
11227         * src/folderview.c
11228           src/prefs_filtering.[ch]
11229                 add filter rename on folder rename and filter
11230                 delete on folder delete. Patch submitted by
11231                 Neill Miller <neillm@thecodefactory.org> 
11232
11233 2002-03-14 [christoph]  0.7.4claws3
11234
11235         * src/procmsg.c
11236         * src/send.c
11237                 fix local delivery
11238                 (patch submitted by "Simon 'corecode' Schubert")
11239         * src/prefs_common.c
11240         * src/procmsg.c
11241                 fix gcc 3.0 warning
11242
11243 2002-03-14 [paul]       0.7.4claws2
11244
11245         * sync with sylpheed 0.7.4cvs2
11246                 see ChangeLog entry 2002-03-13
11247
11248 2002-03-12 [darko]      0.7.4claws1
11249
11250         * src/mainwindow.c
11251                 fix what seems to be a copy and paste error
11252                 when setting color for important messages
11253                 (reported by wwp)
11254
11255 2002-03-11 [paul]       version 0.7.4claws released
11256
11257 2002-03-11 [paul]       0.7.4claws
11258
11259         * po/es.po
11260           po/it.po
11261           po/nl.po
11262           po/pt_BR.po
11263                 update message catalogs. Submitted by Ricardo Mones 
11264                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11265                 Fabio Junior Beneditto
11266
11267         * configure.in
11268           faq/Makefile.am
11269           faq/it/Makefile
11270           faq/it/sylpheed-faq*
11271           src/mainwindow.c
11272           src/manual.[ch]
11273                 add FAQ in Italian
11274         
11275
11276 2002-03-11 [jens]       0.7.3claws7
11277
11278         * po/de.po
11279                 updated German translation
11280
11281 2002-03-11 [melvin]     0.7.3claws6
11282
11283         * po/fr.po
11284                 updated and corrected French translation
11285
11286 2002-03-10 [hoa]        0.7.3claws5
11287
11288         * src/account.c
11289         * src/inc.c
11290         * src/prefs_account.c
11291         * src/procmsg.c
11292         * src/send.[ch]
11293                 fixed the local account.
11294                 you have to change the default "/usr/sbin/sendmail"
11295                 to "/usr/sbin/sendmail -t" in the preferences of
11296                 the local account.
11297
11298         * src/procmime.c
11299                 removed some debug display for renderer
11300
11301 2002-03-10 [paul]       0.7.3claws4
11302
11303         * faq/en/sylpheed-faq-1.html
11304           faq/en/sylpheed-faq-2.html
11305                 update
11306
11307 2002-03-09 [paul]       0.7.3claws3
11308
11309         * sync with sylpheed 0.7.4
11310                 see ChangeLog entry 2002-03-09
11311
11312 2002-03-08 [paul]       0.7.3claws2
11313
11314         * faq/en/sylpheed-faq*
11315           faq/es/sylpheed-faq*
11316           faq/fr/sylpheed-faq*
11317                 update the FAQs
11318
11319         * manual/fr/.cvsignore
11320           manual/fr/Makefilea.am
11321           manual/fr/sylpheed*
11322           src/mainwindow.c
11323           src/manual.[ch]
11324                 add the French manual
11325
11326 2002-03-07 [paul]       0.7.3claws1
11327
11328         * sync with sylpheed 0.7.3cvs4
11329                 see ChangeLog entries  2002-03-06 and 2002-03-07
11330         
11331         * po/nl.po
11332                 updated by Wilbert Berendsen
11333
11334 2002-03-07 [melvin]     0.7.2claws34
11335
11336         * src/selective_download.c
11337                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11338
11339 2002-03-06 [paul]       0.7.2claws33
11340
11341         * sync with sylpheed 0.7.3cvs1
11342                 bug fix, see ChangeLog entry 2002-03-05
11343
11344 2002-03-05 [paul]       0.7.2claws32
11345
11346         * src/mimeview.c
11347           src/pgptext.[ch]
11348           src/procmsg.c
11349                 reverse the pgp ascii-armored code implemented in 
11350                 0.7.2claws16. removal of this code until it matures.
11351                 this means that verifying ascii-armored pgp sigs and
11352                 automatic decryption of ascii-armored encrypted
11353                 messages no longer works.
11354
11355 2002-03-05 [paul]       0.7.2claws31
11356
11357         * configure.in
11358           Makefile.am
11359         * faq/Makefile.am
11360         * faq/en/Makefile.am
11361           faq/en/sylpheed-faq.html
11362           faq/en/sylpheed-faq-1.html
11363           faq/en/sylpheed-faq-2.html
11364           faq/en/sylpheed-faq-3.html
11365         * faq/es/Makefile.am
11366           faq/es/sylpheed-faq.html
11367           faq/es/sylpheed-faq-1.html
11368           faq/es/sylpheed-faq-2.html
11369           faq/es/sylpheed-faq-3.html
11370           faq/es/sylpheed-faq-4.html
11371         * faq/fr/Makefile.am
11372           faq/fr/sylpheed-faq.html
11373           faq/fr/sylpheed-faq-1.html
11374           faq/fr/sylpheed-faq-2.html
11375           faq/fr/sylpheed-faq-3.html
11376         * src/Makefile.am
11377           src/defs.h
11378           src/mainwindow.c
11379           src/manual.[ch]
11380                 add FAQs in English, Spanish and French
11381
11382
11383 2002-03-05 [paul]       0.7.2claws30
11384
11385         * manual/en/sylpheed.html
11386           manual/en/sylpheed-XX.html
11387                 updated the English manual
11388
11389 2002-03-05 [hoa]        
11390
11391         * src/summaryview.c
11392                 dialog box pops up if the article can't be deleted.
11393
11394 2002-03-04 [paul]       
11395         
11396         * po/pt_BR.po
11397                 updated by Fabio Junior Benedito
11398
11399 2002-03-04 [hoa]
11400
11401         * removed ac/gpgme.m4
11402                 to avoid autogen common problem
11403                 developers have to install gpgme development package now
11404
11405         * src/compose.c
11406                 encoding to 7bit or 8bit is enabled.
11407
11408 2002-03-03 [alfons]     0.7.2claws29
11409
11410         * src/pop.c
11411                 merge fix by Oliver Haertel for selective
11412                 download buglet
11413
11414 2002-03-03 [paul]       0.7.2claws28
11415         
11416         * sync with sylpheed 0.7.3
11417
11418 2002-03-03 [paul]       0.7.2claws27
11419
11420         * sync with sylpheed 0.7.2cvs24
11421                 see ChangeLog entries 2002-03-02 and 2002-03-03
11422
11423 2002-03-02 [melvin]     0.7.2claws26
11424
11425         * src/inc.[ch]
11426         * src/main.c
11427         * src/mainwindow.c
11428         * src/prefs_common.[ch]
11429                 Added user definable notification on new mail arrival.
11430                 Removed unused variables in spell checker prefs code.
11431
11432 2002-03-02 [melvin]     0.7.2claws25
11433
11434         * src/quote_fmt.c
11435                 Removed unnecessary escape sequences.
11436                 Changed 'Initial...' to 'Initials of Sender'
11437
11438 2002-03-02 [paul]       0.7.2claws24
11439
11440         * sync with sylpheed 0.7.2cvs22
11441                 see ChangeLog entry 2002-03-01
11442
11443 2002-03-01 [hoa]        0.7.2claws23
11444
11445         * src/mainwindow.c
11446                 Set sensitivity of delete actions to active
11447                 even if the folder is a newsgroup.
11448
11449         * src/summaryview.c
11450                 - Set sensitivity of delete actions
11451                 - Added function check_permission() that will check if the
11452                   user is authorized to delete a message. For news, it
11453                   will check if the author is the same.
11454                 - Enabled deletion when there is no trash folder.
11455
11456         * src/news.[ch]
11457                 - Added news_cancel_article() to cancel articles
11458                 - Implemented news_remove_message() (public function)
11459
11460 2002-03-01 [paul]       0.7.2claws22
11461
11462         * src/gtkutils.c
11463           src/textview.c
11464                 recognise urls that that don't include 'http://' and
11465                 simply begin 'www.' 
11466
11467         * AUTHORS
11468                 remove duplicated name
11469
11470 2002-02-28 [paul]       0.7.2claws21
11471
11472         * src/mainwindow.c
11473           src/summaryview.[ch]
11474                 add ability to 'Select thread'
11475                 combines Melvin's "Select thread's head" patch (#510907)
11476                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11477                 patch (#518514) 
11478
11479 2002-02-28 [paul]       0.7.2claws20
11480
11481         * src/mimeview.c
11482                 hopefully fix segfault on right-clicking a mime part
11483                 that some people have experienced.      
11484                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11485
11486 2002-02-28 [paul]       0.7.2claws19
11487
11488         * sync with sylpheed 0.7.2cvs21
11489                 see ChangeLog entries 2002-02-27 and 2002-02-28
11490
11491 2002-02-27 [paul]       0.7.2claws18
11492
11493         * sync with sylpheed 0.7.2cvs18
11494                 see ChangeLog entries 2002-02-26 and 2002-02-27
11495
11496 2002-02-26 [alfons]     0.7.2claws17
11497
11498         * src/procheader.c
11499                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11500                 (spotted by Chris Hessman <idatech@gmx.net>)
11501
11502 2002-02-26 [paul]       0.7.2claws16
11503
11504         * src/mimeview.c
11505           src/pgptext.[ch]
11506           src/procmsg.c
11507                 make decryption of ascii-armored pgp encrypted messages
11508                 and verification of ascii-armored signatures work again.
11509                 slightly altered from the patch by Jens Jahnke 
11510                 <jan0sch@gmx.net>
11511
11512                 ##FIX ME##
11513                 * the checking of plaintext signatures always comes up in 
11514                   a popup box
11515                 * it doesn't work for multipart messages 
11516                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11517                   including the msg headers and these 2 line themselves, are 
11518                   not displayed
11519
11520         * src/mainwindow.c
11521                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11522                 "View/Message View" becomes "View/Separate Message View"
11523                 because its less ambiguous.
11524
11525         * po/es.po
11526                 updated by Ricardo Mones Lastra
11527
11528 2002-02-26 [paul]       0.7.2claws15
11529
11530         * sync with sylpheed 0.7.2cvs17
11531                 see ChangeLog entries 2002-02-25 and 2002-02-26
11532
11533 2002-02-25 [christoph]  0.7.2claws14
11534
11535         * src/filtering.[ch]
11536         * src/inc.c
11537                 do filtering stuff after all messages have been received
11538                   1. drop all messages to .processing
11539                   2. scan processing folder for messages
11540                   3. filter messages or move to inbox
11541                 this will also find old messages left in processing after
11542                 a crash or something like that and we get a real msginfo
11543                 from folder->get_msg_list and do not have to create our
11544                 own in filter_message
11545         * src/matcher_parser_parse.y
11546                 remove MIX/MAX warning (reordered includes)
11547
11548 2002-02-25 [paul]       0.7.2claws13
11549
11550         * sync with sylpheed 0.7.2cvs15
11551                 see ChangeLog entry 2002-02-24
11552
11553 2002-02-24 [alfons]     0.7.2claws12
11554
11555         * src/filtering.c
11556                 clear old color flags first when applying a new color to
11557                 a message info. 
11558                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11559
11560 2002-02-24 [alfons]     0.7.2.claws11
11561         
11562         * AUTHORS
11563         * src/prefs_common.c
11564                 add presets for Opera and Konqueror, closes patch #517261,
11565                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11566
11567 2002-02-24 [alfons]     0.7.2.claws10
11568
11569         * AUTHORS
11570         * src/summaryview.c
11571                 fix threading for null message ids, closes patch #521601,
11572                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11573
11574 2002-02-24 [alfons]     0.7.2claws9
11575
11576         * src/summaryview.c
11577         * src/filtering.c
11578                 make Tool | Filter Message work with filtering system so
11579                 setting flags also works
11580
11581                 TODO:
11582
11583                 - Processing uses the same function as Tool | Filter
11584                   Message, but doesn't use the same update proc yet
11585
11586 2002-02-23 [paul]       0.7.2claws8
11587
11588         * sync with sylpheed 0.7.2cvs14
11589                 see ChangeLog entries 2002-02-22 and 2002-02-23
11590
11591 2002-02-22 [christoph]  0.7.2claws7
11592
11593         * src/quote_fmt.c
11594                 Add column space to table
11595         * src/quote_fmt_parse.y
11596                 Close files
11597
11598 2002-02-22 [paul]       0.7.2claws6
11599
11600         * src/Makefile.am
11601           src/defs.h
11602           src/filtering.c
11603           src/inc.[ch]
11604           src/mainwindow.c
11605           src/matcher.[ch]
11606           src/matcher_parser_lex.l
11607           src/matcher_parser_parse.y
11608           src/pop.[ch]
11609           src/prefs_account.h
11610           src/prefs_filtering.c
11611           src/selective_download.[ch]   *** NEW FILES ***
11612           src/utils.[ch]
11613           po/POTFILES.in
11614                 Selective Download added to 'Tool' menu. 
11615                 Retrieves email headers of the currently selected pop3 
11616                 account and allows the user to mark emails for deletion 
11617                 right on the pop3 server. Patch submitted by Oliver Haertel 
11618                 <oha@users.sourceforge.net>.
11619         
11620         * po/POTFILES.in
11621                 add 'src/quote_fmt.c'           
11622
11623 2002-02-22 [christoph]  0.7.2claws5
11624
11625         * src/Makefile.am
11626                 added quote_fmt.c
11627         * src/prefs_common.[ch]
11628         * src/prefs_template.c
11629         * src/quote_fmt.c               *** NEW FILE ***
11630         * src/quote_fmt.h
11631                 move quote format symbol description code
11632                 to it's own file because it is used from
11633                 differnent code parts
11634                 Rewrote symbol description GUI
11635                   + use table
11636                   + add separators
11637                   + get data from array (no more long constant strings)
11638         * src/quote_fmt_lex.l
11639         * src/quote_fmt_parse.y
11640                 Symbol for Literal % changed to \% instead of %%
11641                 (More logical as \ is used for quoting for other symbols)
11642                 Add |f and |p to include files and program output
11643                 Examples:
11644                     |f{/home/.../.signature}
11645                     |p{date}
11646         * po/de.po
11647                 Correct wrong spelling for "Referenzen"
11648
11649 2002-02-21 [paul]       0.7.2claws4
11650
11651         * src/procmsg.c
11652                 forgotten during sync
11653
11654 2002-02-21 [paul]       0.7.2claws3
11655
11656         * sync with sylpheed 0.7.2cvs11
11657                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11658                 2002-02-20 and 2002-02-21
11659
11660 2002-02-20 [melvin]     0.7.2claws2
11661
11662         * src/prefs_actions.c
11663                 Added error report when child cannot fork or when execvp 
11664                 returns with an error.
11665
11666 2002-02-19 [christoph]  0.7.2claws1
11667
11668         * src/codeconv.c
11669                 return unconverted text if conde conversion is not possible
11670                 when libjconv is used.
11671                 (patch submitted by "Simon 'corecode' Schubert")
11672
11673 2002-02-19 [paul]       
11674
11675         * version 0.7.2claws release
11676
11677 2002-02-19 [paul]       0.7.2claws
11678
11679         * po/nl.po
11680                 updated by Wilbert Berendsen
11681
11682
11683 2002-02-18 [alfons]     0.7.1claws13
11684
11685         * src/syldap.c
11686         * src/jpilot.c
11687                 remove references to dlfcn and explicitly loading functions
11688                 from dynalink libs, because libs linked anyway, and functions
11689                 are loaded explicitly
11690
11691 2002-02-17 [melvin]     0.7.1claws12
11692
11693         * src/prefs_actions.c
11694                 Replaced children wait loop with double fork technique.
11695                 Now, input/output window updated at each new output.
11696                 free_children(): Fixed a memory leak.
11697                 Made input/output window non closable if running children
11698                 still exist.
11699                 Added missing <unistd.h> include.
11700                 Added some --debug outputs.
11701
11702 2002-02-17 [melvin]     0.7.1claws11
11703
11704         * src/summaryview.c
11705                 Fixed bug where descending sort order did not select top
11706                 message.
11707
11708 2002-02-17 [melvin]     0.7.1claws10
11709
11710         * acconfig.h
11711                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11712         * src/prefs_common.c
11713                 Pspell data package directory no more hard coded but
11714                 set during configuration (PSPELL_PATH). (Thanks to 
11715                                 Gustavo Noronha Silva.)
11716
11717 2002-02-17 [melvin]     0.7.1claws9
11718
11719         * configure.in
11720                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11721         * src/gtkspell.c
11722                 Fixed compile-time warnings.
11723
11724 2002-02-16 [alfons]     0.7.1claws8
11725
11726         * src/filesel.c
11727                 fix inadvertent free of NULL pointer which caused
11728                 sylpheed to crash when closing the save-as dialog
11729                 using the window close button
11730
11731 2002-02-16 [carsten]    0.7.1claws7
11732         * src/mainwindow.[ch]
11733           src/summaryview.c
11734           src/prefs_common.c
11735                 fixes for pixmap theming code:
11736                         - recently changed mail attributes shouldn't get
11737                           lost any longer
11738                         - theme is only reloaded iff another theme was
11739                           selected
11740
11741 2002-02-16 [paul]       0.7.1claws6
11742
11743         * sync with sylpheed 0.7.2 release
11744                 see ChangeLog entry 2002-02-15 and 2002-02-16
11745
11746 2002-02-15 [paul]       0.7.1claws5
11747
11748         * sync with sylpheed 0.7.1cvs9
11749                 see ChangeLog entry 2002-02-15
11750
11751         * po/POTFILES.in
11752                 remove unneeded headerwindow.c entry
11753
11754 2002-02-14 [carsten]    0.7.1claws4
11755         * src/summaryview.c
11756                 fixed a bug for "Go to next unread message": there was
11757                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11758                 in the prefs, because of doing "Search again" instead
11759                 "No"
11760
11761 2002-02-14 [carsten]    0.7.1claws3
11762         * src/stock_pixmap.c
11763                 removed 2 more mem leaks; following memprof,
11764                 this code is "leak free" now :)
11765
11766 2002-02-14 [carsten]    0.7.1claws2
11767         * src/stock_pixmap.c
11768                 used opendir/readdir/closedir instead of scandir
11769                 -> code should work now on Solaris
11770
11771 2002-02-14 [paul]       0.7.1claws1
11772
11773         * sync with sylpheed 0.7.1cvs8
11774                 see ChangeLog entries 2002-02-13 and 2002-02-14
11775
11776         * README.claws
11777                 add some description of Actions and Pixmap Themes
11778
11779 2002-02-13 [paul]       
11780
11781         * version 0.7.1claws release
11782
11783 2002-02-13 [paul]       0.7.1claws
11784
11785         * po/es.po
11786           po/it.po
11787           po/pt_BR.po
11788                 updated translations, submitted by Ricardo Mones Lastra,
11789                 Alessandro Maestri and Fabio Junior Beneditto
11790
11791 2002-02-13 [melvin]     0.7.0claws75
11792
11793         * src/prefs_actions.c
11794                 Added missing "signal.h" include
11795
11796 2002-02-13 [melvin]     0.7.0claws74
11797
11798         * src/prefs_folder_item.c
11799                 Added missing "config.h" include
11800         * po/fr.po
11801                 Updated French translation for folder propriety.
11802
11803 2002-02-13 [jens]       0.7.0claws73
11804
11805         * po/POTFILES.in
11806                 Added missing src/prefs_folder_item.c [log added by melvin]
11807         * po/de.po
11808                 Updated German translation.
11809
11810 2002-02-13 [melvin]     0.7.0claws72
11811
11812         * po/fr.po
11813                 Updated French translation.
11814
11815 2002-02-13 [melvin]     0.7.0claws71
11816
11817         * src/gtkutils.c
11818                 Made gtkut_editable_get_selection return NULL if selection
11819                 is of length zero.
11820                 This fixes a bug where selecting part of message A then
11821                 switching to message B and replying to it will not
11822                 quote the message's body.
11823
11824 2002-02-12 [paul]       0.7.0claws70
11825
11826         * src/mainwindow.c
11827                 cosmetic, relating to pixmap themes: on toolbar make 
11828                 updating of 'Exec' and 'Compose news/Compose email'
11829                 icons faster.
11830
11831 2002-02-12 [carsten]    0.7.0claws69
11832         * src/folderview.c
11833           src/mainwindow.[ch]
11834           src/stock_pixmap.c
11835           src/summaryview.c
11836           src/prefs_common.c
11837                 - refreshing after changing pixmap theme better
11838                   now (thanks Paul)
11839                 - wanted to remove some mem leaks, but alfons was
11840                   faster (and had the better solution ;)
11841
11842 2002-02-12 [alfons]     0.7.0claws68
11843
11844         * src/prefs_common.c
11845         * src/stock_pixmap.[ch]
11846                 plug mem leaks, refactor code a little bit
11847
11848
11849 2002-02-12 [sergey]     0.7.0claws67
11850
11851         * src/imap.c
11852                 Fixed problem with copying messages to IMAP folders when the
11853                 server uses something other than '/' as a namespace separator
11854                 (cyrus-imapd uses '.').
11855
11856 2002-02-12 [jens]       0.7.0claws66
11857
11858         * po/de.po
11859                 Updated German Translation
11860
11861 2002-02-12 [paul]       0.7.0claws65
11862
11863         * sync with sylpheed 0.7.1cvs1
11864                 see ChangeLog entry 2002-02-12
11865
11866 2002-02-12 [melvin]     0.7.0claws64
11867
11868         * src/prefs_actions.c
11869                 Fixed "feature" where children's output was duplicated 
11870                 instead of refreshed while monitoring.
11871                 Removed some debug code.
11872
11873 2002-02-12 [christoph]  0.7.0claws63
11874
11875         * src/compose.c
11876                 always delete message from queue after sending/send error
11877                 (closes bug #509601)
11878
11879 2002-02-12 [melvin]     0.7.0claws62
11880
11881         * src/prefs_actions.c
11882                 Children wait loop is now triggered with a timeout of 1s
11883                 Added %F which is replaced with the list of filenames 
11884                 of all selected messages (as suggested by Ricardo Mones Lestra)
11885                 Pipe syntax changed. Prefix with | to send selection, postfix
11886                 with | to retrieve output. Prefix with > or * to send
11887                 user definable input to the command (*: input is hidden)
11888                 Old pipe action should now be postfixed with |, too.
11889
11890 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11891         * src/stock_pixmap.c
11892                 fixed a bug: if there's no theme directory don't
11893                 throw an error, just do "nothing" (thanks Alfons)
11894
11895 2002-02-12 [carsten]    0.7.0claws60
11896         * src/folderview.c
11897           src/summaryview.c
11898                 had to write the cache twice (nasty!); some marks would 
11899                 get lost if not
11900
11901 2002-02-11 [carsten]    0.7.0claws59
11902         * acconfig.h
11903           configure.in
11904           doc-src/maintainer_guide.txt
11905           src/compose.[ch]
11906           src/defs.h
11907           src/folderview.[ch]
11908           src/gtkutils.[ch]
11909           src/mainwindow.[ch]
11910           src/prefs_common.[ch]
11911           src/stock_pixmap.[ch]
11912           src/summaryview.[ch]
11913                 pixmap theming and related work on pixmap
11914                 handling on some other places
11915                 (e.g. hrm features for all folder)
11916           src/pixmap/stock_*.xpm -> the stock_ was removed
11917         
11918 2002-02-11 [paul]       0.7.0claws58
11919
11920         * sync with sylpheed 0.7.1 release
11921                 see ChangeLog entries 2002-02-11
11922
11923 2002-02-08 [paul]       0.7.0claws57
11924
11925         * sync with sylpheed 0.7.0cvs39
11926                 see ChangeLog entry 2002-02-07 (last entry) 
11927
11928         * src/prefs_actions.c
11929           src/prefs_filtering.c
11930           src/prefs_matcher.c
11931           src/prefs_scoring.c
11932                 sync: made it compile with C compilers other than gcc
11933
11934 2002-02-07 [paul]       0.7.0claws56
11935
11936         * sync with sylpheed 0.7.0cvs38
11937                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11938                 2002-02-07
11939
11940 2002-02-07 [darko]      0.7.0claws55
11941
11942         * src/gtkutils.[ch]
11943         * src/summaryview.c
11944                 Fix const gchar */gchar * issue (thanks Hiro)
11945
11946 2002-02-07 [darko]      0.7.0claws54
11947
11948         * src/compose.[ch]
11949         * src/filtering.c
11950         * src/gtkutils.[ch]
11951         * src/prefs_template.c
11952         * src/quote_fmt.h
11953         * src/quote_fmt_parse.y
11954         * src/summaryview.c
11955         * src/utils.[ch]
11956                 When replying or forwarding an email don't quote the entire
11957                 mail body but use the part of the message text that is selected
11958
11959 2002-02-06 [melvin]     0.7.0claws53
11960
11961         * src/prefs_common.[ch]
11962         * src/gtkspell.[ch]
11963         * src/compose.c
11964                 Made possible to switch quickly to last used dictionary
11965                 which makes checking bilingual documents easier.
11966
11967 2002-02-06 [melvin]     0.7.0claws52
11968         
11969         * po/POTFILES.in
11970                 Added forgotten new file src/prefs_actions.c
11971
11972 2002-02-06 [melvin]     0.7.0claws51
11973
11974         * src/prefs_actions.c   ** NEW FILE **
11975         * src/prefs_actions.h   ** NEW FILE **
11976                 Added actions to execute on message text view, or on the
11977                         message's file.
11978         * src/Makefile.am
11979                 Added src/prefs_actions.[ch]
11980         * src/compose.c
11981                 Added new menu "Edit/Actions"
11982         * src/defs.h
11983                 Added new actionsrc file.
11984         * src/main.c
11985                 Added actionsrc reading.
11986         * src/mainwindow.c
11987                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11988         * src/prefs_common.h
11989                 Added new element actionslst element to prefs_common.
11990
11991 2002-02-06 [paul]       0.7.0claws50
11992
11993         * sync with sylpheed 0.7.0cvs36
11994                 see ChangeLog entry 2002-02-06
11995
11996 2002-02-05 [paul]
11997
11998         * po/es.po
11999                 updated by Ricardo Mones Lastra
12000
12001 2002-02-05 [paul]       0.7.0claws49
12002
12003         * sync with sylpheed 0.7.0cvs33
12004                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12005
12006 2002-02-05 [paul]       0.7.0claws48
12007
12008         * src/compose.c
12009                 re-add 'Edit/Advanced/Delete entire line', previously named
12010                 'Delete Line+'
12011
12012 2002-02-04 [paul]       0.7.0claws47
12013
12014         * src/compose.c
12015           src/summaryview.c
12016                 fix bug #494993 (Reply All not taking Reply-To into consi)
12017                 eliminate differences in behaviour of right-click 'Reply to all' 
12018                 in summary view and 'Reply to all' on the toolbar. 
12019                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12020                 view and From gets ignored by 'Reply to all' on toolbar.
12021                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12022                 From when no Reply-To header is present.
12023
12024 2002-02-04 [paul]       0.7.0claws46
12025
12026         * sync with sylpheed 0.7.0cvs30
12027                 see ChangeLog entries 2002-02-03 and 2002-02-04
12028
12029 2002-02-03 [melvin]     0.7.0claws45
12030
12031         * src/gtkspell.[ch]
12032                 Readded function to highlight all misspelled words.
12033                 Fixed bug where user-provided-words did not replace
12034                         correctly the misspelled word when using the mouse.
12035                 Fixed bug where checking a region selected from right to left did
12036                         not check the region at all.
12037                 Fixed bug where 'Check backwards' may not check at all. 
12038                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12039                 Fixed possible buffer overflow when checking for long strings (>1k).
12040                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12041                 Accelerators code uses now gtk_widget_add_accel.
12042                 Removed and disabled obsolete and unfinished code.
12043                 Cleaning up.
12044
12045         * src/compose.c
12046                 Added menu item to Highlight all misspelled words.
12047
12048 2002-02-01 [paul]       0.7.0claws44
12049
12050         * src/mainwindow.c
12051                 fix '/View/Hide read messages' sensitivity when all
12052                 messages in a folder are hidden
12053
12054 2002-02-01 [paul]       0.7.0claws43
12055
12056         * src/main.c
12057                 add --send option to command line interface, sends all
12058                 queued mail. Patch submitted by Ricardo Mones Lastra.
12059
12060 2002-01-31 [paul]       0.7.0claws42
12061
12062         * src/mainwindow.c
12063                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12064
12065 2002-01-31 [paul]       0.7.0claws41
12066
12067         * sync with sylpheed 0.7.0cvs27
12068                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12069                 and 2002-01-31
12070
12071         * src/textview.c
12072                 comment out elements of textview_show_part() as temporary
12073                 workaround for attachment 'Display as text' bug 
12074
12075         * po/pt_BR.po
12076                 updated by Fabio Junior Beneditto
12077
12078 2002-01-30 [paul]       0.7.0claws40
12079
12080         * sync with sylpheed 0.7.0cvs24
12081                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12082                 and 2002-01-30
12083
12084         * src/compose.c
12085                 add {N_("/_Spelling"), ... "<Branch>"} to 
12086                 GtkItemFactoryEntry compose_entries[]
12087
12088         * src/prefs_common.c
12089                 add claws menu items to prefs_keybind_apply_clicked()
12090                 and remove non-claws menu items
12091
12092 2002-01-29 [paul]       0.7.0claws39
12093
12094         * sync with sylpheed 0.7.0cvs22
12095                 see ChangeLog entries 2002-01-28 and 2002-01-29
12096
12097 2002-01-28 [melvin]     0.7.0claws38
12098
12099         * src/compose.c
12100                 Added the declartion of compose_send_control_enter.
12101
12102         * src/compose.c
12103         * src/gtkspell.[ch]
12104                 Added in a 'Spelling' menu which includes the configuration menu. 
12105                 Added a real 'Check all' and got rid from the old one which only
12106                 highlited misspelled word.
12107                 Made 'Check while typing' a disableable option.
12108                 Added a dialog when there are no more misspelled word.
12109                 Added a dialog if error occurs when switching to a dictionary.
12110         
12111         * src/prefs_common.[ch]
12112                 Added option for the default 'Check while typing' option.
12113
12114
12115 2002-01-28 [alfons]     0.7.0claws37
12116
12117         * src/compose.c
12118                 fix buglet and make code comply with sylpheed code style
12119
12120 2002-01-28 [paul]       0.7.0claws36
12121
12122         * sync with sylpheed 0.7.0cvs19
12123                 see ChangeLog entries for 2002-01-28
12124
12125 2002-01-28 [hoa]        0.7.0claws35
12126
12127         * src/defs.h
12128                 added rendererrc
12129
12130         * src/main.c
12131                 read the renderer config
12132
12133         * src/procmime.[ch]
12134                 use the renderer config to convert mime attachments
12135
12136         * src/textview.c
12137                 don't use textview_show_html/ertf,
12138                 use get_text_content instead
12139
12140 2002-01-27 [alfons]     0.7.0claws34
12141         
12142         * src/news.c
12143                 make sylpheed believe it can delete a news message...
12144                 (messages are NOT deleted, maybe we should remove
12145                 processing from the folder properties after all.)
12146
12147 2002-01-27 [alfons]     0.7.0claws33
12148
12149         * src/folder.c
12150                 add extra checks
12151         * src/news.c
12152                 implement remove_msg() 
12153
12154 2002-01-27 [alfons]     0.7.0claws32
12155
12156         * src/procmsg.h
12157         * src/procheader.c
12158         * src/messageview.c
12159                 fix return receipt / disposition notification again. this
12160                 stuff seems to break on _every_ major summary UI change, so
12161                 it's now implemented using a flag which is saved in the
12162                 marks cache
12163                 
12164 2002-01-26 [alfons]     0.7.0claws31
12165
12166         * src/import.c
12167                 let import dialog show the destination folder identifier
12168
12169 2002-01-26 [melvin]     0.7.0claws30
12170
12171         * src/folderview.c
12172         * src/summaryview.c
12173                 Readded 'Mark all read' into summary view popup menu
12174                 Added 'Mark all read' in folder view popup menu for IMAP
12175                 and NNTP.
12176                 Made it insensitive if the selected folder is not the shown
12177                 one to avoid 'Mark all read' on the wrong folder.
12178                 
12179 2002-01-26 [paul]       0.7.0claws29
12180
12181         * src/folderview.c
12182           src/summaryview.c
12183                 move 'Mark all read' from summary view to folder view
12184                 menu. (adapted from) patch submitted by Jeremy Andrews,
12185                 <lists@kerneltrap.com>
12186
12187 2002-01-25 [alfons]     0.7.0claws28
12188
12189         * src/gtkstext.c
12190                 put the gtk class name back so GtkSText adapts the 
12191                 settings of GtkText
12192
12193 2002-01-25 [alfons]     0.7.0claws27
12194
12195         * src/folderview.c 
12196                 assimilate Ricardo's patch that shows pixmaps instead of
12197                 plain "new" and "unread" texts in the folder view column
12198                 headers 
12199
12200 2002-01-25 [paul]       0.7.0claws26
12201
12202         * src/Makefile.am
12203                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12204                 be found in non-standard locations. 
12205                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12206
12207 2002-01-25 [paul]       0.7.0claws25
12208
12209         * sync with sylpheed 0.7.0cvs16
12210                 see ChangeLog entry 2002-01-25
12211
12212 2002-01-24 [paul]       0.7.0claws24
12213
12214         * more sync with sylpheed 0.7.0cvs15
12215                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12216
12217 2002-01-23 [sergey]     0.7.0claws23
12218
12219         * src/importldif.c
12220                 Fixed segfault when closing LDIF import wizard with
12221                 the window manager.
12222         * src/imageview.c
12223         * src/imageview.h
12224         * src/messageview.c
12225         * src/mimeview.c
12226                 Fixed wrong scrolling position after switching between
12227                 text and image parts.
12228
12229 2002-01-23 [paul]       0.7.0claws22
12230
12231         * sync with sylpheed 0.7.0cvs15
12232                 see ChangeLog entries 2002-01-22 and 2002-01-23
12233
12234 2002-01-21 [melvin]     0.7.0claws21
12235
12236         * src/prefs_scoring.c
12237         * src/prefs_filtering.c
12238                 Fixed bug where scoring and filtering windows stopped
12239                 autochecking.
12240
12241 2002-01-21 [paul]       0.7.0claws20
12242
12243         * sync with sylpheed 0.7.0cvs12
12244                 see ChangeLog entries 2002-01-20 and 2002-01-21
12245
12246 2002-01-21 [carsten]    0.7.0claws19
12247         * src/mainwindow.c
12248         * src/menu.[ch]
12249         * src/messageview.[ch]
12250         * src/summaryview.[ch]
12251                 changes to shortcuts handling again:
12252                         + "Q" now controled by mainwin
12253                         + v/V are now customizable and have slightly
12254                           different meanings
12255                 the "button" to minimize the messageview (and maximize
12256                 the summary view) is a real button now
12257         * src/compose.c
12258                 "Delete Line+" added to Edit/Advanced (this will also
12259                 delete the '\n')
12260
12261 2002-01-20 [melvin] 0.7.0claws18
12262
12263         * src/addressbook.c
12264                 Made "Bcc" sensitive when addressbook is called from
12265                 compose window (it was a Claws only bug).
12266
12267 2002-01-19 [alfons] 0.7.0claws17
12268
12269         * src/inc.c
12270                 prevent unnecessary updates when currently selected folder has
12271                 no new messages 
12272
12273 2002-01-19 [alfons] 0.7.0claws16
12274         
12275         * src/summaryview.c
12276                 prevent writing the cache based on current message list in summary 
12277                 view when filtering also put messages in currently selected folder
12278
12279 2002-01-19 [paul]
12280
12281         * po/it.po
12282                 Italian translation submitted by Alessandro Maestri
12283                 <a.maestri@cs.tin.it>
12284
12285 2002-01-18 [melvin]     0.7.0claws15
12286
12287         * src/prefs_filters.c
12288                 fixed bug where 'cancel' from 'filters' window stops autochecking
12289                 if the timer timed out  when the window was open.
12290
12291 2002-01-18 [match]      0.7.0claws14
12292
12293         * src/addrclip.[ch]     ** NEW FILE **
12294         * src/addrselect.[ch]   ** NEW FILE **
12295         * src/adbookbase.h      ** NEW FILE **
12296                 addressbook cut, copy and paste
12297         * src/addrbook.[ch]
12298         * src/addrcache.[ch]
12299         * src/addressitem.h
12300         * src/addrindex.[ch]
12301         * src/addritem.[ch]
12302         * src/importldif.c
12303         * src/importmutt.c
12304         * src/jpilot.[ch]
12305         * src/syldap.[ch]
12306         * src/vcard.[ch]
12307         * src/jpilot.[ch]
12308         * src/editbook.c
12309         * src/editjpilot.c
12310         * src/editldap.c
12311         * src/editvcard.c
12312                 support for copy/paste
12313         * src/addressbook.c
12314                 support for copy/paste
12315                 tidy up menu option processing
12316                 correct address list function arguments
12317         * src/editaddress.c
12318                 sort user attributes
12319         * src/ldif.h
12320         * src/mutt.h
12321                 tidy up
12322
12323         * src/addrbook.[ch]
12324         * src/addrbook.[ch]
12325         * src/addrbook.[ch]
12326                 
12327
12328 2002-01-18 [paul]       0.7.0claws13
12329
12330         * sync with sylpheed 0.7.0cvs8
12331                 configure.in: support Mac OS X (Darwin)
12332
12333 2002-01-18 [carsten]    0.7.0claws12
12334         * src/html.c
12335                 small hack to fix a segfault with an empty href
12336                 (reported by Alexandra Walford <deeni@altern.org>)
12337         * src/mainwindow.c
12338         * src/summaryview.c
12339                 the shortcuts for Mark und Mark as unread are hardcoded
12340                 again
12341         * src/compose.c
12342         * src/gtkstext.[ch]
12343                 readded the shortcuts in gtkstext but made them
12344                 customizeable (simply by adding a menu plus a wrapper
12345                 to compose.c)
12346
12347 2002-01-17 [melvin]     0.7.0claws11
12348
12349         * src/gtkspell.c
12350                 fix default dictionary not being saved.
12351
12352 2002-01-16 [darko]      0.7.0claws10
12353
12354         * src/compose.c
12355                 fix wrapping crash with URL longer than wrapping margin
12356
12357 2002-12-08 [hoa]        0.7.0claws10
12358
12359         * src/matcher_parser_parse.y
12360                 fixed some bugs
12361
12362         * src/prefs_filtering.c
12363                 now, we can use bounce action in the dialog box.
12364
12365 2002-01-16 [carsten]    0.7.0claws9
12366         * src/gtkstext.c
12367                 removed the <control> and <alt> shortcuts because they're
12368                 not needed and interefered with the "normal" shortcuts
12369         * src/mainwindow.c
12370         * src/summaryview.c
12371                 removed most of the hardcoded shortcuts and assigned
12372                 them to menu entries making them easy customizable by
12373                 that
12374
12375 2002-01-16 |melvin]     0.7.0claws8
12376
12377         * src/gtkspell.c
12378                 fixed bug where using the mouse and when the compose
12379                 window is not on top may result in a crash.
12380
12381 2002-01-16 [melvin]     0.7.0claws7
12382
12383         * src/compose.c
12384                 fixed a long standingspell checker bug which could 
12385                 cause a crash after sending a message.
12386
12387 2002-01-16 [paul]       0.7.0claws6
12388
12389         * sync with sylpheed 0.7.0cvs7
12390                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12391                 2002-01-15, and 2002-01-16
12392
12393 2002-01-16 [melvin]     0.7.0claws5
12394
12395         * README.claws
12396         * src/compose.c
12397         * src/gtkspell.[ch]
12398         * src/main.c
12399                 Heavily modified spell checker code to work around
12400                 ispell bug, to add keyboard shortcuts and for future
12401                 enhancements. See README.claws for usage information.
12402
12403 2002-01-15 [alfons]     0.7.0claws4
12404         
12405         * src/summaryview.c
12406                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12407                 so sorting within threads reflects sort mode
12408
12409 2002-01-15 [christoph]  0.7.0claws3
12410
12411         * src/procmsg.c
12412                 added alertpanel if mail sending failed
12413
12414 2002-01-15 [alfons]     0.7.0claws2
12415         
12416         * src/prefs_filtering.c
12417                 don't stop timer when prefs filtering dialog is opened
12418
12419 2002-01-14 [alfons]     0.7.0claws1
12420
12421         * src/addr_compl.c
12422         * src/prefs.c
12423                 remove debug_print()s for privacy reasons
12424
12425 2002-01-14 [darko]      0.7.0claws
12426
12427         * README.claws
12428                 quotation wrapping is now also in the main branch
12429
12430 2002-01-14 [paul]
12431
12432         * tools/filter_conv.pl
12433                 allow for Boolean Op and case-sensitivity
12434                 this file is included in the release and tagged
12435                 'rel_0_7_0'
12436
12437 2002-01-13 [paul]       0.7.0claws
12438
12439         * release 0.7.0, with cvs tag 'rel_0_7_0'
12440
12441 2002-01-13 [paul]
12442
12443         * tools/filter_conv.pl
12444         * tools/README
12445                 rewritten to output to matcherrc instead of filteringrc
12446
12447         * po/es.po
12448                 updated Spanish translation by Ricardo Mones Lastra
12449
12450 2002-01-13 [alfons]
12451
12452         * po/nl.po
12453                 update dutch translation
12454
12455 2002-01-13 [paul]
12456
12457         * po/pt_BR.po
12458                 Updated by Fabio Junior Beneditto 
12459
12460 2002-01-13 [melvin]     0.6.6claws53
12461
12462         * po/fr.po
12463                 Updated french translation
12464
12465 2002-01-12 [alfons]     0.6.6claws52
12466
12467         * src/filtering.c
12468                 plug mem leak that has been sitting there for ages              
12469
12470 2002-01-12 [alfons]     0.6.6claws51
12471
12472         * src/summaryview.c
12473                 undo melvin's changes from 0.6.6claws48 because summary
12474                 view now refuses to select first unread message when
12475                 selecting a folder 
12476
12477 2002-01-11 [alfons]     0.6.6claws50
12478
12479         * src/import.c
12480                 use claws' semantics for getting folder item when
12481                 importing an mbox file into a folder 
12482                 (submitted by Dale P. Smith)
12483
12484 2002-01-11 [christoph]  0.6.6claws49
12485
12486         * src/prefs.h
12487                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12488                 toggle widget, because non static prefs can not use
12489                 prefs_set_* functions
12490         * src/prefs_account.c
12491                 toggle smtp auth password field sensitivity if
12492                 user id is empty and add descrition of usage for
12493                 these fields
12494         * src/prefs_folder_item.c
12495                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12496                 callbacks
12497
12498 2002-01-11 [melvin]     0.6.6claws48
12499
12500         * src/compose.c
12501                 fix the 'Ctrl-Enter' feature for sending and test really
12502                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12503                 editables which was not documented in Gtk)
12504
12505         * src/summaryview.c
12506                 Made summaryview refresh after sorting and not before.
12507
12508 2002-01-11 [christoph]  0.6.6claws47
12509
12510         * src/compose.c
12511                 select account from account ids if possible and
12512                 correctly set save folder for copy in reedit
12513
12514 2002-01-10 [paul]       0.6.6claws46
12515
12516         * sync with sylpheed 0.7.0 release
12517                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12518                 2002-01-09
12519
12520 2002-01-09 [alfons]
12521
12522         * src/summaryview.c
12523                 remove more dirt traces...
12524
12525 2002-01-09 [alfons]
12526         
12527         * src/summaryview.c
12528                 clean up some traces of my debugging stuff
12529
12530 2002-01-09 [alfons]     0.6.6claws45
12531
12532         * src/filtering.c
12533                 break up filteringprop_apply() in three separate pieces
12534                 so we can drop messages that failed processing in the
12535                 inbox
12536
12537         * src/summaryview.c
12538                 fix bug #469598 "no refresh of inbox after filter" which 
12539                 was introduced by the new summary view locking, and which 
12540                 prevented the summary view to update after a manual filter 
12541                 message. claw's filter message requires a summary_show().
12542                 (aargh, summary_show() again! :-)
12543                 
12544 2002-01-07 [alfons]     0.6.6claws44
12545
12546         * src/headerwindow.c
12547         * src/logwindow.c
12548         * src/messageview.c
12549         * src/sourcewindow.c
12550                 bring in Hiro's last 0.7.0 wm class fixes
12551
12552         * tools/sylprint.pl
12553                 bring in Ricardo's fix for sylprint script
12554
12555         * AUTHORS       
12556         * src/rfc2015.[ch]
12557         * src/prefs_common.[ch]
12558         * src/prefs_account.[ch]
12559         * src/compose.c
12560                 clean up account preference poison in rfc2015,
12561                 and preparation to fix double sign bug 
12562                 (patch submitted by Simon 'corecode' Schubert)
12563
12564 2002-01-07 [christoph]  0.6.6claws43
12565
12566         * src/mh.c
12567                 search for free message number, do not only rely
12568                 on last_num
12569         * src/send.c
12570                 fix smtp auth and use extra account information
12571                 if available, if not use pop3 data instead
12572                 (closes bug #500341)            
12573         * src/ssl.[ch]
12574                 match coding style
12575
12576 2002-01-06 [alfons]     0.6.6claws42
12577
12578         * src/mainwindow.c
12579                 try making the separate windows work again...
12580
12581 2002-01-06 [alfons]     0.6.6claws41
12582
12583         * src/mainwindow.c
12584                 adapt Hiro's separate window menu (to get rid of the funny
12585                 duplicate menu items), and make it work again
12586
12587 2002-01-06 [alfons]     0.6.6claws40
12588
12589         * tools/Makefile.am
12590         * tools/sylprint.rc
12591         * tools/sylprint.pl
12592         * tools/README.sylprint
12593                 add sylprint script for printing mails from Sylpheed
12594                 (contributed by Ricardo Mones Lastra)
12595
12596         * src/acount.c
12597                 clean up
12598
12599 2002-01-06 [melvin]     0.6.6claws39
12600
12601         * src/mainwindow.c
12602         * src/summaryview.c
12603                 Fixed crash introduced in 0.6.6claws38 by the menu
12604                 reorganisation (Hide read messages)
12605         
12606         * ChangeLog.claws 
12607                 Fixed typo (we are now in 2002, alfons ;) )
12608
12609 2002-01-05 [alfons]     0.6.6claws38
12610
12611         * sync with sylpheed 0.6.6cvs10-17
12612                 (last stuff marked as LAST_STABLE)
12613
12614 2002-01-04 [melvin]     0.6.6claws37
12615
12616         * src/account.c
12617                 Made account selection code use strcasestr again instead of
12618                 g_strcasecmp (fixes bug where reediting queued messages
12619                 did not select proper account reported by T. Link).
12620         
12621         * src/folderview.c
12622                 Fix bug where folder icons are not shown when 'hide read messages'
12623                 is on.
12624         
12625         * src/stock_pixmaps.[ch]
12626                 Added folder icons for 'hide read messages'.
12627         
12628         * src/compose.c
12629                 Fixed bug where 'Enter' in a header entry will send the message 
12630                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12631
12632 2002-01-03 [melvin]     0.6.6claws36
12633         
12634         * src/prefs.[ch]
12635                 Added popup menu for common preferences and
12636                 account preferences (right click on tab displays
12637                                 a menu of all tabs.)
12638
12639 2002-01-02 [melvin]     0.6.6claws35
12640
12641         * src/gtkspell.[ch]
12642                 Made spelling code compatible with undo/redo feature.
12643                 Added creation of suggestion mode menu for the general
12644                         preferences.
12645         
12646         * src/prefs_common.[ch]
12647                 Added option menu for the speller's suggestion mode.
12648                 Added missing spaces in "..." buttons and made a "..."
12649                         button non translatable!
12650         
12651         * src/compose.c
12652                 Made speller use the default suggestion mode.
12653                 Hack to make it possible to choose 'CTRL-Enter' as a
12654                         shortcut for sending (and only for sending).
12655
12656         * src/prefs_folder_item.c
12657                 Changing subject simplification does not update cache 
12658                         anymore (because it is unnecessary).
12659                 Fixed bug where changing subject simplification updated the 
12660                         summaryview even when the viewed folder is not the
12661                         folder which properties are being changed. (E.g. 
12662                                         viewing folder A and changing
12663                                         the subject simplification of 
12664                                         folder B -not being viewed- updated the 
12665                                         summaryview of folder A with data of
12666                                         folder B). (Hope this is clear... )
12667
12668 2001-12-31 [alfons]     0.6.6claws34
12669         
12670         * src/ldif.c
12671         * src/mutt.c
12672                 fgetc() returns a signed integer which doesn't
12673                 fit in a char. so c truncates this to a char
12674                 but we may lose significant bits. i.e. we may
12675                 comparing 0xFF which may not be equal to -1
12676                 unless properly casted to signed char which
12677                 we won't do because fgetc() returns a signed
12678                 integer which doesn't fit in a char. so c 
12679                 truncates this to a char but we may lose 
12680                 significat bits. (you got the idea, thanks
12681                 to Gustavo Noronha Silva <kov@debian.org>
12682                 and the Debian folks!)
12683
12684 2001-12-30 [alfons]     0.6.6claws33
12685
12686         * src/prefs_common.c
12687                 add #ifdef USE_PSPELLs that Melvin forgot               
12688
12689 2001-12-30 [melvin]     0.6.6claws32
12690         
12691         * src/prefs_common.[ch]
12692                 Added configurable color for misspelled words.
12693
12694         * src/gtkspell.[ch]
12695                 Fixed bug of foreground text color (reported by David
12696                                 Mehrmann)
12697                 Added configurable color for misspelled words.
12698
12699 2001-12-30 [alfons]     0.6.6claws31
12700
12701         * src/folder.c
12702                 remove unnecessary things someone put there
12703
12704         * src/mh.c
12705         * src/folder.[ch]
12706                 make folder properties (like threading and sorting) persistent
12707                 (closes bug #497424 "rescan folder tree resets proprieties")
12708                 currently this is only for MH folders. 
12709
12710 2001-12-29 [melvin]     0.6.6claws30
12711
12712         * src/string_match.[ch]
12713                 Optimized a bit: regexp pattern buffer compiled only once, and
12714                   one subroutine call removed. Fixed ^ regexp search: Now, 
12715                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12716         
12717         * src/summaryview.c
12718                 Subject filtering changed to filter summary columns and
12719                   not directly the messages subject cache. The loss in 
12720                   performance is balanced by the improvement of string_match.
12721                 Added an alert panel if there is an error in the regexp.
12722
12723         * src/src/prefs_folder_item.h
12724                 Added a regexp pattern buffer.
12725
12726 2001-12-28 [alfons]     0.6.6claws29
12727
12728         * src/string_match.[ch]
12729                 clean up name space
12730                 allow compilation *BSD
12731
12732 2001-12-27 [alfons]     0.6.6claws28
12733
12734         * src/filter.c
12735                 sync the Hiro's bug fix for BSD
12736
12737 2001-12-27 [melvin]     0.6.6claws27
12738         
12739         * src/compose.c
12740                 Simplify focus to subject entry code.
12741
12742 2001-12-27 [darko]      0.6.6claws26
12743
12744         * src/filtering.c
12745         * src/mbox_folder.c
12746         * src/messageview.c
12747         * src/mh.c
12748         * src/procheader.[ch]
12749         * src/procmsg.h
12750         * src/stock_pixmap.[ch]
12751         * src/summaryview.c
12752                 Show key icon for encrypted mails in summary view
12753
12754         * src/pixmaps/clip.xpm
12755         * src/pixmaps/clipkey.xpm
12756         * src/pixmaps/key.xpm
12757                 New/modified icons for the above
12758
12759 2001-12-27 [melvin]     0.6.6claws25
12760
12761         * src/prefs_common.c
12762                 Put spell checker options in a separate tab to decrease
12763                 the Common Preferences window height.
12764
12765         * README.claws  
12766                 Update spell checker usage instruction about its options
12767                 location.
12768
12769 2001-12-27 [melvin]     0.6.6claws24
12770
12771         * src/compose.c
12772                 Changed subject entry widget position. Initial focus is
12773                 on the To header instead of the subject entry.
12774                 Creating a new header scrolls the header list to make the
12775                 created one visible. Nevertheless, when automatically filling
12776                 headers, the first one is shown.
12777                 A Tab key press in the last empty header entry zips the 
12778                 focus to the subject entry.
12779                 (I did not change the combo boxes, yet)
12780
12781 2001-12-26 [alfons]     0.6.6claws23
12782
12783         * src/prefs_account.c
12784         * src/inc.c
12785                 allow default inbox to reside in another mailbox (only
12786                 works for POP3 accounts)
12787
12788 2001-12-26 [alfons]     0.6.6claws22
12789         
12790         * src/textview.c
12791                 make reply-on-click work with the account of the selected folder
12792         * src/compose.c
12793                 put a fixme here to remind me to fix finding correct default
12794                 account for nested folders
12795
12796 2001-12-25 [alfons]     0.6.6claws21
12797
12798         * src/summaryview.c
12799                 make column headers display locked and mark pixmaps (idea by Melvin) 
12800                 fix bug by adding score and locked column type to sort array
12801
12802 2001-12-25 [alfons]     0.6.6claws20
12803         
12804         * src/summaryview.c
12805                 catch a *potentially* inadvertent write back of  
12806                 the message cache(s) introduced by 0.6.5claws37
12807
12808 2001-12-25 [christoph]  0.6.6claws19
12809
12810         * src/stock_pixmap.[ch]
12811         * src/summaryview.c
12812                 add ignore thread pixmap
12813                 (can someone draw a better icon for this?)
12814
12815 2001-12-24 [alfons]     0.6.6claws18
12816
12817         * src/prefs_folder_item.c
12818                 make address completion actually work for the
12819                 Default To address in the Folder Property dialog.
12820
12821 2001-12-24 [alfons]     0.6.6claws17
12822         
12823         * src/summaryview.c
12824                 use new style regexp for subject stripping 
12825                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12826
12827 2001-12-24 [darko]      0.6.6claws16
12828
12829         * src/pgptext.c
12830         * src/rfc2015.c
12831                 move GPG related informational messages to debug mode
12832
12833 2001-12-23 [alfons]     0.6.6claws15
12834
12835         * src/stock_pixmap.[ch]
12836         * src/summaryview.c
12837                 add the forgotten Claws' locked pixmap
12838
12839 2001-12-23 [alfons]     0.6.6claws14
12840
12841         * src/filesel.c
12842                 accept file name typed in entry in multi file
12843                 selector (patch submitted by Gustavo Noronha Silva 
12844                 <kov@debian.org>)
12845
12846 2001-12-23 [alfons]     0.6.6claws13
12847
12848         * src/prefs_filter.c
12849         * src/prefs_filtering.c
12850         * src/matcher.c
12851         * src/importmutt.c
12852                 clean up a little bit
12853         
12854         * src/string_match.c
12855                 validate input strings a little bit more
12856
12857 2001-12-23 [alfons]     0.6.6claws12
12858
12859         * src/Makefile.am
12860         * src/summaryview.c
12861         * src/string_match.[ch]         ** NEW **
12862         * src/folderview.[ch]
12863         * src/headerview.h
12864         * src/folder.[ch]
12865         * src/prefs_folder_item.[ch]
12866                 add subject simplification to strip out strings from
12867                 a subject line (esp. handy for mailing lists). 
12868                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12869                 but slightly changed things for better integration.)
12870
12871 2001-12-23 [alfons]     0.6.6claws11
12872
12873         * src/mainwindow.c
12874                 fix bug introduced by submission included in 0.6.5claws52.
12875                 ideally this submission should clean the trash if any trash
12876                 folder has a message. however, the hasTrash variable was
12877                 set to false whenever a trash folder was empty (discarding
12878                 a previously found *filled* trash folder.)
12879
12880                 also edited the code a little bit and made it more safe.
12881
12882 2001-12-22 [alfons]     0.6.6claws10
12883
12884         * src/imap.c
12885                 quick fix for Martin Pool's omission of an account
12886                 specific SSL setting
12887
12888 2001-12-22 [alfons]     0.6.6claws9
12889
12890         * src/compose.c
12891         * src/messageview.c
12892         * src/mimeview.c
12893         * src/pgptext.c
12894         * src/procmime.[ch]
12895                 better support for multipart/digest (submitted
12896                 by Fredrik <e98fo@efd.lth.se>)
12897
12898 2001-12-22 [alfons]     0.6.6claws8
12899
12900         * src/addressbook.c
12901                 correct function signature
12902         * src/socket.[ch]
12903         * src/imap.[ch]
12904         * src/prefs_account.[ch]
12905                 allow IMAP over SSH tunnel (patch submitted by 
12906                 Martin Pool <mbp@samba.org>)
12907
12908 2001-12-21 [alfons]     0.6.6claws7
12909
12910         * sync with sylpheed 0.6.6cvs4-9
12911                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12912
12913 2001-12-21 [christoph]  0.6.6claws6
12914
12915         * src/compose.c
12916         * src/prefs_folder_item.[ch]
12917                 implement saving of outgoing messages to current folder.
12918                 fix segfault when no default outbox is available
12919                 (closes bug #495683)
12920
12921 2001-12-21 [carsten]    0.6.6claws5
12922         * src/folderview.c
12923         * src/summaryview.c
12924                 pressing CTRL while DND does now the expected thing and
12925                 copies the mail (moving is still the default, as this
12926                 seam more appropriate for handling mails by DND)
12927
12928 2001-12-18 [paul]       0.6.6claws4
12929
12930         * sync with sylpheed 0.6.6cvs3
12931                 see ChangeLog entries 2001-12-18
12932
12933 2001-12-18 [hiro]       0.6.6claws3
12934
12935         * src/undo.c
12936                 fix for multibyte characters (obtain the number of letters
12937                 instead of bytes).
12938
12939 2001-12-17 [paul]       0.6.6claws2
12940
12941         * sync with sylpheed 0.6.6cvs1
12942                 see ChangeLog entry 2001-12-16
12943
12944 2000-12-17 [alfons]     0.6.6claws1
12945
12946         * src/filtering.c
12947                 clean up
12948
12949 2001-12-16 [paul]       0.6.6claws
12950 2001-12-15
12951
12952         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12953
12954         * src/mimeview.c
12955                 last minute sync with main 0.6.6
12956
12957         * po/es.po
12958                 updated by Ricardo Mones Lastra
12959                 update for last minute sync
12960         * po/fr.po
12961         * po/nl.po
12962                 update for last minute sync
12963         * po/de.po
12964                 updated by Jens Oberender
12965         * po/pt_BR.po
12966                 updated by Fabio Junior Beneditto
12967
12968         * src/prefs_common.[ch]
12969         * src/undo.c
12970                 number of undo levels is user configurable
12971                 (squeeze it into the release in the dying
12972                 moments) Submitted by Jens Oberender    
12973
12974 2001-12-15 [melvin]
12975
12976         * po/fr.po
12977                 updated french translation
12978
12979 2001-12-15 [paul]       0.6.5claws92
12980
12981         * sync with sylpheed 0.6.5cvs28
12982                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12983
12984         * po/nl.po
12985                 update to allow for sync
12986
12987 2001-12-15 [alfons]
12988         
12989         * po/nl.po
12990                 update dutch translation
12991
12992 2001-12-14 [carsten]    0.6.5claws91
12993         * src/summaryview.c
12994                 fixed bug #473785; also after changing the column order
12995                 the same message will be selected and displayed as before
12996                 the reordering
12997
12998 2001-12-14 [carsten]    0.6.5claws90
12999         * src/folderview.c
13000                 probably found the bug reported by wwb opening or closing
13001                 a folder tree just before dnd (found the solution in the
13002                 balsa source -- thanks to them)
13003
13004 2001-12-14 [carsten]    0.6.5claws89
13005         * src/gtkutils.c
13006         * src/account.c
13007                 moved gtk_clist_moveto to the right place, so that
13008                 only the accounts dialog is effected on opening
13009
13010 2001-12-14 [carsten]    0.6.5claws88
13011         * src/gtkutils.c
13012                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13013                 now, so that the focused row will be seen in any case
13014                 (reported by wwp on sf-claws-user)
13015
13016 2001-12-14 [darko]      0.6.5claws87
13017
13018         * src/compose.c
13019                 remove unnecessary line
13020
13021 2001-12-14 [paul]       0.6.5claws86
13022
13023         * sync with sylpheed 0.6.5cvs27
13024                 see ChangeLog entries 2001-12-14
13025
13026 2001-12-14 [carsten]    0.6.5claws85
13027         * src/mainwindow.c
13028                 following a suggestion of Melvin the rcoabm pops up
13029                 right under the button now and the button is reliefed
13030                 while the popup is open
13031
13032 2001-12-14 [darko]      0.6.5claws84
13033
13034         * src/compose.c
13035                 fix crash when wrapping long lines if linewrap quotation
13036                 is disabled and wrapper encounters a word spanning more
13037                 than one line
13038
13039 2001-12-13 [paul]       0.6.5claws83
13040
13041         * src/compose.c
13042                 prefer 'Reply-To' header over mailing list header when
13043                 replying to a message. Finally prevent all those confirmation 
13044                 messages being sent to the list itself.
13045
13046         * src/summaryview.c
13047                 remove unused summary_set_menu_sensitive() entry
13048
13049 2001-12-13 [paul]       0.6.5claws82
13050
13051         * src/folderview.c
13052         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13053         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13054         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13055                 improvements to 'Hide read messages': Inbox, Outbox,
13056                 Trash, Queue, and Draft icons now reveal presence of hidden 
13057                 messages
13058
13059 2001-12-12 [alfons]     0.6.5claws81
13060
13061         0.6.5claws80 was tagged as LAST_STABLE
13062
13063         * src/filtering.[ch]
13064         * src/matcher.[ch]
13065         * src/matcher_parser_lex.c
13066                 fix the filtering; my last attempt to get it right, 
13067                 if it does not work, it's Hoa's turn. ;-)
13068
13069                 for my honourable peers:
13070                 
13071                 the code now makes a clear distinction between
13072                 rules as they are displayed (probably escaped),
13073                 and as they are executed (probably unescaped). the
13074                 parser does *NOT* do any unescaping, this is
13075                 the task of the matcher.c (which breaks up a
13076                 rule into condition) and the filtering.c (which
13077                 breaks up the rule's action). to make this
13078                 run happily we provide an unescaped copy of
13079                 crucial strings to the MatcherProp and 
13080                 FilteringAction structures. note that the only
13081                 exception to this is any REGEXP string. those
13082                 are directly passed to regcomp() and regexp()
13083                 (who have much more powerful unescape functions).
13084                 
13085                 for everyone else:
13086         
13087                 you can escape tab (\t), carriage return (\r),
13088                 linefeed (\n), form feed (\f), quote (\"), 
13089                 single quote (\'), bell (\b) in all the entry
13090                 lines in the scoring & filtering dialogs.
13091                 as an added bonus this should not affect
13092                 existing filtering rules.
13093
13094 2001-12-12 [carsten]    0.6.5claws80
13095
13096         * src/summaryview.c
13097         * po/de.po
13098                 "item(s) selected" is now sensitive to 1 or more
13099                 than one selected (nice for language where simple
13100                 adding of a "s" is not possible as German (Eintrag
13101                 ->Eintr"age)
13102                 
13103                 the "forward as attachment" entry from the right
13104                 click menu removed, "forward" acts following the
13105                 prefs
13106         
13107         * src/textview.c
13108                 reverted my former changes; so compiler warning again
13109                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13110                 nevertheless
13111
13112         * src/messageview.c
13113                 "search in message" does now *not* only work in MVIEW_TEXT
13114                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13115                 message
13116
13117         * src/mainwindow.c
13118                 removed "/File/_Close" as it was the same as "/File/E_xit"
13119                 and we don't need it two times
13120
13121                 the separate folder view and message view now get a distinct
13122                 WMCLASS, just in case someone is using sawfish ;-)
13123
13124                 as the menu entries "/View/Message view" and "/View/Folder tree"
13125                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13126                 make them sensitive accordingly and as these two are "shown"
13127                 after startup anytime check this menuitem at startup
13128
13129 2001-12-12 [paul]       0.6.5claws79
13130
13131         * src/folderview.c
13132                 fix sensitivity of 'Search folder...', broken in
13133                 0.6.5claws75
13134
13135         * src/mainwindow.c
13136                 fix dodgy English
13137
13138 2001-12-11 [carsten]    0.6.5claws78
13139         * src/filtering.c
13140                 fixed two typos returning a wrong FALSE/TRUE
13141         * src/mainwindow.[ch]
13142                 extra menu for email/news button removed
13143
13144 2001-12-11 [alfons]     0.6.5claws77
13145         
13146         * src/matcher.c                 (1.3)
13147         * src/matcher_parser_lex.l      (1.28)
13148                 revert for another attempt
13149                 mark 0.6.5claws77 as LAST_STABLE
13150
13151 2001-12-11 [christoph]  0.6.5claws76
13152
13153         * po/de.po
13154                 fixed wrong translation for prev. unread msg
13155
13156 2001-12-11 [paul]       0.6.5claws75
13157
13158         * src/folder.[ch]
13159         * src/folderview.c
13160         * src/mainwindow.c
13161         * src/summaryview.[ch]
13162         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13163                 enable ability to hide read messages on per folder basis via 
13164                 '/Summary/Hide read messages'; when selected, a folder will 
13165                 have a red open folder icon, instead of a blue icon, if the 
13166                 folder contains hidden messges
13167                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13168
13169         * src/mainwindow.c
13170                 remove '/Message/Forward as attachment' from 
13171                 main_window_set_menu_sensitive() to prevent debug warning
13172
13173         * src/folderview.c
13174         * src/mainwindow.c
13175                 Clean up some of the English
13176
13177         * tools/newscache_clean.pl
13178                 allow for new 'hidereadmsgs' entry in folderlist.xml
13179
13180         * po/es.po
13181                 updated translation, submitted by Ricardo Mones Lastra
13182
13183 2001-12-11 [paul]       0.6.5claws74
13184
13185         * sync with sylpheed 0.6.5cvs25
13186                 see ChangeLog entry 2001-12-11
13187
13188 2001-12-10 [alfons]     0.6.5claws73
13189
13190         * src/matcher.c
13191                 add more control characters
13192         * src/matcher_parser_lex.l
13193                 make escaping / unescaping work again
13194
13195 2001-12-10 [alfons]     0.6.5claws72
13196
13197         * src/imap.c
13198                 clean up warnings "returning value for void function" 
13199         * src/prefs_filtering.c
13200                 make info button for execute action sensitive
13201
13202 2001-12-10 [paul]       0.6.5claws71
13203
13204         * src/compose.c
13205         * src/imap.[ch]
13206         * src/summaryview.c
13207                 fix: imap server now gets informed of MARKED, UNMARKED
13208                 and REPLY events. Now people can use different IMAP-Mail
13209                 clients and have the exact same information about MARKED,
13210                 UNMARKED and REPLY status with all of them. Especially
13211                 useful for imap servers with a web-frontend.
13212                 submitted by Tobias Sandhaas <medlor@web.de>
13213
13214 2001-12-09 [melvin]     0.6.5claws70
13215         
13216         * src/textview.[ch]
13217                 fixed bug #490076 (hunted down by Alfons who implemented
13218                 a workaround in 0.6.5claws65)
13219
13220 2001-12-09 [christoph]  0.6.5claws69
13221
13222         * src/summaryview.c
13223                 set pointer to string in LOCKED column to NULL
13224                 (might fix bug #490800)
13225
13226 2001-12-09 [carsten]    0.6.5claws68
13227
13228         * po/de.po
13229                 resolved some cluttered menu shortcuts 
13230                 ('creating new email' and 'creating news message'
13231                 hade the same)
13232         * src/compose.c
13233                 wmclass now distinc from main window
13234         * src/mainwindow.c
13235           src/mainwindow.h
13236                 email/news and forward button functionality similar
13237                 to the reply buttons; removed the ugly dropdown arrows
13238                 and use instead the right mouse button
13239
13240 2001-12-09 [paul]       0.6.5claws67
13241
13242         * src/imap.c
13243         * src/utils.h
13244                 allow spaces in imap folder names
13245                 submitted by Willem van Engen <wvengen@stack.nl>
13246
13247 2001-12-09 [paul]       0.6.5claws66
13248
13249         * sync with sylpheed 0.6.5cvs24
13250                 see ChangeLog entry 2001-12-09
13251
13252 2001-12-08 [alfons]     0.6.5claws65
13253
13254         * src/textview.c
13255                 prevent secondary selection claim after "add to sender" dialog
13256                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13257                 we trick GTK by simulating a click at (0, 0) in the textview.
13258
13259 2001-12-08 [hoa]        0.6.5claws64
13260
13261         * src/folder.c
13262                 fixed a bug about the .processing folder name while filtering
13263
13264 2001-12-08 [alfons]     0.6.5claws63
13265
13266         * src/folderview.c 
13267                 work around problem of not correctly updating folder stats
13268                 when deleting messages. there's some folder scanning evil
13269                 going so the folderview_update_msg_num() does not work
13270                 correctly. need to investigate this.
13271
13272 2001-12-08 [paul]       0.6.5claws62
13273
13274         * sync with sylpheed 0.6.5cvs23
13275                 see ChangeLog entry 2001-12-08
13276
13277 2001-12-07 [christoph]  0.6.5claws61
13278
13279         * src/compose.c
13280                 fix another header translation problem
13281
13282 2001-12-07 [alfons]     0.6.5claws60
13283
13284         * src/mbox.c
13285                 make filtering also work on local spool mbox
13286
13287 2001-12-07 [carsten]    0.6.5claws59
13288         * src/addressbook.c
13289                 addressbook window gets a wmclass distinct from the main
13290                 sylpheed window
13291         * src/compose.h
13292         * src/mainwindow.[ch]
13293                   forward menu item will use mode selected in prefs, forward 
13294                 as attatchment in menu removed (will be substituted in the
13295                 toolbar similar to reply buttons)
13296                   create news message menu entry and news button is now 
13297                 sensitive to the existance of a news account
13298         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13299         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13300         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13301                 these are removed because the toolbar buttons don't show
13302                 the quoting modus any longer
13303
13304 2001-12-07 [paul]
13305
13306         * tools/newscache_clean.pl      ** NEW FILE **
13307                 perl script to do some tidying up in the newscache directory 
13308                 
13309         * tools/sylpheed-switcher       ** NEW FILE **
13310                 perl script to enable easy switching between main and claws
13311                 
13312         * tools/README
13313                 added descriptions of the two new perl scripts          
13314
13315
13316 2001-12-07 [melvin]     0.6.5claws58
13317
13318         * src/messageview.c
13319                 fixed a warning during compilation introduced in 0.6.5claws56
13320
13321 2001-12-07 [paul]       0.6.5claws57
13322
13323         * src/mainwindow.[ch]
13324         * src/menu.[ch]
13325                 further usability enhancements to replying with or without 
13326                 quoting via the toolbar, use of Ctrl key is replaced by 
13327                 drop down menu 
13328                 Submitted by Carsten Schurig            
13329
13330 2001-12-07 [melvin]     0.6.5claws56
13331
13332         * src/messageview.c
13333                 hack to fix bug that prevented to make/paste selections
13334                 after switching between MVIEW_TEXT and MVIEW_MIME views
13335                 without deselecting the selection first.
13336
13337 2001-12-06 [alfons]     0.6.5claws55
13338
13339         * src/filtering.[ch]
13340         * src/inc.c
13341                 revise filtering a little bit more, and make sure
13342                 messages are delivered to the appropriate inbox
13343                 (perhaps set per account)
13344
13345 2001-12-06 [paul]       0.6.5claws54
13346
13347         * sync with sylpheed 0.6.5cvs22
13348                 see ChangeLog entry 2001-12-06
13349
13350 2001-12-05 [alfons]     0.6.5claws53
13351
13352         * src/inc.c
13353         * src/folder.[ch]
13354         * src/procmsg.c
13355         * src/filtering.c
13356                 more revisions of filtering system
13357                 (last stable version is marked as LAST_STABLE)
13358                 
13359                 | NOTE 1): the filtering system now uses a local folder called
13360                 | .processing. if filtering fails, check this directory
13361                 | for missing messages.
13362                 |
13363                 | NOTE 2): help us find the filtering actions still missing
13364
13365 2001-12-05 [paul]       0.6.5claws52
13366
13367         * src/mainwindow.c
13368                 fix bug where 'Empty Trash?' pop-up window appears even
13369                 when Trash is empty, submitted by Jesse Skinner         
13370
13371 2001-12-05 [melvin]     0.6.5claws51
13372
13373         * src/compose.c
13374                 fixed bug #486106 to select correct account when reediting 
13375                 a queued message
13376         
13377 2001-12-04 [alfons]     0.6.5claws50
13378
13379         * src/mh.c
13380                 declare markfile in appropriate functions when
13381                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13382                 for spotting this)
13383
13384 2001-12-04 [paul]       0.6.5claws49
13385
13386         * sync with sylpheed 0.6.5cvs21
13387                 see ChangeLog entry 2001-12-04
13388
13389 2001-12-03 [christoph]  0.6.5claws48
13390
13391         * po/de.po
13392                 changed translation of undo
13393         * src/account.c
13394         * src/folder.c
13395                 don't reinvent the wheel to traverse a GNode
13396         * src/compose.[ch]
13397                 seperate code to create the compose gui into functions
13398                 add "Others" page with folder selection for saving copy
13399                 of the message.
13400                 the folder identifier is saved to queue header
13401         * src/procmsg.c
13402                 save message to folder in queue header
13403
13404 2001-12-03 [paul]       0.6.5claws47
13405
13406         * sync with sylpheed 0.6.5cvs20
13407                 see ChangeLog entry 2001-12-03
13408
13409 2001-12-01 [paul]
13410
13411         * more sync with sylpheed 0.6.5cvs19
13412                 see ChangeLog entry 2001-11-29
13413
13414 2001-11-30 [paul]       0.6.5claws46
13415         
13416         * src/compose.c
13417                 remove conflicts introduced by Hoa's last commit
13418          
13419         * src/mainwindow.c
13420                 make 'Message/Bounce' sensitive
13421
13422 2001-11-30 [hoa]        0.6.5claws45
13423
13424         * src/compose.c
13425                 slightly change bounce function to add
13426                 information about the user that bounced the mail
13427                 in the From header line.
13428
13429         * src/folderview.c
13430                 permit the use of processing in outbox folder.
13431
13432 2001-11-29 [paul]       0.6.5claws44
13433
13434         * src/mainwindow.[ch]
13435         * src/prefs_common.c
13436         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13437         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13438         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13439                 usability enhancements to the quoting, implements
13440                 use of Ctrl key to toggle quoting settings
13441                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13442
13443 2001-11-29 [paul]       0.6.5claws43
13444         
13445         * sync with sylpheed 0.6.5cvs19
13446                 see ChangeLog entry 2001-11-28
13447
13448 2001-11-29 [melvin]     0.6.5claws42
13449         * src/Makefile.am
13450                 added enriched.[ch] to the list of files
13451
13452         * src/textview.c
13453         * src/mimeview.c
13454         * src/procmime.[ch]
13455         * src/enriched.[ch]
13456                 added support to view text/enriched
13457                 added support to show headers in message view for text/enriched and text/html
13458                         in non multipart messages
13459
13460 2001-11-28 [paul]       0.6.5claws41
13461
13462         * more sync with sylpheed 0.6.5cvs18
13463                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13464
13465 2001-11-27 [paul]       0.6.5claws40
13466         
13467         * po/pt_BR.po
13468                 updated translation, submitted by Fabio Junior Beneditto
13469                 
13470         * sync with sylpheed 0.6.5cvs18
13471                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13472                 2001-11-27
13473
13474
13475 2001-11-26 [paul]
13476
13477         * po/es.po
13478                 updated translation, submitted by Ricardo Mones Lastra
13479
13480 2001-11-26 [alfons]
13481
13482         * src/matcher.c
13483                 add more translatable strings
13484
13485 2001-11-26 [christoph]  0.6.5claws39
13486
13487         * po/de.po      
13488                 fixed one more umlaut
13489         * src/compose.c
13490                 fix translated header when it should not be translated
13491
13492 2001-11-26 [paul]       0.6.5claws38
13493
13494         * src/mainwindow.c
13495                 remove '/Message/Add Sender to address book' from 
13496                 main_window_set_menu_sensitive(), prevent debug warning
13497                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13498
13499 2001-11-26 [paul]       0.6.5claws37
13500
13501         * src/summaryview.c
13502                 fix 'recurring unread state' bug 
13503
13504         * tools/README 
13505         * tools/filter_conv.pl
13506                 read name of top level mailbox from folderlist.xml
13507                 and presume nothing about its name              
13508
13509 2001-11-26 [darko]      0.6.5claws36
13510
13511         * src/gtkstext.[ch]
13512                 removed functions that are now in gtkutils.c
13513                 use gtkut_text_is_uri_string() from gtkutils.c
13514         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13515
13516 2001-11-26 [paul]       0.6.5claws35
13517
13518         * sync with sylpheed 0.6.5cvs16
13519                 see ChangeLog entries 2001-11-25 and 2001-11-26
13520
13521 2001-11-25 [alfons]     0.6.5claws34
13522
13523         EXPERIMENTAL!!! Please checkout the last stable version using: 
13524           
13525         % cvs update -r LAST_STABLE -dRAP
13526
13527         (Or help us testing this stuff.)
13528
13529         * src/filtering.c               (1.14)
13530         * src/filtering.h               (1.6)
13531         * src/inc.c                     (1.28)
13532         * src/matcher.c                 (1.20)
13533         * src/mbox.c                    (1.9)
13534         * src/procmsg.h                 (1.14)
13535         * src/summaryview.c             (1.59)
13536         * src/summaryview.h             (dunno)
13537                 revert/merge/sync to as it was before commit 
13538                 on Thu, 19 Jul 2001 10:15:51 -0700.
13539
13540 2001-11-25 [hoa]        0.6.5claws33
13541
13542         * src/main.c
13543                 processing mails at startup
13544
13545         * src/folderview.c
13546         * src/summaryview.[ch]
13547                 processing mails when entering folder
13548
13549         * src/prefs_filtering.c
13550                 fixed some UI bugs
13551
13552 2001-11-24 [alfons]     0.6.5claws32
13553
13554         * src/summaryview.[ch]
13555                 make summary sort headers work, and also make
13556                 sure the sort type is stored
13557
13558 2001-11-23 [alfons]     0.6.5claws31
13559
13560         * src/summaryview.[ch]
13561                 make lock work like mark
13562                 disallow deleting messages marked as locked
13563
13564 2001-11-23 [alfons]     0.6.5claws30
13565
13566         * src/gtkstext.c
13567         * src/compose.[ch]
13568         * src/Makefile.am
13569         * src/undo.[ch]
13570                 merge undo patch submitted by Jens
13571
13572 2001-11-23 [christoph]  0.6.5claws29
13573
13574         * src/.cvsignore
13575                 added ylwrap
13576         * src/compose.c
13577                 fixed gpg signing and encoding
13578         * src/folder.[ch]
13579         * src/main.c
13580                 added --status option to get new, unread and total
13581                 message count from a running sylpheed
13582         * src/prefs_common.c
13583                 temporary fix for reply_with_quote problem
13584                 (don't call functions for non existing widget)
13585         * src/procmsg.c
13586                 one more check for ignored threads but still not
13587                 always working correctly. probably a recursive
13588                 check for all parents is needed
13589
13590 2001-11-23 [darko]      0.6.5claws28
13591
13592         * src/compose.c
13593                 wrapping on send improvements
13594         * src/gtkutils.[ch]
13595                 fix for GtkSText after last sync with main branch
13596                 GTK_TEXT -> GTK_STEXT
13597
13598 2001-11-23 [paul]       0.6.5claws27
13599
13600         * sync with sylpheed 0.6.5cvs14
13601                 see ChangeLog entries 2001-11-22 and 2001-11-23
13602                 
13603         * po/de.po
13604                 fixed the scrambled umlauts 
13605                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13606
13607 2001-11-21 [paul]       0.6.5claws26
13608
13609         * sync with sylpheed 0.6.5cvs12
13610                 see 2nd ChangeLog entry dated 2001-11-20
13611
13612 2001-11-20 [paul]       0.6.5claws25
13613
13614         * sync with sylpheed 0.6.5cvs11
13615                 see ChangeLog entry 2001-11-19 (src/utils.c)
13616
13617 2001-11-20 [hiro]
13618
13619         * src/compose.c
13620                 GTK_TEXT -> GTK_STEXT
13621                 fix for wrong comment
13622
13623 2001-11-20 [hiro]       0.6.5claws24
13624
13625         * src/compose.[ch]
13626                 more merges from main branch
13627                 removed fatal warnings (uninitialized variables etc.)
13628                 some coding style fix
13629         * src/gtkutils.h
13630                 fixed typo.
13631         * src/addressbook.c
13632           src/addrindex.c
13633                 V-Card -> vCard
13634
13635 2001-11-19 [hoa]        0.6.5claws23
13636
13637         * src/filtering.c
13638         * src/prefs_scoring.c
13639         * src/matcher.[ch]
13640         * src/scoring.c
13641                 cleaning code
13642
13643         * src/matcher_parser_parse.y
13644         * src/prefs_filtering.c
13645                 bouncing
13646
13647 2001-11-19 [alfons]     0.6.5claws22
13648
13649         more of my old things into claws
13650
13651         * src/Makefile.am
13652         * src/prefs_common.c
13653         * src/procmsg.h
13654         * src/summaryview.[ch]
13655         * src/prefs_summary_column.c
13656         * src/pixmaps/locked.xpm
13657                 add indicators for locking of message in summary view
13658                 (does not work yet, only visual indicator)
13659
13660 2001-11-19 [paul]       0.6.5claws21
13661
13662         * sync with sylpheed 0.6.5cvs10
13663                 see ChangeLog entry 2001-11-19
13664
13665 2001-11-18 [alfons]     0.6.5claws20
13666         
13667         * src/filtering.c
13668                 remove an inadvertent free I forgot in previous clean up 
13669
13670 2001-11-18 [alfons]     0.6.5claws19
13671
13672         * src/filtering.[ch]
13673                 clean up & plug leaks
13674
13675 2001-11-18 [paul]       0.6.5claws18
13676
13677         * sync with sylpheed 0.6.5cvs9
13678                 see ChangeLog entries 2001-11-17 and 2001-11-18
13679
13680 2001-11-16 [paul]       0.6.5claws17
13681
13682         * sync with sylpheed 0.6.5cvs8
13683                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13684
13685 2001-11-16 [paul]       0.6.5claws16
13686
13687         * sync with sylpheed 0.6.5cvs7
13688                 see ChangeLog entries 2001-11-15 and 2001-11-16
13689
13690 2001-11-15 [hoa]        0.6.5claws15
13691
13692         * src/compose.c
13693                 fix bounce, mails we received couln't be bounced to ourself.
13694
13695         * src/defs.h
13696         * src/filtering.[ch]
13697         * src/matcher.[ch]
13698         * src/matcher_parser.h
13699         * src/matcher_parser_lex.l
13700         * src/matcher_parser_parse.y
13701         * src/inc.c
13702         * src/main.c
13703         * src/mbox.c
13704         * src/prefs_filtering.[ch]
13705         * src/mainwindow.c
13706         * src/prefs_matcher.c
13707         * src/prefs_scoring.c
13708         * src/scoring.[ch]
13709         * src/summaryview.c
13710                 new matcher/filter/score configuration file parser
13711                 one unique configuration file => ~/.sylpheed/matcherrc
13712                 import in currently automatic, then save are made
13713                 in this new file.
13714                 one filter per folder and one global filter
13715                 (filter of a folder will be used as folder processing)
13716
13717         * src/folder.c
13718                 fix a bug in folder_item_get_identifier
13719                 
13720         * src/messageview.c
13721                 receive receipt return are fixed.
13722
13723 2001-11-14 [alfons]     0.6.5claws14
13724
13725         * src/session.h
13726                 add things from main branch to make claws compile
13727
13728 2001-11-14 [paul]       0.6.5claws13
13729
13730         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13731                 see ChangeLog entries 2001-11-08 to 2001-11-14
13732
13733 2001-11-14 [hoa] 0.6.5claws12
13734
13735         * src/compose.[ch]
13736         * src/mainwindow.c
13737         * src/summaryview.c
13738                 add "bounce mail" option
13739
13740 2001-11-13 [christoph]  0.6.5claws11
13741
13742         * src/compose.c
13743                 Cleanup a mess i add before commiting
13744
13745 2001-11-13 [hoa]        0.6.5claws10
13746
13747         * src/compose.c
13748                 some fixes when mail are sent or
13749                 for crossposts
13750
13751 2001-11-13 [christoph]  0.6.5claws9
13752
13753         * po/de.po
13754                 Changed two string with the same translation
13755         * src/compose.c
13756         * src/procmsg.[ch]
13757         * src/send.[ch]
13758                 New mailsending process:
13759                   - Always queue message before sending
13760                     (message will be saved if sylpheed crashed or
13761                      freezes while sending)
13762                   - Allow queuing of newspostings
13763                   - No copy in outbox before sending
13764                     (closes bug #469501)
13765                   - No more redundant code for send and send_later
13766         * src/summaryview.c
13767                 Applied wwp <subscript@free.fr>'s patch that fixes
13768                 marks for multiple forwarded messages (+compose.c)
13769
13770 2001-11-12 [alfons]
13771
13772         * README.claws
13773                 remove things that are now in main branch
13774         
13775         * po/nl.po
13776                 update Dutch translation
13777
13778 2001-11-12 [mhadasht]   0.6.5.claws8
13779
13780         * src/prefs_common.c
13781                 re-enabled account autoselection feature for forward
13782                 and reedit lost during the branch point for SYNC-B4-REL
13783         * src/gtkspell.c
13784                 gtkpspell_get_dict(): more readable code (even if function is
13785                 not used yet)
13786         * ChangeLog.claws
13787                 added version number info to 2001-11-12 [hiro] comment.
13788
13789 2001-11-12 [hiro]       0.6.5.claws7
13790
13791         * src/compose.c
13792                 compose_forward(): fixed a bug that forward quote mark
13793                 wasn't used.
13794                 removed unnecessary code.
13795         * src/template_select.[ch]: removed.
13796
13797 2001-11-11 [alfons]
13798
13799         * src/compose.c
13800                 :%s/GTK_TEXT/GTK_STEXT/g
13801         
13802         * src/compose.[ch]
13803         * src/undo.[ch]
13804         * src/Makefile.am
13805                 revert the undo stuff (this is 0.6.6claws stuff)
13806
13807 2001-11-11 [hoa]        0.6.5.claws6
13808
13809         * src/compose.[ch]
13810                 Insert signature at the end of the text.
13811                 Added undo patch but currently disabled
13812
13813         * src/procmsg.c
13814                 Threading by subject improved.
13815
13816         * added src/undo.[ch]
13817                 Undo module for compose dialog box.
13818
13819 2001-11-11 [alfons]     0.6.5.claws5
13820
13821         * src/procmsg.c
13822                 prevent threading by subject on nodes that have already been
13823                 threaded by in-reply-to (as in "circular references in a tree
13824                 result in a dead branch")
13825
13826 2001-11-09 [hoa]        0.6.5.claws4
13827         
13828         * src/folderview.c
13829                 allows creation of mbox folder item from any files.
13830
13831 2001-11-09 [alfons]     0.6.5.claws3
13832         
13833         * src/utils.c
13834         * src/procmsg.c
13835                 do what I mean and correct threading by subject so it really
13836                 ignores attracting lines without "Re: "
13837
13838 2001-11-07 [alfons]     0.6.5.claws2
13839
13840         * src/procmsg.c
13841         * src/utils.[ch]
13842                 only attract by subject if a subject line starts with a "Re: "
13843         * src/syldap.c
13844                 remove warning
13845
13846 2001-11-07 [paul]       0.6.5claws1
13847
13848         * sync with sylpheed 0.6.5. release
13849                 see ChangeLog entry 2001-11-07
13850
13851 2001-11-07 [paul]       0.6.4claws31
13852
13853         * sync with sylpheed 0.6.4cvs18
13854                 see ChangeLog entries 2001-10-30 to 2001-11-07
13855                 prefs_templates.[ch] renamed prefs_template.[ch]
13856
13857 2001-11-06 [alfons]
13858         
13859         * src/utils.h
13860                 add semicolon Hoa forgot ;-)
13861                 
13862
13863 2001-11-06 [hoa]        0.6.4claws30
13864         
13865         * src/procmsg.c
13866         * src/summaryview.c
13867         * src/utils.c
13868         * src/utils.h
13869                 threading by subject - empty subject are ignored
13870
13871 2001-11-06 [christoph]  0.6.4claws29
13872
13873         * src/socket.c
13874                 use SSL_peek for sock_gets
13875         * src/utils.c
13876                 removed unneeded pointer in extracting quoted
13877                 names implementation
13878
13879 2001-11-06 [melvin]     0.6.4claws28
13880
13881         * src/gtkspell.c
13882                 fixed bug #476792 Selection overtyping with spell checker
13883                 fixed bug which could cause a buffer overflow
13884                 fixed a memory leak
13885
13886 2001-11-06 [hoa]        0.6.4claws27
13887         
13888         * src/procmsg.c
13889         * src/summaryview.c
13890                 threading by subject
13891
13892 2001-11-05 [alfons]     0.6.4claws26
13893         
13894         * README.claws
13895                 Claws -> Sylpheed (vice versa)
13896
13897         * src/compose.c
13898                 :%s/gtk_text/gtk_stext/g
13899                 :%s/GTK_TEXT/GTK_STEXT/g
13900                 (thanks to Jonathan Ware for spotting this)
13901
13902 2001-11-04 [christoph]  0.6.4claws25
13903
13904         * src/summaryview.c
13905                 replace Xalloca + strdup with Xstrdup_a
13906         * src/utils.c
13907                 better implementation of extracting quoted names
13908                 from addresses (remove backlashes and ignore
13909                 quotes after them)
13910
13911 2001-11-04 [alfons]     0.6.4claws24
13912
13913         * src/utils.[ch]
13914                 edit to comply more with coding style
13915
13916         * src/textview.c
13917                 fix bug reported by Kim Schulz. introduced by the patch integrated
13918                 in 0.6.4claws15. the code did not check the return value of
13919                 the html parser.
13920
13921         * AUTHORS
13922                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13923
13924 2001-11-04 [christoph]  0.6.4claws23
13925
13926         * src/main.c
13927         * src/prefs_common.[ch]
13928                 init some pointers that possibly caused a segfault
13929                 reported in the claws-users ML
13930
13931 2001-11-04 [hoa]        0.6.4claws22
13932
13933         * src/grouplistdialog.c
13934                 change the names of the nodes in the tree
13935
13936         * src/compose.c
13937                 enhanced mailto syntax as described in
13938                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13939                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13940
13941         * src/utils.c
13942                 encode and decode URI (useful when opening URL into
13943                 netscape).
13944
13945 2001-11-03 [hoa]        0.6.4claws21
13946
13947         * src/grouplistdialog.c
13948                 a new newsgroups list selection dialog box
13949                 with a CTree instead of a CList
13950
13951 2001-11-03 [hoa]        0.6.4claws20
13952
13953         * src/folderview.c
13954                 enable property and scoring options when right
13955                 click on "inbox"
13956
13957         * src/summaryview.c
13958                 fixed bug when nickname were displayed using
13959                 the address book.
13960
13961 2001-11-02 [darko]      0.6.4claws19
13962
13963         * src/compose.c
13964                 new wrap quotation and URL/long words wrapping implementation
13965         * src/compose.c src/gtkstext.[ch]
13966                 move gtkstext_strncmp() to gtkstext.c
13967
13968 2001-11-01 [christoph]  0.6.4claws18
13969
13970         * src/prefs_account.c
13971                 fixed mess in account settings dialog
13972         * src/prefs_folder_item.c
13973                 added label with folder path to dialog
13974
13975 2001-10-31 [match]      0.6.4claws17
13976
13977         * src/vcard.c
13978                 fix memory leak.
13979         * src/addrbook.c
13980                 fix generation of spurious address book file names.
13981                 remove redundant functions.
13982         * po/POTFILES.in
13983                 added missing file names.
13984
13985 2001-10-30 [paul]       0.6.4claws16
13986
13987         * sync with sylpheed 0.6.4cvs6
13988                 see ChangeLog entries 2001-10-26 to 2001-10-30
13989
13990         * tools/filter_conv.pl
13991                 read folderlist.xml to discover whether the top-level
13992                 folder is called 'Mailbox' or 'Mail' 
13993
13994 2001-10-29 [paul]       0.6.4claws15
13995
13996         * src/html.c, src/textview.c
13997                 activate links in html mail and fix clickable parts
13998                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13999
14000 2001-10-29 [paul]
14001
14002         * po/de.po, po/es.po, po/pt_BR/po
14003                 updated translations, submitted by Jens Oberender,
14004                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14005
14006 2001-10-29 [darko]      0.6.4claws14
14007
14008         * src/compose.c
14009                 fix wrapping for good
14010
14011 2001-10-29 [darko]
14012
14013         * src/compose.c
14014                 undo previous change as it broke the smart wrapping
14015
14016 2001-10-29 [darko]      0.6.4claws13
14017
14018         * src/compose.c
14019                 fix infinite loop when long URL is quoted
14020                 (closes bug #475122.
14021
14022 2001-10-28 [match]
14023
14024         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14025                 import Mutt address book
14026         * src/ldif.[ch] src/importldif.h
14027                 modified import LDIF handle user attributes
14028
14029 2001-10-28 [christoph]  0.6.4claws12
14030
14031         * src/summaryview.c
14032                 fixed that filtering did not work if there
14033                 were no filter rules
14034                 (closes bug #472003 and better implementation
14035                  of patch #474644)
14036
14037 2001-10-27 [christoph]  0.6.4claws11
14038
14039         * src/compose.c
14040                 make the folder's default account to be used when
14041                 replying. (patch by wwp <subscript@free.fr>)
14042         * src/compose.c
14043                 code cleanup, nearly killed all of wwp's patch
14044                 for folder's default account in compose
14045         * src/folderview.c
14046                 error panel when a folder could not be created
14047                 (closes bug #471080 new folder name & already
14048                  existing file)
14049
14050 2001-10-26 [alfons]
14051
14052         * src/utils.h
14053                 change prototype of strstr2() that Christoph forgot about
14054
14055 2001-10-26 [christoph]  0.6.4claws10
14056
14057         * src/account.c
14058                 made search for accounts by email address not case
14059                 sensitive
14060         * src/folder.c
14061                 fixed memory leak in folder_item_get_identifier
14062         * src/gtkspell.c
14063         * src/utils.c
14064                 fixed wrong strstr2 (should work like strstr)
14065
14066 2001-10-26 [darko]      0.6.4claws9
14067
14068         * src/compose.c src/gtkstext.[ch]
14069         * src/gtkstext.c
14070                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14071
14072 2001-10-26 [paul]       0.6.4claws8
14073
14074         * src/html.c
14075                 ignore css and javascript tags in html mail
14076                 case-insensitive, with or without double-quoted
14077                 strings
14078
14079 2001-10-26 [paul]       0.6.4claws7
14080
14081         * sync with sylpheed 0.6.4cvs1
14082                 see ChangeLog entry 2001-10-26
14083
14084         * src/prefs_account.c, src/prefs_common.c,
14085           src/prefs_summary_column.c
14086                 minor improvements to the English
14087
14088 2001-10-25 [alfons]     0.6.4claws6
14089
14090         * src/gtkstext.c
14091         
14092                 make GtkSText follow style of GtkText (closes bug 
14093                 #469211 "text selection while writing message")
14094                 
14095                 do sync with GTK 1.2.10
14096
14097 2001-10-25 [paul]       0.6.4claws5
14098
14099         * src/html.c
14100                 ignore css tags in html mail
14101
14102 2001-10-25 [darko]      0.6.4claws4
14103
14104         * src/compose.c
14105                 don't declare is_url_string as static function since
14106                 we need it in gtkstext.c
14107         * src/gtkstext.c
14108                 remove unused variable
14109                 don't wrap long URLs while composing a message
14110
14111 2001-10-24 [christoph]  0.6.4claws3
14112
14113         * src/socket.c
14114                 fix ssl deadlock, when peer closes connection
14115
14116 2001-10-24 [paul]       0.6.4claws2
14117
14118         * src/prefs_common.c
14119                 gettextize the gpg ascii-armored warning message
14120
14121         * src/compose.c
14122                 insert a DOS/MAC file into the composed message
14123                 (improvements)
14124
14125         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14126
14127 2001-10-22 [paul]       0.6.4claws1
14128
14129         * sync with sylpheed 0.6.4 release
14130                 see ChangeLog entries 2001-10-21
14131
14132         * po/fr.po, po/pt_BR.po
14133                 updated by Melvin Hadasht and Fabio Junior Beneditto
14134
14135 2001-10-21 [paul]       0.6.3claws30
14136
14137         * src/compose.c
14138                 insert a DOS text file from the compose window
14139                 into the composed message text (removes CRs characters)
14140                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14141
14142         * tools/filter_conv.pl, tools/README
14143                 automatically use ~/.sylpheed as working directory
14144                 print out confirmation message on completion
14145
14146         * correct Hoa's last ChangeLog.claws entry
14147
14148 2001-10-20 [hoa]        0.6.3claws29
14149
14150         * src/grouplistdialog.c
14151                 bugfix (another ?) to give the right
14152                 newsgroups list for each news server.
14153
14154         * src/news.c
14155         * src/news.h
14156                 improve the newsgroups list cache
14157
14158 2001-10-20 [paul]       0.6.3claws28
14159
14160         * sync with sylpheed 0.6.3cvs9
14161                 see ChangeLog entry 2001-10-19
14162
14163         * correct Alfons' last ChangeLog.claws entry
14164
14165 2001-10-19 [alfons]
14166
14167         * src/pgptext.[ch]
14168                 fix compilation problems (part of bug #472895)
14169
14170 2001-10-18 [hoa]        0.6.3claws27
14171
14172         * src/grouplistdialog.c
14173                 bugfix when we refresh was clicked (bug 472701)
14174
14175 2001-10-19 [christoph]  0.6.3claws26
14176
14177         * src/compose.c
14178                 last header entry should default to "To:" or
14179                 "Newsgroups:" and not copy the last entry line
14180                 in a new compose window
14181                 (closes bug #472686, #470792)
14182
14183 2001-10-19 [paul]       0.6.3claws25
14184
14185         * sync with Sylpheed 0.6.3cvs8
14186                 see ChangeLog entries 2001-10-18 and 2001-10-19
14187
14188 2001-10-18 [christoph]  0.6.3claws24
14189
14190         * src/procmsg.c
14191                 reimplement ignore thread
14192         
14193 2001-10-18 [hoa]        0.6.3claws23
14194
14195         * src/folderview.c
14196         * src/grouplistdialog.[ch]
14197                 enhanced news subscription interface (feature 469113)
14198
14199         * src/news.c
14200         * src/news.h
14201                 enchanced newsgroup listing,
14202                 now, we can get groups informations
14203                 (NNTPGroupInfo)
14204
14205 2001-10-18 [paul]       0.6.3claws22
14206
14207         * src/summaryview.c
14208                 remove comment (sync with main branch)
14209         * src/mainwindow.c
14210                 fix 'Re-edit' bug in 'Message' menu
14211
14212 2001-10-17 [christoph]  0.6.3claws21
14213
14214         * src/compose.c
14215                 ignore empty or whitespace only header lines
14216
14217 2001-10-17 [paul]       0.6.3claws20
14218
14219         * sync with sylpheed 0.6.3cvs7
14220                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14221                 2001-10-17
14222
14223 2001-10-17 [darko]
14224
14225         * src/compose.c
14226                 wrap long lines without spaces
14227                 don't wrap URLs
14228
14229 2001-10-16 [paul]
14230
14231         * po/es.po, po/nl.po, po/pt_BR.po
14232                 updated by Ricardo Mones Lastra, Alfons,
14233                 and Fabio Junior Beneditto
14234
14235         * sylpheed-0.6.3claws released
14236
14237 2001-10-15 [melvin] 0.6.3claws18
14238
14239         * README.claws
14240                 added summary and detailed installation instructions
14241                 for spell checker
14242         * po/fr.po
14243                 Updated, corrected and completed french translation
14244
14245 2001-10-15 [hoa] 0.6.3claws17
14246         * src/grouplistdialog.c
14247                 we can choose the newsgroups to display with wildcards
14248
14249 2001-10-15 [christoph]  0.6.3claws16
14250
14251         * src/account.c
14252         * src/compose.c
14253         * src/prefs_folder_item.[ch]
14254                 applied wwp <subscript@free.fr>'s folder
14255                 default account patch
14256         * po/de.po
14257                 Fixed wrong translation
14258
14259 2001-10-13 [alfons, christoph, melvin]  
14260                         0.6.3claws15
14261
14262         solution #2 to solve MT-safety problems defers all GUI related calls
14263         to the main thread using a gtk_idle_add() callback. discussed on
14264         ircnet #sylpheed, with christoph spotting some issues with the
14265         original code, and melvin allowing us to lobotomize his sylpheed.
14266
14267         * src/syldap.[ch], src/main.c
14268                 fix race problem in ldap search thread by deferring GUI 
14269                 stuff to main thread using gtk_idle_add()
14270
14271 2001-10-13 [paul]       0.6.3claws14
14272
14273         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14274                 add Sergey's smtpcred.patch
14275                 adds separate username/password setting for SMTP Auth
14276                 needed by some servers
14277                 (closes feature request #471659)
14278
14279 2001-10-13 [paul]       0.6.3claws13
14280
14281         * src/pgptext.[ch] **NEW FILES**
14282         * src/Makefile.am, src/messageview.c, src/mimeview.c
14283                 decrypt ascii-armored gpg text embedded in
14284                 the message body.
14285                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14286
14287 2001-10-13 [christoph]  0.6.3claws12
14288
14289         * README.claws
14290                 some more details on default to and
14291                 feature requests
14292         * src/main.c
14293                 init glib threading when ldap is used
14294         * src/syldap.c
14295                 threading fixes
14296         * po/de.po
14297                 fixed a typo
14298
14299 2001-10-12 [paul]       0.6.3claws11
14300
14301         * src/prefs_common.[ch], src/rfc2015.c
14302                 enable ascii-armored gpg text to be embedded in the
14303                 message body, selectable through the 'Privacy'
14304                 preferences. Supports encrypting only.
14305                 Submitted by Ravemax <ravemax@dextrose.com>
14306
14307 2001-10-12 [paul]       0.6.3claws10
14308
14309         * sync with sylpheed 0.6.3cvs6
14310                 see ChangeLog entries 2001-10-11 and 2001-11-12
14311
14312         * src/folderview.c
14313                 incorporated mbox folders, scoring, and folder
14314                 properties into the sync
14315
14316 2001-10-12 [darko]      0.6.3claws9
14317
14318         * README.claws
14319                 describe quotation wrapping
14320         * src/compose.c
14321                 don't treat tab as space to calculate line length properly
14322
14323 2001-10-11 [alfons]
14324
14325         * README.claws
14326                 correct description of how to make new filtering system work,
14327                 add some other things
14328                 
14329         * src/syldap.c
14330                 remove sched_yield() (not necessary / unportable)
14331
14332 2001-10-11 [paul]       0.6.3claws8
14333
14334         * sync with sylpheed 0.6.3cvs3
14335                 see ChangeLog entry 2001-10-10
14336
14337 2001-10-10 [christoph]  0.6.3claws7
14338
14339         * .cvsignore
14340                 ignore 2 files created by newer autotools
14341         * src/prefs_folder_item.c
14342                 using table for widget alignment
14343                 fixed memory leak and broken octal display
14344         * src/filesel.c
14345                 fixed segfault caused by lost filename
14346                 workaround (closes bug #469551)
14347
14348 2001-10-10 [paul]       0.6.3claws6
14349
14350         * sync with sylpheed 0.6.3cvs2
14351                 see ChangeLog entries 2001-10-09 and 2001-10-10
14352
14353 2001-10-10 [darko]      0.6.3.claws5
14354
14355         * src/gtkstext.c
14356                 proper calculation of right margin if smart wrapping is enabled
14357         * src/compose.c
14358                 automatically wrap long lines if wrap quotation is enabled
14359
14360 2001-10-09 [alfons]     0.6.3.claws4
14361
14362         * src/summaryview.c
14363                 select correct row when deleting last row in the summary view (and
14364                 close bug "[ #469104 ] select second last in list when deleting")
14365
14366 2001-10-09 [paul]       0.6.3claws3
14367
14368         * sync with sylpheed 0.6.3cvs1
14369                 updated some autotool scripts
14370
14371 2001-10-09 [darko]      0.6.3claws2
14372
14373         * src/gtkstext.[ch]
14374                 new name and mark with Sylpheed comment
14375         * src/compose.c
14376                 smart quotation wrapping a-la VIM
14377
14378 2001-10-08 [paul]       0.6.3claws1
14379
14380         * sync with sylpheed 0.6.3 release
14381                 see ChangeLog entry 2001-10-08
14382
14383 2001-10-08 [paul]       0.6.2claws24
14384
14385         * src/summaryview.c
14386                 more sync with sylpheed 0.6.2cvs12
14387                 Fixed the bug that didn't select the last row correctly
14388
14389
14390 2001-10-07 [paul]       0.6.2claws23
14391
14392         * sync with sylpheed 0.6.2cvs12
14393                 see ChangeLog entry 2001-10-07
14394
14395 2001-10-06 [match]
14396         * src/jpilot.[ch]
14397                 enable jpilot to read unsynch'ed addresses.
14398
14399         * src/editldap_basedn.c
14400                 fix segfault when opening dialog.
14401
14402 2001-10-06 [alfons]     0.6.2.claws22
14403
14404         * src/summaryview.c
14405                 fix bug with summary view selecting last *inserted*
14406                 node instead of last *visible* node. remember we
14407                 work with a tree
14408
14409 2001-10-06 [paul]       0.6.2claws21
14410
14411         * po/pt_BR.po
14412                 updated translation, contains some fixes and new
14413                 translations, submitted by Gustavo Noronha Silva
14414                 <kov@debian.org>
14415
14416         * src/prefs_common.c
14417                 change 'each' to 'every' - fix dubious English
14418
14419         * sync with sylpheed 0.6.2cvs11
14420
14421 2001-10-05 [alfons]     0.6.2claws20
14422
14423         * src/mainwindow.[ch], src/folderview.c
14424                 make composite tool button switch between "Compose News"
14425                 and "Compose Mail" depending on selected folder
14426                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14427
14428 2001-10-05 [paul]       0.6.2claws19
14429
14430         * src/mainwindow.c, src/summaryview.c
14431                 fix 'Message/Reply to all', broken in last commit
14432
14433         * src/compose.c
14434                 fix X_BEENTHERE seg fault, thanks to Alfons
14435
14436 2001-10-04 [paul]       0.6.2claws18
14437
14438         * src/compose.[ch], src/mainwindow.c
14439                 make "Message/Reply" reply to mailing lists; matches
14440                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14441                 based on portions of the patch submitted by
14442                 Junichi Uekawa <dancer@netfort.gr.jp>
14443
14444 2001-10-04 [darko]      0.6.2claws17
14445
14446         * src/compose.c
14447                 better smart wrapping
14448         * src/gtkstext.[hc]
14449                 a function to make text buffer contiguous
14450
14451 2001-10-03 [paul]       0.6.2claws16
14452
14453         * sync with sylpheed 0.6.2cvs10
14454
14455 2001-10-02 [alfons]
14456
14457         * configure.in
14458         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14459                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14460                 references to chinese translations (hope someone picks up
14461                 this)
14462
14463 2001-10-02 [christoph]  0.6.2claws15
14464
14465         * src/compose.c
14466                 fixed non translated header bug
14467         * ChangeLog.claws
14468                 fixed wrong date in alfons last entry ;)
14469
14470 2001-10-02 [alfons]     0.6.2claws14
14471
14472         * src/compose.c, src/prefs_common.[ch]
14473                 add block cursor option
14474
14475 2001-10-02 [paul]       0.6.2claws13
14476
14477         * sync with sylpheed 0.6.2cvs9
14478
14479 2001-09-30 [paul]       0.6.2claws12
14480
14481         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14482                 updated translations
14483
14484         * po/POTFILES.in
14485                 add 'src/importldif.c'
14486
14487         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14488                 added eudora-to-vCard conversion tool
14489                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14490
14491         * sync with sylpheed 0.6.2cvs8
14492
14493 2001-09-30 [paul]
14494
14495         * sylpheed-0.6.2claws released
14496
14497 2001-09-27 [melvin]     0.6.2claws11
14498
14499         * src/gtkspell.c
14500                 fixed crash when using default path (introduced 
14501                 in 0.6.2claws10)
14502                 fixed tiny bug for initial suggestion mode
14503
14504 2001-09-27 [melvin]     0.6.2claws10
14505         
14506         * src/gtkspell.c
14507                 fixed bug where gtkpspell didn't set the path correctly
14508
14509         * README.claws
14510                 added a paragraph about spell checking
14511                 
14512
14513
14514 2001-09-27 [paul]       0.6.2claws9
14515
14516         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14517                 replace '// comments' with '/* comments */' to prevent
14518                 some compiler warnings 
14519
14520         * sync with sylpheed 0.6.2cvs6
14521
14522 2001-09-26 [alfons]     0.6.2claws8
14523
14524         * src/messageview.c
14525                 introduce return receipt request notification again,
14526                 which was lost because of other semantics in 
14527                 procheader_parse() (???)
14528
14529 2001-09-26 [christoph]  0.6.2claws7
14530
14531         * src/compose.c
14532                 replace comments for old code with #if 0
14533                 readded auto cc, bcc and reply-to
14534         * src/prefs_matcher.c
14535         * src/prefs_scoring.c
14536                 removed some definition (was moved to
14537                 prefs.h)
14538
14539 2001-09-26 [paul]       0.6.2claws6
14540
14541         * src/mainwindow.c
14542                 make 'Follow-up and reply to' sensitive
14543
14544         * more sync with sylpheed 0.6.2cvs5
14545
14546 2001-09-25 [melvin]
14547
14548         * 0.6.2claws5
14549
14550         * src/gtkspell.c
14551                 fixed bug for "US-ASCII" introduced by the encoding code
14552
14553 2001-09-25 [paul]
14554
14555         * 0.6.2claws4
14556
14557         * src/prefs_common.[ch], src/summaryview.c
14558                 'next unread msg' 'go to next folder?' dialog can be
14559                 given default behaviour, either always show dialog,
14560                 or assume 'yes', or assume 'no'
14561                 Submitted by wwp <subscript@free.fr>
14562
14563 2001-09-25 [melvin]
14564                 
14565         * src/compose.c src/gtkspell.[ch]
14566                 added support for different encodings
14567
14568 2001-09-25 [paul]
14569
14570         * more sync with sylpheed 0.6.2cvs5
14571
14572 2001-09-24 [alfons]
14573         
14574         * src/prefs_folder_item.c
14575                 add check for item->prefs->default_to string is NULL and
14576                 add another check when freeing this string
14577
14578 2001-09-24 [paul]
14579
14580         * configure.in
14581                 change to version 0.6.2claws3
14582
14583         * sync with sylpheed 0.6.2cvs5 
14584
14585 2001-09-24 [match]
14586         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14587                 import LDIF files.
14588         * src/addrcache.[ch], addrindex.[ch]
14589                 small update for future
14590         * src/addrbook.c
14591                 fix test XML file.
14592
14593 2001-09-24 [melvin]
14594         * src/gtkspell.[ch]
14595                 added 'Learn from mistakes' option
14596                 better handling of quotes in checked words
14597                 sorted dict list
14598         * po/fr.po
14599                 small update for spell checking stuff
14600
14601 2001-09-23 [alfons]
14602         
14603         * src/gtkspell.c
14604                 edit a little bit so it complies more with main coding style
14605
14606 2001-09-23 [alfons]
14607
14608         * src/folder.[ch], prefs_folder_item.c, compose.c
14609                 migrate "request return receipt" folder property
14610                 to folderlist.xml
14611
14612 2001-09-22 [alfons]
14613
14614         * README.claws **NEW**
14615                 (add things of interest for users of main branch 
14616                 and claws here)
14617
14618         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14619                 re-implement threading per folder option, but store 
14620                 the setting in folderlist.xml (where it belongs)
14621
14622 2001-09-21 [melvin]
14623
14624         * src/gtkspell.[ch]
14625                 fixed bug when compose window is under another window
14626         * src/prefs_common.[ch] src/compose.c
14627                 changed 'dictionary_path' to 'dictionary' to be consistent
14628                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14629         * ac/pspell.m4 src/Makefile.am 
14630                 dropped PSPELL_PATH macro
14631         * po/fr.po
14632                 updated translations
14633
14634 2001-09-21 [christoph]
14635
14636         * src/compose.c
14637                 added border around header fields
14638                 keep header type when new field is added
14639
14640 2001-09-20 [christoph]
14641
14642         * src/utils.[ch]
14643                 more portable debug_print with source filename
14644                 and linenumber
14645         * src/procmsg.c
14646                 more newlines after debug messages
14647
14648 2001-09-20 [paul]
14649
14650         * configure.in
14651                 change to version 0.6.2claws2
14652
14653         * sync with sylpheed 0.6.2cvs3
14654
14655 2001-09-19 [melvin]
14656
14657         * src/gtkspell.c
14658                 fixed the post-right-click focus pb
14659                 fixed crash when 'Spell check all' after dict change 
14660                         and when cursor is at the end of the text
14661                 shift-right-click pops up config menu even on misspelled words.
14662         * po/POTFILES.in
14663                 added gtkspell.c
14664
14665 2001-09-19 [melvin]
14666
14667         * src/about.c
14668                 added pspell to compiled-in features list
14669
14670 2001-09-18 [melvin]
14671
14672         * switched to pspell and dropped ispell
14673         * ac/pspell.m4
14674                 new file. autoconf macro for pspell
14675         * ac/Makefile.am 
14676         * configure.in acconfig.h
14677                 added pspell support
14678         * src/Makefile.am
14679         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14680         * src/prefs_common.[ch] 
14681                 added pspell support
14682
14683 2001-09-18 [christoph]
14684
14685         * src/addr_compl.c
14686         * src/template.[ch]
14687                 replace LOG_MESSAGE with debug_print
14688         * src/compose.[ch]
14689                 gui improvements
14690         * src/menu.c
14691                 added newline after debug message
14692         * src/utils.h
14693                 using __VA_ARGS__ for debug_print macro
14694         * tools/.cvsignore
14695                 ignore Makefile and Makefile.in
14696
14697 2001-09-18 [paul]
14698
14699         * configure.in
14700                 change to version 0.6.2claws1
14701         * sync with sylpheed 0.6.2cvs1
14702
14703         * src/matcher.c 
14704         * src/prefs_matcher.c
14705                 add 'score equal to' option, submitted by
14706                 Paul Evans <nerd@freeuk.com>
14707
14708 2001-09-15 [christoph]
14709
14710         * src/mainwindow.c
14711                 comment out menu entry not existing in claws
14712         * src/menu.c
14713                 add debug output for non existing menu entries
14714         * src/summaryview.c
14715                 fix next/prev unread message for ignored threads
14716         * src/utils.[ch]
14717                 add sourcefile and line number to debug output
14718                 otherwise it is sometimes hard to find the
14719                 source code part if debug messages are translated
14720
14721 2001-09-14 [darko]
14722         
14723         * src/folderview.c
14724                 refresh target folder style after colour is changed
14725
14726 2001-09-13 [paul]
14727
14728         * configure.in
14729                 change to version 0.6.1claws3
14730
14731         * sync with sylpheed 0.6.1cvs6
14732
14733 2001-09-13 [darko]
14734         
14735         * src/folderview.c
14736                 fix target folder colourization to use user selected colour
14737
14738 2001-09-12 [darko]
14739         
14740         * src/summaryview.c
14741                 fix crash when message that is marked for copy/move is unmarked
14742
14743 2001-09-09 [paul]
14744
14745         * configure.in
14746                 change to version 0.6.1claws2
14747
14748         * sync with sylpheed 0.6.1cvs3
14749
14750 2001-09-09 [alfons]
14751         
14752         * src/folderview.c
14753                 fix bug with default font used for trash folder text
14754
14755 2001-09-06 [paul]
14756
14757         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14758                 updated translations
14759
14760         * configure.in
14761                 change to version 0.6.1claws1
14762
14763         * sync with sylpheed 0.6.1cvs2
14764
14765 2001-09-03 [paul]
14766
14767         * po/POTFILES.in
14768                 add Match's new addressbook
14769
14770         * po/de.po
14771                 updated translation submitted by Jens Oberender
14772
14773 2001-09-02 [paul]
14774
14775         * configure.in
14776                 change to 0.6.1claws
14777         * sync with sylpheed 0.6.1 release
14778
14779 2001-09-02 [paul]
14780
14781         * configure.in
14782                 change to 0.6.0claws2
14783
14784         * sync with sylpheed 0.6.0cvs4
14785
14786         * po/pt_BR.po
14787                 updated translation submitted by Fabio Junior Beneditto
14788
14789 2001-09-01 [match]
14790         * pixmaps/
14791                 interface.xpm
14792                 book.xpm
14793                 address.xpm
14794         * src/
14795                 Makefile.am
14796                 a ton of new files
14797
14798 2001-08-31 [paul]
14799
14800         * configure.in
14801                 change to version 0.6.0claws1
14802
14803         * sync with sylpheed 0.6.0cvs1
14804
14805         * po/es.po
14806                 updated translation submitted by Ricardo Mones Lastra
14807
14808         * po/POTFILES.in
14809                 add 'src/prefs_templates.c'
14810
14811         * src/compose.c, src/summaryview.c
14812                 fix segfault on 'Re_edit'               
14813
14814 2001-08-30 [alfons]
14815
14816         * configure.in, Makefile.am
14817         * tools/Makefile.am
14818                 add tools directory to source distribution
14819
14820 2001-08-30 [paul]
14821
14822         * configure.in
14823                 change to version 0.6.0claws
14824
14825         * sync with sylpheed 0.6.0 release
14826
14827 2001-08-30 [christoph]
14828
14829         * configure.in
14830                 removed autoconf version check
14831
14832 2001-08-30 [paul]
14833
14834         * src/account.c, src/compose.c, src/prefs_common.[ch]
14835         * src/procheader.[ch] src/utils.[ch]
14836                 Enhanced automatic account selection on replies
14837                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14838
14839         * configure.in
14840                 add LDAP and JPilot to the configuration results output.
14841
14842 2001-08-29 [christoph]
14843
14844         * src/summeryview.c
14845                 no bold font for ignored threads
14846
14847 2001-08-29 [paul]
14848
14849         * configure.in
14850                 change to version 0.5.3claws6
14851
14852         * sync with sylpheed 0.5.3cvs10
14853                 src/stringtable.[ch]: New Files
14854
14855         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14856         * src/pixmaps/sylpheed.xpm
14857                 add mini-icons to windows (by Alfons)
14858
14859 2001-08-27 [paul]
14860
14861         * src/mainwindow.c
14862                 new functions: next_labeled_cb(), prev_labeled_cb()
14863
14864         * src/summaryview.c
14865                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14866                 summary_select_next_labeled(), summary_select_prev_labeled()
14867
14868         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14869                 give claws blue folders and a blue trash can
14870
14871 2001-08-27 [paul]
14872
14873         * configure.in
14874                 change to version 0.5.3claws5
14875
14876         * sync with sylpheed 0.5.3cvs9
14877                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14878
14879 2001-08-24 [christoph]
14880
14881         * src/filesel.c
14882                 keep filename when browsing directories
14883                 (not working for user entered filename, but
14884                  for default name and selected filename from
14885                  file list)
14886         * src/mainwindow.c
14887                 fixed wrong spelling "Folllow-up"
14888         * src/mbox_folder.c
14889         * src/procmsg.c
14890         * src/summaryview.c
14891                 fixed new/unread message count with ignored
14892                 threads (2 commits, first didn't notice no
14893                 longer needed decreasing)
14894         * src/inc.c
14895                 readded scrolling of progress dialog
14896                 (lost in sync)
14897
14898 2001-08-24 [paul]
14899
14900         * configure.in
14901                 change to 0.5.3claws4
14902
14903         * sync with sylpheed 0.5.3cvs7
14904
14905 2001-08-24 [christoph]
14906
14907         * src/compose.c
14908                 set request return receipt when replying
14909                 if it is set is the folder prefs of the
14910                 message
14911         * src/inc.c
14912                 disable final error popup if popups are
14913                 disabled in config (again)
14914
14915 2001-08-23 [paul]
14916
14917         * configure.in
14918                 Change version number to 0.5.3claws3
14919
14920         * sync with sylpheed 0.5.3cvs5
14921
14922         * src/mimeview.c
14923                 double quote '%s' in 'gedit %s' to fix bug when
14924                 opening attachment with spaces in the name
14925
14926 2001-08-22 [alte]
14927         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14928           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14929                 initial message templates support
14930
14931
14932 2001-08-22 [paul]
14933
14934         * configure.in
14935                 change version number to 0.5.3claws2
14936
14937         * sync with sylpheed 0.5.3cvs4
14938
14939         * src/procmsg.h src/summaryview.c
14940                 re-implement (un)ignore thread
14941
14942 2001-08-21 [paul]
14943
14944         * src/summaryview.c
14945                 remove unnecessary code
14946         * src/compose.c
14947                 enable 'dynamic' signatures (submitted by
14948                 Eric Limpens <eric@hscg-internet.nl>)
14949
14950 2001-08-21 [paul]
14951
14952         clean up after sync with sylpheed 0.5.3 release
14953
14954         * src/folderview.c
14955                 fix re-introduced font mess, see Christoph's
14956                 entry 2001-06-24
14957
14958         * src/summaryview.c
14959                 remove prev_msgnum
14960                 use sylpheed's small font instead of
14961                 gtk default font for summary view
14962
14963
14964 2001-08-17 [paul]
14965
14966         * configure.in
14967                 add pl to ALL_LINGUAS - sync with main branch
14968
14969         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14970                 Updated. Translations by Jens Oberender, Ricardo Mones
14971                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14972
14973         * po/pl.po  ** NEW FILE **
14974                 sync with the main branch
14975
14976         * src/folderview.c
14977                 fix target folder colorizing and refresh problem
14978
14979
14980 2001-08-17 [christoph]
14981
14982         * src/mainwindow.c
14983                 claws uses 4 colors for target folder coloring.
14984                 arrays were not long enough and destroyed the
14985                 stack causing a segfault.
14986                 target folder colorizing does not work anymore
14987                 for me
14988
14989 2001-08-16 [paul]
14990
14991         * configure.in
14992                 change to version 0.5.3claws1
14993
14994         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14995           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14996           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14997
14998                 sync with sylpheed 0.5.3 release, but keep claws method of
14999                 configuring/saving fonts
15000
15001         * src/addressbook.[ch]
15002                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15003                 in line with a similar change in Hiroyuki's branch
15004
15005         * src/mainwindow.[ch]
15006                 disable main_window_set_thread_option()
15007         * src/prefs_folder_item.c
15008                 comment out &tmps_prefs.enable_thread,
15009         * src/mbox_folder.c, src/procmsg.[ch]
15010                 comment out MSG_IS_IGNORE_THREAD
15011         * src/summaryview.c
15012                 comment out summary_ignore_thread() and summary_unignore_thread()
15013                 comment out MSG_IS_IGNORE_THREAD
15014
15015                 use Hiroyuki's threading instead.
15016
15017
15018
15019 2001-08-15 [paul]
15020
15021         * src/account.c
15022                 use Hiroyuki's 0.5.3 column scheme but also
15023                 include the enable/disable button.
15024         * src/pixmaps/mark.xpm
15025                 add Hiroyuki's amended pixmap
15026
15027 2001-08-13 [christoph]
15028
15029         * src/account.c
15030                 receive at get all column showed wrong state for APOP
15031                 button should only work for POP3 and APOP accounts
15032         * src/prefs_account.c
15033                 added missing preprocessor statement for SSL
15034
15035 2001-08-12 [paul]
15036
15037         * src/account.[ch]
15038                 add 'receive at get all' column and enable/disable
15039                 button.
15040
15041 2001-08-06 [christoph]
15042
15043         * src/account.c
15044                 show usage of SSL in protocol column
15045
15046         * src/imap.c
15047         * src/inc.c
15048                 renamed ssl options
15049
15050         * src/prefs_account.[ch]
15051                 moved ssl options to a new page
15052
15053         * src/send.c
15054         * src/smtp.c
15055         * src/ssl.[ch]
15056                 renamed ssl options
15057                 added support for SMTP STARTTLS command
15058
15059 2001-08-05 [christoph]
15060
15061         * configure.in
15062                 debian autoconf needs version check to find
15063                 correct autoconf version. if the file is
15064                 named configure.in 2.13 is used, which does
15065                 not work with this configure.in script.
15066                 other solution would be to rename the script
15067                 to configure.ac as suggested in the autoconf
15068                 manual.
15069
15070         * src/inc.c
15071                 disable final error popup if popups are
15072                 diabled in config
15073
15074         * src/socket.c
15075                 bugfix in ssl_gets
15076                 fixes IMAP over SSL problem
15077
15078 2001-08-03 [paul]
15079
15080         * configure.in
15081                 change to 0.5.2claws1
15082
15083         * sync with sylpheed 0.5.2cvs1
15084
15085 2001-08-02 [alfons]
15086
15087         * configure.in
15088                 quick fix for ispell detection...
15089
15090 2001-08-01 [paul]
15091
15092         * configure.in
15093                 change to 0.5.1claws4
15094
15095         * sync with sylpheed 0.5.1cvs7
15096
15097 2001-07-31 [alfons]
15098
15099         * src/prefs_common.c, src/prefs_common.h, 
15100           src/gtkspell.c, src/gtkspell.h
15101                 add global spelling checker settings (compose tab) +
15102                 selection of dictionary 
15103           
15104         * configure.in  
15105                 guess valid ispell location
15106
15107 2001-07-31 [paul]
15108
15109         * po/POTFILES.in
15110                 removal of 'src/quote_fmt_parse.c'
15111         * po/de.po
15112                 Updated de.po
15113                 (submitted by Jens Oberender <didge@suse.de>)
15114
15115 2001-07-31 [darko]
15116
15117         * src/folder.[ch]
15118         * src/folderview.[ch]
15119         * src/mainwindow.c
15120         * src/mh.c
15121         * src/prefs_common.[ch]
15122         * src/summaryview.c
15123                 target folder colourization
15124
15125 2001-07-30 [paul]
15126
15127         more sync with Sylpheed 0.5.1cvs6 
15128
15129 2001-07-30 [darko]
15130
15131         * src/mh.c
15132         * src/prefs_folder_item.[hc]
15133         * src/summaryview.c
15134                 shared folders support with a GUI
15135
15136 2001-07-29 [paul]
15137
15138         0.5.1claws3
15139
15140         * sync with Sylpheed 0.5.1cvs6
15141
15142 2001-07-29 [paul]
15143
15144         * po/pt_BR.po
15145                 updated
15146                 (submitted by Fabio Junior Beneditto)
15147
15148 2001-07-28 [paul]
15149
15150         * src/procmime.c
15151         * AUTHORS
15152                 patch to correct bad image mime headers
15153                 (submitted by Don Quijote <dq@searchlores.org>)
15154
15155 2001-07-28 [paul]
15156
15157         * tools/gif2xface.pl   **NEW FILE**
15158         * tools/README
15159                 script to convert file.gif to file.xface for
15160                 use in a custom header.
15161                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15162
15163 2001-07-27 [alfons]
15164         
15165         * configure.in
15166                 change macros for detecting JPilot and LDAP
15167
15168 2001-07-27 [christoph]
15169
15170         * src/filtering.c
15171                 code cleanup (MIN / MAX warning, needed casting)
15172
15173 2001-07-27 [alfons]
15174
15175         * procheader.c
15176                 disallow setting flags when detecting certain headers
15177                 (X-Status, Status, Seen, X-Seen). 
15178         
15179         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15180
15181 2001-07-27 [christoph]
15182
15183         * src/prefs_filter.c
15184         * src/prefs_filtering.c
15185         * src/prefs_matcher.c
15186         * src/prefs_scoring.c
15187                 scroll list when moving rows up or down
15188
15189         * src/imap.c
15190         * src/imap.h
15191         * src/prefs_account.c
15192         * src/prefs_account.h
15193         * src/send.c
15194                 SMTP over SSL (untested, feedback requested)
15195                 IMAP over SSL
15196
15197         * src/ssl.c
15198                 code cleanup
15199
15200 2001-07-26 [alfons]
15201         
15202         * configure.in, acconfig.h
15203                 define CLAWS (need this for main / claws detection)
15204
15205 2001-07-25 [alfons]
15206
15207         * configure.in
15208                 Sylpheed 0.5.1claws2
15209                 
15210         * sync with Sylpheed 0.5.1cvs4
15211
15212 2001-07-25 [christoph]
15213
15214         * src/scoring.c
15215                 fixed segfault
15216                 item->prefs == NULL (don't know why)
15217
15218 2001-07-25 [alfons]
15219
15220         * configure.in
15221                 Sylpheed 0.5.1claws1
15222
15223         * sync with Sylpheed 0.5.1cvs1-3
15224
15225 2001-07-24 [christoph]
15226
15227         * src/folderview.c
15228         * src/prefs_folder_item.[ch]
15229                 added folderitem preferences dialog with
15230                 default To: and auto request return receipt
15231
15232         * src/compose.[ch]
15233         * src/menu.[ch]
15234                 changes to handle new folderitem preferences
15235
15236         * src/mainwindow.c
15237         * src/summaryview.c
15238                 call compose new mail with current folderitem
15239
15240 2001-07-24 [alfons]
15241
15242         Release Sylpheed 0.5.1claws
15243
15244         * configure.in
15245                 change to release version 0.5.1claws
15246
15247 2001-07-24 [christoph]
15248
15249         * src/summaryview.c
15250                 fixed segfault that happend when the selected
15251                 message was removed while retrieving new messages.
15252
15253         * po/es.po
15254                 updated translation
15255                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15256
15257 2001-07-22 [alfons]
15258
15259         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15260         this is a work in progress, for more information: http://nlpagan.net/sylman 
15261         
15262         * configure.in, src/mainwindow.c, manual/Makefile.am
15263                 add support for English manual
15264
15265         * AUTHORS
15266                 add authors of user manuals
15267
15268         * manual/en/sylpheed*.html
15269                 add English documentation
15270
15271 2001-07-22 [christoph]
15272
15273         * po/POTFILES.in
15274                 added src/ssl.c
15275         * src/ssl.c
15276                 changed a wrong debug message
15277
15278 2001-07-22 [alfons]
15279
15280         * po/nl.po
15281                 update Dutch translation
15282
15283         * src/prefs_filtering.c, 
15284           src/prefs_matcher.c
15285                 add more translatable strings           
15286
15287 2001-07-21 [alfons]
15288
15289         0.5.0claws7
15290
15291         * configure.in
15292                 change version
15293
15294         * src/inc.c, src/summaryview.[ch]
15295                 prevent update of mark file when filtering has done, by
15296                 using a variable; this affects two functions:
15297                         inc.c::inc_finished()
15298                         summaryview.c::summary_show()
15299
15300 2001-07-20 [alfons]
15301
15302         * src/filtering.[ch], src/prefs_filtering.c, 
15303           src/matcher.[ch]
15304                 add filtering action for label coloring 
15305
15306         * po/POTFILES.in
15307                 add labelcolors.c
15308
15309         * added src/labelcolors.c
15310         * added src/labelcolors.h
15311         * src/Makefile.am, src/summaryview.c
15312                 rearrange label coloring code
15313
15314         * src/procmsg.h
15315                 add more parentheses so label colouring works correctly
15316
15317         * src/filtering.c
15318                 don't really delete message, but move it to Trash
15319
15320         * src/prefs_matcher.c
15321                 add quote options to info dialog
15322
15323 2001-07-20 [christoph]
15324
15325         * src/Makefile.am
15326         * src/inc.c
15327         * src/main.[ch]
15328         * src/socket.h
15329         * src/ssl.[ch] (new)
15330                 moved ssl stuff to a seperate file
15331
15332 2001-07-20 [darko]
15333
15334         * src/summaryview.c
15335                 fix show sender using address book with no e-mail
15336                 address in From: field
15337
15338 2001-07-19 [alfons]
15339
15340         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15341                 fix messy handling of escaping... now at least the
15342                 execute command is useful. escape char is '\', we
15343                 accept \n and \r too. 
15344
15345                 Real life example:
15346                 
15347                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15348                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15349
15350 2001-07-18 [alfons]
15351
15352         0.5.0claws6
15353
15354         * src/summaryview.c
15355                 clean up
15356
15357         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15358           src/procmsg.[ch]
15359                 revise filtering; currently move, copy, marking have
15360                 been tested. if you like bleeding edge stuff, you
15361                 should definitely go for this version :)
15362
15363         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15364
15365 2001-07-17 [christoph]
15366
15367         * src/utils.c
15368                 timestamp log
15369
15370 2001-07-17 [alfons]
15371
15372         0.5.0claws5
15373
15374         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15375           bits in the mark file, without affecting either branch. Lots of
15376           files changed, also in claws branch.
15377
15378           UNTESTED: use of mbox folders
15379
15380         * src/summaryview.c
15381                 added mark all read; however this was a quick hack used for
15382                 cleaning up mess after initial merge with Hiroyuki
15383
15384         * configure.in
15385                 change claws version number back to 0.5.0claws5 to clear up 
15386                 confusion & pretension (recent release was technically 
15387                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15388
15389 2001-07-16 [alfons]
15390
15391         sync with Hiroyuki's 0.5.0cvs4
15392
15393 2001-07-16 [alfons]
15394
15395         0.5.1claws3
15396
15397         * src/filtering.[ch]
15398                 remove invalid updating of mark files for 
15399                 filter actions MATCHING_ACTION_MOVE and 
15400                 MATCHING_ACTION_DELETE; this should fix the
15401                 folder update bug
15402                 
15403         * src/procmsg.c
15404                 revert Christoph's stab at fixing the folder 
15405                 update bug
15406
15407         * po/POTFILES.in
15408                 add missing files with translatable strings
15409
15410         * src/summaryview.c
15411                 remove debug print
15412
15413 2001-07-15 [alfons]
15414
15415         * src/addr_compl.[ch], src/prefs_filtering.c
15416                 make "filtering pref dialog's destination entry" an
15417                 "address completable entry", if filter destination is 
15418                 an email address
15419
15420         0.5.1claws2
15421         
15422         sync with Hiroyuki's 0.5.0cvs2-3
15423
15424 2001-07-15 [christoph]
15425
15426         * src/procmsg.c
15427                 fixed folder stats update after incorporation
15428
15429 2001-07-15 [alfons]
15430
15431         * src/summaryview.c
15432                 * finish label colouring stuff (for now)
15433                 * fix incorrect colour bug (off by one) 
15434
15435 2001-07-14 [alfons]
15436
15437         * src/mainwindow.c
15438                 change text labels for news and mail message so there's
15439                 plenty of toolbar estate left
15440
15441         * configure.in
15442                 0.5.1claws1
15443
15444         * src/folderview.c
15445           src/folder.[ch]
15446                 sync with Hiroyuki's 0.5.0cvs1
15447
15448         * src/summaryview.c
15449                 more rewrite label colouring
15450
15451 2001-07-14 [alfons]
15452
15453         * src/summaryview.[ch]
15454                 * start rewrite label colouring 
15455                 * fix proper location "Add Sender To Addressbook" menu item
15456
15457 2001-07-13
15458
15459         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15460         (actually this is 0.5.0claws4)
15461
15462 2001-07-13 [alfons]
15463
15464         * po/pt_BR.po
15465                 * fix duplicate message
15466                 * add updated Portugese / Brazilian translation
15467                   submitted by Fabio Junior Beneditto
15468
15469 2001-07-12 [alfons]
15470
15471         * AUTHORS
15472                 add Jens
15473
15474         * po/nl.po
15475                 add updated Dutch translation
15476
15477         * po/de.po
15478                 add updated German translation submitted by Jens
15479
15480 2001-07-11 [alfons]
15481
15482         Prerelease before 0.5.0claws. Please test.
15483         This version is temporarily tagged as VERSION_0_5_0_TEST
15484
15485         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15486           src/prefs_scoring.c, src/prefs_matcher.c, 
15487           src/prefs_filtering.c, src/mbox.c, 
15488           src/main.c, src/inc.c, src/filtering.[ch]
15489                 revert new Hoa's new matcher (does not work yet)
15490
15491         * src/Makefile.am
15492                 clean up
15493
15494 2001-07-10
15495
15496         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15497
15498
15499 2001-07-10 [alfons]
15500
15501         * Makefile.am
15502                 add ChangeLog.claws to EXTRA_DIST
15503         * src/Makefile.am
15504                 add matcher_parser_parse.h to EXTRA_DIST
15505
15506 2001-07-10 [christoph]
15507
15508         * src/inc.c
15509                 add destination folder to table of
15510                 folders that need to be updated after
15511                 incorporation
15512
15513 2001-07-10 [alfons]
15514
15515         * folder.[ch]
15516           folderview.c
15517                 make collapse state of folders and folder items persistent, i.e.
15518                 if you collapse a folder tree, the next time sylpheed-claws starts 
15519                 up the folder tree remains collapsed.  
15520                 
15521 2001-07-10 [christoph]
15522
15523         * acconfig.h
15524         * configure.in
15525                 added --enable-ssl
15526         * src/md5.[ch]
15527                 renamed MD5_CTX to MD5_CTX_syl
15528                 conflicts with a struct in openssl
15529         * src/inc.c
15530         * src/main.[ch]
15531         * src/prefs_account.[ch]
15532         * src/socket.[ch]
15533                 SSL support for POP
15534         * src/mainwindow.c
15535                 fixed compose with current account
15536                 broken by new compose button stuff
15537
15538 2001-07-09 [hoa]
15539
15540         * AUTHORS
15541                 changed my email address
15542
15543         * src/matcher_parser_parse.y
15544                 clean the parser to remove conflicts
15545
15546 2001-07-09 [alfons]
15547
15548         * AUTHORS
15549                 add Match Grun
15550
15551         * configure.in
15552                 fix incorrect description of --enable-ldap parameter
15553
15554         * src/prefs_common.[ch]
15555           src/compose.c
15556                 add experimental option "smart wrapping" which makes the
15557                 compose editor auto wrap.
15558                 
15559                 | TODO: the problem with the buggy cursor handling is caused |
15560                 | by the GtkText. when deleting / backspacing text its       |
15561                 | wrapping algorithm does not take in account the previous   |
15562                 | line. should find a way to hack this in.                   |
15563                 | or should perhaps combine this with the word wrapping      |
15564                 | patch i wrote in january.                                  |
15565
15566         * src/about.c
15567                 show build parameters for LDAP and JPilot
15568
15569         * src/summaryview.c
15570                 revert Christoph's bugfix for selecting next unread message, 
15571                 because folder stats aren't updated correctly
15572
15573 2001-07-08 [hoa]
15574
15575         * src/filtering.c
15576         * src/mainwindow.c
15577         * src/matcher.c
15578         * src/matcher_parser_lex.l
15579         * src/matcher_parser_parse.y
15580         * src/prefs_filtering.c
15581         * src/prefs_scoring.c
15582         * src/scoring.c
15583                 bugfix of the config file parser
15584
15585 2001-07-08 [alfons]
15586
15587         * src/Makefile.am
15588                 added generated matcher sources to BUILT_SOURCES
15589
15590 2001-07-08 [hoa]
15591
15592         * src/Makefile.am
15593         * src/.cvsignore
15594                 added new config file parser
15595
15596         * src/scoring.[ch]
15597         * src/filtering.[ch]
15598         * src/matcher.[ch]
15599         * src/prefs_filtering.c
15600         * src/prefs_matcher.c
15601         * src/prefs_scoring.c
15602         * added src/matcher_parser.h
15603         * added src/matcher_parser_lex.h
15604         * added src/matcher_parser_lex.l
15605         * added src/matcher_parser_parse.y
15606                 lex & yacc config file parser
15607
15608         * src/mbox.c
15609         * src/inc.c
15610         * src/main.c
15611                 changes prefs_filtering into global_filtering           
15612
15613         * src/summaryview.c
15614                 build threads with subjects only if "Re: " is at the
15615                 beginning of the subject
15616
15617 2001-07-07 [paul]
15618
15619         0.5.0claws
15620
15621         sync with sylpheed 0.5.0
15622                 change of version number only
15623
15624 2001-07-06 [paul]
15625
15626         0.5.0claws5
15627
15628         sync with sylpheed 0.5.0pre5
15629
15630 2001-07-05 [paul]
15631
15632         sync with sylpheed 0.5.0pre4 release
15633                 /po and /manual/ja not sync'ed
15634
15635 2001-07-04 [paul]
15636
15637         more sync with sylpheed 0.5.0pre4
15638
15639 2001-07-03 [christoph]
15640
15641         * src/addressbook.c
15642                 fixed address book broken by address book
15643                 for VCard, JPilot, LDAP
15644
15645 2001-07-03 [alfons]
15646
15647         * src/matcher.c
15648         * src/textview.c
15649                 stopped memory leaks
15650
15651 2001-07-03 [paul]
15652
15653         more sync with sylpheed 0.5.0pre4
15654
15655 2001-07-02 [match]
15656
15657         * included address book patch for VCard, JPilot, LDAP
15658         * pref_common.c - fixed Font options on Display tab (cosmetic)
15659         * alertpanel.c - fixed truncated message
15660
15661 2001-07-02 [christoph]
15662
15663         * src/mbox_folder.c
15664         * src/procmsg.[ch]
15665         * src/summaryview.c
15666                 mark threads for ignoring
15667
15668 2001-07-02 [paul]
15669
15670         0.5.0claws4
15671
15672         * sync with sylpheed 0.5.0pre4
15673                 updated gettext to 0.10.38.
15674
15675 2001-07-01 [paul]
15676
15677         * src/ mainwindow.c
15678         * src/procmsg.h
15679         * src/summaryview.[ch]
15680                 new right-click option: Label.
15681                 substitute for 'Mark-->Mark/Unmark', colours the line.
15682                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15683
15684 2001-07-01 [christoph]
15685
15686         * src/folderview.c
15687                 fixed font for trash
15688         * src/summaryview.c
15689                 move ctree to unread message
15690
15691 2001-07-01 [paul]
15692
15693         * sync with sylpheed 0.5.0pre3 release
15694
15695 2001-06-30 [alfons]
15696
15697         * src/filesel.[ch]
15698         * src/compose.c
15699                 allow inserting / attaching multiple files in
15700                 the composer window
15701
15702 2001-06-30 [paul]
15703
15704         * src/codeconv.c
15705                 small change to Alfons' previous stuff so that it
15706                 actually makes
15707
15708 2001-06-30 [alfons]
15709
15710         * lots of files changed; first attempt to merge the changes
15711           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15712
15713 2001-06-30 [paul]
15714
15715         * po/pt_BR.po
15716                 updated and completed, translations by Fabio
15717                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15718
15719 2001-06-29 [alfons]
15720
15721         * src/compose.c
15722         * src/mimeproc.[ch]
15723                 allow selecting an attached files' mime type from a 
15724                 list of types.
15725
15726 2001-06-29 [paul]
15727
15728         * more sync with sylpheed 0.5.0pre3
15729
15730 2001-06-29 [paul]
15731
15732         * po/pt_BR.po
15733                 merge with sylpheed.pot and pt_BR.po provided by
15734                 Fabio Junior Beneditto.
15735
15736 2001-06-29 [darko]
15737
15738         * src/procmime.c
15739                 make MIME types case insensitive
15740
15741 2001-06-28 [alfons]
15742
15743         * po/nl.po
15744                 merge with sylpheed.pot and old nl.po; translations added.
15745
15746 2001-06-28 [paul]
15747
15748         * more sync with sylpheed 0.5.0pre3
15749
15750 2001-06-27 [alfons]
15751
15752         * src/summaryview.c
15753                 don't crash when removing parent node of messages
15754                 attracted by subject. this was caused by not deleting
15755                 the parent node from the subject line hash table.
15756
15757 2001-06-27 [alfons]
15758
15759         * src/summaryview.c
15760         * src/compose.[ch]
15761         * src/mainwindow.c
15762                 if there are multiple messages selected, allow forwarding
15763                 them as attachments.
15764
15765 2001-06-27 [paul]
15766
15767         * more sync with sylpheed 0.5.0pre3
15768
15769 2001-06-26 [paul]
15770
15771         0.5.0claws3
15772
15773         * sync with sylpheed 0.5.0pre3
15774
15775 2001-06-25 [paul]
15776
15777         * src/mainwindow.c
15778                 fixed 'compose news article' bug
15779                 from icon-and-text toolbar
15780
15781 2001-06-25 [paul]
15782
15783         * sync with sylpheed 0.5.0pre2 release
15784
15785 2001-06-24 [christoph]
15786
15787         * src/prefs_common.c
15788                 bug fix in font selection
15789         * src/folderview.c
15790                 use sylpheed's normal font instead of
15791                 gtk default font for folders without
15792                 new messages
15793
15794 2001-06-24 [alfons]
15795
15796         * src/mainwindow.[ch]
15797                 added composite compose mail / news button (an idea by Leandro
15798                 Pereira <leandro@linuxmag.com.br>)
15799
15800 2001-06-24 [paul]
15801
15802         Added instructions for ldif-to-xml.py
15803
15804         * tools/README
15805
15806 2001-06-23 [alfons]
15807
15808         Some minor things.
15809
15810         * src/pixmaps/stock_news_compose.xpm
15811                 added pixmap by Leandro
15812         * src/prefs_common.c
15813                 tested built-in spelling checker of GCC 3.0 :)
15814         * po/nl.po
15815                 merged dutch translation of sylpheed-main with
15816                 sylpheed.pot
15817
15818 2001-06-23 [paul]
15819
15820         Added tools directory and files.
15821
15822         * tools/filter_conv.pl
15823                 converts old filter system to new filtering system
15824         * tools/ldif-to-xml.py
15825                 converts netscape addressbook to sylpheed addressbook
15826         * tools/README
15827                 descriptions/instructions for above two files
15828
15829 2001-06-23 [christoph]
15830
15831         * src/inc.c
15832         * src/manage_window.[ch]
15833         * src/prefs_common.[ch]
15834                 mail retrieval dialog can be enabled, disabled
15835                 or hidden if non of sylpheed's windows is active
15836
15837 2001-06-22 [paul]
15838
15839         0.5.0claws2
15840
15841         * sync with sylpheed 0.5.0pre2
15842
15843 2001-06-21 [christoph]
15844
15845         * src/summaryview.c
15846                 show recipient on 'from' for all accounts
15847                 
15848         * src/inc.c
15849         * src/prefs_common.[ch]
15850                 disable error popup on mail receive errors
15851
15852 2001-06-21 [alfons]
15853
15854         * src/compose.c
15855                 made the ruler correctly appear and disappear.
15856
15857         * src/Makefile.am
15858                 removed Hoa's work-in-progress-stuff (interesting!) so 
15859                 claws compiles ok.
15860
15861 2001-06-20 [christoph]
15862
15863         * src/inc.c
15864         * src/progressdialog.c
15865                 added scrolled window for list in progressdialog
15866
15867 2001-06-20 [paul]
15868
15869         sync with sylpheed 0.5.0pre1 release
15870
15871 2001-06-20 [christoph]
15872
15873         * src/summeryview.c
15874                 make building threads by subject work when
15875                 thread view is enabled
15876                 
15877         * src/compose.c
15878         * src/prefs_common.[ch]
15879                 automatically select account for mail replys
15880
15881 2001-06-19 [sergey]
15882
15883         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15884         they are filled in from the account settings.
15885
15886 2001-06-19 [paul]
15887
15888         * more sync with sylpheed 0.5.0pre1
15889
15890 2001-06-18 [alfons]
15891
15892         * src/Makefile.am,
15893           src/procmime.c
15894                 added --sysconfdir to CPPFLAGS for pointing to the correct
15895                 location of mime.types. 
15896
15897                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15898                 or ./configure!
15899
15900 2001-06-18 [hoa]
15901
15902         * src/summaryview.c
15903                 fixed some bug when building threads
15904
15905 2001-06-18 [pau]l
15906
15907         * src/prefs_account.c
15908                 UI stuff: More changes to the English
15909
15910 2001-06-18 [paul]
15911
15912         * src/pixmaps/stock_news_compose.xpm: new file
15913         * src/Makefile.am
15914         * src/mainwindow.c
15915         * src/summaryview.c
15916                 Added new icon for Hoa's 'compose a news
15917                 message', plus minor improvements to the
15918                 English
15919
15920         * po/ja.po
15921         * ChangeLog
15922         * ChangeLog.jp
15923                 more sync with sylpheed 0.5.0pre1
15924
15925 2001-06-18 [hoa]
15926
15927         * src/compose.[ch]
15928         * src/mainwindow.c
15929                 Follow-up and reply to
15930
15931         * src/summaryview.[ch]
15932                 Build threads also with subjects
15933
15934 2001-06-17 [hoa]
15935
15936         * src/compose.c
15937                 forwarding use the current account.
15938
15939         * src/mainwindow.c
15940                 the "compose message" button has been replaced with
15941                 "new mail" and "new news" buttons
15942
15943         * src/prefs_common.[ch]
15944                 added a configuration option to use the forward button
15945                 as "forward as attachment"
15946                 changed reply and forward format description
15947
15948         * src/quote_fmt_lex.l
15949         * src/quote_fmt_parse.y
15950                 added message with no signature in format for reply
15951                 and forward.
15952
15953 2001-06-17 [paul]
15954
15955         Minor UI stuff
15956
15957         * src/mainwindow.c
15958         * src/summaryview.c
15959                 Improvements to the English
15960
15961         * src/prefs_common.c
15962                 Improvements to the English and some
15963                 clarity/continuity improvements in the
15964                 description of Quote symbols.
15965
15966 2001-06-17 [paul]
15967
15968         0.5.0claws1
15969
15970         * sync with sylpheed 0.5.0pre1
15971
15972 2001-06-17 [hoa]
15973
15974         * src/compose.c
15975                 Better interface for compose, displayed fields
15976                 are updated whenever we change account.
15977                 Newsgroups field is automatically filled.
15978
15979         * src/mainwindow.c
15980                 Newsgroups field is automatically filled.
15981
15982         * src/prefs_account.c
15983                 Some interface stuff when fields appear and
15984                 disappear.
15985
15986 2001-06-16 [paul]
15987
15988         0.4.99claws
15989
15990         * sync with sylpheed 0.4.99
15991
15992 2001-06-16 [sergey]
15993
15994         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15995         base64_decoder_free, base64_decoder_decode): new object and
15996         functions for decoding base64 streams.
15997         * src/procmime.c (procmime_decode_content): modified to use the
15998         new base64 decoder.
15999
16000 2001-06-15 [paul]
16001
16002         0.4.99claws10
16003
16004         * sync with sylpheed 0.4.99cvs11
16005
16006 2001-06-13 [paul]
16007
16008         0.4.99claws9
16009
16010         * sync with sylpheed 0.4.99cvs9
16011
16012 2001-06-13 [hoa]
16013
16014         * src/compose.c
16015         * src/prefs_account.c
16016
16017                 SMTP server can be defined in the news account
16018                 mime type of attachment are kept.
16019
16020         * src/summaryview.c
16021
16022                 now choose the highest important score between default
16023                 and important score of folder.
16024
16025 2001-06-09 [alfons]
16026         
16027         * src/prefs_common.c: 
16028
16029                 (prefs_quote_description_create): corrected description of 
16030                 quote format characters
16031
16032 2001-06-09 [paul]
16033
16034         0.4.99claws8
16035
16036         * sync with sylpheed 0.4.99cvs8
16037
16038 2001-06-08 [sergey]
16039
16040         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16041         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16042
16043 2001-06-08 [paul]
16044
16045         0.4.99claws7
16046
16047         * sync with sylpheed 0.4.99cvs7
16048
16049 2001-06-06 [sergey]
16050
16051         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16052         clashes with autogenerated header).
16053         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16054         * src/Makefile.am: added quote_fmt.h.
16055         * src/.cvsignore: added lex/yacc autogenerated files
16056         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16057
16058 2001-06-06 [paul]
16059
16060         0.4.99claws6
16061
16062         * sync with sylpheed 0.4.99cvs6
16063
16064 2001-06-06 [hoa]
16065
16066         * added src/quote_fmt_parse.h
16067         * src/compose.c
16068                 removed warnings
16069
16070         * src/prefs.[ch]
16071                 don't modify readonly configuration files
16072
16073         * src/prefs_account.c
16074         * src/prefs_common.c
16075         * src/prefs_customheader.c
16076         * src/prefs_display_header.c
16077         * src/prefs_filter.c
16078         * src/prefs_filtering.c
16079         * src/prefs_scoring.c
16080                 don't open dialog box when configuration files
16081                 are readonly
16082
16083 2001-06-05 [sergey]
16084
16085         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16086
16087         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16088         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16089         BUILT_SOURCES to make all files rebuild properly.
16090
16091         * src/compose.c: removed #include "quote_fmt.tab.h".
16092
16093         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16094         CHARACTER value in yylval.
16095
16096         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16097         receive CHARACTER value by documented means (yylval).
16098
16099         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16100
16101 2001-06-05 [hoa]
16102
16103         * src/Makefile.am
16104                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16105
16106         * src/filtering.c
16107         * src/matcher.c
16108         * src/matcher.h
16109         * src/prefs_filtering.c
16110                 now keep the configuration for execute action
16111
16112         * src/mbox_folder.c
16113                 fixed a warning
16114
16115 2001-06-05 [paul]
16116
16117         * sync with sylpheed 0.4.99cvs5
16118
16119 2001-06-05 [hoa]
16120
16121         * src/Makefile.am
16122                 added quote_fmt.[ch]
16123
16124         * added src/quote_fmt.y
16125         * added src/quote_fmt.l
16126         * added src/quote_fmt.tab.h
16127         * added src/quote_fmt.tab.c
16128         * added src/lex.quote_fmt.c
16129                 parsing configuration for replying
16130                 and forwarding
16131
16132         * src/prefs_common.[ch]
16133                 added configuration UI for replying
16134                 and forwarding
16135
16136         * src/compose.c
16137                 using configuration for replying
16138                 and forwarding
16139
16140 2001-06-04 [hoa]
16141
16142         * src/filtering.c
16143         * src/matcher.c
16144         * src/matcher.h
16145         * src/prefs_filtering.c
16146         * src/prefs_matcher.c
16147         * src/prefs_matcher.h
16148                 action "run a command" for filtering
16149                 and matching with a command.
16150                 fixed the "whole message" matching
16151
16152         * src/mbox_folder.c
16153                 changed temporary filename for security
16154
16155         * src/messageview.c
16156                 queue the notification if it fails to send.
16157
16158         * src/prefs_common.c
16159         * src/prefs_folder_item.c
16160                 changed the default important score             
16161
16162         * src/prefs_scoring.c
16163         * src/scoring.c
16164                 hide kill score input when the folder is not
16165                 a newsgroup
16166
16167 2001-06-03 [alfons]
16168
16169         * src/prefs_common.c:
16170
16171                 (prefs_font_select): pass font name in font entry box to font
16172                 selection dialog.
16173
16174 2001-06-03 [sergey]
16175
16176         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16177
16178 2001-06-03 [paul]
16179
16180         * sync with sylpheed 0.4.99cvs4
16181
16182 2001-06-03 [alfons]
16183
16184         * src/headerwindow.c:
16185
16186                 (headerwindow_show_cb): use the selected summary view item, not
16187                 the displayed item.
16188
16189 2001-06-02 [alfons]
16190
16191         * src/headerwindow.c:
16192
16193                 (headerwindow_show_cb): always try to show msginfo
16194
16195 2001-06-02 [hoa]
16196
16197         * src/compose.c
16198                 keep attached parts when reediting or forwarding.
16199
16200 2001-06-01 [hoa]
16201
16202         * src/folderview.c
16203         * src/prefs_folder_item.[ch]
16204         * src/prefs_scoring.[ch]
16205         * src/scoring.[ch]
16206         * src/summaryview.[ch]
16207         * src/main.c
16208         * src/mainwindow.c
16209         * src/prefs_common.[ch]
16210                 support for folder scoring
16211                 kill score and important score for messages
16212         
16213         * src/prefs_account.c
16214                 some display bug fixed for local account
16215                 preferences
16216
16217 2001-05-31 [alfons]
16218
16219         * src/summaryview.c:
16220
16221                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16222                 sender to address book menu item is disabled.
16223
16224 2001-05-30 [hoa]
16225
16226         * src/filtering.[ch]
16227         * src/summaryview.c
16228                 handling summary menu / filter messages
16229
16230         * src/folder.[ch]
16231                 add some stuff
16232
16233         * src/foldersel.c
16234                 imap folders now appears in list
16235
16236         * src/mbox_folder.c
16237                 doesn't crash if destination mail is not writeable
16238
16239 2001-05-29 [hoa]
16240
16241         * src/compose.c
16242                 removed some warnings
16243
16244         * src/filtering.c
16245         * src/folder.[ch]
16246         * src/prefs_filtering.c
16247                 global string to identify any folders           
16248                 removed some debug info
16249                 filtering to mbox folders is now possible
16250
16251         * src/mainwindow.c
16252                 removed some warnings
16253
16254         * src/mbox_folder.c
16255                 permission on files are changed to read/write for user only,
16256                 nothing for other.
16257                 creation of subfolder is handled better.
16258
16259 2001-05-28 [alfons]
16260
16261         Verified the sync for src/prefs_common.[ch] and
16262         src/prefs_account.[ch]. I believe there were some
16263         minor indentation differences.
16264
16265 2001-05-28 [paul]
16266
16267         0.4.99claws3
16268
16269         * sync with 0.4.99cvs3
16270
16271 2001-05-28 [hoa]
16272
16273         * src/compose.c
16274                 handling flags for mbox format
16275
16276         * src/filtering.c
16277                 use of mark file only for MH format
16278                 handling flags for mbox format
16279                 filtering cannot yet move or copy mails to mbox folders.
16280
16281         * src/folder.[ch]
16282                 changed move_msg, copy_msg,
16283                 move_msgs_with_dest, copy_msgs_with_dest functions
16284                 uses only folder->copy_msg() function
16285                 uses folder->finished_copy() to handle the destination
16286                 folder at the end of the copy or move operation.
16287
16288         * src/foldersel.c
16289                 included mbox directories.
16290
16291         * src/folderview.[ch]
16292         * src/mainwindow.c
16293                 handle folders operation for mbox format
16294
16295         * src/mbox.c
16296                 disable conversion of "From " header
16297
16298         * src/mbox_folder.[ch]
16299                 completion of mbox format handling
16300
16301         * src/mh.c
16302                 changed mh_copy_msg() function and
16303                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16304                 mh_copy_msgs_with_dest()
16305
16306         * src/prefs_filtering.c
16307                 removed some warnings
16308
16309         * src/prefs_matcher.c
16310                 default boolean operation is AND
16311
16312         * src/procheader.c
16313                 handling flags for mbox format
16314                 handling of "From " header
16315
16316         * src/procmsg.[ch]
16317                 removed data field
16318                 added MSG_REALLY_DELETED flags to handle deletion of
16319                 messages in mbox format.
16320
16321         * src/summaryview.c
16322                 handling flags for mbox format
16323                 disable the MSG_DELETED flags when messages
16324                 are deleted in mbox format
16325
16326         * src/textview.c
16327                 "From " headers display fixed.
16328
16329 2001-05-27 [alfons]
16330
16331         * src/textview.c:
16332                 
16333                 (get_email_part): skip quoted email addresses, like in e.g.
16334                 "'alfons@proteus.demon.nl'".
16335
16336 2001-05-26 [alfons]
16337
16338         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16339         and fixing the persistence troubles when using separate windows.
16340
16341         * src/mainwindow.c:
16342         
16343             Added #define SEPARATE_ACTION used in the gtk item factory for 
16344             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16345                 use gtk_item_factory_get_widget_by_action() to get the items.
16346                 
16347             Removed separate_widget_cb from the gtk item factory data   
16348           
16349             (mainwindow_create): connect separate_widget_cb() to check
16350             menu item "toggled" signal. also passing a MainWindow pointer
16351                 as object data for both check menu items.
16352                 
16353             (separate_widget_cb): definition of separate_widget_cb() to match
16354             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16355                 window using gtk_object_get_data(). The type of window separation 
16356                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16357         
16358         * src/prefs_filtering.c,
16359           src/prefs_matcher.c: added horizontal scrollbars
16360
16361 2001-05-25 [darko]
16362
16363         * src/headerview.c
16364                 fix segfault with invalid bold font
16365         * src/summaryview.c
16366                 correctly display summary stats after row is marked
16367
16368 2001-05-23 [sergey]
16369
16370         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16371         encodings with libjconv.
16372
16373 2001-05-23 [hoa]
16374
16375         * src/Makefile.am
16376                 added mbox_folder.[ch]
16377         * src/defs.h
16378                 mbox temporary folder
16379         * src/folder.[ch]
16380         * added src/mbox_folder.[ch]
16381         * src/folderview.c
16382         * src/procheader.[ch]
16383                 added mbox support
16384         * src/mbox.c
16385                 bugfix for file incorporation filtering
16386         * src/imap.c
16387                 enable creation of MBOX
16388         * src/prefs_display_header.c
16389                 enable use of headers like "From "
16390                 something that should be fixed :
16391                         displaying of such headers add an extra space
16392         * src/prefs_folder_item.c
16393                 don't create folders because it is not necessary
16394         * src/procmsg.h
16395                 added data field to MsgInfo for mbox internal use
16396         * src/summaryview.c
16397                 added some support for mbox
16398         * src/utils.[ch]
16399                 added get_mbox_cache_dir() function
16400
16401 2001-05-23 [hiroyuki]
16402
16403         * src/headerwindow.c
16404           src/inc.c
16405           src/main.c
16406           src/mh.c
16407           src/nntp.c
16408           src/procmsg.h
16409           src/session.h
16410           src/socket.[ch]
16411           src/summaryview.c
16412           src/textview.c
16413           src/automaton.c
16414           src/folderview.c: more sync with 0.4.99cvs2.
16415
16416         * src/headerwindow.c: reverted.
16417
16418 2001-05-22 [paul]
16419
16420         0.4.99claws2
16421
16422         * sync with sylpheed 0.4.99cvs2
16423                 * src/news.[ch]
16424                 * src/nntp.[ch]
16425                 * INSTALL
16426                 * INSTALL.jp
16427
16428 2001-05-22 [alfons]
16429
16430         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16431
16432 2001-05-21 [alfons]
16433
16434         Minor things:
16435
16436         * configure.in: if gnome-config not found, "no" is displayed
16437         
16438         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16439
16440         * src/textview.c: now also possible to add mail addresses by right
16441           clicking in the text view
16442
16443         * src/codeconv.c: merged patch which fixes endless loop when encountering
16444           invalid wide characters; from Alte <010@imis.ru>  
16445
16446 2001-05-20 [alfons]
16447
16448         Added installation of gnome specific things:
16449
16450         * Makefile.am: gnome conditional
16451
16452         * configure.in: check for installed gnome
16453
16454         * added sylpheed.png, sylpheed.desktop
16455
16456 2001-05-20 [sergey]
16457
16458         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16459
16460         * src/mainwindow.h (main_window_toolbar_create): created a button
16461         for "Reply to all".
16462         (main_window_set_toolbar_sensitive): enable/disable the new button
16463         appropriately.
16464         (toolbar_reply_to_author_cb): handle the new button.
16465
16466         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16467         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16468         failure).
16469
16470 2001-05-19 [sergey]
16471
16472         * src/compose.h (ComposeReplyMode): new modes
16473         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16474         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16475
16476         * src/compose.c
16477         (compose_send): move some code into a new function:
16478         (compose_current_mail_account): new function.
16479         (compose_reply): new argument to_author, all callers changed; if
16480         to_author==TRUE and account->protocol==A_NNTP, find and use an
16481         appropriate mail account for replying.
16482         (compose_reply_set_entry): new argument to_author; ignore
16483         compose->replyto if to_author==TRUE.
16484
16485         * src/mainwindow.c: new command "Message/Reply to author".
16486         (main_window_set_menu_sensitive): enable/disable it.
16487         (reply_cb): handle it.
16488
16489         * src/summaryview.c: new command "Reply to author".
16490         (summary_set_menu_sensitive): enable/disable it.
16491         (summary_reply_cb): handle it.
16492
16493         * src/account.c (account_find_mail_from_address): new function.
16494
16495 2001-05-18 [paul]
16496
16497         0.4.99claws1
16498
16499         * sync with sylpheed 0.4.99cvs1
16500
16501 2001-05-18 [hoa]
16502
16503         * src/compose.[ch]
16504         * src/filtering.c
16505         * src/summaryview.c
16506                 new filtering action : forward and forward as attachment
16507
16508         * src/main.c
16509                 no need for $DISPLAY when we run sylpheed --help
16510                 call to parse_cmd_opt() is moved
16511
16512         * src/mainwindow.[ch]
16513                 execute button is hidden when immediate execute
16514                 is chosen
16515
16516         * src/mh.c
16517         * src/news.c
16518         * src/prefs_folder_item.c
16519         * src/procmsg.c
16520                 better handling of missing directories
16521
16522         * src/summaryview.c
16523                 reedit is enabled in outbox
16524                 reedit is enabled in queue
16525
16526 2001-05-17 [hoa]
16527
16528         * src/filtering.c
16529         * src/matcher.[ch]
16530         * src/prefs_filtering.c
16531                 changed attachement into attachment
16532
16533 2001-05-17 [alfons]
16534
16535         0.4.67claws4    
16536
16537         * sync with sylpheed 0.4.67cvs9
16538         * sync with sylpheed 0.4.67cvs7-8
16539
16540 2001-05-17 [hoa]
16541
16542         * src/Makefile.am
16543                 added prefs_filtering.c
16544
16545         * src/filtering.[ch]
16546         * src/matcher.[ch]
16547                 removed action : forward_news and forward_news_as_attachement
16548                 (forward and forward_as_attachement can be used instead)
16549
16550         * src/mainwindow.c
16551                 added menu option to access filtering configuration
16552
16553         * src/prefs_account.c
16554                 changed mail_command default to /usr/sbin/sendmail
16555
16556         * added src/prefs_filtering.[ch]
16557                 dialog box for filtering configuration
16558
16559         * src/prefs_matcher.c
16560                 added function prefs_matcher_get_criteria_from_matching()
16561
16562         * src/prefs_scoring.c
16563                 reset the dialog when register or substitute is clicked
16564
16565 2001-05-15 [hoa]
16566
16567         * src/Makefile.am
16568                 added filtering.[ch]
16569         * src/inc.c
16570                 using filering.[ch] instead of filter.[ch]
16571         * src/main.c
16572                 reading new filtering configuration
16573         * src/matcher.[ch]
16574                 added some filtering actions
16575                 and fixed a bug for headers and mail body matching
16576         * src/mbox.c
16577                 using filering.[ch] instead of filter.[ch]
16578         * src/mh.c
16579                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16580         * src/summaryview.c
16581                 some fixes for filtering
16582
16583 2001-05-14 [hiroyuki]
16584
16585         * src/send.c: fixed some weird indentations.
16586           send_message_with_command(): call pclose() only if p != NULL.
16587         * src/textview.c: get_email_part(): modified the code for readability.
16588
16589 2001-05-14 [hiroyuki]
16590
16591         * src/md5global.h
16592           src/md5ify.c
16593           src/md5ify.h: removed from the cvs.
16594
16595 2001-05-13 [sergey]
16596
16597         * src/main.c: include rfc2015.h to avoid compiler warnings.
16598         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16599         the panel is already on screen.
16600         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16601         closing the alert window by ESC as "No".
16602         * src/prefs_common.c (prefs_interface_create): moved return
16603         receipt check button to the correct place.
16604
16605 2001-03-13 [alfons]
16606
16607         * src/prefs_common.c: 
16608                 moved return receipt check button to the Send tab. (prefs_send_create)
16609                 removed the date format ui related globals. (prefs_display_create)
16610
16611         0.4.67claws3
16612         
16613         * sync with sylpheed 0.4.67cvs5-6
16614
16615 2001-05-13 [paul]
16616
16617         * added Alfons' font selection patch
16618
16619         * src/defs.h
16620         * src/headerwindow.c
16621         * src/prefs_common.c
16622         * src/prefs_common.h
16623
16624 2001-05-13 [hoa]
16625         * src/defs.h
16626                 changed version of cache
16627         * src/matcher.[ch]
16628         * src/prefs_matcher.c
16629                 added additionnal matching criteria
16630         * src/procheader.c
16631         * src/procmsg.[ch]
16632         * src/news.c
16633                 added references in MsgInfo
16634
16635 2001-05-12 [hoa]
16636
16637         * src/defs.h
16638                 prepared some things for new filtering
16639         * src/matcher.[ch]
16640                 added some matching properties
16641                 inreplyto need to be enhanced
16642                 prepared some things for new filtering
16643         * src/messageview.c
16644                 added Return-Receipt-To handling
16645         * src/prefs_folder_item.c
16646                 changed default value to TRUE
16647         * src/prefs_matcher.c
16648                 added some matching properties
16649         * src/prefs_scoring.[ch]
16650                 the scoring dialog is finished
16651         * src/procheader.c
16652                 added Return-Receipt-To handling
16653                 Reference need to be added
16654         * src/procmsg.[ch]
16655                 added Return-Receipt-To handling
16656                 added threadscore to get a better score sorting when
16657                 threads are enabled
16658         * src/summaryview.c
16659                 suppressed a bug when we sort the list
16660                 when no folder is opened.
16661                 better score sorting when threads are enabled
16662
16663 2001-05-12 [alfons]
16664
16665         * reverted previous patch because of potential errors 
16666
16667         0.4.67claws2
16668         
16669         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16670                 applied "toggle mail-retrieval dialog window" patch submitted 
16671                 by Eric Limpens <eric@qnt.net>
16672
16673         * sync with sylpheed 0.4.67cvs4
16674
16675 2001-05-12 [sergey]
16676
16677         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16678         some picky compilers.
16679         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16680         * src/grouplist_dialog.c: include alertpanel.h.
16681         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16682         fix compile warning.
16683         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16684         #include "defs.h" before others to prevent the warning of `MIN'
16685         and `MAX' redefinition.
16686
16687 2001-05-11 [hoa]
16688
16689         * src/main.c
16690         * src/messageview.c
16691         * src/prefs_account.c
16692         * src/prefs_display_header.c
16693                 removed warning
16694         * src/Makefile.am
16695                 added prefs_scoring.[ch]
16696         * src/grouplist_dialog.c
16697                 display an error dialog box if the group list
16698                 cannot be fetched.
16699         * src/mainwindow.[ch]
16700                 added main_window_set_thread_option() function
16701                 scoring dialog box enabled
16702         * src/matcher.[ch]
16703                 added flags matching unread /new / marked
16704                 / deleted / replied / forwarded
16705         * src/news.c
16706                 newsgroups are now finally in newscache
16707         * src/prefs_matcher.[ch]
16708                 finished preferences for matching dialog
16709         * added src/prefs_scoring.[ch]
16710                 scoring dialog box completed
16711         * src/scoring.[ch]
16712                 conversion to string : added scoringprop_to_string()
16713                 write config for preferences :
16714                 added prefs_scoring_write_config()
16715         * src/summaryview.c
16716                 threads can be enabled/disabled independently
16717                 for each folder
16718
16719 2001-05-10 [alfons]
16720
16721         0.4.67claws1
16722         
16723         * AUTHORS: 
16724                 thought it would be nice to have a list of all
16725                 contributors (used Changelog as a reference)
16726         
16727         * configure.in: 
16728                 messed up version numbering...
16729
16730         0.4.66claws1
16731
16732         * sync with sylpheed 0.4.67cvs1-3
16733
16734 2001-05-10 [darko]
16735
16736         * src/prefs_common.c:
16737                 better UI for strftime format, double clicking
16738                 on format now inserts the format in text entry
16739                 replaced close button with standard OK/Cancel
16740                 moved date format button to the right of the
16741                 text entry field
16742
16743 2001-05-09 [alfons]
16744
16745         * src/gtkstext.c:
16746                 Ctrl-Home / Ctrl-End have proper cursor navigation
16747
16748 2001-05-09 [hoa]
16749
16750         * src/prefs_matcher.c
16751                 finished UI to define matching properties
16752                 added ok and cancel button
16753         * src/prefs_filter.c
16754                 added ok and cancel button
16755         * src/news.c
16756                 fixed some bug in xhdr parsing
16757
16758 2001-05-08 [alfons]
16759
16760         * src/textview.c: 
16761                 fixed a bug in textview_show_header(), which displayed two colons (':');
16762                 cleaned up some warnings
16763
16764 2001-05-08 [hoa]
16765
16766         * src/Makefile.am
16767                 added prefs_matcher.[ch]
16768                 compilation with -W -Wall
16769         * src/alertpanel.c
16770                 ungrab the mouse events if grabbed - does it
16771                 fix the bug for disposition notification ?
16772         * src/mainwindow.c
16773                 added a menu option to open the matching dialog.
16774         * src/matcher.[ch]
16775                 added matcherprop_to_string() and matcherlist_to_string()
16776                 fixed some bugs, changed the name of some options
16777                 age_sup and age_inf becomes age_greater and age_lower,
16778                 body and messageheaders becomes body_part and headers_part,
16779                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16780         * src/prefs_display_header.c
16781         * src/prefs_headers.c
16782                 fixed a bug that accidentally destroyed dialogs
16783                 when closed them with delete_event
16784                 Added *_deleted() which handle delete_event signal correctly.
16785         * src/prefs_folder_item.[ch]
16786                 added "enable_thread" field for future customization
16787         * added src/prefs_matcher.[ch]
16788                 sample of the UI to define matching properties
16789         * src/procheader.c
16790                 using procheader_headername_equal instead of str*cmp functions
16791                 using procheader_parse_header() function
16792         * src/scoring.c
16793                 using MATCHING_XXX instead of SCORING_XXX
16794         * src/summaryview.c
16795                 display the sender of the news even if this is ourself
16796                 when this is a news message.
16797         * src/textview.c
16798                 using headername_equal() instead of str*cmp functions
16799
16800 2001-05-08 [alfons]
16801
16802         0.4.66claws
16803
16804         * sync with sylpheed 0.4.66
16805         * src/gtkstext.c: trace logs added 
16806
16807 2001-05-08 [sergey]
16808
16809         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16810         signature check popup.
16811         * src/rfc2015.c (check_signature): show signature check popup only
16812         if it is enabled in preferences.
16813
16814 2001-05-07 [alfons]
16815
16816         0.4.66claws4
16817         
16818         * sync with sylpheed 0.4.66cvs6
16819
16820 2001-05-07 [darko]
16821
16822         * src/prefs_common.[ch]: added option to enable/disable
16823           looking up sender name in address book for summary pane
16824         * src/summaryview.c: look up sender in the address book
16825           by using Alfons' address completion code
16826
16827 2001-05-07 [hiroyuki]
16828
16829         * src/inc.h
16830           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16831           member of Pop3State.
16832         * src/news.c: brought #include "defs.h" before #include <glib.h>
16833           to prevent the warning of `MIN' and `MAX' redefinition.
16834
16835 2001-05-06 [hoa]
16836
16837         * removed src/headers_display.[ch]
16838         * removed src/prefs_display_headers.[ch]
16839         * src/inc.c
16840                 use a temporary file in the user directory for mbox import
16841         * src/news.c
16842                 added XHDR support to get "To" and "Cc" headers
16843                 (in order to match news with to or cc field for
16844                 scoring)
16845                 added function news_parse_xhdr() to get XHDR response
16846         * src/nntp.[ch]
16847                 added function nntp_xhdr()
16848         * src/matcher.c
16849                 fetch the message if necessary
16850
16851 2001-05-06 [alfons]
16852
16853         0.4.66claws3
16854
16855         * sync with sylpheed 0.4.66cvs3-5
16856
16857 2001-05-06 [hoa]
16858
16859         * src/utils.[ch]
16860                 added function itos_buf() to enable use of several buffers
16861         * src/summaryview.c
16862                 use of itos_buf() instead of itos() in summary list
16863                 to fix the broken display of message number.
16864
16865 2001-05-06 [alfons]
16866
16867         * src/gtkstext.c: bug in cursor up navigation fixed,
16868                 fixed another unsigned / signed comparison (we're getting there :-)
16869
16870 2001-05-06 [hoa]
16871
16872         * src/Makefile.am
16873                 added scoring.c scoring.h
16874                 prefs_folder_item.c prefs_folder_item.h
16875                 matcher.c matcher.h
16876         * src/defs.h
16877                 added FOLDERITEM_RC SCORING_RC
16878         * src/folder.[ch]
16879                 added prefs field in FolderItem :
16880                 properties for each folder (PrefsFolderItem),
16881                 sorting type and mode were added as the first properties.
16882         * src/main.c
16883                 read config for scoring
16884         * added src/matcher.[ch]
16885                 gives functions to parse configuration file to do
16886                 matching on mails with a list of conditions.
16887         * src/mainwindow.c
16888                 add option to sort by score
16889         * src/prefs_common.[ch]
16890                 added preference option to show score and for
16891                 the score column size
16892         * added src/prefs_folder_item.[ch]
16893                 properties for each folder (PrefsFolderItem),
16894                 sorting type and mode were added as the first properties.
16895         * src/procheader.[ch]
16896                 added procheader_parse_header()
16897                 added procheader_header_free()
16898                 added procheader_headername_equal()
16899                 and made modification to use them.
16900         * src/procmsg.[ch]
16901                 added score field to MsgInfo structure
16902         * added src/scoring.[ch]
16903                 gives functions to parse configuration file to do
16904                 scoring on mails with a list of conditions.
16905         * src/summaryview.[ch]
16906                 save the sorting type and mode for the folder
16907                 added column to display the score of the mail
16908                 added function summary_score_clicked()
16909                 sorting type and mode are restored to the folder
16910                 when it is reopen
16911         * src/textview.c
16912                 use procheader_parse_header(), procheader_headername_equal()
16913                 removed memory leak in text_scan_header when freeing headers
16914         * src/filter.c
16915                 changed the function to match names of headers
16916                 using procheader_headername_equal()
16917
16918         Scoring functions are implemented, an interface is needed
16919         to configure that.
16920
16921 2001-05-04 [alfons]
16922
16923         * src/gtkstext.c: 
16924                 hopefully fixed the row up navigation bug,
16925                 removed adding back / forward lines to cache
16926
16927 2001-05-04 [sergey]
16928
16929         * src/prefs_display_headers.c: user interface changes:
16930         (prefs_display_headers_create): remove unused "Show" check button;
16931         allow reordering of headers by dragging.
16932         (prefs_display_headers_write_config): remove unused variables.
16933         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16934         of lists (not needed with the new UI).
16935         (prefs_display_headers_set_list): scan lists starting from row 0,
16936         not 1 (do not skip "(New)").
16937         (prefs_display_headers_find_header): new function.
16938         (prefs_display_headers_clist_set_row): do not allow duplicates.
16939         (prefs_display_headers_delete_cb): do not skip row 0; treat
16940         closing the alert window by ESC as "No".
16941         (prefs_display_headers_up): do not protect row 0.
16942         (prefs_display_headers_down): do not protect row 0.
16943
16944 2001-05-04 [sergey]
16945
16946         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16947         functions.
16948
16949         * src/summaryview.c
16950         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16951         summary_select_next_marked, summary_select_prev_marked): new
16952         functions.
16953
16954 2001-05-03 [sergey]
16955
16956         * src/news.c: fixed a bug when no article can be fetched after
16957         server timeout if the connection was restored by news_post():
16958         (news_select_group): new function.
16959         (news_fetch_msg): call news_select_group() before fetching
16960         article.
16961         (news_get_uncached_articles): set session->group after successful
16962         GROUP command.
16963
16964 2001-05-03 [hoa]
16965
16966         * src/defs.h
16967         * src/procmsg.[ch]
16968         * src/procheader.c
16969                  changed version of cache, added cc field
16970
16971         * src/prefs_display_headers.c
16972                 the interface was changed
16973
16974         * src/prefs_headers.c
16975                 added cancel button
16976
16977 2001-05-03 [alfons]
16978
16979         * completed sync of sylpheed cvs2
16980         * src/gtkstext.c: updated row up / down cursor navigation
16981         * src/textview.c: re-edited, prepared for fixing the email address
16982                 scanner.
16983
16984 2001-05-03 [darko]
16985
16986         * src/prefs_common.c: use alfons' strftime ui code
16987         entry_datefmt and datefmt_sample widgets have to be
16988         global in this module because of this change
16989
16990 2001-05-03 [hoa]
16991
16992         * src/messageview.c
16993         * src/prefs_common.[ch] added option to activate the return receipt
16994                 feature.
16995
16996 2001-05-02 [alfons]
16997
16998         * src/gtkstext.c: fix for row up/down cursor navigation. 
16999
17000         0.4.66claws2
17001         
17002         * sync with 0.4.66cvs2
17003
17004 2001-05-02 [paul]
17005
17006         added add-sender-to-addressbook patch
17007
17008         * src/addressbook.c
17009         * src/addressbook.h
17010         * src/summaryview.c
17011
17012 2001-05-02 [sergey]
17013
17014         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17015         G_ALERTDISABLE.
17016
17017         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17018         all existing callers changed to pass FALSE; create a check button
17019         to disable the message.
17020         (alertpanel_message_with_disable): new function.
17021         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17022         (alertpanel_button_toggled): new function.
17023         (alertpanel_button_clicked, alertpanel_close): set value using
17024         G_ALERT_VALUE_MASK.
17025
17026         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17027
17028         * src/prefs_common.c (prefs_privacy_create): new check button
17029         checkbtn_gpgme_warning.
17030
17031         * src/main.c (main): moved preferences reading before gpgme
17032         initialization; check prefs_common.gpgme_warning before giving the
17033         GnuPG warning and set it to FALSE if the user wants to disable the
17034         warning.
17035
17036 2001-05-02 [hiroyuki]
17037
17038         * src/prefs_display_headers.c: modified the layout and some labels.
17039
17040 2001-05-02 [sergey]
17041
17042         * src/prefs_account.c (prefs_account_fix_size): new function.
17043         (prefs_account_create): call prefs_account_fix_size(); use
17044         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17045         size when the window is shown for the first time).
17046         (prefs_account_basic_create): changed layout of serv_table; moved
17047         localmbox_entry above smtpserv_entry (logically it replaces
17048         POP3/IMAP server).
17049         (prefs_account_protocol_activated): set sensitivity of
17050         nntpauth_chkbtn according to the protocol (in addition to
17051         hide/show); commented out gtk_table_set_row_spacing() calls.
17052         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17053         not sensitive (fixes a bug with disabled username/password boxes
17054         when editing POP3 account after NNTP with authentication).
17055
17056 2001-05-02 [hoa]
17057
17058         * src/account.c
17059         * src/inc.c
17060         * src/prefs_account.[ch]
17061         * src/send.c
17062                 removed local account without SMTP server
17063                 added option to use mail command instead of a connexion
17064                 to SMTP server when a local account is used
17065         * src/prefs_headers.c
17066                 fixed a bug
17067         * src/news.c
17068                 fixed a bug when connexion immediately closed
17069
17070 2001-05-01 [alfons]
17071
17072         0.4.66claws1
17073         
17074         * sync with 0.4.65
17075
17076 2001-05-01 [sergey]
17077
17078         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17079         widget nntpauth_chkbtn.
17080         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17081         visibility.
17082         (prefs_account_nntpauth_toggled): new function.
17083
17084         * src/news.c (news_session_new_for_folder): use NNTP
17085         authentication only if ac->use_nntp_auth is set.
17086
17087 2001-05-01 [hoa]
17088
17089         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17090         * src/prefs_display_headers.c changed the UI
17091         * src/prefs_headers.c changed account_name to account_id
17092         * src/compose.c using customheader.h
17093
17094 2001-05-01 [hiroyuki]
17095
17096         * src/esmtp.c
17097           src/news.c
17098           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17099           unsynched.
17100
17101 2001-05-01 [hoa]
17102
17103         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17104         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17105                 for displaying of headers
17106         * src/grouplist_dialog.[ch] minor changes to remove warnings
17107         * src/prefs_display_headers.[ch] dialog to choose the
17108         headers to display in the mail viewer.
17109         * src/headers.h correction of #define
17110         * src/headers_display.[ch] configuration for displaying of headers.
17111         * src/main.c read config of displaying of headers
17112         * src/prefs_common.c add a button to access the config dialog
17113                 for displaying of headers
17114         * src/prefs_display_headers.[ch] dialog for configuration for
17115                 displaying of the headers.
17116         * src/prefs_headers.c cleaning of code
17117         * src/procheader.c comments added to code
17118         * src/textview.c changes to reorder the headers depending
17119                 on the config for displaying of headers
17120
17121 2001-04-30 [alfons]
17122
17123         0.4.65claws7
17124
17125         * sync with 0.4.65cvs12
17126
17127         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17128
17129 2001-04-30 [sergey]
17130
17131         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17132
17133         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17134         is set to force reconnection after authentication failure.
17135         (nntp_gen_command): set sock->auth_failed on authentication
17136         failure, or if sock->userid and sock->passwd are not set.
17137
17138         * src/news.c (news_session_new_for_folder): set userid=NULL if
17139         password dialog is cancelled.
17140
17141 2001-04-30 [sergey]
17142
17143         * src/nntp.h (NNTPSockInfo): new type.
17144
17145         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17146         SockInfo.
17147         (nntp_open_auth, nntp_close): new functions.
17148         (nntp_gen_command): new function to handle authentication; all
17149         NNTP command functions updated to use it.
17150         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17151         (nntp_list): removed old useless code.
17152
17153         * src/news.h (NNTPSession): new field nntp_sock.
17154
17155         * src/news.c: all functions updated to use NNTPSockInfo instead of
17156         SockInfo.
17157         (news_session_new): new arguments (userid, passwd); made static;
17158         use nntp_open_auth() if needed.
17159         (news_session_destroy): use nntp_close() instead of sock_close().
17160         (news_query_password): changed arguments.
17161         (news_session_new_for_folder): new function.
17162         (news_session_get): use news_session_new_for_folder().
17163         (news_authenticate): deleted.
17164         (news_get_uncached_articles): removed old authentication code.
17165
17166 2001-04-30 [sergey]
17167
17168         * src/news.c: reverted my previous changes (need to do NNTP
17169         authentication in a cleaner way).
17170         
17171 2001-04-29 [sergey]
17172
17173         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17174         news_nntp_post, news_nntp_mode): new functions (wrappers with
17175         authentication support).
17176         (news_get_article_cmd, news_get_article, news_get_header): new
17177         argument "folder"; all callers changed.
17178         (news_get_article_cmd): added authentication support.
17179         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17180         (news_post): use news_nntp_post() instead of nntp_post().
17181         (news_get_uncached_articles): use news_nntp_group() instead of
17182         nntp_group() and news_nntp_xover() instead of nntp_xover();
17183         removed old authentication code.
17184         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17185
17186         * src/nntp.c (nntp_list): return real error code instead of
17187         hardcoded NN_ERROR.
17188
17189 2001-04-29 [sergey]
17190
17191         * configure.in: fixed wint_t typedef detection again
17192
17193 2001-04-28 [hoa]
17194
17195         * src/prefs_account.[ch], added A_LOCAL_CMD
17196                 (send mail with mail command)
17197         * src/send.c added function send_message_with_command()
17198         * src/inc.c made a more secure get_spool() function with
17199                 mktemp() but maybe mkstemp() or something more
17200                 secure can be used.
17201
17202 2001-04-28 [alfons]
17203
17204         * src/textview.c, colorization of email addresses in headers
17205
17206         0.4.65claws6
17207
17208         * bug sync with sylpheed
17209         * prefs_common.c: created date format ui for darko
17210         * sync with 0.4.65cvs11
17211         * configure.in: corrected to have the new gpg checks
17212
17213 2001-04-27 [alfons]
17214
17215         * completed sync with 0.4.65cvs10
17216         * minor debug things added to gtkstext.c
17217
17218 2001-04-27 [darko]
17219
17220         * configure.in: remove check for availability of
17221           strftime() as advised by Hiroyuki
17222         * src/prefs_common.[ch], src/procheader.c:
17223           synch strftime() code with Hiroyki's main branch
17224
17225 2001-04-26 [sergey]
17226
17227         * src/news.c: news_query_password(), news_authenticate(): new
17228           functions.
17229           news_get_uncached_articles(): added NNTP authentication
17230           handling.
17231         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17232           new functions.
17233         * src/prefs_account.c: prefs_account_protocol_activated():
17234           enable userid and password fields for NNTP.
17235
17236 2001-04-26
17237
17238         * configure.in: check for availability of strftime()
17239           [darko]
17240         * src/prefs_common.[ch], src/procheader.c: use
17241           strftime() for displaying date in summary pane if it
17242           is available
17243
17244 2001-04-25
17245
17246         * more .cvsignore cleanups [alfons]
17247
17248 2001-04-25
17249
17250         * ac/sv-check-type.m4: new autoconf macro.
17251         * configure.in: fixed wint_t typedef detection (did not work
17252           with gcc-2.96).
17253
17254 2001-04-25
17255
17256         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17257           [hiroyuki]
17258
17259 2001-04-24
17260         * modified gtkstext.c : buggy cursor navigation fixed, 
17261           and font descent also taken in account when drawing
17262           cursor. [alfons]
17263
17264 2001-04-24 [hoa]
17265         * added comments in src/news.c src/nntp.c
17266         * added src/prefs_headers.[ch]
17267         * added src/headers.[ch]
17268         * modified compose.c to activate custom headers
17269                 added function is_in_custom_headers
17270         * modified prefs_account.[ch]
17271                 added function prefs_account_customhdr_edit
17272         * modified src/defs.h :
17273                 added HEADERS_RC : name of the config file
17274                 for the custom headers
17275
17276 2001-04-24
17277
17278     0.4.65claws5
17279
17280         * configure.in
17281           src/gtkstext.[ch]
17282           src/compose.c
17283           src/Makefile.am
17284           
17285           added gtkstext with configure.in patch by Hiroyuki which
17286           should fix the XIM detection [alfons]
17287
17288         * more clean up of cvs [alfons]
17289
17290                  * removed all Makefile.in files to attic.
17291
17292                  * updated all .cvsignores to really ignore things that could
17293                    be unintentionally committed by a recursive commit.
17294
17295 2001-04-23 [hoa]
17296         * added src/grouplist_dialog.[ch]
17297         * changed src/folderview.c to call grouplist_dialog instead
17298                 of inputdialog
17299         * src/news.c :
17300                 added functions news_reset_group_list
17301                 and news_get_group_list
17302         * src/nntp.c :
17303                 added function nntp_list
17304         * src/defs.h :
17305                 added GROUPLIST_FILE : name of the newsgroup list cache file
17306
17307 2001-04-21
17308
17309         * added option to warn about queued messages on exit [sergey]:
17310
17311           * src/compose.c: compose_queue(): call folder_item_scan()
17312             and folderview_update_item() after queueing.
17313           * src/folderview.c: folderview_update_node(): draw the queue
17314             folder in bold font if there are queued messages.
17315           * src/mainwindow.c: queued_messages(): new function.
17316             app_exit_cb(): display warning if there are queued messages
17317             if warn_queued_on_exit is set.
17318           * prefs_common.[ch]: add warn_queued_on_exit option.
17319
17320         * enhanced GnuPG key selection support [sergey]:
17321
17322           * src/select-keys.c: updated to newer version from Win32
17323             branch with support for selecting arbitrary keys.
17324           * src/prefs_account.c: added the Privacy tab to the account
17325             options window.
17326             prefs_account_privacy_create(),
17327             prefs_account_sign_key_set_data_from_radiobtn(),
17328             prefs_account_sign_key_set_radiobtn(): new functions.
17329           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17330           * src/rfc2015.c: set_signers(): new function.
17331             pgp_sign(): add the account parameter, call set_signers().
17332             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17333           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17334           * src/compose.c: pass the current account to rfc2015_sign().
17335
17336         * tag name claws added to prevent confusion with main branch [alfons]
17337
17338         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17339
17340         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17341
17342         * sync with recent sylpheed cvs. Untested though. [alfons]
17343