0.9.3claws23
[claws.git] / ChangeLog.claws
1 2003-07-18 [christoph]  0.9.3claws23
2
3         * src/common/hooks.c
4                 fix crash when hooks where unregisted
5
6         * src/plugins/trayicon/trayicon.c
7                 unregister detroy signal before destroying the widget
8                 (still crashes when the plugin is unloaded)
9
10 2003-07-18 [alfons]     0.9.3claws22
11         
12         * src/folderview.c
13                 delay expanding folder tree during drags until timeout triggered
14                 (needs perhaps some tweaking, so testing is welcome)
15
16 2003-07-17 [alfons]     0.9.3claws21
17
18         * src/folderview.c
19                 clean up cruft
20
21 2003-07-17 [christoph]  0.9.3claws20
22
23         * src/common/session.c
24                 fix opening of SSL connections
25
26         * src/plugins/image_viewer/Makefile.am
27                 add OPENSSL_CFLAGS (we should find a better solution to remove
28                 this dependencies if they are not required)
29
30         * src/plugins/spamassassin/spamassassin.c
31                 remove setlocale workaround (fixed in libspamc)
32
33 2003-07-17 [alfons]     0.9.3claws19
34
35         * src/common/hooks.[ch]
36         * src/plugins/clamav/clamav_plugin.c
37         * src/plugins/spamassassin/spamassassin.c
38         * src/plugins/trayicon/trayicon.c
39                 fix signedness muck 
40
41 2003-07-17 [alfons]     0.9.3claws18
42
43         * src/procmime.c
44                 plug memleak
45
46 2003-07-17 [alfons]     0.9.3claws17
47
48         * src/inc.c
49                 plug memleak
50
51 2003-07-17 [paul]       0.9.3claws16
52
53         * src/common/defs.h
54           src/mainwindow.c
55           src/manual.[ch]
56                 add link to the Claws site's FAQ page, after the suggestion
57                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
58                 Move url strings to defs.h
59                 
60         * src/mainwindow.c
61                 fix typo to prevent "unknown menu entry" warnings
62
63 2003-07-17 [alfons]     0.9.3claws15
64
65         * src/folderview.[ch]
66         * src/summaryview.[ch]
67         * src/mimeview.[ch]
68                 plug DnD leaks 
69
70 2003-07-17 [paul]       0.9.3claws14
71
72         * src/inc.c
73                 remove two instances of 'GTK_EVENTS_FLUSH' because
74                 they are unnecessary and probably cause a stack overflow
75
76 2003-07-16 [christoph]  0.9.3claws13
77
78         * src/mimeview.[ch]
79                 use an invisible GTK notebook to switch between viewers
80                 instead of reparenting widgets
81
82 2003-07-16 [christoph]  0.9.3claws12
83
84         * src/folder.c
85                 move folder_item_update_freeze() to correct place in
86                 folder_item_scan_full()
87
88 2003-07-16 [paul]       0.9.3claws11
89
90         * sync with 0.9.3cvs12
91                 see ChangeLog 2003-07-14 and 2003-07-15
92
93 2003-07-16 [christoph]  0.9.3claws10
94
95         * src/imap.[ch]
96         * src/prefs_account.[ch]
97                 sync IMAP CRAM-MD5 authentication with sylpheed-main
98
99 2003-07-15 [alfons]     0.9.3claws9
100
101         * src/main.c
102                 make --config-dir do something useful
103
104 2003-07-15 [alfons]     0.9.3claws8
105
106         * src/procmsg.c
107                 o fix a bug where 'last' didn't really point to the last message
108                   in the top level list of children, but to the last threaded
109                   message. 
110                 
111                 o clean up and make it easier to sync
112
113 2003-07-15 [alfons]     0.9.3claws7
114
115         * src/mainwindow.c
116                 make correct menu items sensitive       
117
118 2003-07-14 [alfons]     0.9.3claws6
119
120         * src/procmsg.c
121                 tune the threader so it will not subject-thread any message
122                 without a subject prefix (this will not thread correctly if 
123                 a parent is delivered after their childs, but it looks 
124                 better right now)
125
126 2003-07-13 [christoph]  0.9.3claws5
127
128         * src/mainwindow.c
129                 group "Add mailbox *..." menu items in submenu
130
131 2003-07-13 [alfons]     0.9.3claws4
132
133         * src/summaryview.c
134                 correct summary_toggle_pressed() signature and make sure
135                 signal is not passed on
136
137 2003-07-13 [alfons]     0.9.3claws3
138
139         * src/summaryview.c
140                 o for now don't pass on keys when they we're handled by 
141                   ctree::key_press_event
142                 o clean up
143
144 2003-07-13 [alfons]     0.9.3claws2
145         
146         * src/main.c
147                 add command line option "--config-dir" to get the current 
148                 configuration dir
149
150 2003-07-12 [alfons]     0.9.3claws1
151
152         * src/matcher.[ch]
153         * src/matcher_parser_parse.y
154         * src/prefs_filtering.c
155         * src/filtering.c
156                 add "Lock" filter action to lock messages;
157
158         * src/filtering.c       
159                 remove debug_print()    
160         * src/prefs_filtering.c
161                 re-organize matcher part 9: 
162                 make action text entries easily extendible;
163                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
164                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
165
166 2003-07-12 [paul]
167
168         * tools/README
169                 update old information and add missing
170                 information
171
172 2003-07-12 [paul]       0.9.3claws
173
174         * 0.9.3claws released
175         
176 2003-07-12 [paul]       0.9.0claws103
177
178         * src/Makefile.am
179                 add addrquery.h
180
181 2003-07-12 [melvin]     0.9.0claws102
182
183         * src/messageview.c
184                 Fixed bug #215: Show MIME tab for single text/html messages. 
185                 
186 2003-07-12 [paul]       0.9.0claws101
187
188         * man/sylpheed.1
189                 updated
190
191 2003-07-12 [paul]       0.9.0claws100
192
193         * po/es.po
194           po/hr.po
195           po/pl.po
196           po/sr.po
197                 update Spanish, Croatian, Polish, Serbian translations.
198                 submitted by Ricardo Mones Lastra, Dragan, Witold
199                 Wladyslaw Wojciech Wilk, Urke MMI
200
201 2003-07-12 [melvin]     0.9.0claws99
202
203         * po/fr.po
204                 Updated French translations.
205
206 2003-07-12 [paul]       0.9.0claws98
207
208         * src/addressbook.c
209                 disable 'Lookup' button as it has no effect
210
211 2003-07-11 [alfons]     0.9.0claws97
212         
213         * src/summaryview.c
214                 summary_searchbar_pressed() should return TRUE to signal that
215                 event was handled. when returning void, the return value passed
216                 to GTK is actually random, but maybe FALSE, in which case the
217                 event is handled by parent
218                 
219 2003-07-10 [paul]       0.9.0claws96
220
221         * ac/missing/gettext.m4
222                 update to version 0.12
223
224 2003-07-10 [paul]       0.9.0claws95
225
226         * src/plugins/clamav/clamav_plugin.c
227                 fix bug where multipart/alternative messages
228                 would slip through without being scanned
229
230 2003-07-10 [christoph]  0.9.0claws94
231
232         * src/folder.c
233                 correct check if folder supports removing when a message is
234                 moved. if not the message is only copied.
235
236         (closes Bug 132 crash on startup in newsgroups folders)
237
238 2003-07-09 [alfons]     0.9.0claws93
239
240         * configure.ac
241         * src/common/defs.h
242                 --with-config-dir (default .sylpheed)
243
244 2003-07-09 [christoph]  0.9.0claws92
245
246         * configure.ac
247                 use PKG_CHECK_MODULES to check for gtkmathview
248                 (version 0.4.2 now required)
249
250 2003-07-08 [melvin]     0.9.0claws91
251
252         * src/action.c
253                 Implemented a progress bar that counts the number of completed
254                 tasks when the action runs more than one command.
255
256 2003-07-08 [alfons]     0.9.0claws90
257
258         * src/procmsg.c
259                 if queued message has an invalid Message-Id, don't try to
260                 find message it refers to (fixes #209 "crash when processing 
261                 in folder")
262
263 2003-07-08 [paul]       0.9.0claws89
264
265         * sync with 0.9.3cvs2
266                 see ChangeLog 2003-07-08
267
268 2003-07-08 [match]      0.9.0claws88
269
270         * src/ldapctrl.c
271                 extend LDAP search for first/last name by parsing search term.
272
273 2003-07-08 [alfons]     0.9.0claws87
274
275         * src/send_message.c
276                 fix bug #208 "Status message stuck when sending on POP3 account"
277
278 2003-07-07 [paul]       0.9.0claws86
279
280         * po/hr.po
281                 new Croatian translation, submitted by
282                 Dragan <drleskov@inet.hr>
283
284 2003-07-07 [paul]       0.9.0claws85
285
286         * sync with 0.9.3cvs1
287                 see ChangeLog 2003-07-07
288
289 2003-07-05 [christoph]  0.9.0claws84
290
291         * src/Makefile.am
292         * src/messageview.c
293         * src/mimeview.[ch]
294         * src/stock_pixmap.[ch]
295         * src/pixmaps/messageview_text.xpm              ** NEW **
296                 move mimeview tabs to the right side and use icons
297                 instead of text to save some space
298
299         (patch by Luke Plant <lukeplant@softhome.net>)
300
301 2003-07-05 [christoph]  0.9.0claws83
302
303         * src/inc.c
304                 add NULL pointer checks
305
306         (patch by Luke Plant <lukeplant@softhome.net>)
307         (closes Bug 204 0.9.0 quits on authentication error?!)
308
309 2003-07-05 [alfons]     0.9.0claws82
310
311         * configure.ac
312                 take the clue in bug #202 "./configure script - 
313                 'if test' comparison failure" reported by John Kristoff. 
314
315 2003-07-04 [christoph]  0.9.0claws81
316
317         * src/plugins/spamassassin/spamassassin.c
318                 set timeout for spam check
319
320 2003-07-04 [christoph]  0.9.0claws80
321
322         * src/main.c
323                 destroy all FolderItems when shutting down to
324                 allow folders to clean up
325
326 2003-07-04 [melvin]     0.9.0claws79
327
328         * src/gtk/gtkaspell.c
329                 Fixed bug #184 "Entering non-ascii character deletes
330                 previous char if spell checking enabled": this makes
331                 the spell checking in multibytes (e.g. UTF-8)locales work.
332                 (Patch by Luke Plant).
333                 
334 2003-07-04 [christoph]  0.9.0claws78
335
336         * sync with 0.9.2cvs1
337                 see ChangeLog 2003-06-10
338
339 2003-07-04 [paul]       0.9.0claws77
340
341         * sync with 0.9.3 release
342                 see ChangeLog 2003-07-04
343
344 2003-07-03 [christoph]  0.9.0claws76
345
346         * src/folder.[ch]
347         * src/imap.c
348         * src/mbox_folder.c
349         * src/mh.c
350         * src/news.c
351                 move folder_item_get_path() stuff into a folder virtual function
352
353         * src/procmsg.c
354                 use folder_item_fetch_msg() to get message and do not contruct
355                 the filename from path and number
356
357 2003-07-03 [paul]       0.9.0claws75
358
359         * sync with 0.9.2cvs12
360                 see ChangeLog 2003-07-03
361
362 2003-07-02 [paul]       0.9.0claws74
363
364         * src/messageview.c
365                 fix text-selection for replying
366
367 2003-07-02 [paul]       0.9.0claws73
368
369         * sync with 0.9.2cvs11
370                 see ChangeLog 2003-07-02
371
372 2003-07-02 [paul]       0.9.0claws72
373
374         * src/procmsg.c
375                 revert last commit because it breaks more
376                 than it fixes
377
378 2003-07-02 [paul]       0.9.0claws71
379
380         * src/procmsg.c
381                 fix thread by subject/sort by date
382
383 2003-07-01 [paul]       0.9.0claws70
384
385         * sync with 0.9.2cvs10
386                 see ChangeLog 2003-07-01
387
388 2003-06-30 [paul]       0.9.0claws69
389
390         * sync with 0.9.2cvs9
391                 see ChangeLog 2003-06-30
392
393 2003-06-28 [match]      0.9.0claws68
394
395         * src/addressbook.c
396                 fix null ptr.
397
398 2003-06-27 [paul]       0.9.0claws67
399
400         * sync with 0.9.2cvs7
401                 see ChangeLog 2003-06-27
402
403 2003-06-26 [christoph]  0.9.0claws66
404
405         * src/folder.c
406                 freeze folder updates while a folder is scanned
407
408         (closes Bug 185 New message counter)
409
410 2003-06-26 [darko]      0.9.0claws65
411
412         * src/ldapserver.c
413                 fix infinite loop when adding a new LDAP server
414
415 2003-06-26 [paul]       0.9.0claws64
416
417         * sync with 0.9.2cvs6
418                 see ChangeLog 2003-06-26
419
420 2003-06-26 [paul]       0.9.0claws63
421
422         * sync with 0.9.2cvs5
423                 see ChangeLog 2003-06-25 and 2003-06-26
424
425 2003-06-25 [match]      0.9.0claws62
426
427         * src/addr_compl.c
428                 Fixed tab/backtab for dropped-down completion list to
429                 move next/previous field. (close bug 147)
430
431 2003-06-25 [christoph]  0.9.0claws61
432
433         * src/addr_compl.[ch]
434         * src/addrindex.[ch]
435         * src/folderview.c
436         * src/inc.c
437         * src/news.c
438         * src/summaryview.c
439         * src/toolbar.c
440                 fix warnings
441
442 2003-06-25 [leandro]    0.9.0claws60
443
444         * src/compose.c
445                 o cleanups
446                 o gray out "Message/Remove references" menu item if not
447                   replying to a message
448
449 2003-06-24 [leandro]    0.9.0claws59
450
451         * src/compose.[ch]
452                 o removed "Message/Create new thread" menu item
453                 o added "Message/Remove references" menu item
454                   (it's off by default and will not check anymore
455                    if the subject changed)
456
457 2003-06-23 [alfons]     0.9.0claws58
458
459         * src/procmsg.c
460                 try better grouping messages threaded by subject based on their age.
461                 still not perfect - because the message tree is not sorted by date.  
462
463 2003-06-23 [thorsten]   0.9.0claws57
464
465         * src/pop.[ch]
466                 added mail_receive_hook to allow modifications
467                 directly after retrieval (e.g. adding headers).
468
469 2003-06-23 [paul]       0.9.0claws56
470
471         * src/sourcewindow.c
472                  enable the use of Ctrl+A to select all text in
473                  the sourcewindow
474                  Patch submitted by Ivan Francolin Martinez
475                  <ivanfm@users.sourceforge.net>
476
477 2003-06-22 [christoph]  0.9.0claws55
478
479         * src/folder.[ch]
480                 o add notification hook for folder tree changes
481                 o invoke hooks after folder tree scanning
482
483         * src/folderview.[ch]
484                 register hook for folder tree changes that
485                 updates the ctree
486
487         (there are more places that should be updated, like add, remove 
488          or move folder)
489
490         (closes Bug 164 Crash on rebuild folder tree)
491         (closes Bug 190 Crash on 'rebuilding folder tree')
492
493 2003-06-21 [leandro]    0.9.0claws54
494
495         * src/compose.[ch]
496                 create a new thread if subject changes
497                 (it's on by default, can be disabled in Message menu)
498
499 2003-06-21 [alfons]     0.9.0claws53
500
501         * src/summaryview.c
502                 quiet little compiler
503
504 2003-06-21 [christoph]  0.9.0claws52
505
506         update gettext stuff to version 0.12
507
508 2003-06-19 [alfons]     0.9.0claws51
509
510         * src/common/log.c
511         * src/common/plugin.c
512                 move defs.h before glib.h to prevent MIN/MAX redefs
513
514 2003-06-19 [alfons]
515
516         * src/addressbook.c
517                 translatable
518
519 2003-06-19 [match]      0.9.0claws50
520
521         * src/addressbook.[ch]
522         * src/addrindex.[ch]
523         * src/addr_compl.[ch]
524         * src/editldap.[ch]
525         * src/editldap_basedn.[ch]
526         * src/addritem.[ch]
527         * src/ldapquery.h
528                 re-implemented dynamic LDAP search. works without
529                 slowdown on display sender with addressbook
530                 option.
531         * src/addrbook.c
532                 documented code.
533
534 2003-06-19 [paul]       0.9.0claws49
535
536         * src/compose.c
537                 fix Bug #136 'Nonprovided quotation marks crash claws'
538                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
539
540 2003-06-19 [alfons]     0.9.0claws48
541
542         * src/prefs_common.[ch]
543         * src/procmsg.c
544                 restrict threading by subject by checking thread for
545                 age (prefs_common.thread_by_subject_max_age)
546
547 2003-06-18 [christoph]  0.9.0claws47
548
549         * src/imap.c
550                 fix memory leak in imap_cmd_fetch()
551
552 2003-06-18 [christoph]  0.9.0claws46
553
554         * src/prefs_gtk.c
555                 fix memory leak in prefs_set_default() when used multiple
556                 times or after prefs have been read
557
558 2003-06-18 [christoph]  0.9.0claws45
559
560         * src/common/plugin.c
561                 fix memory leak in plugin_unload()
562
563 2003-06-18 [christoph]  0.9.0claws44
564
565         * src/imap.c
566                 fix memory leak in imap_cmd_ok()
567
568 2003-06-18 [christoph]  0.9.0claws43
569
570         * src/folder.c
571                 stop messages that are downloaded from POP3 and added to
572                 an IMAP inbox from being filtered twice (first by POP3
573                 and again when IMAP folder is scaned to get the UID of
574                 the APPEND operation when no UIDPLUS is available)
575
576 2003-06-18 [alfons]
577
578         * tools/Makefile.am
579                 phoenix <- firebird     
580
581 2003-06-18 [paul]
582
583         * tools/launch_phoenix          ** REMOVED **
584           tools/launch_firebird         ** NEW **
585                 renamed and edited to reflect the browser's name change from
586                 'phoenix' to 'firebird'
587
588 2003-06-18 [paul]       0.9.0claws42
589
590         * sync with 0.9.2cvs2
591                 see ChangeLog 2003-06-16
592
593 2003-06-17 [alfons]     0.9.0claws41
594
595         * src/procmsg.c
596                 prevent threading problems when a node is an ancestor (parent / great parent),
597                 which mostly happens with circular references (thanks to Phillipe Gramoullé
598                 for finding an sample set of messages)
599
600 2003-06-16 [christoph]  0.9.0claws40
601
602         * src/main.c
603                 don't popup main window on --receive or --receive-all
604
605         * src/mainwindow.[ch]
606         * src/plugins/trayicon/trayicon.c
607                 allow hiding of main window by clicking on the trayicon
608                 (doesn't work correctly in seperate window mode and may
609                  cause unexpected GTK problems I couldn't find yet)
610
611         * src/common/ssl.c
612                 remove incorrect warning
613
614 2003-06-15 [alfons]     0.9.0claws39
615
616         * src/gtk/gtkstext.c
617                 don't output debug text;
618                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
619                 for pointing this out);
620
621 2003-06-14 [alfons]     0.9.0claws38
622         
623         * src/messageview.c
624                 remove printf() and make one if..else comply with coding style
625
626 2003-06-14 [alfons]     0.9.0claws37
627
628         * AUTHORS
629                 add Martin Wicke
630         * src/action.c
631         * src/messageview.[ch]
632         * src/summaryview.c
633                 apply patch #754162 "Quoting messages filtered by actions" submitted
634                 by Martin Wicke, which allows quoting message body changed by an
635                 action (Thanks!).
636
637 2003-06-13 [alfons]     0.9.0claws36
638
639         * src/utils.c
640                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
641                 use case insensitive regexp (suggested by Ivan Martinez)
642
643 2003-06-13 [christoph]  0.9.0claws35
644
645         * configure.ac
646         * src/plugins/trayicon/Makefile.am
647         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
648         * src/plugins/trayicon/trayicon.c
649         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
650         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
651         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
652         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
653         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
654         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
655                 replace my own EggTrayIcon backport with the backport
656                 used by (l|x)mule and gabber.
657
658 2003-06-13 [alfons]     0.9.0claws34
659
660         * AUTHORS
661         * src/common/utils.c
662                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
663
664 2003-06-13 [alfons]     0.9.0claws33
665
666         * src/compose.c
667                 clean up a little bit
668
669 2003-06-12 [alfons]     0.9.0claws32
670
671         * src/compose.c
672                 const correctness fix
673
674         * src/common/sylpheed.[ch]
675                 () -> (void)
676                 prevent redef MIN/MAX
677                 
678         * src/common/utils.[ch]
679                 () -> (void)
680
681 2003-06-12 [melvin]     0.9.0claws31
682
683         * src/compose.c
684                 Updated to take into accounts changes in GtkAspell.
685
686 2003-06-12 [alfons]     0.9.0claws30
687
688         * src/compose.c
689         * src/procmsg.c
690         * src/common/utils.[ch]
691                 handle reply subject prefixes better (initial 
692                 suggestion by Robert Story adapted and enhanced 
693                 using regexps)
694
695 2003-06-12 [melvin]     0.9.0claws29
696
697         * src/compose.c
698                 Use new gtkaspell_checkers_strerror() to get the speller's
699                 error message instead of accessing the (now private)
700                 checkers structure.
701                 Minor code clean up
702
703         * src/main.c
704                 Use #ifdef instead of #if for USE_ASPELL
705                 Use the new spell checkers init/quit functions 
706
707         * src/gtk/gtkaspell.c
708                 Use #ifdef instead of #if for USE_ASPELL
709                 Moved in the majority of GtkAspell structures that were
710                 exported before by gtkaspell.h
711         
712         * src/gtk/gktaspell.h
713                 Made gtkaspell.h contain only the necessary data to be
714                 publicized by moving many structures to gtkaspell.c.
715                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
716                 gtkaspell_checkers_new(): replaced by...
717                 gtkaspell_checkers_init(): new function for initialization
718                 gtkaspell_checkers_delete(): replaced by...
719                 gtkaspell_checkers_quit(): new function
720                 gtkaspell_checkers_strerror(): new function that returns
721                 the checker's last error message.
722                 
723 2003-06-11 [melvin]     0.9.0claws28
724
725         * po/POTFILES.in
726                 Updated to take into account gtkaspell.c migration to
727                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
728
729 2003-06-10 [alfons]     0.9.0claws27
730
731         * src/filtering.[ch]
732         * src/folder.c
733         * src/matcher.c
734         * src/scoring.[ch]
735                 - try fixing bug #18 (any brave testers?)
736                 - add more robustness by refusing previously 
737                   unchecked NULL pointers 
738
739 2003-06-10 [alfons]     0.9.0claws26
740
741         * src/procmsg.c
742                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
743
744 2003-06-09 [alfons]     0.9.0claws25
745
746         * src/prefs_common.c
747                 fix bug #163 "Icon switching doesnt work properly" by 
748                 preventing early freeing of prefs_common.pixmap_theme_path.
749
750 2003-06-09 [christoph]  0.9.0claws24
751
752         * src/gtk/gtkaspell.c
753                 revert Thorsten's fix and add forgotten g_strdup for
754                 aspell path (it should not be possible to alter the path a
755                 GtkASpell uses from outside)
756
757 2003-06-09 [thorsten]   0.9.0claws23
758
759         * src/gtk/gtkaspell.c
760                 dont free prefs_common.aspell_path when closing compose
761
762 2003-06-08 [colin]      0.9.0claws22
763
764         * src/plugins/spamassassin/spamassassin.c
765                 fix prefs types
766
767 2003-06-07 [christoph]  0.9.0claws21
768
769         * src/Makefile.am
770         * src/compose.c
771         * src/gtkaspell.[ch]            ** REMOVE **
772         * src/gtk/Makefile.am
773         * src/gtk/gtkaspell.[ch]        ** NEW **
774                 o make gtkaspell independent from sylpheed's prefs
775                 o move gtkaspell.[ch] to gtk directory
776
777 2003-06-07 [christoph]  0.9.0claws20
778
779         * src/Makefile.am
780         * src/crash.c
781         * src/export.c
782         * src/filesel.[ch]              ** REMOVE **
783         * src/folder.c
784         * src/main.[ch]
785         * src/common/sylpheed.[ch]
786         * src/gtk/Makefile.am
787         * src/gtk/filesel.[ch]          ** NEW **
788         * src/gtk/pluginwindow.c
789         * src/gtk/sslcertwindow.c
790                 move filesel.[ch] to gtk directory
791
792 2003-06-07 [alfons]     0.9.0claws19
793
794         * src/filesel.c
795                 make (multi) file selection dialog work again (Claws-only)
796
797 2003-06-07 [thorsten]   0.9.0claws18
798
799         * po/de.po
800                 fix typos
801
802 2003-06-07 [alfons]     0.9.0claws17
803
804         * configure.ac
805         * src/mimeview.c
806                 detect apache mishap in which case don't include fnmatch.h
807                 if regex.h is already included
808
809 2003-06-06 [christoph]  0.9.0claws16
810
811         * configure.ac
812         * src/mimeview.h
813                 add check for fnmatch.h and include it when available
814
815         * src/mimeview.[ch]
816                 fix wrong case sensitivity of Content-Types
817
818         * src/gtk/Makefile.am
819                 need the same include paths in gtk directory as in
820                 common directory because .h files in common can
821                 include files from these directories, when included
822                 in gtk's .h or .c files
823
824 2003-06-06 [alfons]     0.9.0claws15
825
826         * src/mimeview.c
827         * src/summaryview.c
828                 make it compile again because of regex.h / fnmatch.h 
829                 include problems (related to recent mime stuff, can
830                 someone check this?)
831
832 2003-06-06 [thorsten]   0.9.0claws14
833
834         * src/folderview.c
835                 possible use of uninitialized pointer while dragging
836
837 2003-06-06 [paul]       0.9.0claws13
838
839         * src/compose.c
840                 fix bug where the insert sig button would be effective
841                 only when auto_sig was set
842
843 2003-06-06 [paul]       0.9.0claws12
844
845         * sync with 0.9.2 release
846
847 2003-06-02 [paul]       0.9.0claws11
848
849         * sync with 0.9.1cvs1
850                 see ChangeLog 2003-06-02
851                 
852         * po/de.po
853                 update by Jens
854
855 2003-06-01 [christoph]  0.9.0claws10
856
857         * src/account.c
858                 don't use substring search to find accounts by email address
859
860         (closes Bug 169 Overly loose matching of "From" address)
861
862 2003-05-31 [christoph]  0.9.0claws9
863
864         * doc-src/rfc2683.txt
865         * src/imap.c
866                 limit IMAP command length as recommended in RFC2683
867                 (message number lists will be split into multiple imap
868                 sets, the limit of 1000 octets is not a hard limit)
869
870         (closes Bug 161 sylpheed-claws exits with segfault when logging
871          in to certain imap-servers)
872
873 2003-05-29 [alfons]     0.9.0claws8
874
875         * src/toolbar.[ch]
876                 add print button (calling summary_print());
877                 fine tune setting tooltip text;
878                 (if someone needs other buttons, please take these 
879                 commits as a guide, instead of bothering us - also
880                 see 0.8.11claws150) 
881
882 2003-05-29 [darko]      0.9.0claws7
883
884         * src/compose.c
885                 fix crash when word wrapping kicks in due to
886                 changed text by spell checker
887
888 2003-05-29 [paul]       0.9.0claws6
889
890         * src/compose.c
891                 fix bug where changing account would insert
892                 sig even if auto_sig was FALSE
893                 
894         * ChangeLog
895           ChangeLog.jp
896           INSTALL
897                 sync with 0.9.1 release
898
899 2003-05-28 [christoph]  0.9.0claws5
900
901         * src/imap.c
902                 fix truncation of too long commands
903
904         (closes Bug 167 IMAP hangs trying to get envelope
905          information in imap_get_uncached_messages)
906
907 2003-05-27 [paul]       0.9.0claws4
908
909         * tools/Makefile.am
910           tools/maildir2sylpheed.pl     ** NEW FILE **
911                 add kmail to sylpheed mailbox conversion script
912
913 2003-05-27 [paul]       0.9.0claws3
914
915         * sync with 0.9.0cvs10
916                 see ChangeLog 2003-05-26
917
918 2003-05-26 [paul]       0.9.0claws2
919
920         * sync with 0.9.0cvs9
921                 see ChangeLog 2003-05-26
922
923 2003-05-24 [paul]       0.9.0claws1
924
925         * sync with 0.9.0cvs8
926                 see ChangeLog 2003-05-23
927
928 2003-05-24 [paul]       0.9.0claws
929
930         * version 0.9.0claws released
931
932 2003-05-24 [paul]       0.8.11claws177
933
934         * src/plugins/dillo-viewer/Makefile.am
935           src/plugins/traycon/Makefile.am
936                 add missing files
937                 
938         * po/bg.po
939           po/en_GB.po
940           po/es.po
941           po/it.po
942           po/pt_BR.po
943           po/ru.po
944           po/sr.po
945                 update Bulgarian, British English, Spanish, Italian, 
946                 Brazilian Portuguese, Russian, and Serbian translations, 
947                 submitted by George Danchev, [me], Ricardo Mones Lastra,
948                 André Filipe de Assunção e Brito, Alessandro Maestri, 
949                 Ruslan N. Balkin, and Urke MMI
950
951 2003-05-23 [melvin]     0.8.11claws176
952
953         * po/fr.po
954                 Updated French translations
955
956 2003-05-22 [paul]       0.8.11claws175
957
958         * src/Makefile.am
959           src/addrbook.[ch]
960           src/addrcache.[ch]
961           src/addr_compl.[ch]
962           src/adressbook.[ch]
963           src/addrindex.[ch]
964           src/addritem.[ch]
965           src/editaddress.c
966           src/editgroup.c
967           src/editldap_basedn.c
968           src/editldap.c
969           src/jpilot.c
970           src/vcard.c
971                 revert to get ldap into it previous working state
972                 
973         * po/zh_TW.Big5.po
974                 new Taiwanese translation,
975                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
976
977 2003-05-22 [christoph]  0.8.11claws174
978
979         * src/plugins/spamassassin/libspamc.[ch]
980                 sync libspamc with SpamAssaain release 2.55
981
982 2003-05-22 [paul]       0.8.11claws173
983
984         * sync with 0.9.0cvs7
985                 see ChangeLog 2003-05-22
986                 
987         * src/summaryview.c
988                 revert change in 0.8.11claws172: follow
989                 Hiroyuki's decision and that's the end of it.
990
991 2003-05-21 [paul]       0.8.11claws172
992
993         * src/summaryview.c
994                 fix discrepency between open_unread_on_enter
995                 and always_show_msg
996
997 2003-05-21 [paul]       0.8.11claws171
998
999         * sync with 0.9.0cvs6
1000                 see ChangeLog 2003-05-21
1001
1002 2003-05-21 [paul]       0.8.11claws170
1003
1004         * sync with 0.9.0cvs5
1005                 see ChangeLog 2003-05-21
1006
1007 2003-05-20 [paul]       0.8.11claws169
1008
1009         * sync with 0.9.0cvs4
1010                 see ChangeLog 2003-05-20
1011                 fixes bug #152, 'encoding of IMAP folders names'
1012
1013 2003-05-20 [paul]       0.8.11claws168
1014
1015         * sync with 0.9.0cvs3
1016                 see ChangeLog 2003-05-20
1017                 
1018         * src/tools/convert_mbox.pl
1019                 minor change in the comments, submitted by Fred Marton
1020
1021 2003-05-19 [paul]       0.8.11claws167
1022
1023         * src/plugins/clamav/Makefile.am
1024           configure.ac
1025                 link clamav_lib to the plugin and not to the main program
1026
1027 2003-05-19 [christoph]
1028
1029         * src/Makefile.am
1030                 add -export-dynamic for linking
1031
1032 2003-05-19 [paul]       0.8.11claws166
1033
1034         * sync with 0.9.0cvs1
1035                 see ChangeLog 2003-05-19
1036
1037 2003-05-19 [paul]       0.8.11claws165
1038
1039         * src/inc.c
1040                 fix 'pop before smtp' timeout
1041
1042 2003-05-18 [alfons]     0.8.11claws164
1043
1044         * src/prefs_matcher.c
1045                 put "execute" action command line ("expression") in edit box
1046
1047 2003-05-18 [christoph]  0.8.11claws163
1048
1049         * src/mimeview.[ch]
1050         * src/plugins/dillo_viewer/dillo_viewer.c
1051         * src/plugins/image_viewer/viewer.c
1052         * src/plugins/mathml_viewer/mathml_viewer.c
1053                 let a viewer have a list of Content-Types
1054
1055 2003-05-18 [paul]       0.8.11claws162
1056
1057         * src/prefs_filtering.c
1058                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1059                 and REDIRECT actions
1060
1061 2003-05-17 [christoph]
1062
1063         * README.claws
1064                 o remove dynamic signatures that was syned with main
1065                 o add infos about no longer "build in" image viewer
1066                 o update bugtracker URL
1067
1068 2003-05-17 [christoph]  0.8.11claws161
1069
1070         * src/folder.c
1071         * src/folderview.c
1072         * src/imap.c
1073                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1074                 for every folder after rebuilding the folder tree.
1075
1076         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1077          messages)
1078
1079 2003-05-17 [christoph]  0.8.11claws160
1080
1081         * src/imap.c
1082                 don't use STATUS command on current folder to check for
1083                 content changes. imap_cmd_ok() now tracks changes to
1084                 folder and number of existing messages.
1085
1086 2003-05-17 [paul]       0.8.11claws159
1087
1088         * src/plugins/clamav/clamav_plugin.c
1089                 remove unnecessary debug_print
1090
1091 2003-05-16 [thorsten]   0.8.11claws158
1092
1093         * src/plugins/demo.c
1094                 included missing intl.h
1095
1096 2003-05-16 [paul]       0.8.11claws157
1097
1098         * po/POTFILES.in
1099                 remove non-existant entries
1100         
1101         * src/plugins/clamav/clamav_plugin.c
1102           src/plugins/clamav/clamav_plugin_gtk.c
1103           src/plugins/dillo_viewer/dillo_prefs.c
1104           src/plugins/dillo_viewer/dillo_viewer.c
1105                 gettextise
1106
1107 2003-05-16 [christoph]  0.8.11claws156
1108
1109         * po/POTFILES.in
1110                 include plugin .c files for translation until I
1111                 find a better solution to have plugins have their
1112                 own textdomain
1113         * src/plugins/demo/demo.c
1114         * src/plugins/image_viewer/plugin.c
1115         * src/plugins/mathml_viewer/mathml_viewer.c
1116         * src/plugins/spamassassin/spamassassin.c
1117         * src/plugins/spamassassin/spamassassin_gtk.c
1118         * src/plugins/trayicon/trayicon.c
1119                 add gettext macros for plugin name and description
1120
1121 2003-05-16 [paul]
1122
1123         * sync with 0.9.0
1124
1125 2003-05-16 [paul]       0.8.11claws155
1126
1127         * sync with lastest 0.9.0pre1
1128                 see ChangeLog 2003-05-16
1129
1130 2003-05-15 [paul]       0.8.11claws154
1131
1132         * sync with latest 0.9.0pre1
1133                 see ChangeLog 2003-05-14 and 2003-05-15
1134
1135 2003-05-14 [christoph]  0.8.11claws153
1136
1137         * src/plugins/image_viewer/viewer.c
1138         * src/plugins/image_viewer/viewer.glade         ** NEW **
1139         * src/plugins/image_viewer/viewerprefs.c
1140                 make it possible to disable the autoload function in the
1141                 imageviewer again
1142
1143 2003-05-14 [christoph]  0.8.11claws152
1144
1145         * src/folder.c
1146                 fix folder update after adding a message
1147
1148 2003-05-13 [alfons]     0.8.11claws151
1149
1150         * src/common/session.c
1151                 remove debug traces
1152                 
1153         * src/addrcache.[ch]
1154         * src/filtering.[ch]
1155         * src/folder.[c]
1156         * src/gtkaspell.[ch]
1157         * src/imap.[ch]
1158         * src/mbox_folder.[ch]
1159         * src/mh.[ch]
1160         * src/mimeview.h
1161         * src/msgcache.[ch]
1162         * src/news.[ch]
1163         * src/passphrase.[ch]
1164         * src/prefs_common.[ch]
1165         * src/prefs_gtk.[ch]
1166         * src/procmsg.c
1167         * src/scoring.[ch]
1168                 be pedantic; (in prototypes () implies (int))
1169
1170 2003-05-13 [alfons]     0.8.11claws150
1171
1172         * src/prefs_toolbar.[ch]
1173         * src/summaryview.[ch]
1174         * src/toolbar.[ch]
1175                 change misleading text in toolbar prefs;
1176                 add toolbar action for ignore thread (toggles ignore thread flag);
1177                 clean up a little bit;
1178
1179 2003-05-12 [paul]
1180
1181         * tools/convert_mbox.pl
1182                 bug fixed by Fred Marton
1183
1184 2003-05-12 [paul]
1185
1186         * sync with 0.9.0pre1
1187
1188 2003-05-09 [paul]       0.8.11claws149
1189
1190         * sync with 0.8.11cvs43
1191                 see ChangeLog 2003-05-09
1192
1193 2003-05-08 [christoph]  0.8.11claws148
1194
1195         * src/imap.[ch]
1196                 o use CAPABILIY as first command and check for PREAUTH
1197                   information in the response to it
1198                 o rewrite all imap_cmd_* functions to use an IMAPSession
1199                   instead of a SockInfo as parameter
1200                 o do STARTTLS after fetching and checking the server
1201                   capabilities
1202
1203 2003-05-08 [paul]       0.8.11claws147
1204
1205         * tools/Makefile.am
1206           tools/README
1207           tools/convert_mbox.pl         ** NEW FILE **
1208                 add mbox conversion script. Submitted by 
1209                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1210
1211 2003-05-07 [christoph]
1212
1213         * doc-src/glade.txt
1214         * src/gtk/pluginwindow.glade
1215         * src/plugins/image_viewer/viewerprefs.glade
1216         * src/plugins/spamassassin/spamassassin_gtk.glade
1217                 add glade files for user interfaces and a description how
1218                 to use glade to create the sylpheed code
1219
1220 2003-05-07 [paul]       0.8.11claws146
1221
1222         * sync with 0.8.11cvs41
1223                 see ChangeLog 2003-05-07
1224
1225 2003-05-06 [christoph]  0.8.11claws145
1226
1227         * src/main.c
1228         * src/plugins/image_viewer/viewer.c
1229                 fix usage of imlib in imageviewer plugin
1230
1231         * src/gtk/prefswindow.c
1232                 handle window close event correctly
1233
1234 2003-05-06 [paul]       0.8.11claws144
1235
1236         * src/common/ssl.c
1237                 fix typo introduced in sync
1238
1239 2003-05-06 [paul]       0.8.11claws143
1240
1241         * sync with 0.8.11cvs39
1242                 see ChangeLog 2003-05-06
1243
1244 2003-05-06 [paul]       0.8.11claws142
1245
1246         * AUTHORS
1247           po/cs.po
1248                 updated Czech translation, submitted by 
1249                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1250                 
1251         * src/plugins/clamav/clamav_plugin_gtk.c
1252                 clean up
1253
1254 2003-05-03 [alfons]     0.8.11claws141
1255
1256         * src/compose.[ch]
1257                 make paste as quotation work even when the call to 
1258                 text_inserted() was deferred (fixes bug #140 "Paste 
1259                 as quotation does not work when using "external" 
1260                 clipboard")
1261
1262 2003-05-03 [thorsten]   0.8.11claws140
1263
1264         * src/addrquery.h
1265           src/ldapquery.h
1266           src/mainwindow.c
1267                 removed C++ comments
1268         * src/addr_compl.c
1269                 function with non-int retval/param used before
1270                 implementation/declaration
1271
1272 2003-05-02 [paul]       0.8.11claws139
1273
1274         * src/addr_compl.[ch]
1275           src/addressbook.[ch]
1276           src/addrindex.c
1277           src/summaryview.c
1278                 revert match's changes to (finally) remove the bug where
1279                 opening a folder causes massive slowdown when using the 
1280                 'Display sender using address book' option
1281
1282 2003-05-01 [melvin]     0.8.11claws138
1283
1284         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1285         * src/plugins/dillo_viewer/dillo_viewer.c
1286                 Fixed bug where "Cancel" button from prefs issued
1287                 warnings.
1288                 Comply a little more to coding style
1289
1290 2003-05-01 [paul]       0.8.11claws137
1291
1292         * sync with 0.8.11cvs38
1293                 see ChangeLog 2003-05-01
1294
1295 2003-05-01 [paul]       0.8.11claws136
1296
1297         * po/bg.po
1298                 updated by George Danchev
1299
1300 2003-04-30 [christoph]  0.8.11claws135
1301
1302         * src/plugins/dillo_viewer/dillo_prefs.c
1303         * src/plugins/image_viewer/viewerprefs.c
1304         * src/plugins/spamassassin/spamassassin_gtk.c
1305                 remove gtk_widget_ref() calls for widgets in
1306                 glade code
1307
1308 2003-04-30 [paul]       0.8.11claws134
1309
1310         * src/addrindex.c
1311                 ok, this time a better fix for the bug where opening folder
1312                 has massive slowdown when using the 'Display sender using 
1313                 address book' option
1314
1315 2003-04-30 [paul]       0.8.11claws133
1316
1317         * src/addrindex.c
1318                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1319         
1320 2003-04-30 [melvin]     0.8.11claws132
1321
1322         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1323
1324         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1325                 Preferences for the dillo plugin
1326         * src/plugins/dillo_viewer/dillo_viewer.c
1327                 Support for preferences
1328         * src/plugins/dillo_viewer/Makefile.am
1329                 Added dillo_prefs.[ch]
1330
1331 2003-04-30 [alfons]     0.8.11claws131
1332
1333         * src/common/plugin.[ch]
1334                 see? this ANSI C'fication immediately gives us type
1335                 checking for free.
1336
1337 2003-04-30 [alfons]     0.8.11claws130
1338
1339         * src/common/plugin.[ch]
1340         * src/plugins/clamav/clamav_plugin.[ch]
1341         * src/plugins/clamav/clamav_plugin_gtk.c
1342         * src/plugins/demo/demo.c
1343         * src/plugins/dillo_viewer/dillo_viewer.c
1344         * src/plugins/image_viewer/plugin.c
1345         * src/plugins/image_viewer/viewer.[ch]
1346         * src/plugins/image_viewer/viewerprefs.[ch]
1347         * src/plugins/mathml_viewer/mathml_viewer.c
1348         * src/plugins/spamassassin/spamassassin.[ch]
1349         * src/plugins/spamassassin/spamassassin_gtk.c
1350         * src/plugins/trayicon/trayicon.c
1351                 clean up
1352
1353 2003-04-30 [alfons]     0.8.11claws129
1354
1355         * src/common/utils.c
1356                 make is_ascii_str() fail gracefully when NULL pointer
1357                 is passed
1358
1359 2003-04-30 [paul]       0.8.11claws128
1360
1361         * src/addrindex.c
1362                 fix bug where opening folder has massive slowdown when
1363                 using the 'Display sender using address book' option
1364
1365 2003-04-30 [paul]       0.8.11claws127
1366
1367         * src/plugins/clamav/clamav_plugin.c
1368           src/plugins/clamav/clamav_plugin_gtk.c
1369           src/plugins/demo/demo.c
1370           src/plugins/dillo_viewer/dillo_viewer.c
1371           src/plugins/image_viewer/plugin.c
1372           src/plugins/mathml_viewer/mathml_viewer.c
1373           src/plugins/spamassassin/spamassassin.c
1374           src/plugins/spamassassin/spamassassin_gtk.c
1375           src/plugins/trayicon/trayicon.c
1376                 get rid of eye-hurting function signatures
1377
1378 2003-04-30 [paul]       0.8.11claws126
1379
1380         * src/plugins/trayicon/trayicon.c
1381                 add description
1382                 
1383         * src/mimeview.c
1384                 be more descriptive
1385
1386 2003-04-30 [paul]       0.8.11claws125
1387
1388         * configure.ac
1389                 arrange the plugins in reverse alphabetical order
1390                 
1391         * src/plugins/clamav/clamav_plugin.[ch]
1392           src/plugins/clamav/clamav_plugin_gtk.c
1393                 rename some params
1394                 resize max_size window
1395                 re-arrange the order of some gui elements
1396                 improve descriptions
1397         
1398         * src/plugins/image_viewer/plugin.c
1399           src/plugins/mathml_viewer/mathml_viewer.c
1400                 add descriptions
1401                 
1402         * src/plugins/spamassassin/spamassassin_gtk.c
1403                 resize max_size window
1404                 re-arrange the order of some gui elements
1405                 
1406         * src/messageview.c
1407           src/mimeview.c
1408                 correct typos
1409
1410 2003-04-30 [alfons]     0.8.11claws124
1411
1412         * src/imap.c
1413                 fix a leak found while browsing Martin Kluge's 
1414                 valgrind log (Claws only)
1415
1416 2003-04-29 [darko]      0.8.11claws123
1417
1418         * src/gtk/gtkstext.h
1419                 include wchar.h if it is available, fixes compilation
1420                 on HP-UX systems
1421
1422 2003-04-29 [melvin]     0.8.11claws122
1423
1424         * src/prefs_actions.c
1425                 Improved help text of Actions' syntax
1426
1427 2003-04-28 [paul]       0.8.11claws121
1428
1429         * src/action.c
1430                 a better fix for the crash when performing an action
1431                 on a mime part
1432
1433 2003-04-28 [paul]       0.8.11claws120
1434
1435         * src/action.c
1436                 fix crash when performing an action on a
1437                 mime part
1438
1439 2003-04-28 [paul]       0.8.11claws119
1440
1441         * sync with 0.8.11cvs36
1442                 see ChangeLog 2003-04-28
1443
1444 2003-04-27 [paul]       0.8.11claws118
1445
1446         * more sync with 0.8.11cvs35
1447                 see ChangeLog 2003-04-25
1448
1449 2003-04-26 [christoph]  0.8.11claws117
1450
1451         * src/folder.c
1452                 fix remove virtual check
1453
1454 2003-04-26 [paul]       0.8.11claws116
1455
1456         * src/messageview.c
1457                 fix return-receipt, make it work again
1458
1459 2003-04-26 [paul]       0.8.11claws115
1460
1461         * src/mimeview.c
1462                 restore double-clicking of the [application/pgp-signature 
1463                 (Select "Check signature" to check)] line in the message view,
1464                 broken in recent sync
1465
1466 2003-04-26 [christoph]  0.8.11claws114
1467
1468         * src/folder.c
1469                 check if remove virtual really exists before
1470                 calling the function
1471
1472 2003-04-25 [match]      0.8.11claws113
1473
1474         * src/addrindex.c
1475         * src/addrbook.c
1476         * src/ldapquery.[ch]
1477         * src/ldapctrl.[ch]
1478                 fix memleak.
1479         * src/ldapserver.[ch]
1480                 fix memleak. fix segfault.
1481                 plug a Claws memleak
1482
1483 2003-04-25 [alfons]     0.8.11claws112
1484
1485         * src/folder.c
1486                 plug a Claws memleak
1487
1488 2003-04-25 [alfons]     0.8.11claws111
1489
1490         * src/common/session.c
1491                 plug a memleak
1492
1493 2003-04-25 [paul]       0.8.11claws110
1494
1495         * sync with 0.8.11cvs35
1496                 see ChangeLog 2003-04-24 and 2003-04-25
1497                 
1498         * src/gtk/pluginwindow.c
1499                 correct another strange float value
1500
1501 2003-04-24 [christoph]  0.8.11claws109
1502
1503         * src/folder.c
1504                 freeze folder item updates when unsetting new flags
1505
1506         * src/gtk/pluginwindow.c
1507                 correct strange float value
1508
1509 2003-04-23 [paul]       0.8.11claws108
1510
1511         * sync with 0.8.11cvs33
1512                 see ChangeLog 2003-04-23
1513
1514 2003-04-22 [paul]       0.8.11claws107
1515
1516         * src/Makefile.am
1517           src/messageview.c
1518           src/mimeview.c
1519           src/pgptext.[ch]      ** REMOVED **
1520                 remove pgptext.[ch] as its not used any more
1521
1522 2003-04-22 [paul]       0.8.11claws106
1523
1524         * sync with 0.8.11cvs31
1525                 see ChangeLog 2003-04-21 and 2003-04-22
1526
1527 2003-04-21 [alfons]     0.8.11claws105
1528
1529         * src/main.c
1530                 No access to GTK structures if we're a spawned child
1531                 (and clean up code a little bit...) Should fix #126.
1532
1533 2003-04-21 [melvin]     0.8.11claws104
1534
1535         * src/plugins/dillo_viewer/README
1536                 Improved slightly the text.
1537
1538 2003-04-21 [melvin]     0.8.11claws103
1539
1540         * src/plugins/dillo_viewer/README *** NEW ***
1541                 Added a README file for the Dillo plugin
1542
1543 2003-04-20 [paul]
1544
1545         * tools/README
1546           tools/outlook2sylpheed.pl
1547                 updated and improved by Ricardo Mones Lastra
1548
1549 2003-04-18 [oliver]     0.8.11claws102
1550
1551         * src/inc.c 
1552         * src/prefs_account.h
1553                 remove Pop3SessionType (used by selective download)
1554         * src/prefs_toolbar.c
1555                 enable set Default Toolbar button
1556
1557 2003-04-18 [paul]       0.8.11claws101
1558
1559         * sync with 0.8.11cvs29
1560                 see ChangeLog 2003-04-18
1561
1562 2003-04-17 [paul]       0.8.11claws100
1563
1564         * src/prefs_common.[ch]
1565           src/summaryview.c
1566                 remove 'Open next message on deletion' option,
1567                 as the same effect can now be achieved via the
1568                 'Always open messages in summary when selected'
1569                 option.
1570
1571 2003-04-17 [paul]       0.8.11claws99
1572
1573         * sync with 0.8.11cvs28
1574                 see ChangeLog 2003-04-17
1575
1576 2003-04-17 [christoph]  0.8.11claws98
1577
1578         * ac/spamassassin.m4
1579         * src/plugins/spamassassin/libspamc.[ch]
1580         * src/plugins/spamassassin/utils.[ch]
1581                 sync libspamc with SpamAssassin project
1582
1583 2003-04-17 [christoph]  0.8.11claws97
1584
1585         * src/common/socket.h
1586         * src/gtk/sslcertwindow.h
1587                 rename old USE_SSL to USE_OPENSSL
1588
1589 2003-04-17 [paul]       0.8.11claws96
1590
1591         * src/prefs_common.h
1592                 use gulong for P_COLOR so that it compiles/runs on
1593                 64-bit systems. Patch submitted by James Noyes
1594                 <jnoyes-claws@retrogeeks.com>
1595                 
1596         * po/de.po
1597                 updated by Jens
1598
1599 2003-04-17 [paul]       0.8.11claws95
1600
1601         * sync with 0.8.11cvs27
1602                 see ChangeLog 2003-04-16
1603
1604 2003-04-15 [paul]       0.8.11claws94
1605
1606         * src/prefs_common.[ch]
1607                 rearrange to stop the window getting too long:
1608                         move Receive dialog stuff to Receive tab
1609                         move Send dialog to Send tab
1610                         remove Dialogs frame
1611                 rename 'Open messages in summary with cursor keys' to
1612                 'Always open messages in summary when selected', as its
1613                 more appropriate
1614
1615 2003-04-15 [paul]       0.8.11claws93
1616
1617         * src/prefs_common.[ch]
1618           src/summaryview.c
1619                 add new option '/Interface/Open next message on deletion'
1620
1621 2003-04-15 [paul]       0.8.11claws92
1622
1623         * src/summaryview.[ch]
1624                 add /Mark/Lock and /Mark/Unlock to the pop-up
1625                 menu. Patch submitted by Ivan Francolin Martinez
1626                 <ivanfm@users.sourceforge.net>
1627
1628 2003-04-15 [paul]       0.8.11claws91
1629
1630         * sync with 0.8.11cvs24
1631                 see ChangeLog 2003-04-15
1632
1633 2003-04-14 [jens]       0.8.11claws90
1634
1635         * updated German translation and some corrections from
1636                 Roland Bless <bless@tm.uka.de>
1637
1638 2003-04-14 [paul]       0.8.11claws89
1639
1640         * sync with 0.8.11cvs22
1641                 see ChangeLog 2003-04-14
1642
1643 2003-04-13 [paul]       0.8.11claws88
1644
1645         * src/plugins/clamav/clamav_plugin.c
1646                 fix memory leaks
1647                 clean up
1648
1649 2003-04-12 [paul]       0.8.11claws87
1650
1651         * src/plugins/clamav/clamav_plugin.c
1652                 activate enable/disable archive scanning option
1653                 
1654         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1655
1656 2003-04-12 [paul]       0.8.11claws86
1657
1658         * src/plugins/Makefile.am
1659           src/plugins/clamav/Makefile.am                ** NEW FILE **
1660           src/plugins/clamav/README                     ** NEW FILE ** 
1661           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1662           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1663                 add Clam AntiVirus plugin
1664
1665 2003-04-12 [paul]       0.8.11claws85
1666
1667         * sync with 0.8.11cvs21
1668                 see ChangeLog 2003-04-11
1669
1670 2003-04-11 [paul]       0.8.11claws84
1671
1672         * po/es.po
1673                 update Spanish translation. Submitted by Ricardo
1674                 Mones Lastra.
1675
1676 2003-04-10 [christoph]  0.8.11claws83
1677
1678         * src/mbox.c
1679                 fix typo that did not move unfiltered mails to destination
1680                 folder
1681
1682         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1683          when filtering from spool)
1684
1685 2003-04-10 [christoph]  0.8.11claws82
1686
1687         * src/imap.c
1688                 use BODY.PEEK instead of BODY in in message fetch operation
1689                 to make sure the IMAP server does not set the \Seen flag for
1690                 messages. Sylpheed does that later itself, when the message
1691                 is opened in sylpheed
1692
1693         (closes Bug 111 Claws destroys unread marks)
1694
1695 2003-04-09 [oliver]     0.8.11claws81
1696         
1697         * src/folder.c
1698                 fix crash in folder_destroy
1699         * README.claws
1700                 remove selective download
1701
1702 2003-04-09 [christoph]  0.8.11claws80
1703
1704         * src/imap.c
1705                 fix crash in imap_get_msginfo() when then fetched message
1706                 is not found
1707
1708         (closes Bug 110 Crash during mail composition)
1709
1710 2003-04-08 [christoph]  0.8.11claws79
1711
1712         * src/folder.c
1713         * src/prefs_account.c
1714                 Filter new messages that are found in an INBOX folder
1715                 when 'Filter messages on receiving' is enabled in the
1716                 Folder's AccountPrefs. This allows to use Sylpheed's
1717                 filtering engine for IMAP folders where messages are
1718                 added to the INBOX by a MTA
1719
1720 2003-04-08 [paul]       0.8.11claws78
1721
1722         * src/procmsg.h
1723                 clean up after last commit
1724
1725 2003-04-08 [paul]       0.8.11claws77
1726
1727         * sync with 0.8.11cvs20
1728                 see ChangeLog 2003-04-07 and 2003-04-08
1729
1730 2003-04-07 [christoph]  0.8.11claws76
1731
1732         * src/filtering.[ch]
1733         * src/inc.[ch]
1734         * src/mbox.c
1735         * src/procmsg.[ch]
1736                 add procmsg_msginfo_filter() to execute filtering actions
1737
1738 2003-04-06 [christoph]  0.8.11claws75
1739
1740         * src/imap.c
1741                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1742
1743 2003-04-06 [christoph]  0.8.11claws74
1744
1745         * src/common/utils.[ch]
1746                 add g_int_compare() function for slist sorting
1747
1748         * src/imap.c
1749                 fetch all MsgInfos with one command in imap_get_msginfos()
1750                 using an imap set with a list of ranges
1751
1752         * src/news.c
1753                 use new g_int_compare() function
1754
1755 2003-04-06 [thorsten]   0.8.11claws73
1756
1757         * src/mh.c
1758                 corrected implementation of mh_folder_destroy()
1759
1760 2003-04-05 [christoph]  0.8.11claws72
1761
1762         * src/account.c
1763         * src/folder.[ch]
1764         * src/folderview.c
1765         * src/imap.c
1766         * src/inc.c
1767         * src/main.c
1768         * src/mainwindow.c
1769         * src/mbox_folder.c
1770         * src/mh.c
1771         * src/mimeview.h
1772         * src/msgcache.[ch]
1773         * src/news.c
1774         * src/procmime.h
1775         * src/procmsg.[ch]
1776         * src/setup.c
1777         * src/gtk/gtkutils.c
1778                 o rename structure field names class and new to klass and
1779                   new_msgs, to allow including files in C++
1780                 o add 'extern "C"' block to some header files
1781                 o add MsgInfoList and MsgNumberList as alias for GSList for
1782                   developers to know what type of list is expected
1783
1784         * src/plugins/image_viewer/plugin.c
1785         * src/plugins/image_viewer/viewer.[ch]
1786         * src/plugins/image_viewer/viewerprefs.[ch]
1787                 rename function names to prevent conflicts
1788
1789 2003-04-05 [paul]       0.8.11claws71
1790
1791         * sync with 0.8.11cvs18
1792                 see ChangeLog 2003-04-03 and 2003-04-04
1793
1794 2003-04-02 [christoph]  0.8.11claws70
1795
1796         * src/folder.[ch]
1797         * src/imap.[ch]
1798         * src/mbox_folder.[ch]
1799         * src/mh.[ch]
1800         * src/news.[ch]
1801                 o Make all virtual folder functions private
1802                 o remove unused folder code
1803
1804         * src/common/socket.[ch]
1805         * src/summaryview.c
1806                 fix warnings
1807
1808 2003-03-30 [alfons]     0.8.11claws69
1809
1810         * src/send_message.c
1811                 remove two debug traces and see if people still report
1812                 errors
1813
1814 2003-03-30 [alfons]     0.8.11claws68
1815
1816         * src/send_message.c
1817         * src/commons/session.c
1818                 add more debug traces
1819
1820 2003-03-30 [christoph]  0.8.11claws67
1821
1822         * src/folder.c
1823                 change processing folder name from .processing to processing
1824
1825         * src/common/ssl.c
1826                 disable SSL certificate check because it causes Xlib error
1827                 when the child process want's to open an GTK window
1828
1829 2003-03-30 [christoph]  0.8.11claws66
1830
1831         * src/folder.c
1832                 don't use default folder for processing folder item because
1833                 it can be a non local folder
1834
1835         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1836
1837 2003-03-30 [alfons]     0.8.11claws65
1838
1839         * src/send_message.c
1840                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1841                 to generate bad code for 'send_send_data_progressive': When
1842                 called from 'send_send_data_finished', the 'data' pointer is
1843                 cleared just before the assignment to the dialog pointer
1844
1845 2003-03-29 [christoph]  0.8.11claws64
1846
1847         * src/common/prefs.h
1848         * src/plugins/image_viewer/Makefile.am
1849         * src/plugins/image_viewer/plugin.c
1850         * src/plugins/image_viewer/viewer.[ch]
1851         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1852                 add PrefsPage for ImageViewer
1853
1854 2003-03-28 [thorsten]   0.8.11claws63
1855
1856         * src/common/session.c
1857                 added some comments
1858
1859 2003-03-28 [paul]       0.8.11claws62
1860
1861         * sync with 0.8.11cvs16
1862                 see ChangeLog 2003-03-28
1863
1864 2003-03-28 [paul]       0.8.11claws61
1865
1866         * sync with 0.8.11cvs15
1867                 see ChangeLog 2003-03-28
1868
1869 2003-03-27 [christoph]  0.8.11claws60
1870
1871         * src/folder.c
1872         * src/imap.c
1873         * src/common/socket.[ch]
1874                 set socket state to DISCONNECTED when any operation
1875                 fails to allow reconnecting in IMAP code without
1876                 checking the return code of all calls to the command
1877                 functions
1878
1879         * src/folderview.c
1880         * src/summaryview.c
1881                 remove some more stuff that depends on specific
1882                 folder types
1883
1884 2003-03-27 [paul]       0.8.11claws59
1885
1886         * sync with 0.8.11cvs14
1887                 see ChangeLog 2003-03-27
1888                 
1889         * src/selective_download.[ch]   ** REMOVED **
1890                 really removed
1891
1892 2003-03-27 [christoph]  0.8.11claws58
1893
1894         * src/folder.c
1895                 fix handling of tmp_flags in flag copy function
1896
1897 2003-03-27 [paul]       0.8.11claws57
1898
1899         * sync with 0.8.11cvs13
1900                 see ChangeLog 2003-03-27
1901
1902 2003-03-27 [oliver]     0.8.11claws56
1903
1904         * src/maiwindow.c
1905                 remove sel_download_cb
1906
1907 2003-03-27 [oliver]     0.8.11claws55
1908         
1909         * src/inc.c
1910                 remove POP3_TOP
1911         
1912 2003-03-26 [oliver]     0.8.11claws54
1913
1914         *src/pop.h
1915                 remove POP3_TOP*
1916         * README.claws
1917                 remove selective donwload readme
1918
1919 2003-03-26 [oliver]     0.8.11claws53
1920         * src/matcher.[ch]
1921         * src/matcher_parser_parse.y 
1922         * src/pop.c 
1923         * src/prefs_account.[ch]
1924         * src/prefs_filtering.c
1925                 remove selective donwload
1926
1927 2003-03-26 [oliver]     0.8.11claws52
1928
1929         * src/inc.[ch] 
1930         * src/filtering.c 
1931         * src/mainwindow.c 
1932                 remove selective donwload
1933
1934 2003-03-26 [oliver]     0.8.11claws51
1935         
1936         * src/Makefile.am
1937         * src/selective_download.[ch]   ** REMOVE **    
1938
1939 2003-03-26 [christoph]  0.8.11claws50
1940
1941         * src/news.c
1942                 fix NEWS that got broken by a sync with sylpheed-main
1943
1944 2003-03-26 [christoph]  0.8.11claws49
1945
1946         * src/mimeview.c
1947                 fix mime type guessing when no mime type is found for a file
1948
1949 2003-03-25 [christoph]  0.8.11claws48
1950
1951         * src/mimeview.c
1952         * src/procmime.c
1953                 remove mime type guessing from mime parser and use
1954                 name based mime types in viewer lookup for mime type
1955                 application/octet-stream
1956
1957 2003-03-25 [christoph]  0.8.11claws47
1958
1959         * doc-src/readme.txt
1960         * doc-src/rfc2554.txt
1961                 add RFC about SMTP AUTH
1962
1963         * src/send_message.c
1964         * src/common/smtp.[ch]
1965                 add extra error code for authentication errors and
1966                 clear temporary password when this error occurs
1967
1968         (closes Bug 84 authentication failure while sending should
1969          prompt for password again)
1970
1971 2003-03-25 [christoph]  0.8.11claws46
1972
1973         * configure.ac
1974         * src/Makefile.am
1975         * src/imageview.[ch]                            ** REMOVE **
1976         * src/messageview.[ch]
1977         * src/mimeview.[ch]
1978         * src/prefs_common.[ch]
1979         * src/textview.c
1980         * src/plugins/Makefile.am
1981         * src/plugins/image_viewer/.cvsignore           ** NEW **
1982         * src/plugins/image_viewer/Makefile.am          ** NEW **
1983         * src/plugins/image_viewer/plugin.c             ** NEW **
1984         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1985                 move image viewer into a plugin (building is enabled by default)
1986                 [ToDo: Prefs for resize and autoview]
1987
1988 2003-03-25 [paul]       0.8.11claws45
1989
1990         * sync with 0.8.11cvs12
1991                 see ChangeLog 2003-03-26
1992
1993 2003-03-25 [paul]       0.8.11claws44
1994
1995         * sync with 0.8.11cvs11
1996                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1997                 
1998         Note: Selective Download is broken.
1999                 
2000 2003-03-22 [christoph]  0.8.11claws43
2001
2002         * src/folder.c
2003                 code cleanup for flags copying
2004
2005 2003-03-22 [christoph]  0.8.11claws42
2006
2007         * src/plugins/trayicon/trayicon.c
2008                 fix setting the transparent area when the window size
2009                 is forced by the system tray
2010
2011 2003-03-22 [christoph]  0.8.11claws41
2012
2013         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2014         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2015         * src/plugins/trayicon/newmail.xpm              ** NEW **
2016         * src/plugins/trayicon/nomail.xpm               ** NEW **
2017         * src/plugins/trayicon/trayicon.c
2018         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2019                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2020                 o add icon for unread mails
2021                 o set transparency for window
2022
2023 2003-03-22 [christoph]  0.8.11claws40
2024
2025         * src/news.c
2026                 init news session to prevent crash when session is closed
2027
2028 2003-03-22 [christoph]  0.8.11claws39
2029
2030         * src/imap.c
2031         * src/common/session.[ch]
2032                 Init session data to make sure we don't have invalid pointers
2033                 for read_ch and write_ch when new multi process sessions are
2034                 not used
2035
2036         * src/main.c
2037         * src/common/plugin.c
2038         * src/common/sylpheed.c
2039         * src/plugins/demo/demo.c
2040         * src/plugins/dillo_viewer/dillo_viewer.c
2041         * src/plugins/mathml_viewer/mathml_viewer.c
2042         * src/plugins/spamassassin/spamassassin.c
2043         * src/plugins/spamassassin/spamassassin_gtk.c
2044                 add plugin types to allow loading plugins at different times
2045                 (and maybe for different frontends), because it's not good to
2046                 load GTK-Plugins gefore gtk_init was called
2047
2048         * configure.ac
2049         * src/plugins/Makefile.am
2050         * src/plugins/trayicon/.cvsignore               ** NEW **
2051         * src/plugins/trayicon/Makefile.am              ** NEW **
2052         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2053         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2054         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2055         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2056         * src/plugins/trayicon/trayicon.c               ** NEW **
2057                 New Trayicon plugin that shows an icon in a systray that uses
2058                 XEMBED protocol like Gnome's systray. Icon shows if there
2059                 are new mails and a tooltip shows information about new,
2060                 unread and total messages.
2061
2062 2003-03-22 [paul]       0.8.11claws38
2063
2064         * src/common/smtp.c
2065                 fix ESMTP AUTH CRAM-MD5
2066                 [sync with main (still version 0.8.11cvs6), see
2067                  ChangeLog 2003-03-22]
2068
2069 2003-03-21 [colin]      0.8.11claws37
2070
2071         * src/send_message.c
2072                 Fix USE_SSL => USE_OPENSSL
2073
2074 2003-03-21 [colin]      0.8.11claws36
2075
2076         * src/folderview.c
2077                 Fix counts in drag and dropped subfolders
2078
2079 2003-03-21 [colin]      0.8.11claws35
2080
2081         * src/folder.c 
2082         * src/folderview.c
2083                 speed up a bit folder dnd
2084
2085 2003-03-20 [alfons]     0.8.11claws34
2086
2087         * src/main.c
2088         * src/toolbar.c
2089         * src/procmsg.c
2090                 don't send locked queue messages
2091                 (feature request "[ 705245 ] Locking message in outbox 
2092                  should prevent sending")
2093
2094 2003-03-20 [christoph]  0.8.11claws33
2095
2096         * src/folder.c
2097                 remove NEW and UNREAD flag in special folders when scanning
2098                 
2099         * src/common/smtp.c
2100                 fix ESMTP AUTH CRAM-MD5
2101
2102 2003-03-20 [paul]       0.8.11claws32
2103
2104         * src/prefs_account.c
2105                 Re-write 'Tunnel command to open connection' as
2106                 'Use command to communicate with server', and disable
2107                 it for all except IMAP accounts
2108
2109 2003-03-20 [paul]       0.8.11claws31
2110
2111         * sync with 0.8.11cvs6
2112                 see ChangeLog 2003-03-20
2113
2114 2003-03-19 [match]      0.8.11claws30
2115
2116         * src/addritem.[ch]
2117                 include documentation. minor refactoring.
2118         * src/addr_compl.[ch]
2119         * src/addrindex.[ch]
2120         * src/addresbook.[ch]
2121         * src/summaryview.c
2122                 re-enable address lookup (was disabled in
2123                 0.8.11claws20).
2124
2125 2003-03-19 [christoph]  0.8.11claws29
2126
2127         * src/procmsg.c
2128                 add temp flag handling, will make moving and copying
2129                 messages possible again
2130
2131         * src/folder.c
2132                 correct calulation of folder stats
2133
2134 2003-03-18 [match]      0.8.11claws28
2135
2136         * src/editgroup.h
2137                 remove case sensitive comparison (closes bug 80).
2138
2139 2003-03-18 [christoph]  0.8.11claws27
2140
2141         * src/imap.c
2142                 fix imap using a tunnel command
2143
2144         (closes bug 87)
2145
2146 2003-03-18 [christoph]  0.8.11claws26
2147
2148         * src/folder.[ch]
2149         * src/imap.c
2150         * src/procmsg.[ch]
2151                 rewrite flag handling for folders
2152
2153 2003-03-18 [christoph]  0.8.11claws25
2154
2155         * src/folder.c
2156         * src/procmsg.c
2157         * src/summaryview.c
2158                 unset NEW and UNREAD flags when message is ignored, to make
2159                 sure messages don't show up as unread on other IMAP clients,
2160                 because the IGNORE_THREAD flag can not be syncronized through
2161                 the IMAP folder
2162
2163 2003-03-17 [christoph]  0.8.11claws24
2164
2165         * src/imap.c
2166                 don't use recursion to fetch uids when the number of messages
2167                 does not match. Moved code into subfunction that is used
2168                 again when needed, to prevent an endless loop.
2169
2170 2003-03-17 [thorsten]   0.8.11claws23
2171
2172         * src/imageview.[ch]
2173                 export imageview_get_resized_size() (for plugins)
2174         * src/prefs_common.[ch]
2175                 added prefs_common_get() (for plugins)
2176
2177 2003-03-17 [christoph]  0.8.11claws22
2178
2179         * src/imap.c
2180                 o remove UID guessing from copy code
2181                 o support UIDPLUS extension for APPEND command
2182
2183 2003-03-17 [paul]       0.8.11claws21
2184
2185         * src/gtk/about.c
2186                 remove 'Compiled-plugins' section.
2187                 
2188         * src/plugins/dillo_viewer/dillo_viewer.c
2189                 slight change to description text
2190
2191 2003-03-16 [match]      0.8.11claws20
2192         * src/ldapserver.[ch]           ** NEW **
2193         * src/ldapctrl.[ch]             ** NEW **
2194         * src/ldapquery.[ch]            ** NEW **
2195         * src/ldaputil.[ch]             ** NEW **
2196         * src/addrcindex.[ch]           ** NEW **
2197         * src/addrquery.h               ** NEW **
2198         * src/addritem.[ch]
2199         * src/addrcache.[ch]
2200         * src/addrindex.[ch]
2201         * src/addr_compl.[ch]
2202         * src/addressbook.[ch]
2203         * src/addrbook.[ch]
2204         * src/editgroup.c
2205         * src/editaddress.c
2206         * src/editldap.c
2207         * src/editldap_basedn.c
2208         * src/vcard.c
2209         * src/jpilot.c
2210         * src/Makefile.am
2211                 included dynamic LDAP queries. improved address
2212                 completion.
2213
2214 2003-03-16 [paul]       0.8.11claws19
2215
2216         * tools/multiwebsearch.pl
2217                 fix a fatal typo
2218
2219 2003-03-16 [christoph]  0.8.11claws18
2220
2221         * src/mimeview.c
2222         * src/plugins/dillo_viewer/dillo_viewer.c
2223         * src/plugins/mathml_viewer/mathml_viewer.c
2224                 make unregistering of MimeViewerFactorys possible
2225
2226 2003-03-16 [alfons]     0.8.11claws17
2227
2228         * configure.ac
2229                 correct typo
2230
2231 2003-03-16 [melvin]     0.8.11claws16
2232
2233         * src/plugins/dillo_viewer.c
2234                 Fixed bug where it was not possible to view more than
2235                 one text/html attachment per message (bug discovered
2236                 by Christoph Hohmann).
2237
2238 2003-03-15 [melvin]     0.8.11claws15
2239
2240         * src/prefs_actions.c
2241                 Fixed compilation warnings.
2242
2243 2003-03-15 [melvin]     0.8.11claws14
2244
2245         * src/plugins/Makefile.am
2246         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2247         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2248         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2249                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2250                 newer (http://dillo.auriga.wearlab.de/).
2251
2252 2003-03-15 [christoph]  0.8.11claws13
2253
2254         * src/imap.c
2255                 don't query imap folder for attributes because we already
2256                 for them from imap_status
2257
2258         * src/mimeview.[ch]
2259                 add support for plugable MimeViewers (unloading Viewers
2260                 not yet complete)
2261
2262         * src/plugins/Makefile.am
2263         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2264         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2265         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2266                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2267                 widget from http://helm.cs.unibo.it/mml-widget/
2268
2269 2003-03-14 [christoph]  0.8.11claws12
2270
2271         * src/folder.[ch]
2272                 o error return code's should better be negative
2273                 o replace printf with debug_print
2274
2275         * src/imap.c
2276                 improve IMAP folder scan by checking UID-NEXT
2277
2278         * src/summaryview.c
2279                 remove check that are unnecessary in my opinion
2280
2281 2003-03-13 [christoph]  0.8.11claws11
2282
2283         * src/folder.[ch]
2284         * src/foldersel.c
2285         * src/folderview.c
2286         * src/imap.c
2287         * src/mbox_folder.c
2288         * src/mh.c
2289         * src/news.c
2290         * src/prefs_scoring.c
2291         * src/summaryview.c
2292                 use a common function to get a displayable name
2293                 for a FolderItem
2294
2295 2003-03-13 [paul]       0.8.11claws10
2296
2297         * tools/Makefile.am
2298           tools/README
2299           tools/multiwebsearch.conf     ** NEW FILE **
2300           tools/multiwebsearch.pl       ** NEW FILE **
2301                 add multiwebsearch Actions script
2302
2303 2003-03-13 [colin]      0.8.11claws9
2304
2305         * src/compose.c
2306                 Remove leading emtpy lines from quoted text
2307                 before quoting it
2308
2309 2003-03-13 [melvin]     0.8.11claws8
2310
2311         * src/prefs_actions.c
2312                 Fixed a memory leak
2313                 Code clean ups
2314                 Added Cancel and OK buttons
2315                 Corrected help text
2316
2317 2003-03-13 [christoph]  0.8.11claws7
2318
2319         * src/account.c
2320         * src/folder.[ch]
2321         * src/imap.c
2322         * src/mainwindow.c
2323         * src/mbox_folder.c
2324         * src/mh.c
2325         * src/news.c
2326         * src/setup.c
2327                 replace more folder type stuff with folder class stuff
2328
2329 2003-03-13 [melvin]     0.8.11claws6
2330
2331         * src/prefs_actions.c
2332                 Added new tokens:
2333                 %u: user provided argument
2334                 %h: user provided argument (hidden on input)
2335                 %s: current text selection in the message view 
2336
2337 2003-03-13 [paul]       0.8.11claws5
2338
2339         * sync with 0.8.11cvs5
2340                 see ChangeLog 2003-03-11, 2003-03-12
2341
2342 2003-03-12 [christoph]  0.8.11claws4
2343
2344         * src/folder.c
2345                 use folder class idstr when writing folderlist.xml
2346
2347         * src/folder.h
2348         * src/imap.c
2349         * src/news.c
2350                 replace folder type checks with folder class checks
2351
2352 2003-03-12 [christoph]  0.8.11claws3
2353
2354         * src/folder.[ch]
2355         * src/imap.[ch]
2356         * src/main.c
2357         * src/mbox_folder.[ch]
2358         * src/mh.[ch]
2359         * src/news.[ch]
2360                 o create a list of known folder classes in the folder system
2361                 o use folder class id strings for folder item identifiers
2362
2363 2003-03-12 [christoph]  0.8.11claws2
2364
2365         * src/imap.c
2366                 fix imap uid validity check
2367
2368 2003-03-12 [christoph]  0.8.11claws1
2369
2370         * src/account.c
2371         * src/folder.[ch]
2372         * src/foldersel.c
2373         * src/folderview.c
2374         * src/imap.c
2375         * src/mainwindow.c
2376         * src/mbox_folder.c
2377         * src/mh.c
2378         * src/news.c
2379         * src/prefs_scoring.c
2380         * src/procmsg.c
2381         * src/setup.c
2382         * src/summaryview.c
2383                 initial restructuring of folder system, seperating
2384                 folders and folder classes
2385
2386 2003-03-12 [paul]       0.8.11claws
2387
2388         0.8.11claws release
2389
2390 2003-03-12 [christoph]
2391
2392         * src/gtk/prefswindow.c
2393                 fix translation of "Page Index"
2394
2395 2003-03-12 [paul]       0.8.10claws110
2396
2397         a sync from 0.8.11cvs4 before the release
2398
2399         * src/common/utils.c
2400                 subject_compare_for_sort(): allow null strings (fixes
2401                 summary sorting).
2402
2403 2003-03-11 [paul]       0.8.10claws109
2404
2405         * po/es.po
2406                 update Spanish translation, submitted by
2407                 Ricardo Mones Lastra
2408
2409 2003-03-11 [melvin]     0.8.10claws108
2410
2411         * po/fr.po
2412                 Updated French translations
2413
2414 2003-03-11 [paul]       0.8.10claws107
2415
2416         * manual/en/Makefile.am
2417           manual/en/*.html
2418                 update English manual, add a new page
2419                 updated by Francois Barriere <fbarriere@atmel.fr>
2420                 
2421         * po/bg.po
2422           po/it.po
2423           po/sr.po
2424                 update Bulgarian, Italian, and Serbian translations
2425                 submitted by George Danchev, Alessandro Maestri, and
2426                 Urke MMI
2427
2428 2003-03-10 [paul]       0.8.10claws106
2429
2430         * src/gtk/about.c
2431           src/gtk/prefswindow.c
2432                 make some strings translatable
2433
2434 2003-03-10 [darko]      0.8.10claws105
2435
2436         * src/compose.c
2437                 code cleanup to make Hiro happy
2438
2439 2003-03-10 [paul]       0.8.10claws104
2440
2441         * sync with 0.8.11cvs2
2442                 see ChangeLog 2003-03-10
2443
2444 2003-03-09 [melvin]     0.8.10claws103
2445
2446         * src/textview.c
2447                 textview_set_font(): fix for message display in
2448                 UTF-8 locales (thanks to Sergey Vlasov).
2449                 (was unintentionnaly reverted in 0.8.6claws6)   
2450
2451 2003-03-08 [darko]      0.8.10claws102
2452
2453         * src/compose.c
2454                 fix infinite loop in wrapping as reported
2455                 by happycactus
2456                 obsoletes patch #696482
2457
2458 2003-03-08 [christoph]  0.8.10claws101
2459
2460         * src/imap.c
2461                 add workaround for IMAP servers that do not
2462                 support the "UID SEARCH UID" command
2463
2464 2003-03-07 [christoph]  0.8.10claws100
2465
2466         * src/plugins/spamassassin/spamassassin.[ch]
2467         * src/plugins/spamassassin/spamassassin_gtk.c
2468                 code cleanup
2469
2470 2003-03-07 [paul]       0.8.10claws99
2471
2472         * po/es.po
2473                 updated Spanish translation, submitted by
2474                 Ricardo Mones Lastra
2475
2476 2003-03-07 [christoph]  0.8.10claws98
2477
2478         * src/send.c
2479                 fix in 0.8.10claws94 was wrong
2480                 local delivery does not require escaping, remove escaping
2481                 code to make signatures of mails with "." lines valid
2482                 
2483                 NOTE: requires that sendmail is executed with "-i" option,
2484                       what is the default now, but has to be changed in all
2485                       exsiting accounts)
2486
2487 2003-03-07 [paul]       0.8.10claws97
2488
2489         * sync with 0.8.11 release
2490                 see ChangeLog 2003-03-07
2491
2492 2003-03-06 [paul]       0.8.10claws96
2493
2494         * src/compose.c
2495                 revert commit 0.8.10claws92
2496
2497 2003-03-06 [paul]       0.8.10claws95
2498
2499         * src/folderview.c
2500                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2501
2502         * src/gtkaspell.c
2503                 fix bug 74, 'Crash opening editor window with pseudo-color
2504                 display'
2505                 
2506         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2507
2508 2003-03-06 [christoph]  0.8.10claws94
2509
2510         * src/send.c
2511                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2512                 all lines starting with a period get an extra period
2513                 inserted
2514                 (found by Simon 'corecode' Schubert)
2515
2516 2003-03-06 [paul]       0.8.10claws93
2517
2518         * src/folderview.c
2519                 if configured font can't be loaded fall back to gtk
2520                 default. (with thanks to Christoph)
2521                 
2522                 closes long-standing bug 15 'Crashes on startup'
2523
2524 2003-03-06 [paul]       0.8.10claws92
2525
2526         * src/compose.c
2527                 freeze text before autosave and thaw afterwards
2528                 fixes bug 67 'autosave make re-rediting message crazy'
2529
2530 2003-03-06 [christoph]  0.8.10claws91
2531
2532         * src/compose.c
2533                 ignore address comment in dupe check for Cc-list
2534
2535         (closes reopened bug 47 Replying to message strips name part of
2536          e-mail addresses of Cc: lines)
2537
2538 2003-03-06 [paul]       0.8.10claws90
2539
2540         * src/Makefile.am
2541                 remove reference to gtkxtext.h as its no longer in
2542                 the repository
2543
2544 2003-03-06 [paul]       0.8.10claws89
2545
2546         * sync with 0.8.10cvs25
2547                 see ChangeLog 2003-03-06
2548
2549 2003-03-06 [oliver]     0.8.10claws88
2550         
2551         * src/messageview.c
2552                 remove include
2553
2554 2003-03-06 [oliver]     0.8.10claws87
2555         
2556         * src/folderview.c 
2557                 remove changes introduced inclaws74
2558         * src/messageview.c
2559                 another attempt to sanely delete and update
2560                 messages deleted in separate messageview
2561
2562 2003-03-05 [christoph]  0.8.10claws86
2563
2564         * src/summaryview.c
2565                 check if "From" matches any account's address if
2566                 addressbook completion of addresses is disabled too
2567
2568         (closes Bug 70 "Display recipient in from" doesn't check
2569          folder's default account)
2570
2571 2003-03-05 [christoph]  0.8.10claws85
2572
2573         * src/compose.c
2574         * src/common/utils.[ch]
2575                 don't strip address comments when building Cc lists
2576
2577         (closes Bug 47 Replying to message strips name part of e-mail addresses
2578          of Cc: lines)
2579
2580         * src/folder.c
2581                 fix return value of copy function
2582
2583 2003-03-05 [christoph]  0.8.10claws84
2584
2585         * src/imap.c
2586                 don't ask imap server for non rfc822 headers
2587
2588         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2589
2590         * src/imap.c
2591                 destroy session on socket error to allow reconnecting
2592
2593 2003-03-05 [christoph]  0.8.10claws83
2594
2595         * configure.ac
2596                 fix building with gnome when no prefix is set
2597
2598         (closes bug 66 Gnome directory is set to NONE)
2599
2600 2003-03-05 [paul]       0.8.10claws82
2601
2602         * sync with 0.8.10cvs23
2603                 see ChangeLog 2003-03-05
2604
2605 2003-03-04 [christoph]  0.8.10claws81
2606
2607         * src/folder.c
2608                 o fix moving and copying when folder returns 0 for new
2609                   message number
2610                 o remove some code for single message copy and move
2611                   operations and use functions for multiple messages
2612
2613         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2614
2615         * src/news.c
2616                 remove unused include
2617
2618 2003-03-04 [paul]       0.8.10claws80
2619
2620         * src/gtk/about.c
2621                 list 'Compiled plugins'
2622
2623 2003-03-03 [christoph]  0.8.10claws79
2624
2625         * src/news.[ch]
2626                 have to multiply the percentage of the current fetch with
2627                 the percentage that it has of the total fetch operation
2628                 for correct values
2629
2630 2003-03-03 [christoph]  0.8.10claws78
2631
2632         * src/news.c
2633                 fix calculation of expected lines for progress indicator
2634
2635 2003-03-03 [christoph]  0.8.10claws77
2636
2637         * src/summaryview.c
2638         * src/common/utils.c
2639                 fix segfault when opening the root news folder
2640
2641 2003-03-03 [christoph]  0.8.10claws76
2642
2643         * src/mainwindow.[ch]
2644         * src/common/Makefile.am
2645         * src/common/progressindicator.[ch]
2646                 add UI independent progress indicator handling
2647
2648         * src/news.[ch]
2649                 use new progress indicator for message info fetching
2650
2651         * src/common/hooks.h
2652                 code cleanup
2653
2654 2003-03-03 [oliver]     0.8.10claws75
2655
2656         * src/toolbar.c
2657         * src/compose.c
2658                 removed commented code
2659
2660 2003-03-03 [oliver]     0.8.10claws74
2661
2662         * src/toolbar.[ch]
2663                 cleanups and refactoring
2664         * src/compose.[ch]
2665                 compose_reply_mode reply & forwarding interface for
2666                 toolbar buttons
2667         * src/folderview.c
2668                 act on messages marked for deletion in folderview_selected
2669                 based on prefs_common.immediate_exec since a message might 
2670                 have been deleted by messageview in a folder we are changing 
2671                 to (does anybody understand what I'm on about ?)
2672
2673 2003-03-03 [oliver]     0.8.10claws73
2674         
2675         * src/messageview.[ch]
2676                 new functions
2677                 - messageview_delete: delete message shown in messagview
2678                 - messageview_update_view: update messageview to currently 
2679                   selected summaryview message
2680                 - add separate messageview to msgview_list in order to update 
2681                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2682         * src/summaryview.[ch]
2683                 summary_get_selection returns a list of selected msgs
2684                 in summaryview
2685         * src/mainwindow.c
2686                 toolbar reply refactoring
2687
2688 2003-03-03 [paul]       0.8.10claws72
2689
2690         * sync with 0.8.10cvs21
2691                 see ChangeLog 2003-03-03
2692
2693 2003-03-02 [christoph]  0.8.10claws71
2694
2695         * src/common/passcrypt.c
2696                 use POSIX includes
2697
2698 2003-03-02 [christoph]  0.8.10claws70
2699
2700         * configure.ac
2701         * src/prefs_account.c
2702         * src/prefs_gtk.[ch]
2703         * src/common/.cvsignore
2704         * src/common/Makefile.am
2705         * src/common/passcrypt.c                ** NEW **
2706         * src/common/passcrypt.h.in             ** NEW **
2707                 Implement password encryption in config files
2708                 using unix encrypt and setkey functions. The crypt
2709                 key can be set as a configure parameter. Old
2710                 passwords will be converted if they do not begin
2711                 with '!'
2712
2713 2003-03-02 [paul]       0.8.10claws69
2714
2715         * src/prefs_account.c
2716                 fix compile error
2717
2718 2003-03-01 [thorsten]   0.8.10claws68
2719
2720         * po/el.po
2721           po/hr.po
2722           po/it.po
2723           po/nl.po
2724           po/sr.po
2725           po/sv.po
2726                 corrected format strings
2727         * po/en_GB.po
2728                 corrected headers
2729                 (fix compile errors with GNU gettext-0.11.5)
2730
2731 2003-03-01 [oliver]     0.8.10claws67
2732
2733         * src/summaryview.c
2734                 menu callbacks call toolbar_menu_reply
2735
2736 2003-03-01 [oliver]     0.8.10claws66
2737
2738         * src/mainwindow.c
2739         * src/messageview.c
2740                 menu callbacks call toolbar_menu_reply
2741         * src/toolbar.[ch]
2742                 callbacks from menu handled by toolbar_menu_reply
2743
2744 2003-03-01 [paul]       0.8.10claws65
2745
2746         * src/addressbook.c
2747                 revert commit 0.8.10claws54 - breaks editing of
2748                 addressbook.
2749                 
2750         * po/bg.po
2751                 update Bulgarian translation, submitted by
2752                 George Danchev
2753
2754 2003-02-28 [christoph]  0.8.10claws64
2755
2756         * src/account.c
2757         * src/addressadd.c
2758         * src/compose.c
2759         * src/gtkaspell.c
2760         * src/gtkxtext.h                ** REMOVE **
2761         * src/imap.c
2762         * src/matcher.[ch]
2763         * src/mh.c
2764         * src/news.c
2765         * src/pine.c
2766         * src/prefs_common.c
2767         * src/prefs_matcher.c
2768         * src/procheader.[ch]
2769         * src/procmsg.[ch]
2770         * src/toolbar.c
2771         * src/common/ssl_certificate.c
2772         * src/gtk/colorlabel.c
2773         * src/gtk/menu.c
2774                 o fix warnings
2775                 o remove code obsoleted by new cache and folder system rework
2776
2777 2003-02-28 [oliver]     0.8.10claws63
2778         
2779         * src/toolbar.[ch]
2780                 * fix bug where reply in Messageview replied to 
2781                 Message displayed in summaryview
2782                 (reportedd via ML by chinatinte at gmx dot ch)
2783                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2784                 didn't work in separate MessageView Toolbar
2785                 (wondering if anybody uses this at all ?)
2786         * src/summaryview.[ch]
2787                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2788                 (generalize reply and forward code);
2789         * src/messageview.c 
2790                 remove focus_in event which updated summaryview to messageview
2791
2792 2003-02-28 [paul]       0.8.10claws62
2793
2794         * po/Makefile.in.in
2795                 add the --check option
2796                 Patch submitted by Ricardo Mones Lastra
2797
2798 2003-02-28 [paul]       0.8.10claws61
2799
2800         * src/prefs_account.c
2801                 re-order 'Signature' items
2802
2803 2003-02-28 [paul]       0.8.10claws60
2804
2805         * sync with 0.8.10cvs20
2806                 see ChangeLog 2003-02-28
2807
2808 2003-02-28 [paul]       0.8.10claws59
2809
2810         * po/POTFILES.in
2811                 update to reflect recent movement of files
2812
2813 2003-02-28 [paul]       0.8.10claws58
2814
2815         * sync with 0.8.10cvs19
2816                 see ChangeLog 2003-02-28
2817
2818 2003-02-27 [martin]     0.8.10claws57
2819
2820         * src/prefs_matcher.c 
2821                 fix segfault in prefs_matcher_ok() when the
2822                 last entry is deleted and prevents that the
2823                 message "entry not saved" comes up after deleting
2824                 an entry
2825
2826 2003-02-27 [martin]     0.8.10claws56
2827
2828         * src/prefs_filtering.c 
2829                 fix segfault in prefs_filtering_ok() when the
2830                 last entry is deleted and prevents that the
2831                 message "entry not saved" comes up after deleting
2832                 an entry
2833
2834 2003-02-27 [paul]       0.8.10claws55
2835
2836         * sync with 0.8.10cvs18
2837                 see ChangeLog 2003-02-27
2838
2839 2003-02-27 [paul]       0.8.10claws54
2840
2841         * src/addressbook.c
2842                 fix bug where the address book crashes with 
2843                 multiple lookups.
2844                 Patch [687729] submitted by David Frager 
2845                 <dbfrager@users.sourceforge.net>
2846
2847 2003-02-25 [christoph]  0.8.10claws53
2848
2849         * src/Makefile.am
2850         * src/colorlabel.[ch]           ** REMOVE **
2851         * src/gtk/Makefile.am
2852         * src/gtk/colorlabel.[ch]       ** NEW **
2853                 move colorlabel files to gtk directory
2854
2855         * src/esmtp.[ch]                ** REMOVE **
2856                 has been merged into smtp.[ch] in 0.7.5
2857
2858 2003-02-25 [christoph]  0.8.10claws52
2859
2860         * src/Makefile.am
2861         * src/about.[ch]                ** REMOVE **
2862         * src/gtk/Makefile.am
2863         * src/gtk/about.[ch]            ** NEW **
2864                 move about files to gtk directory
2865
2866 2003-02-25 [christoph]  0.8.10claws51
2867
2868         * src/folder.c
2869                 some code optimization of folder scanning code
2870
2871         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2872
2873 2003-02-25 [christoph]  0.8.10claws50
2874
2875         * src/main.c
2876         * src/common/sylpheed.c
2877                 add command line parameter parsing to common code
2878
2879 2003-02-24 [christoph]
2880
2881         * Makefile.am
2882         * configure.ac
2883                 fix gnome prefix problems, the configure script now removed
2884                 `gnome-config --prefix` from `gnome-config --datadir`
2885                 and adds $(prefix} instead
2886
2887         (closes Bug 24 Makefile does not respect prefix when installing
2888          GNOME data)
2889
2890 2003-02-24 [christoph]  0.8.10claws49
2891
2892         * src/news.c
2893                 check for valid session before trying to authenticate
2894
2895         (closes Bug 60 crash if "authenticate on logon" is activated
2896          and newsserver-hostname is not valid)
2897
2898 2003-02-24 [melvin]     0.8.10claws48
2899
2900         * src/prefs_actions.c
2901                 Make sure all user's input is sent to the action and then
2902                 close the socket..
2903
2904 2003-02-23 [alfons]     0.8.10claws46
2905
2906         * src/summaryview.c
2907                 also wait cursor when deleting files
2908
2909 2003-02-23 [paul]
2910
2911         * tools/freshmeat_search.pl
2912           tools/google_search.pl
2913                 scripts should now work for any browser/browser command line
2914
2915 2003-02-22 [christoph]  0.8.10claws45
2916
2917         * src/procmsg.c
2918                 fix IMAP flag setting, IMAP flag is not handled correctly
2919                 anymore by the folder system and information about the
2920                 folder should not be saved in the MsgInfo (in my opinion)
2921
2922         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2923
2924 2003-02-22 [christoph]  0.8.10claws44
2925
2926         * src/summaryview.c
2927                 fix spelling of "label" ;-)
2928
2929 2003-02-22 [thorsten]   0.8.10claws43
2930
2931         * src/mimeview.c
2932           src/prefs_common.[ch]
2933           src/procmime.[ch]
2934                 do not use description as attachment name
2935
2936 2003-02-22 [alfons]     0.8.10claws42
2937
2938         * src/summaryview.c
2939                 freeze/thaw folder item updates when changing color labels,
2940                 and put a wait cursors on
2941
2942 2003-02-22 [thorsten]   0.8.10claws41
2943
2944         * src/mimeview.c
2945                 save-all fixes: crash if invoked on multipart container,
2946                 mimeinfo access, pathseparators, error dialog
2947
2948 2003-02-21 [alfons]     0.8.10claws40
2949
2950         * src/prefs_gtk.c
2951                 remove unused var
2952
2953 2003-02-21 [colin]      0.8.10claws39
2954
2955         * src/send.c
2956                 Fix smtp logging
2957
2958 2003-02-21 [colin]      0.8.10claws38
2959
2960         * src/summaryview.c
2961                 Freeze/thaw folderItem updates when filtering messages 
2962                 via Tools/Filter messages
2963
2964 2003-02-21 [paul]       0.8.10claws37
2965
2966         * src/compose.c
2967                 revert commit 0.8.10claws26, there are ulterior motives
2968                 for users to set a Reply-To header when posting to
2969                 newsgroups
2970
2971 2003-02-21 [paul]       0.8.10claws36
2972
2973         * sync with 0.8.10cvs17
2974                 see ChangeLog 2003-02-21
2975
2976 2003-02-20 [christoph]  0.8.10claws35
2977
2978         * src/imap.c
2979                 IMAP UID fetch speedup using SEARCH
2980
2981         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2982
2983         * src/imap.c
2984                 fix problem with UIDs in IMAP UID cache that no longer existed
2985
2986 2003-02-20 [christoph]  0.8.10claws34
2987
2988         * src/imap.c
2989         * src/procheader.c
2990         * src/procheader.h
2991                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2992
2993         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2994
2995         * src/imap.c
2996                 Rewrite imap_cmd_gen_recv use sock_getline instead
2997                 of sock_gets to avoid problems with too long reply
2998                 lines
2999     
3000 2003-02-20 [colin]      0.8.10claws33
3001         
3002         * src/prefs_account.c
3003                 Better wording
3004
3005 2003-02-20 [colin]      0.8.10claws32
3006
3007         * src/compose.c
3008                 Remove useless '&& !to_sender' 
3009
3010 2003-02-20 [darko]
3011
3012         * AUTHORS
3013                 change my e-mail address
3014
3015 2003-02-19 [colin]      0.8.10claws31
3016
3017         * src/prefs_common.c
3018                 X11 style colors for every configurable color
3019
3020 2003-02-19 [alfons]     0.8.10claws30
3021
3022         * src/prefs_gtk.[ch]
3023         * src/prefs_common.c
3024                 for color_new accept both plain integers and X11 style color
3025                 names (as found in /usr/lib/X11/rgb.txt)
3026
3027 2003-02-19 [paul]       0.8.10claws29
3028
3029         * src/mainwindow.c
3030                 add tooltips to online/offline button and account selector
3031                 button
3032
3033 2003-02-19 [paul]       0.8.10claws28
3034
3035         * src/folder.c
3036           src/news.c
3037           src/prefs_account.[ch]
3038           src/prefs_common.[ch]
3039                 move 'Maximum number of articles to download' to
3040                 account prefs.
3041                 clean up account prefs gui a little by hiding entries
3042                 rather then greying out entries
3043
3044 2003-02-19 [hiro]       0.8.10claws27
3045
3046         * src/common/utils.c
3047                 fix bug #54 'yesterdays date is displayed in the message 
3048                 summary window'
3049
3050 2003-02-19 [paul]       0.8.10claws26
3051
3052         * src/compose.c
3053                 fix bug reported in Feature Request [688596] 
3054                 'Reply-to header in news'
3055
3056 2003-02-18 [paul]       0.8.10claws25
3057
3058         * src/select-keys.c
3059                 add a 'List all keys' button to key selection dialog
3060
3061 2003-02-18 [colin]      0.8.10claws24
3062         
3063         * src/stock_pixmap.c
3064                 fix compile error
3065
3066 2003-02-18 [colin]      0.8.10claws23
3067
3068         * src/common/smtp.[ch]
3069           src/prefs_account.c
3070                 Try to starttls if it seems to be the only
3071                 way to authenticate a user
3072
3073 2003-02-18 [paul]       0.8.10claws22
3074
3075         * src/Makefile.am
3076           src/folderview.c
3077           src/stock_pixmap.[ch]
3078           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3079           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3080                 as a Drafts folder is a special folder allow it to have
3081                 its own unique icons
3082
3083 2003-02-18 [colin]      0.8.10claws21
3084
3085         * src/imap.c
3086                 Fix port selection when using starttls
3087
3088 2003-02-18 [paul]       0.8.10claws20
3089
3090         * src/mainwindow.c
3091           src/prefs_common.[ch]
3092                 make blue the default new mail colour
3093
3094 2003-02-18 [paul]       0.8.10claws19
3095
3096         * sync with 0.8.10cvs14
3097                 see ChangeLog 2003-02-18
3098
3099 2003-02-17 [jens]       0.8.10claws18
3100
3101         * src/common/md5.c
3102                 fixed a compile problem with gcc 3.3
3103                 works on 2.95.3 too (testet on PPC as it is big endian)
3104
3105 2003-02-17 [paul]       0.8.10claws17
3106
3107         * sync with 0.8.10cvs13
3108                 see ChangeLog 2003-02-17
3109
3110 2003-02-17 [paul]       0.8.10claws16
3111
3112         * sync with 0.8.10cvs12
3113                 see ChangeLog 2003-02-17
3114
3115 2003-02-16 [match]      0.8.10claws15
3116
3117         * src/addressbook.c
3118                 Eliminates reloading of address data when items
3119                 deleted or added. Applied submitted by
3120                 Luke Plant <lukeplant@softhome.net>
3121
3122 2003-02-16 [paul]       0.8.10claws14
3123
3124         * src/news.c
3125                 when a 'protocol error' is encountered disconnect from
3126                 the server. This means that the user can carry on viewing
3127                 other articles and doesn't have to either wait until the
3128                 server timesout or quit sylpheed.
3129                 Fixes bug #53 'Unable to read messages in newsgroups, 
3130                 displayed message doesn't change'
3131
3132 2003-02-15 [christoph]  0.8.10claws13
3133
3134         * src/imap.c
3135                 fix bug that stopped scanning of folders when an
3136                 IMAP folder was empty
3137
3138         (closes bug 46 stop scan messages in folders after empty folder)
3139
3140 2003-02-15 [paul]
3141
3142         * tools/Makefile.am
3143           tools/README
3144           tools/freshmeat_search.pl     ** NEW FILE **
3145           tools/google_search.pl        ** NEW FILE **
3146                 Add 2 Actions scripts which search freshmeat/google
3147                 for the selected text using the browser configured
3148                 in sylpheedrc.
3149                 
3150         Note: These scripts are very dependent on the format of the
3151         browser command and may not work on every occasion. Testing
3152         is welcome. 
3153
3154 2003-02-14 [alfons]     0.8.10claws12
3155
3156         * src/compose.c
3157                 fix breakage because of uninitialized account pointer.
3158                 please verify.
3159
3160 2003-02-14 [paul]       0.8.10claws11
3161
3162         * src/compose.c
3163           src/prefs_account.[ch]
3164           src/prefs_common.[ch]
3165                 move signature settings to Account Prefs
3166
3167 2003-02-14 [paul]       0.8.10claws10
3168
3169         * sync with 0.8.10cvs11
3170                 see ChangeLog 2003-02-14
3171
3172 2003-02-13 [thorsten]   0.8.10claws9
3173
3174         * src/news.c
3175                 revert news progressbar (GUI separation)
3176
3177 2003-02-13 [paul]       0.8.10claws8
3178
3179         * src/compose.c
3180                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3181                 paragraph 1
3182
3183 2003-02-13 [paul]       0.8.10claws7
3184
3185         * src/compose.[ch]
3186           src/summaryview.c
3187                 fix 'Follow-up and Reply-to' so that it creates a reply to
3188                 the newsgroup and the sender. If the message has the keyword
3189                 'poster' in the Followup-To header, all replies go to the
3190                 sender, re: RFC 1036, Section 2.2.3
3191                 rename all instances of 'ignore_replyto' to 'to_sender', both
3192                 were previously used, now we use just one.
3193
3194 2003-02-13 [paul]       0.8.10claws6
3195
3196         * sync with 0.8.10cvs9
3197                 see ChangeLog 2003-02-13
3198
3199 2003-02-13 [paul]       0.8.10claws5
3200
3201         * configure.ac
3202                 show which plugins are configured in the configure
3203                 output.
3204
3205 2003-02-12 [thorsten]   0.8.10claws4
3206
3207         * src/news.c
3208                 show progress while fetching news headers
3209
3210 2003-02-12 [christoph]  0.8.10claws3
3211
3212         * configure.ac
3213         * src/plugins/Makefile.am
3214                 use AM_CONDITIONAL to enable plugins, automake correctly
3215                 manages this when creating distdir
3216
3217 2003-02-12 [christoph]  0.8.10claws2
3218
3219         * ac/spamassassin.m4
3220         * src/plugins/spamassassin/Makefile.am
3221                 fix building SpamAssassin plugin without OpenSSL
3222
3223 2003-02-12 [paul]       0.8.10claws1
3224
3225         * ac/Makefile.am
3226           src/Makefile.am
3227           src/plugins/Makefile.am
3228                 fix failure of 'make release'
3229
3230 2003-02-12 [paul]       0.8.10claws
3231
3232         * 0.8.10claws released
3233
3234 2003-02-12 [paul]       0.8.9claws56
3235
3236         * po/bg.po
3237           po/es.po
3238           po/it.po
3239           po/ru.po
3240           po/sr.po
3241                 updated translations by George Danchev, Ricardo Mones Lastra,
3242                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3243                 
3244         * sylpheed.spec.in
3245                 Allow the building of RPMs by a regular user. Submitted
3246                 by Sergei Astanin
3247
3248 2003-02-11 [alfons]     0.8.9claws55
3249
3250         * src/colorlabel.c
3251                 don't use pixmaps for label color rect but draw rectangles
3252                 so we can respect the color map of palette based visuals
3253                 (fixes the long time crashes on Suns - thanks to Andreas
3254                 Engel and Steve O'Hara-Smith for testing)
3255
3256 2003-02-11 [christoph]  0.8.9claws54
3257
3258         * src/matcher_parser_parse.y
3259                 correct bug where filering rules of not existing folders in
3260                 matcherrc were added to global filtering
3261                 
3262         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3263          main filter-rules after removing directory, http://bugs.debian.org/180253)
3264         
3265 2003-02-11 [paul]       0.8.9claws53
3266
3267         * sync with 0.8.10cvs7
3268                 see ChangeLog 2003-02-09
3269
3270 2003-02-11 [melvin]     0.8.9claws52
3271
3272         * po/fr.po
3273                 Updated French tranlsations
3274
3275 2003-02-10 [paul]       0.8.9claws51
3276
3277         * sylpheed.spec.in
3278                 correct --enable-openssl
3279                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3280
3281 2003-02-09 [martin]     0.8.9claws50
3282
3283         * src/prefs_matcher.c
3284                 fix segfault in prefs_matcher_substitute_cb() when
3285                 no row is selected
3286
3287 2003-02-09 [paul]       0.8.9claws49
3288
3289         * src/folderview.c
3290                 fix bug where a newsgroup folder's processing rules were
3291                 merged with the global filtering rules when the newsgroup
3292                 folder was deleted, causing some seriously bad results,
3293                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3294
3295 2003-02-08 [melvin]     0.8.9claws48
3296
3297         * src/compose.c
3298                 Corrected and modified an alert message.
3299
3300 2003-02-07 [paul]       0.8.9claws47
3301
3302         * src/folderview.c
3303                 fix bug where both an 'Account properties' window and a
3304                 'Folder properties' window were opened when clicking on
3305                 'Properties' in an NNTP or IMAP folder's popup menu.
3306
3307 2003-02-07 [paul]       0.8.9claws46
3308
3309         * sync with 0.8.10cvs6
3310                 see ChangeLog 2003-02-06
3311
3312 2003-02-06 [christoph]  0.8.9claws45
3313
3314         * src/mbox.c
3315                 freeze folder updates while importing mbox files
3316                 (closes bug 43 importing mbox took hours)
3317                 
3318         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3319
3320 2003-02-06 [thorsten]   0.8.9claws44
3321
3322         * po/de.po
3323                 Updated german translations
3324
3325 2003-02-06 [thorsten]   0.8.9claws43
3326
3327         * src/news.h
3328                 use guint for message numbers (fix count in grouplist dialog)
3329
3330 2003-02-05 [paul]       0.8.9claws42
3331
3332         * sync with 0.8.10cvs2
3333                 see ChangeLog 2003-02-05
3334
3335 2003-02-04 [colin]      0.8.9claws41
3336
3337         * src/prefs_common.[ch]
3338           src/procmsg.c
3339           src/summaryview.c
3340                 Add an option to disable threading by subject
3341
3342 2003-02-04 [christoph]  0.8.9claws40
3343
3344         * src/inc.c
3345                 only abort fetching mails from multiple accounts when the
3346                 error is fatal and does not allow to check any more accounts
3347                 (currently only disk full error)
3348
3349         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3350          receive mails for other accouts)
3351
3352 2003-02-04 [christoph]  0.8.9claws39
3353
3354         * src/folder.c
3355                 first add the new message to the cache, then
3356                 send the update notification
3357
3358         (closes bug 39 after sending message folderview doesnt get updated)
3359
3360 2003-02-04 [colin]      0.8.9claws38
3361
3362         * src/inc.c
3363                 _really_ fix this Connecting... status
3364
3365 2003-02-04 [paul]       0.8.9claws37
3366
3367         * sync with 0.8.10
3368                 see ChangeLog 2003-02-04
3369
3370 2003-02-04 [paul]       0.8.9claws36
3371
3372         * sync with 0.8.9cvs6
3373                 see ChangeLog 2003-02-03
3374
3375 2003-02-04 [paul]       0.8.9claws35
3376
3377         * po/pt_BR.po
3378                 updated by André Filipe de Assunção e Brito 
3379                 <bedecko@netsite.com.br>
3380
3381 2003-02-03 [thorsten]   0.8.9claws34
3382
3383         * po/de.po
3384                 Updated german translations
3385
3386 2003-02-02 [paul]       0.8.9claws33
3387
3388         * po/es.po
3389                 updated by Ricardo Mones Lastra
3390
3391 2003-02-02 [thorsten]   0.8.9claws32
3392
3393         * src/mh.c
3394                 Fix mh_get_msginfo() segfault if file is inaccessible
3395
3396 2003-01-31 [colin]      0.8.9claws31
3397
3398         * src/procheader.c
3399                 Fix last commit's bug
3400
3401 2003-01-31 [colin]      0.8.9claws30
3402
3403         * src/procheader.c
3404                 Missing a change for gpg-signed messages
3405
3406 2003-01-31 [paul]       0.8.9claws29
3407
3408         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3409           src/procheader.c
3410           src/stock_pixmap.[ch]
3411           src/summaryview.c
3412                 indicate GnuPG signed messages by displaying an icon
3413                 in the Attachment column.
3414
3415 2003-01-31 [paul]       0.8.9claws28
3416
3417         * sync with 0.8.9cvs4
3418                 see ChangeLog 2003-01-31
3419
3420 2003-01-31 [alfons]     0.8.9claws27
3421
3422         * src/textview.c
3423                 tune URI parser to accept mailto URLs with a '?'
3424                 (patch from Ruslan Balkin)
3425
3426 2003-01-31 [colin]      0.8.9claws26
3427
3428         * src/summaryview.c
3429                 Fix a leak introduced in claws24
3430
3431 2003-01-31 [colin]      0.8.9claws25
3432
3433         * src/summaryview.c
3434                 Freeze/Thaw folder updates when deleting dups
3435
3436 2003-01-31 [colin]      0.8.9claws24
3437         
3438         * src/addr_compl.c
3439           src/summaryview.c
3440           src/msgcache.c
3441                 little speed improvements
3442
3443 2003-01-31 [colin]      0.8.9claws23
3444
3445         * src/summaryview.c
3446                 Fix segfault when forwarding nothing
3447                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3448                 
3449 2003-01-30 [paul]       0.8.9claws22
3450
3451         * sync with 0.8.9cvs3
3452                 see ChangeLog 2003-01-30
3453
3454 2003-01-30 [paul]       0.8.9claws21
3455
3456         * sync with 0.8.9cvs2
3457                 see ChangeLog 2003-01-30
3458
3459 2003-01-29 [paul]       0.8.9claws20
3460
3461         * sync with 0.8.9cvs1
3462                 see ChangeLog 2003-01-29
3463
3464 2003-01-28 [paul]       0.8.9claws19
3465
3466         * po/POTFILES.in
3467                 update to reflect changes. 
3468                 thanks to Ricardo Mones Lastra
3469
3470 2003-01-27 [christoph]  0.8.9claws18
3471
3472         * ac/openssl.m4
3473         * ac/spamassassin.m4
3474         * src/plugins/spamassassin/README
3475         * src/plugins/spamassassin/libspamc.[ch]
3476         * src/plugins/spamassassin/utils.[ch]
3477                 updated to latest libspamc
3478
3479 2003-01-27 [christoph]  0.8.9claws17
3480
3481         * src/folder.c
3482                 fix wrong use of procheader_get_header_fields
3483
3484 2003-01-27 [christoph]  0.8.9claws16
3485
3486         * src/news.c
3487         * src/prefs_account.[ch]
3488         * src/common/nntp.[ch]
3489                 allow to force authentication for NNTP servers
3490
3491         Patch submitted by Florian Mickler <dmk@d-labs.de>
3492
3493 2003-01-26 [paul]       0.8.9claws15
3494
3495         * src/summaryview.c
3496                 speed up of marking messages as read
3497                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3498
3499 2003-01-26 [christoph]  0.8.9claws14
3500
3501         * src/Makefile.am
3502         * src/mgutils.[ch]              ** REMOVE **
3503         * src/xml.[ch]                  ** REMOVE **
3504         * src/xmlprops.[ch]             ** REMOVE **
3505         * src/common/Makefile.am
3506         * src/common/mgutils.[ch]       ** NEW **
3507         * src/common/xml.[ch]           ** NEW **
3508         * src/common/xmlprops.[ch]      ** NEW **
3509                 move xml files to common directory
3510
3511 2003-01-26 [christoph]  0.8.9claws13
3512
3513         * src/plugins/spamassassin/spamassassin_gtk.c
3514                 only set gtk entry text if string is available
3515
3516 2003-01-26 [melvin]     0.8.9claws12
3517
3518         * src/description_window.c
3519                 Allow resizing of the window
3520                 Allow automatic horizontal scroll bar
3521                 Do not vertically expand and fill
3522
3523 2003-01-26 [christoph]  0.8.9claws11
3524
3525         * src/Makefile.am
3526         * src/gtkutils.[ch]             ** REMOVE **
3527         * src/common/sylpheed.c
3528         * src/gtk/Makefile.am
3529         * src/gtk/description_window.c
3530         * src/gtk/gtkutils.[ch]         ** NEW **
3531         * src/gtk/prefswindow.c
3532                 move gtkutils to gtk directory
3533
3534 2003-01-26 [paul]       0.8.9claws10
3535
3536         * src/summaryview.c
3537                 rename summary_unread_clicked() to summary_status_clicked()
3538
3539 2003-01-26 [melvin]     0.8.9claws9
3540
3541         * src/prefs_actions.c
3542                 Cosmetical changes to the help text
3543
3544 2003-01-26 [paul]       0.8.9claws8
3545
3546         * src/folder.[ch]
3547           src/mainwindow.c
3548           src/prefs_common.c
3549           src/prefs_sumamry_column.c
3550           summaryview.[ch]
3551                 rename the 'Unread' column to 'Status'
3552
3553 2003-01-25 [match]      0.8.9claws7
3554
3555         * src/mgutils.[ch]
3556                 removed reference to LDAP constants. removed error2string.
3557                 included functions to support LDAP dynamic queries.
3558         * src/syldap.h
3559                 moved LDAP constants here.
3560         * src/addressbook.c
3561         * src/addrindex.c
3562         * src/importldif.c
3563                 removed references to LDAP constants and references to
3564                 error2string.
3565
3566 2003-01-25 [paul]       0.8.9claws6
3567
3568         * src/summaryview.c
3569                 summary_thread_build(), summary_thread_init(): remove 
3570                 unneeded reference to summaryview->folder_item
3571
3572 2003-01-25 [christoph]  0.8.9claws5
3573
3574         * src/gtk/description_window.c
3575                 o allow description texts to expand over multiple columns
3576                 o translate all columns
3577         * src/prefs_actions.c
3578                 change syntax description to use new multi column feature
3579
3580         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3581
3582 2003-01-25 [match]      0.8.9claws4
3583
3584         * src/vcard.c
3585                 fixed bug with Quoted-Printable
3586
3587 2003-01-25 [paul]       0.8.9claws3
3588
3589         * src/folder.[ch]
3590           src/summaryview.[ch]
3591                 implement per-folder collapsed/expanded threads setting
3592                 
3593         * src/prefs_common.c
3594                 remove global collapsed/expanded threads option
3595
3596 2003-01-25 [christoph]  0.8.9claws2
3597
3598         * po/POTFILES.in
3599                 add pluginwindow and prefswindow
3600         * src/compose.c
3601                 make send respond correctly to messages that could be added
3602                 to the queue folder, but the UID of the message is unknown
3603         * src/folder.c
3604         * src/imap.c
3605                 don't return guessed UIDs in imap_add_msg anymore. We return
3606                 0 to tell the folder system it was appened but the UID is
3607                 unknown. Folder system now get's the UID by scaning the folder
3608                 and searching the cache for the Message-ID
3609                 (closes bug #29 Messages queued, but not sent)
3610
3611 2003-01-25 [paul]       0.8.9claws1
3612
3613         * src/codeconv.c
3614                 conv_encode_header():  fix bug when long headers with 8-bit
3615                 characters are used, so that the encoded words are wrapped.
3616                 If the space in the original text falls on the wrap boundary,
3617                 it can be lost.
3618                 Patch by Sergey Vlasov.
3619                 
3620         * src/folderview.c
3621                  fix bug where a change to the sorting method or thread view
3622                  of a folder's messages is lost if simpify-subject is set and
3623                  toggled on or off.
3624                  Patch by Luke Plant.
3625
3626 2003-01-24 [paul]       0.8.9claws
3627
3628         * sylpheed-0.8.9claws released
3629         
3630         * Makefile.am
3631           sylpheed.spec.in
3632                 remove reference to 'INSTALL.jp'
3633
3634 2003-01-23 [paul]       0.8.8claws128
3635
3636         * po/es.po
3637           po/it.po
3638           po/ru.po
3639           po/sr.po
3640                 updated translations. submitted by Ricardo Mones Lastra,
3641                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3642
3643 2003-01-23 [colin]      0.8.8claws127
3644
3645         * src/compose.c
3646                 Fix drafted and queued news articles re-edition
3647
3648 2003-01-23 [melvin]     0.8.8claws126
3649
3650         * po/fr.po
3651                 Updated French translations
3652
3653 2003-01-23 [colin]      0.8.8claws125
3654
3655         * src/inc.c
3656                 Fix "Connecting to..." status message
3657
3658 2003-01-22 [paul]       0.8.8claws124
3659
3660         * po/bg.po
3661                 updated by George Danchev
3662                 
3663         * src/folder.c
3664                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3665                 and folder deletion
3666
3667 2003-01-21 [paul]       0.8.8claws123
3668
3669         * po/bg.po
3670                 updated by George Danchev
3671                 
3672         * src/about.c
3673                 its now 2003
3674                 
3675         * src/toolbar.c
3676                 don't translate 'Separator'
3677                 
3678         * src/plugins/spamassassin/Makefile.am
3679                 add aspell to CPPFLAGS
3680                 
3681         * src/plugins/spamassassin/spamassassin.c
3682           src/plugins/spamassassin/spamassassin_gtk.c
3683                 set correct default for spamassassin_receive_spam
3684                 slightly re-word descriptions and some
3685                 other minor changes
3686
3687 2003-01-19 [alfons]     0.8.8claws122
3688                 
3689         * src/mimeview.c
3690                 mimeview_save_as(): we might as well show the file name for
3691                 the single case "Save As" too
3692
3693 2003-01-19 [alfons]     0.8.8claws121
3694
3695         * src/crash.c
3696                 change bug tracker URL to bugzilla URL
3697
3698 2003-01-19 [alfons]     0.8.8claws120
3699
3700         * src/mimeview.c
3701                 mimeview_save_all(): display name of file before overwriting;
3702                 continue saving all, even when one overwrite was cancelled
3703
3704 2003-01-19 [christoph]  0.8.8claws119
3705
3706         * src/summaryview.c
3707         * src/procmsg.[ch]
3708                 fix wrong usage of procmsg_find_children in summaryview
3709                 by using procmsg_update_unread_children instead of
3710                 summaryview_update_unread_children
3711
3712 2003-01-19 [christoph]  0.8.8claws118
3713
3714         * src/procmsg.c
3715                 fix infinite loop in procmsg_find_children
3716                  (closes bug #25 sylpheed crashes on delete.)
3717
3718         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3719
3720 2003-01-19 [paul]       0.8.8claws117
3721
3722         * po/pt_BR.po
3723                 updated by Ivan Francolin Martinez
3724
3725 2003-01-18 [melvin]     0.8.8claws116
3726
3727         * src/prefs_actions.c
3728                 Removed syntax limitation of only one '&' at the end of command.
3729                         Now actions that contain '>/dev/null 2>&1' are possible.
3730
3731 2003-01-18 [melvin]     0.8.8claws115
3732
3733         * src/prefs_actions.c
3734                 Actions IO dialog: when the action ends
3735                 the "Close" button now has focus and [Escape] closes the
3736                 window.
3737
3738 2003-01-18 [christoph]  0.8.8claws114
3739
3740         * src/procmsg.c
3741                 o add debug output when MsgInfos are really freed
3742                 o free GSLists in procmsg_find_children and
3743                   procmsg_update_unread_children
3744
3745 2003-01-18 [christoph]  0.8.8claws113
3746
3747         * src/mainwindow.c
3748                 reorder Configuration menu
3749
3750 2003-01-18 [christoph]  0.8.8claws112
3751
3752         * src/compose.c
3753                 fix applying templates to forwarded messages
3754
3755         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3756
3757 2003-01-17 [christoph]  0.8.8claws111
3758
3759         * src/folder.c
3760                 destroy folder items, when a folder item is removed
3761
3762 2003-01-17 [christoph]  0.8.8claws110
3763
3764         * src/folder.c
3765                 fix wrong folder stats update when ignored message is
3766                 deleted
3767
3768 2003-01-17 [colin]      0.8.8claws109
3769         
3770         * src/mainwindow.c
3771         * src/summaryview.c
3772                 Quicksearch bugfixes: 
3773                 - hide help button at startup if not extended
3774                 - switch to extended when looking for replies
3775
3776 2003-01-17 [paul]
3777
3778         * sync with 0.8.9 release
3779
3780 2003-01-17 [paul]       0.8.8claws108
3781
3782         * sync with 0.8.8cvs11
3783                 see ChangeLog 2003-01-17
3784
3785 2003-01-16 [colin]      0.8.8claws107
3786
3787         * src/procmsg.c
3788                 Changed encryption test to re-ask passphrase
3789                 if an encrypted message hasn't been decrypted
3790                 Fixes bug #5
3791
3792 2003-01-16 [christoph]  0.8.8claws106
3793
3794         * src/prefs_gtk.c
3795         * src/prefs_toolbar.c
3796         * src/gtk/prefswindow.h
3797         * src/plugins/spamassassin/spamassassin_gtk.c
3798                 remove page destroy function that is not used anymore
3799
3800 2003-01-16 [paul]       0.8.8claws105
3801
3802         * sync with 0.8.8cvs9
3803                 see ChangeLog 2002-01-16
3804
3805 2003-01-16 [colin]      0.8.8claws104
3806
3807         * src/compose.[ch]
3808                 Fix bug with autosaved drafts for IMAP, when draft
3809                 folder is specified - fixes bugzilla bug #20
3810
3811 2003-01-15 [paul]       0.8.8claws103
3812
3813         * src/compose.[ch]
3814           src/procmsg.c
3815                 store folder and message-id of message forwarding
3816                 in queue header and set forward flag after sending
3817
3818 2003-01-15 [paul]       0.8.8claws102
3819
3820         * sync with 0.8.8cvs8
3821                 see ChangeLog 2002-01-15
3822
3823 2003-01-15 [colin]      0.8.8claws101
3824
3825         * src/Makefile.am
3826                 Fix linking with GNU libiconv
3827
3828 2003-01-15 [darko]      0.8.8claws100
3829
3830         * src/pine.c
3831                 fix crash when importing pine address book
3832                 entry with an empty name (reported by DY
3833                 <dybulk at tri8.net>)
3834
3835 2003-01-14 [paul]       0.8.8claws99
3836
3837         * configure.in  ** REMOVED **
3838           configure.ac  ** NEW FILE **
3839                 rename configure.in to configure.ac, as it is now
3840                 preferred
3841
3842 2003-01-14 [melvin]     0.8.8claws98
3843
3844         * src/folderview.c
3845                 folderview_check_new(): More precise function description
3846
3847 2003-01-14 [melvin]     0.8.8claws97
3848
3849         * src/folderview.c
3850                 folderview_check_new(): return the number of new messages 
3851                         since last check.
3852         * src/inc.c
3853                 inc_account_mail(): Disable counting of new messages for IMAP
3854                         and NNTP until bug [19] and [14] are fixed.
3855
3856 2003-01-14 [paul]       0.8.8claws96
3857
3858         * sync with 0.8.8cvs6
3859                 see ChangeLog 2003-01-14
3860
3861 2003-01-13 [alfons]     0.8.8claws95
3862
3863         * src/textview.c
3864                 tune email address validation (c. 0.8.8claws89): if . is 
3865                 just one char away from @, the address is invalid too 
3866                 (correctly rejects addresses like foo@.com)
3867
3868 2003-01-13 [paul]       0.8.8claws94
3869
3870         * src/messageview.c
3871           src/toolbar.c
3872                 fixes to the Message View toolbar and menu:
3873                 fix non-functioning Forward button
3874                 make Reply button consider default_reply_list
3875                 remove 'Follow-up...' menu entry
3876                 add 'Forward' and 'Redirect' menu entries
3877
3878 2003-01-13 [melvin]     0.8.8claws93
3879
3880         * src/inc.c
3881                 Fixed typo that could make new messages count incorrect.
3882
3883 2003-01-13 [melvin]     0.8.8claws92
3884
3885         * src/folderview.[ch]
3886                 folderview_check_new(): return the number of new messages.
3887         * src/inc.c
3888                 Should fix bug [14] where new mail notification worked 
3889                         incorrectly with IMAP accounts.
3890                 inc_spool_account(): return number of new msgs, or -1 on error
3891                 inc_all_spool(): return number of new msgs
3892                 
3893 2003-01-13 [melvin]     0.8.8claws91
3894
3895         * src/prefs_actions.c
3896                 Justify help text.
3897
3898 2003-01-12 [thorsten]   0.8.8claws90
3899
3900         * src/common/prefs.c
3901                 close file before rename
3902
3903 2003-01-12 [alfons]     0.8.8claws89
3904
3905         * AUTHORS
3906                 add Christian Mertes
3907         * src/common/utils.[ch]
3908                 g_stricase_hash(), g_stricase_equal(): functions for 
3909                 case insensitive hash tables
3910         * src/textview.c
3911                 use top level domain names to validate email address, based
3912                 on a patch by Christian Mertes (thanks!), but changed 
3913                 implementation to use a hash table 
3914
3915 2003-01-12 [paul]       0.8.8claws88
3916
3917         * po/bg.po
3918                 updated by George Danchev
3919
3920 2003-01-12 [alfons]     0.8.8claws87
3921
3922         * src/summaryview.c
3923                 delete / execute performance: use new style folder update
3924
3925 2003-01-12 [paul]       0.8.8claws86
3926
3927         * sync with 0.8.8cvs5
3928                 see ChangeLog 2003-01-13 (!)
3929
3930 2003-01-12 [alfons]     0.8.8claws85
3931
3932         * src/filtering.c
3933         * src/matcher_parser_parse.y
3934                 prepare change_score filtering action
3935         * src/matcher.[ch]
3936                 give up const-correctness on functions that call non-const-correct functions;
3937                 several casts to gpointer in g_free();
3938                 add change_score;
3939
3940 2003-01-12 [christoph]  0.8.8claws84
3941
3942         * src/compose.c
3943                 fix 2 warnings
3944
3945         * src/gtk/prefswindow.[ch]
3946         * src/plugins/spamassassin/spamassassin_gtk.c
3947                 changed the call of the widget create function
3948                 for PrefsPages, because sometimes the widget
3949                 create function needs a widget that already has
3950                 been attached to a window (to create GDK pixmaps
3951                 for exmaple). So we simply pass the GtkWindow as
3952                 the second parameter now.
3953
3954         * src/main.c
3955         * src/mainwindow.c
3956         * src/prefs_toolbar.[ch]
3957                 rewrite Toolbar Preferences using the new
3958                 prefs window
3959
3960 2003-01-11 [alfons]     0.8.8claws83
3961
3962         * src/addressadd.c
3963                 fix crash when adding sender to addressbook because status bar
3964                 isn't there (the status bar doesn't seem to be used though,
3965                 but I'll let Match decide what to do with it)
3966
3967 2003-01-11 [colin]      0.8.8claws82
3968
3969         * src/main.c
3970           src/toolbar.c
3971                 Two useless changes reversed
3972
3973 2003-01-11 [colin]      0.8.8claws81
3974
3975         * src/mainwindow.c
3976           src/mainwindow.h
3977                 Add mainwindow_get_mainwindow()
3978         * src/alertpanel.c
3979           src/alertpanel.h
3980                 Add alertpanel_error_log() 
3981         * src/compose.c
3982           src/inc.c
3983           src/messageview.c
3984           src/toolbar.c
3985           src/main.c
3986           src/procmsg.c
3987                 Network errors get a View Log button
3988
3989 2003-01-10 [alfons]     0.8.8claws80
3990
3991         * src/prefs_toolbar.c
3992         * src/toolbar.c
3993                 use the translatable string for "Separator" as file name for
3994                 separator toolbar items (probably make this uppercase?)
3995
3996 2003-01-10 [alfons]     0.8.8claws79
3997
3998         * src/prefs_toolbar.c
3999                 put right A_SEPARATOR description string in "displayed
4000                 toolbar items list" so manually added separators are
4001                 saved correctly (bug #10, "Adding a separator to the main 
4002                 toolbar fails, entry in xml file is wrong")
4003
4004 2003-01-10 [christoph]  0.8.8claws78
4005
4006         * src/imap.c
4007                 o fix warnings
4008                 o use CAPABILITY to check if NAMESPACE is available
4009
4010 2003-01-10 [christoph]  0.8.8claws77
4011
4012         * src/imap.[ch]
4013                 apply UIDPLUS IMAP extension support patch
4014
4015         Patch submitted by Simon 'corecode' Schubert
4016
4017 2003-01-10 [paul]       0.8.8claws76
4018
4019         * src/folderview.c
4020                 a sync from main which fixes the news account folders'
4021                 Properties bug
4022
4023 2003-01-10 [christoph]  0.8.8claws75
4024
4025         * src/folder.c
4026                 don't accept 0 as a valid uid returned by copy and move
4027                 functions. 0 means the message was copied or moved but the
4028                 new uid could not be fetched. It is not an error condition
4029                 for the copy or move operation.
4030
4031 2003-01-10 [paul]       0.8.8claws74
4032
4033         * src/prefs_filtering.c
4034                 change English used in Alert when entry is not
4035                 saved.
4036                 
4037         * sync with 0.8.8cvs4
4038                 see ChangeLog 2003-01-10
4039
4040 2003-01-10 [darko]      0.8.8claws73
4041
4042         * src/pine.c
4043                 fix crash when importing address book entry
4044                 without a valid address
4045
4046 2003-01-09 [alfons]     0.8.8claws72
4047
4048         * src/inc.c
4049                 filtering performance: use new style folder update
4050
4051 2003-01-09 [christoph]  0.8.8claws71
4052
4053         * src/compose.c
4054         * src/gtk/menu.[ch]
4055                 fix wrong selecting of mime encoding type, when
4056                 opening property dialog of attachments in the
4057                 compose window. 7bit was always selected and that
4058                 destoryed files with 8bit data.
4059                 (closes bug #9 Sylpheed-claws destroys attachments when
4060                  changing MIME-types)
4061
4062 2003-01-09 [paul]       0.8.8claws70
4063
4064         * sync with 0.8.8cvs3
4065                 see ChangeLog 2003-01-09
4066
4067 2003-01-08 [alfons]     0.8.8claws69
4068         
4069         * src/addressadd.c
4070                 apply patch by Kim Schulz to fix build breakage
4071                 because of missing variable
4072
4073 2003-01-08 [paul]       0.8.8claws68
4074
4075         * sync with 0.8.8cvs2
4076                 see ChangeLog 2002-01-08
4077
4078 2003-01-08 [paul]       0.8.8claws67
4079
4080         * po/it.po
4081                 updated by Alessandro Maestri
4082                 
4083         * src/addressadd.c
4084                 when using 'Add sender to addressbook' allow
4085                 name to be edited and remarks to be entered
4086                 Patch submitted by Luke Plant
4087
4088 2003-01-08 [darko]      0.8.8claws66
4089
4090         * README.claws, src/summaryview.c
4091                 fix description for marked messages
4092
4093 2003-01-08 [paul]
4094
4095         * tools/Makefile.am
4096           tools/launch_phoenix  ** NEW FILE **
4097                 add script that enables using Phoenix as the default
4098                 web browser. 
4099                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4100                 
4101         * tools/OOo2sylpheed.pl
4102                 remove full path to sylpheed executable, just 'sylpheed'
4103                 will do
4104                 
4105         * tools/README
4106                 add launch_phoenix informtion and re-arrange and compress
4107                 the data a little
4108
4109 2003-01-07 [christoph]  0.8.8claws65
4110
4111         * src/folder.c
4112                 fix update for source folder when moving messages
4113         * src/procmsg.[ch]
4114         * src/summaryview.c
4115                 use function to set to_folder for message infos and
4116                 automatically update the op_count for old and new
4117                 folder
4118
4119 2003-01-07 [melvin]     0.8.8claws64
4120
4121         * src/prefs_actions.c
4122                 Fixed bug where an '%p' Action on a displayed image crashed 
4123                         Sylpheed
4124                 Code clean up (get rid of duplicated code and removed unnecessary 
4125                                 structure member)
4126
4127 2003-01-07 [christoph]  0.8.8claws63
4128
4129         * src/compose.c
4130         * src/folder.[ch]
4131         * src/folderview.c
4132         * src/import.c
4133         * src/inc.c
4134         * src/main.c
4135         * src/mainwindow.c
4136         * src/messageview.c
4137         * src/prefs_folder_item.c
4138         * src/procmsg.c
4139         * src/summaryview.c
4140         * src/toolbar.c
4141                 o remove all folder update triggering from the UI code. The folder
4142                   system should know much better when a folder needs an update.
4143                 o to prevent multiple updates in a row the folder updates can be
4144                   frozen for some time.
4145
4146                 Note: - Please verify that no updates are missing
4147                       - Check where freeze/thaws should be added
4148
4149 2003-01-07 [christoph]  0.8.8claws62
4150
4151         * src/prefs_actions.c
4152                 don't translate empty strings
4153
4154         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4155
4156 2003-01-06 [christoph]  0.8.8claws61
4157
4158         * src/prefs_actions.c
4159                 mark strings for gettext
4160         * src/prefs_matcher.c
4161                 use new description window for Execute action and
4162                 match condition in Filtering
4163
4164         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4165
4166 2003-01-06 [alfons]     0.8.8claws60
4167
4168         keep myself inspired to re-organize matcher part 8; 
4169         yes, more to come (I need to move out the descriptive
4170         text for actions to matcher.c, or at least make it not
4171         depend on the wicked ordering)
4172
4173         * src/prefs_matcher.c
4174                 add documentation so others may comprehend the
4175                 UI part of the conditions
4176                 
4177 2003-01-06 [christoph]  0.8.8claws59
4178
4179         * src/prefs_actions.c
4180                 use new description window for syntax help
4181         * src/gtk/description_window.c
4182                 fix display of descriptions with column count != 2
4183
4184         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4185
4186 2003-01-06 [christoph]  0.8.8claws58
4187
4188         * src/quote_fmt.c
4189         * src/summaryview.[ch]
4190         * src/gtk/Makefile.am
4191         * src/gtk/description_window.[ch]       ** NEW **
4192                 use a generic window to display syntax descriptions
4193                 currently used in quote_fmt and summaryview (new description
4194                 for extended quick search)
4195
4196         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4197
4198 2003-01-06 [paul]       0.8.8claws57
4199
4200         * sync with 0.8.8cvs1
4201                 see ChangeLog 2003-01-06
4202
4203 2003-01-06 [christoph]  0.8.8claws56
4204
4205         * src/mainwindow.c
4206         * src/prefs_gtk.[ch]
4207         * src/gtk/prefswindow.[ch]
4208         * src/plugins/spamassassin/spamassassin_gtk.c
4209                 o remove page management from prefswindow, pages
4210                   will be an argument to prefswindow_open
4211                 o prefswindow_open gets a datapointer that is
4212                   passed to the widget_create function to allow
4213                   creation of prefswindow for specific items
4214
4215 2003-01-06 [colin]      0.8.8claws55
4216         
4217         * src/summaryview.c
4218                 We don't want regexp in the reply-finder, 
4219                 because MIDs can contain !,$,. and so on
4220
4221 2003-01-06 [jens]       0.8.8claws54
4222
4223         * src/jpilot.c
4224                 fixed a wrong free in jpilot_read_db_files
4225
4226 2003-01-06 [alfons]     0.8.8claws53
4227
4228         re-organize matcher part 8; more to come
4229        
4230         * src/matcher.c
4231                 matcherprop_to_string(): put g_free()s before the
4232                 switch-case break to fix memleaks                
4233
4234 2003-01-06 [colin]      0.8.8claws52
4235
4236         * src/summaryview.c
4237                 cleanup & reply-finder now displays the first 
4238                 matching message
4239
4240 2003-01-05 [alfons]     0.8.8claws51
4241
4242         re-organize matcher part 7; more to come
4243
4244         * src/matcher.[ch]
4245                 fixes for constant correctness;
4246                 more documentation;
4247
4248 2003-01-05 [alfons]     0.8.8claws50
4249
4250         re-organize matcher part 6; more to come
4251         
4252         * src/matcher.[ch]
4253                 fixes for constant correctness;
4254                 more documentation;
4255         * src/filtering.c
4256                 fix for constant correctness
4257
4258 2003-01-05 [colin]      0.8.8claws49
4259
4260         * src/account.[ch]
4261                 Add account_get_reply_account function
4262         * src/compose.c
4263                 Use account_get_reply_account function 
4264         * src/summaryview.c
4265                 Basic reply-finder - click on the replied
4266                 icon gets you to the outbox using quick-search
4267
4268 2003-01-05 [paul]       0.8.8claws48
4269
4270         * src/prefs_common.c
4271                 small change to English
4272                 
4273         * src/prefs_filtering.c
4274                 prefs_filtering_action_select(): improve logic and uniformity
4275                 of gui
4276
4277 2003-01-05 [alfons]     0.8.8claws47
4278
4279         fine tune solution to focus problems (bug #7)
4280
4281         * src/mainwindow.c
4282                 mainwindow_focus_in_event(): remove grab event check
4283         * src/summaryview.c
4284                 summary_button_pressed(): move selection on right-click
4285                 too. we can't possibly move the selection back after
4286                 canceling a dialog, because gtk's incomplete focus 
4287                 management. whether this is a good solution, only time
4288                 will tell.
4289
4290 2003-01-05 [christoph]  0.8.8claws46
4291
4292         * src/imap.c
4293                 fix crash when no imap connection could be established
4294
4295 2003-01-05 [paul]       0.8.8claws45
4296
4297         * src/mainwindow.c
4298           src/sumamryview.c
4299           src/gtk/menu.[ch]
4300                 fix bug 605957 'shortcuts in popup-menu'
4301                 make user-defined shortcuts work
4302                 show shortcuts that are already defined
4303                 in the main menu
4304                 Patch submitted by Luke Plant
4305
4306 2003-01-05 [alfons]     0.8.8claws44
4307
4308         * src/mainwindow.c
4309                 focus_in_event handler should not select summary view row 
4310                 when another window (menu, dialog) grabbed for events 
4311                 (bug #7, "[0.8.8claws42] Message summary focus") 
4312
4313 2003-01-04 [christoph]  0.8.8claws43
4314
4315         * src/procmsg.c
4316                 update save folder after adding the sent message
4317                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4318
4319 2003-01-02 [christoph]  0.8.8claws42
4320
4321         * src/common/plugin.c
4322                 fix unloading of all plugins and unload
4323                 plugins in reverse order
4324                 
4325         * src/gtk/pluginwindow.c
4326                 implement function of load and unload button
4327
4328         * src/gtk/prefswindow.c
4329         * src/gtk/prefswindow.h
4330                 rename register function and add new unregister
4331                 function
4332
4333         * src/plugins/spamassassin/spamassassin_gtk.c
4334                 unregister prefs page and update for changes in
4335                 src/gtk/prefswindow.c
4336
4337 2003-01-02 [paul]       0.8.8claws41
4338
4339         * po/es.po
4340                 updated by Ricardo Mones Lastra
4341
4342 2003-01-02 [paul]
4343
4344         * tools/tb2sylpheed
4345                 fixes and improvements by Urke MMI
4346
4347 2003-01-02 [thorsten]   0.8.8claws40
4348
4349         * src/procmsg.c
4350                 fixed wrong return value
4351
4352 2003-01-02 [thorsten]   0.8.8claws39
4353
4354         * src/prefs.c
4355                 fixed printing wrong variable
4356
4357 2003-01-02 [thorsten]   0.8.8claws38
4358
4359         * src/prefs.c
4360                 fixed acessing members of freed pfile struct
4361
4362 2003-01-02 [thorsten]   0.8.8claws37
4363
4364         * src/procmsg.c
4365                 detect loops across several messages
4366                 as suggested by Christoph Hohmann
4367
4368 2003-01-01 [match]      0.8.8claws36
4369
4370         * src/addrindex.c
4371                 fixed another memory leak.
4372
4373 2003-01-01 [match]      0.8.8claws35
4374
4375         * src/jpilot.[ch]
4376                 fixed memory leaks. applied Doxygen comments.
4377
4378 2003-01-01 [thorsten]   0.8.8claws34
4379
4380         * src/procmsg.c
4381                 inhibit endless loop if msg references itself
4382                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4383
4384 2003-01-01 [christoph]  0.8.8claws33
4385
4386         * src/mainwindow.c
4387         * src/gtk/Makefile.am
4388         * src/gtk/pluginwindow.c                ** NEW **
4389         * src/gtk/pluginwindow.h                ** NEW **
4390                 add plugin window
4391
4392         * src/plugins/demo/demo.c
4393         * src/plugins/spamassassin/spamassassin.c
4394         * src/plugins/spamassassin/spamassassin_gtk.c
4395                 write better plugin descriptions
4396
4397 2002-12-31 [christoph]  0.8.8claws32
4398
4399         * src/gtk/prefswindow.c
4400         * src/plugins/spamassassin/spamassassin_gtk.c
4401                 some small improvements to GTK code
4402
4403 2002-12-31 [christoph]  0.8.8claws31
4404
4405         * src/plugins/spamassassin/spamassassin_gtk.c
4406                 enable folder select button
4407
4408 2002-12-31 [christoph]  0.8.8claws30
4409
4410         * src/mainwindow.c
4411         * src/gtk/Makefile.am
4412         * src/gtk/prefswindow.c                         ** NEW **
4413         * src/gtk/prefswindow.h                         ** NEW **
4414                 add new prefs window
4415
4416         * src/common/plugin.c
4417                 don't try to load empty config lines
4418         
4419         * src/plugins/spamassassin/Makefile.am
4420         * src/plugins/spamassassin/spamassassin.c
4421         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4422         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4423                 GTK config for SpamAssassin Plugin using
4424                 the new prefs window
4425
4426 2002-12-31 [paul]       0.8.8claws29
4427
4428         * po/POTFILES.in
4429                 remove obsolete entry 'src/menu.c'
4430
4431 2002-12-31 [alfons]     0.8.8claws28
4432
4433         * src/matcher.[ch]
4434         * src/matcher_parser_parse.y
4435         * src/prefs_matcher.c
4436                 add "ignore_thread" and "~ignore_thread" condition so it's
4437                 possible to make the actions / scoring operate on the ignore
4438                 thread flag
4439
4440 2002-12-31 [christoph]  0.8.8claws27
4441
4442         * src/addrbook.c
4443         * src/addrindex.c
4444         * src/folder.c
4445         * src/matcher.c
4446         * src/prefs_account.c
4447         * src/prefs_actions.c
4448         * src/prefs_customheader.c
4449         * src/prefs_display_header.c
4450         * src/prefs_gtk.c
4451         * src/procmime.c
4452         * src/toolbar.c
4453         * src/xmlprops.c
4454         * src/common/prefs.[ch]
4455                 extend prefs file handling for reading and automatic handling
4456                 of blocks. When reading prefs_set_block_label will automatically
4457                 move on to the block. When writing it will copy all other blocks
4458                 automatically
4459
4460         * src/common/plugin.c
4461                 Now loading plugin filenames from [Plugins] block in
4462                 sylpheed rc file
4463
4464 2002-12-30 [christoph]  0.8.8claws26
4465
4466         * src/common/hooks.[ch]
4467                 return abort status to caller of hooks_invoke
4468                 
4469         * src/inc.[ch]
4470                 invoke message filtering hook and stop
4471                 default handling when filter returns abort
4472
4473         * src/common/plugin.[ch]
4474         * src/plugins/demo/demo.c
4475                 modify plugin loader, because resolving symbols for strings
4476                 does not work correctly
4477         
4478         * configure.in
4479         * ac/spamassassin.m4                            ** NEW **
4480         * src/plugins/spamassassin/.cvsignore           ** NEW **
4481         * src/plugins/spamassassin/Makefile.am          ** NEW **
4482         * src/plugins/spamassassin/README               ** NEW **
4483         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4484         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4485         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4486                 add spamassassin plugin, see src/plugins/spamassassin/README
4487                 for details
4488
4489 2002-12-29 [alfons]     0.8.8claws25
4490
4491         * src/mainwindow.c
4492                 when moving focus from a message view to the main 
4493                 window, don't forget to select the summary node
4494                 of the displayed message. should fix "[ 659103 ] 
4495                 focus-follows-mouse confuses sylpheed"
4496
4497 2002-12-29 [christoph]  0.8.8claws24
4498
4499         * src/Makefile.am
4500         * src/stringtable.[ch]          ** REMOVE **
4501         * src/common/Makefile.am
4502         * src/common/stringtable.[ch]   ** NEW **
4503                 move stringtable files to common directory
4504
4505 2002-12-29 [christoph]  0.8.8claws23
4506
4507         * src/Makefile.am
4508         * src/menu.[ch]                 ** REMOVE **
4509         * src/gtk/Makefile.am
4510         * src/gtk/menu.[ch]             ** NEW **
4511                 move menu files to gtk directory
4512
4513 2002-12-29 [match]      0.8.8claws22
4514
4515         * src/addressbook.c
4516         * src/syldap.c
4517                 moved UI specific code out of LDAP code into addressbook
4518                 UI code. fixed memory leak.
4519
4520 2002-12-29 [christoph]  0.8.8claws21
4521
4522         * src/folder.c
4523                 only check for IGNORED parent message when message is
4524                 not IGNORED itself
4525
4526 2002-12-29 [alfons]     0.8.8claws20
4527
4528         * src/summaryview.c
4529                 set gtksctree's anchor correct (immediate execute
4530                 changes the tree's layout, and anchor points at 
4531                 the incorrect row). fixes "[ 657233 ] multiple msg 
4532                 delete sometimes off by 1".
4533                 we probably have to look for more tree layout /
4534                 anchor glitches.
4535
4536 2002-12-29 [paul]       0.8.8claws19
4537
4538         * src/summaryview.c
4539                 fix bug [ 659054 ] incorrect sorting of 'From' column
4540                 when using 'display sender using address book'
4541                 thanks to Alfons and Luke Plant
4542
4543 2002-12-29 [christoph]  0.8.8claws18
4544
4545         * src/folder.c
4546         * src/procmsg.[ch]
4547                 check parent messages for IGNORE THREAD flag, when adding,
4548                 moving or copying messages to a folder
4549
4550 2002-12-27 [alfons]     0.8.8claws17
4551
4552         re-organize matcher part 5; more to come
4553
4554         * src/matcher.c
4555                 hash keywords in matchparser_tab 
4556
4557 2002-12-27 [alfons]     0.8.8claws16
4558
4559         re-organize matcher part 4; more to come
4560
4561         * src/matcher_parser.h
4562         * src/matcher_parser_lex.l
4563         * src/matcher_parser_parse.y
4564                 cleanup
4565
4566 2002-12-27 [alfons]     0.8.8claws15
4567
4568         re-organize matcher part 3; more to come
4569
4570         * src/matcher.[ch]
4571                 cleanup
4572
4573 2002-12-27 [alfons]     0.8.8claws14
4574
4575         re-organize matcher part 2; more to come but this should
4576         work. cc me if there are any regressions.
4577
4578         * src/matcher.h
4579                 add prototype for get_matchparser_tab_id()
4580         * src/matcher_parser_lex.l
4581                 look up keywords using matchparser_tab_id();
4582
4583 2002-12-27 [alfons]     0.8.8claws12
4584
4585         re-organize matcher part 1
4586
4587         * src/matcher.h
4588                 map yacc generated constants to sylpheed matcher constants
4589         * src/matcher.c
4590                 add function to find a matcher constant from a string
4591
4592 2002-12-27 [christoph]  0.8.8claws11
4593
4594         * src/compose.c
4595                 MENUITEM_ADD casts the 4th argument from integer to pointer
4596                 so it probably should not be a pointer, this means we
4597                 should use account id for it and not the account's pointer
4598
4599 2002-12-27 [paul]       0.8.8claws10
4600
4601         * src/mainwindow.c
4602                 remove unneeded 'GtkWidget *vbox'
4603                 
4604         * src/summaryview.c
4605                 further sync with 0.8.8 - make sort
4606                 by recipient work as expected
4607                 
4608         * NEWS
4609                 sync with 0.8.8
4610
4611 2002-12-27 [paul]       0.8.8claws9
4612
4613         * po/pt_BR.po
4614                 updated by Ivan F. Martinez
4615                 
4616 2002-12-27 [darko]      0.8.8claws8
4617
4618         * src/common/utils.c
4619                 added locked pattern to extended search
4620
4621 2002-12-27 [alfons]     0.8.8claws7
4622
4623         * src/prefs_matcher.[ch]
4624                 clean up
4625
4626 2002-12-26 [alfons]     0.8.8claws6
4627
4628         * src/matcher.[ch]
4629         * src/matcher_parser_lex.l
4630         * src/matcher_parser_parse.y
4631         * src/prefs_matcher.c
4632                 allow color label as a condition in the matcher
4633
4634 2002-12-26 [oliver]     0.8.8claws5
4635         
4636         * src/toolbar.c 
4637                 enable Addressbook for Main and Messageview
4638         * src/prefs_actions.c
4639                 enable actions in Messageview
4640
4641 2002-12-26 [christoph]  0.8.8claws4
4642
4643         * src/common/plugin.c
4644                 add a little debug output
4645         * configure.in
4646         * src/plugins/demo/Makefile.am
4647                 better use of automake
4648
4649 2002-12-26 [christoph]  0.8.8claws3
4650
4651         * src/Makefile.am
4652         * src/common/Makefile.am
4653                 fix "make distdir"
4654
4655 2002-12-26 [christoph]  0.8.8claws2
4656
4657         * configure.in
4658                 sort configure checks into common / gtk / plugins
4659         * po/POTFILES.in
4660                 add src/prefs_gtk.c
4661         * src/Makefile.am
4662                 add plugins SUBDIR
4663         * src/main.c
4664         * src/common/sylpheed.[ch]
4665                 added now sylpheed_done function for shutdown
4666         * src/common/Makefile.am
4667         * src/common/plugin.[ch]                ** NEW **
4668                 plugin loader and unloader
4669         * src/plugins/.cvsignore                ** NEW **
4670         * src/plugins/Makefile.am               ** NEW **
4671                 build plugins
4672         * src/plugins/demo/.cvsignore           ** NEW **
4673         * src/plugins/demo/Makefile.am          ** NEW **
4674         * src/plugins/demo/demo.c               ** NEW **
4675                 small demo plugin that installs a logtext hook and
4676                 outputs the log text to stdout
4677
4678 2002-12-26 [paul]       0.8.8claws1
4679
4680         * po/es.po
4681                 updated by Ricardo Mones Lastra
4682
4683 2002-12-26 [paul]       0.8.8claws
4684
4685         * 0.8.8claws released
4686
4687 2002-12-26 [paul]       0.8.7claws12
4688
4689         * po/bg.po
4690                 updated by George Danchev
4691
4692 2002-12-26 [paul]       0.8.7claws11
4693
4694         * po/POTFILES.in
4695                 remove unneeded 'src/prefs.c' entry 
4696
4697 2002-12-26 [paul]       0.8.7claws10
4698
4699         * src/codeconv.c
4700           src/mainwindow.c
4701                 sync with 0.8.8 release
4702         
4703         * src/folder.[ch]
4704           src/mh.c
4705           src/summaryview.c
4706                 partial sync with 0.8.8 release
4707         
4708
4709 2002-12-25 [alfons]     0.8.7claws9
4710
4711         * src/matcher.[ch]
4712         * src/matcher_parser_lex.l
4713         * src/matcher_parser_parse.y
4714         * src/prefs_matcher.c
4715                 add locked flag to possible filtering / matcher 
4716                 conditions (also a good example what should be
4717                 done to add a simple boolean condition)
4718
4719 2002-12-25 [christoph]  0.8.7claws8
4720
4721         * src/Makefile.am
4722         * src/account.[ch]
4723         * src/addrbook.c
4724         * src/addressbook.c
4725         * src/addrindex.c
4726         * src/filtering.c
4727         * src/folder.c
4728         * src/matcher.c
4729         * src/prefs.[ch]                ** REMOVE **
4730         * src/prefs_account.c
4731         * src/prefs_actions.c
4732         * src/prefs_common.c
4733         * src/prefs_customheader.c
4734         * src/prefs_display_header.c
4735         * src/prefs_filtering.c
4736         * src/prefs_folder_item.c
4737         * src/prefs_gtk.[ch]            ** NEW **
4738         * src/prefs_matcher.c
4739         * src/prefs_scoring.c
4740         * src/prefs_summary_column.c
4741         * src/procmime.c
4742         * src/selective_download.c
4743         * src/toolbar.c
4744         * src/common/Makefile.am
4745         * src/common/prefs.[ch]         ** NEW **
4746                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4747
4748 2002-12-24 [alfons]     0.8.7claws7
4749
4750         * src/summaryview.c
4751                 summary_thread_build(): fix real cause of the crash mentioned in
4752                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4753                 this way we get meaningful ctree nodes 
4754
4755 2002-12-24 [oliver]     0.8.7claws6
4756
4757         * src/mainwindow.[ch]
4758         * src/messageview.[ch]
4759         * src/compose.[ch]
4760         * src/inc.c
4761         * src/summaryview.c
4762                 changes to use updated toolbar handling
4763                 
4764 2002-12-24 [oliver]     0.8.7claws5
4765
4766         * src/toolbar.[ch]
4767                 generic toolbar handling
4768                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4769         * src/prefs_toolbar.[ch]
4770                 adjust to handling
4771         
4772 2002-12-24 [oliver]     0.8.7claws4
4773         
4774         * src/stock_pixmap.[ch]
4775                 move SYLPHEED_LOGO to end of list in order 
4776                 to remove it from Custom Toolbar`s Icon View
4777
4778 2002-12-24 [alfons]     0.8.7claws3
4779
4780         * src/summaryview.c
4781                 summary_thread_build(): fix crash because of focus != selection 
4782                 after threading. when deleting the selection, gtk tries but fails 
4783                 to find the correct focusable element. we now force the selection
4784                 to be focused. this should solve the infamous bug reported by 
4785                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4786                 a test case is available. 
4787
4788 2002-12-24 [darko]      0.8.7claws2
4789
4790         * src/summaryview.c
4791                 don't crash when unmarking message with unread children
4792
4793 2002-12-23 [christoph]  0.8.7claws1
4794
4795         * src/Makefile.am
4796         * src/common/Makefile.am
4797                 update Makefiles for moved intl.h, version.h and defs.h
4798         * src/imap.c
4799                 rewrite imap_session_get to avoid duplicate code
4800
4801 2002-12-23 [paul]       0.8.7claws
4802
4803         * Santa-Claws released
4804         
4805         * po/hu.po
4806           po/ru.po
4807                 squeeze in updated Hungarian and Russian translations.
4808                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4809
4810 2002-12-23 [paul]       0.8.6claws129
4811
4812         * po/pl.po
4813                 updated by Witold Wladyslaw Wojciech Wilk
4814
4815 2002-12-23 [paul]       0.8.6claws128
4816
4817         * src/quote_fmt_parse.y
4818                 fix typo and add licence header
4819
4820 2002-12-23 [paul]       0.8.6claws127
4821
4822         * po/en_GB.po
4823                 updated
4824
4825 2002-12-23 [paul]       0.8.6claws126
4826
4827         * po/it.po
4828                 updated translation, submitted by Alessandro Maestri
4829                 
4830 2002-12-23 [paul]       0.8.6claws125
4831
4832         * src/quote_fmt_parse.y
4833                 fix signature-stripping on replies bug. match
4834                 '-- \n' and not '-- '.
4835
4836 2002-12-22 [paul]       0.8.6claws124
4837
4838         * po/bg.po
4839           po/es.po
4840           po/sr.po
4841                 updated translations. submitted by George Danchev,
4842                 Ricardo Mones Lastra, and Urke MMI respectively
4843
4844 2002-12-21 [paul]       0.8.6claws123
4845
4846         * src/addrbook.c
4847                 fix coding style
4848
4849 2002-12-21 [paul]       0.8.6claws122
4850
4851         * src/addrbook.c
4852                 fix bug [643638] where if a person is in one or more
4853                 addressbook groups editing that person's email 
4854                 address results in removal from those groups.
4855                 Patch submitted by Luke Plant.
4856
4857 2002-12-20 [christoph]  0.8.6claws121
4858
4859         * src/common/utils.c
4860         * src/summaryview.c
4861                 reimplement expand_search_string using GString to
4862                 prevent crashs caused by miscalculated string
4863                 lengths reported by Paul
4864
4865 2002-12-20 [christoph]  0.8.6claws120
4866
4867         * src/summaryview.c
4868                 don't use "changed" to check if op_count has to be changed as it
4869                 is also set when the message has unread children
4870                 (closes bug [ 653221 ] crash while deleting duplicates)
4871
4872 2002-12-20 [paul]       0.8.6claws119
4873
4874         * sync with 0.8.6cvs27
4875                 see ChangeLog 2002-12-20
4876
4877 2002-12-20 [paul]       0.8.6claws118
4878
4879         * sync with 0.8.6cvs26
4880                 see ChangeLog 2002-12-19 and 2002-12-20
4881
4882 2002-12-19 [alfons]     0.8.6claws117
4883
4884         * src/textview.c
4885                 fix incorrect parsing of email addresses, submitted by 
4886                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4887                 name display if it contains @".
4888
4889 2002-12-18 [paul]       0.8.6claws116
4890
4891         * sync with 0.8.6cvs23
4892                 see ChangeLog 2002-12-18
4893
4894 2002-12-18 [paul]       0.8.6claws115
4895
4896         * src/Makefile.am
4897         * src/account.c
4898         * src/codeconv.c
4899         * src/gtkutils.[ch]
4900         * src/imap.c
4901                 sync with 0.8.6cvs22.
4902                 see ChangeLog 2002-12-17 and 2002-12-18
4903
4904 2002-12-17 [christoph]  0.8.6claws114
4905
4906         * src/imap.c
4907                 o don't create a session if imap greeting fails
4908                 o don't close socket when authentication fails
4909                   this is done by imap_session_destroy
4910
4911 2002-12-17 [thorsten]   0.8.6claws113
4912
4913         * tools/Makefile.am
4914           tools/README
4915           tools/google_msgid.pl ** NEW FILE **
4916                 Added "search for message-id" script and doc
4917
4918 2002-12-17 [thorsten]   0.8.6claws112
4919
4920         * po/hu.po
4921                 Updated hungarian translation
4922                 (updated by Gal Zoltan)
4923
4924 2002-12-16 [christoph]  0.8.6claws111
4925
4926         * src/addr_compl.c
4927                 remove stupid addressbook dump to debug output
4928         * src/mh.c
4929                 fix memory leak found by Hiro
4930
4931 2002-12-14 [paul]       0.8.6claws110
4932
4933         * src/compose.c
4934                 fix menubar sensitivity on send
4935                 
4936         * src/prefs_filtering.c
4937         * src/prefs_matcher.c
4938         * src/prefs_scoring.c
4939                 Fix english ;)
4940                 
4941         * src/common/quoted-printable.h
4942                 sync: fix typo
4943         
4944 2002-12-13 [christoph]  0.8.6claws109
4945
4946         * src/Makefile.am
4947         * src/manage_window.[ch]        ** REMOVE **
4948         * src/gtk/Makefile.am
4949         * src/gtk/manage_window.[ch]    ** NEW **
4950                 move manage_window files to gtk directory
4951
4952 2002-12-13 [christoph]  0.8.6claws108
4953
4954         * src/Makefile.am
4955         * src/gtkshruler.[ch]           ** REMOVE **
4956         * src/gtk/Makefile.am
4957         * src/gtk/gtkshruler.[ch]       ** NEW **
4958                 move gtkshruler files to gtk directory
4959
4960 2002-12-13 [christoph]  0.8.6claws107
4961
4962         * src/Makefile.am
4963         * src/compose.c
4964         * src/gtkstext.[ch]             ** REMOVE **
4965         * src/gtkutils.[ch]
4966         * src/textview.c
4967         * src/gtk/gtkstext.[ch]         ** NEW **
4968         * src/gtk/Makefile.am
4969                 o move stext functions to gtkstext.c to remove
4970                   dependency of gtkutils
4971                 o move gtkstext files to gtk directory
4972
4973         * src/gtk/Makefile.am
4974         * src/gtk/sslcertwindow.[ch]
4975                 UI stuff can always depend on common code so
4976                 it's ok to add ../common to include path
4977
4978 2002-12-13 [colin]      0.8.6claws106
4979
4980         * src/summaryview.c
4981                 Disconnect sighandlers for mainwindow when
4982                 quicksearch has the focus
4983                 Fix bug #653231
4984         * src/mainwindow.[ch]
4985                 Make key_pressed callback public, to be able
4986                 to disconnect it
4987
4988 2002-12-13 [christoph]  0.8.6claws105
4989
4990         * src/mh.c
4991                 create .mh_sequences file in new MH folders
4992                 (closes feature request [ 523162 ] MH folders should
4993                  get a .mh_sequences)
4994
4995 2002-12-13 [colin]      0.8.6claws104
4996
4997         * src/summaryview.c
4998                 Better handling of quicksearch show/hide
4999                 (basically the button stays under the mouse 
5000                  when toggled)
5001
5002 2002-12-13 [paul]       0.8.6claws103
5003
5004         * sync with 0.8.6cvs17
5005                 see ChangeLog 2002-12-13
5006
5007 2002-12-13 [paul]       0.8.6claws102
5008
5009         * po/es.po
5010                 updated by Ricardo Mones Lastra
5011
5012 2002-12-11 [colin]       0.8.6claws101
5013
5014         * src/folder.c
5015                 remove statusbar stuff
5016           src/folderview.c
5017                 set statusbar verbosity when moving folders
5018
5019 2002-12-11 [colin]       0.8.6claws100
5020         * src/prefs_filtering.c
5021         * src/prefs_matcher.c
5022         * src/prefs_scoring.c
5023                 Fix english ;)
5024
5025 2002-12-11 [colin]       0.8.6claws99
5026
5027         * src/prefs_common.[ch]
5028                 Add summary_quicksearch_type
5029         * src/summaryview.c
5030                 Save last used quicksearch type
5031
5032 2002-12-11 [jens]       0.8.6claws98
5033         * src/prefs_filtering.c
5034         * src/prefs_matcher.c
5035         * src/prefs_scoring.c
5036                 added dialog for incomplete rules in scoring, filtering and
5037                 matcher to ask wheather really close
5038
5039 2002-12-11 [colin]      0.8.6claws97
5040
5041         * src/folder.c
5042                 Fix folder dnd statusbar logging
5043
5044 2002-12-10 [christoph]  0.8.6claws96
5045
5046         * src/compose.c
5047         * src/folder.c
5048         * src/imap.c
5049         * src/inc.c
5050         * src/main.c
5051         * src/mainwindow.c
5052         * src/news.c
5053         * src/send.c
5054         * src/statusbar.[ch]
5055         * src/common/hooks.c
5056         * src/common/log.[ch]
5057                 o handle verbose logging in statusbar directly in statusbar code
5058                   and common code does not need any knowledge about a statusbar
5059                 o remove direct calls to statusbar_(puts|pop)_all functions
5060
5061 2002-12-10 [jens]       0.8.6claws95
5062
5063         * src/*.c
5064                 removed gettext from g_warnings
5065         * po/POTFILES.in
5066                 cleaned and updated
5067         * po/de.po
5068                 updated
5069
5070 2002-12-10 [colin]      0.8.6claws94
5071
5072         * src/main.c
5073                 finish crash dialog fix
5074
5075 2002-12-10 [colin]      0.8.6claws93
5076
5077         * src/main.c
5078                 "Fix" "sylpheed already running" instead of
5079                 crash dialog appearing after a crash
5080
5081 2002-12-10 [colin]      0.8.6claws92
5082
5083         * po/POTFILES.in
5084                 add src/gtk/sslcertwindow.c
5085
5086 2002-12-10 [paul]       0.8.6claws91
5087
5088         * po/POTFILES.in
5089                 updated to reflect recent changes
5090                 submitted by Alessandro Maestri
5091
5092 2002-12-09 [christoph]  0.8.6claws90
5093
5094         * src/Makefile.am
5095         * src/smtp.[ch]                 ** REMOVE **
5096         * src/common/Makefile.am
5097         * src/common/smtp.[ch]          ** NEW **
5098                 move smtp files to common directory
5099
5100 2002-12-09 [christoph]  0.8.6claws89
5101
5102         * src/Makefile.am
5103         * src/session.[ch]              ** REMOVE **
5104         * src/common/Makefile.am
5105         * src/common/session.[ch]       ** NEW **
5106                 move session files to common directory
5107
5108 2002-12-09 [paul]       0.8.6claws88
5109
5110         * src/account.c
5111                 fix bug [649746] edit accounts: move account reverted
5112                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5113
5114 2002-12-09 [colin]      0.8.6claws87
5115
5116         * src/ssl_certificate.c
5117                 cleanup
5118
5119 2002-12-09 [colin]      0.8.6claws86
5120
5121         * src/ssl.c
5122                 Try to open the cert.pem database and 
5123                 issue a warning if it isn't there
5124
5125 2002-12-09 [colin]      0.8.6claws85
5126
5127         * src/common/ssl_certificate.c
5128         * src/gtk/sslcertwindow.c
5129                 Warning fixes
5130
5131 2002-12-09 [colin]      0.8.6claws84
5132
5133         * src/ssl_certificate.[ch] ** REMOVED **
5134         * src/common/ssl_certificate.[ch] ** NEW **
5135         * src/Makefile.am
5136         * src/common/Makefile.am
5137                 Moved ssl_certificate.[ch] to common
5138         * src/common/ssl.c 
5139                 Put back needed include
5140         * src/gtk/sslcertwindow.[ch]
5141                 Changed ssl_certificate.h include
5142         
5143 2002-12-09 [colin]      0.8.6claws83
5144
5145         * src/gtk/sslcertwindow.[ch]
5146                 Implement hook for certificate acception
5147         * src/ssl_certificate.[ch]
5148                 Implement hook for certificate acception
5149         * src/common/ssl.c
5150                 Reenable certificate acception check
5151         * src/mainwindow.c
5152                 Register sslcertwindow's hook
5153         
5154 2002-12-08 [christoph]  0.8.6claws82
5155
5156         * src/about.c
5157         * src/addr_compl.c
5158         * src/codeconv.c
5159         * src/manual.c
5160         * src/undo.c
5161         * src/common/utils.c
5162                 o add missing includes
5163                 o fix warnings
5164         * src/.cvsignore
5165         * src/common/.cvsignore
5166         * src/common/version.h          ** REMOVE **
5167                 remove autogenerated file
5168
5169 2002-12-08 [paul]       0.8.6claws81
5170
5171         * src/stringtable.c
5172                 put back needed include
5173
5174 2002-12-08 [colin]      0.8.6claws80
5175         
5176         * src/gtk/sslcertwindow.c
5177                 Cleaner popups when asking
5178         * src/ssl_certificate.c
5179         * src/prefs_common.[ch]
5180                 remove ssl certificate pref
5181                 put back needed include
5182         * src/undo.c
5183                 put back needed include
5184
5185 2002-12-08 [christoph]  0.8.6claws79
5186
5187         * src/folderview.c
5188         * src/logwindow.c
5189         * src/statusbar.c
5190         * src/summaryview.c
5191                 only abort hook invokation if required data is missing not
5192                 if our own data pointer is NULL, update hookfunction for
5193                 log window
5194
5195 2002-12-08 [paul]       0.8.6claws78
5196
5197         * src/about.c
5198         * src/addrcache.c
5199         * src/addrclip.c
5200         * src/addr_compl.c
5201         * src/addrselect.c
5202         * src/codeconv.c
5203         * src/colorlabel.c
5204         * src/enriched.c
5205         * src/esmtp.c
5206         * src/exporthtml.c
5207         * src/headerview.c
5208         * src/imageview.c
5209         * src/manual.c
5210         * src/noticeview.c
5211         * src/pgptext.c
5212         * src/scoring.c
5213         * src/sourcewindow.c
5214         * src/stringtable.c
5215         * src/undo.c
5216                 clean up: remove unneccesary includes
5217
5218 2002-12-08 [christoph]  0.8.6claws77
5219
5220         * src/folderview.c
5221         * src/statusbar.c
5222         * src/summaryview.c
5223         * src/common/hooks.[ch]
5224                 hook functions now have a gboolean return value, if a hook
5225                 returns TRUE it will stop executing of any more hooks in
5226                 the same hooklist for this invokation
5227
5228 2002-12-08 [colin]      0.8.6claws76
5229         
5230         * src/main.c
5231                 put back argv0 for CRASH_DIALOG
5232
5233 2002-12-08 [christoph]  0.8.6claws75
5234
5235         * src/Makefile.am
5236         * src/about.c
5237         * src/account.c
5238         * src/crash.c
5239         * src/esmtp.h
5240         * src/imap.[ch]
5241         * src/inc.c
5242         * src/main.c
5243         * src/mainwindow.c
5244         * src/news.c
5245         * src/pop.[ch]
5246         * src/prefs_account.[ch]
5247         * src/prefs_common.[ch]
5248         * src/send.[ch]
5249         * src/smtp.[ch]
5250         * src/ssl_certificate.[ch]
5251         * src/ssl_manager.[ch]
5252         * src/common/Makefile.am
5253         * src/common/log.c
5254         * src/common/nntp.[ch]
5255         * src/common/socket.[ch]
5256         * src/common/ssl.[ch]
5257         * src/gtk/sslcertwindow.[ch]
5258         * ac/openssl.m4
5259                 use new autoconf script to detect OpenSSL with extra parameters
5260                 to specify the location of libs and includes, also remove USE_SSL
5261                 to USE_OPENSSL
5262
5263         * src/common/sylpheed.[ch]
5264         * src/common/version.h.in
5265                 start seperation of common code initialization seperated from gui
5266
5267         * src/summaryview.c
5268                 The function that is called when a color label changes
5269                 should not change the color lable again
5270
5271 2002-12-08 [colin]      0.8.6claws74
5272
5273         * src/gtk/sslcertwindow.c
5274                 warning fixes
5275
5276 2002-12-08 [colin]      0.8.6claws73
5277
5278         * src/statusbar.c
5279           src/common/log.h
5280                 Register a hook for statusbar_puts_all
5281         * src/common/log.c
5282                 invoke statusbar_puts_all's hook
5283         
5284 2002-12-08 [colin]      0.8.6claws72
5285
5286         * src/ssl_certificate.c
5287                 Put back a badly-removed include
5288
5289 2002-12-08 [colin]      0.8.6claws71
5290
5291         * src/gtk/sslcertwindow.[ch]    ** NEW **
5292                 new certificate presentation
5293         * src/gtk/Makefile.am
5294                 add new files
5295         * src/ssl_certificate.[ch]
5296                 gtk cleanup, made utility functions public
5297         * src/ssl_manager.c
5298                 use new cert presentation
5299
5300 2002-12-07 [christoph]  0.8.6claws70
5301
5302         * src/Makefile.am
5303         * src/nntp.[ch]                 ** REMOVE **
5304         * src/common/Makefile.am
5305         * src/common/nntp.[ch]          ** NEW **
5306                 move nntp files to common directory
5307
5308 2002-12-07 [christoph]  0.8.6claws69
5309
5310         * src/procmsg.[ch]
5311         * src/summaryview.c
5312                 implement msginfo update callback using sylpheed's new
5313                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5314
5315 2002-12-06 [christoph]  0.8.6claws68
5316
5317         * src/editgroup.c
5318                 This patch changes the 'Edit Group Details' dialog to
5319                 allow extended selections in either pane, so that
5320                 addresses can be added or removed from a group more
5321                 quickly and easily. (it actually is a net decrease in
5322                 file size, as some unnecessary functions have been
5323                 removed). 
5324                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5325
5326 2002-12-06 [christoph]  0.8.6claws67
5327
5328         * src/Makefile.am
5329         * src/template.[ch]             ** REMOVE **
5330         * src/common/Makefile.am
5331         * src/common/template.[ch]      ** NEW **
5332                 move template files to common directory
5333
5334         * src/nntp.c
5335                 add missing log.h include
5336
5337 2002-12-06 [melvin]     0.8.6claws66
5338
5339         * src/prefs_actions.c
5340                 Added the trailing ">" syntax to insert command's output
5341                 without replacing old text (in contrast to trailing "|").
5342
5343 2002-12-05 [colin]      0.8.6claws65
5344         
5345         * src/common/utils.c
5346                 Don't modify original search_string or it'll change
5347                 the next iterations in the for()
5348
5349 2002-12-05 [darko]      0.8.6claws64
5350
5351         * src/common/utils.c
5352                 proper check for filtering commands, found by Colin
5353
5354 2002-12-05 [darko]      0.8.6claws63
5355
5356         * src/common/utils.c
5357                 check proper string for NULL pointer, found by Colin
5358
5359 2002-12-05 [darko]      0.8.6claws62
5360
5361         * src/common/utils.[ch]
5362                 expand_search_string(): new function
5363                 converts Mutt-like patterns to Sylpheed's
5364                 filtering engine
5365         * src/summaryview.c
5366                 use expand_search_string() to allow Mutt-like
5367                 patterns in extended search
5368         * README.claws
5369                 document extended option in quick search
5370
5371 2002-12-05 [paul]       0.8.6claws61
5372
5373         * sync with 0.8.6cvs16
5374                 see ChangeLog 2002-12-05
5375                 
5376         * po/POTFILES.in
5377                 clean up
5378
5379 2002-12-04 [christoph]  0.8.6claws60
5380
5381         * src/imap.[ch]
5382                 put imap authentication code into a new function and
5383                 remove it from imap_session_new that will allow to
5384                 send other commands before authentication
5385
5386 2002-12-04 [christoph]  0.8.6claws59
5387
5388         * src/imap.[ch]
5389                 use already existing method to prevent unneeded IMAP
5390                 folder selects. Set imap_select parameters to NULL
5391                 in some functions if the values are not required.
5392
5393         * src/xml.h
5394                 remove no longer required include
5395
5396 2002-12-04 [paul]       0.8.6claws58
5397
5398         * po/es.po
5399                 updated by Ricardo Mones Lastra
5400                 
5401         * configure.in
5402           po/hu.po      ** NEW FILE **
5403                 initial Hungarian translation, submitted
5404                 by Gál Zoltán <galzoli@hu.inter.net>
5405
5406 2002-12-03 [christoph]  0.8.6claws57
5407
5408         * src/Makefile.am
5409         * src/gtksctree.[ch]            ** REMOVE **
5410         * src/gtk/Makefile.am
5411         * src/gtk/gtksctree.[ch]        ** NEW **
5412                 move gtksctree files to gtk directory
5413
5414 2002-12-03 [christoph]  0.8.6claws56
5415
5416         * src/Makefile.am
5417         * src/md5.[ch]                  ** REMOVE **
5418         * srm/common/Makefile.am
5419         * src/common/md5.[ch]           ** NEW **
5420                 move md5 files to common directory
5421
5422         * src/gtkstext.c
5423                 remove not required #include
5424
5425 2002-12-03 [sergey]     0.8.6claws55
5426
5427         * src/gtkutils.c
5428         * src/gtkutils.h
5429                 gtkut_window_popup(): new function.
5430         * src/mainwindow.c
5431                 main_window_popup(): use gtkut_window_popup() to raise
5432                 window without changing its position.
5433                 (see sylpheed-main ML message [sylpheed:17247])
5434
5435 2002-12-03 [sergey]     0.8.6claws54
5436
5437         * src/send.c
5438                 send_message_local(): removed first-dot escaping
5439                 (SMTP-only, not needed for sending through pipe)
5440
5441 2002-12-03 [paul]       0.8.6claws53
5442
5443         * po/POTFILES.in
5444                 update to reflect recent changes (thanks
5445                 to Ricardo Mones Lastra)
5446                 
5447         * tools/filter_conv.pl
5448                  fix problem with quoted strings. Patch submitted
5449                  by Luke Plant <lukeplant@softhome.net>
5450
5451 2002-12-03 [paul]       0.8.6claws52
5452
5453         * sync with 0.8.6cvs15
5454                 see ChangeLog 2002-12-03
5455
5456 2002-12-02 [christoph]  0.8.6claws51
5457
5458         * src/logwindow.[ch]
5459         * src/common/log.[ch]
5460                 implement logging using a hook function
5461
5462         * src/folderview.c
5463         * src/folder.[ch]
5464                 define hooklist name in header file to avoid
5465                 errors caused by wrong spelling of hooklist names
5466
5467         * src/toolbar.c
5468                 fix warnings
5469
5470 2002-12-02 [christoph]  0.8.6claws50
5471
5472         * src/common/Makefile.am
5473                 add src/common/hooks.[ch]
5474
5475         * src/common/hooks.[ch]
5476                 implement a simple hook system using glib's hook functions
5477
5478         * src/folder.[ch]
5479         * src/folderview.c
5480                 use new hook system for folder item updates
5481
5482 2002-12-02 [christoph]  0.8.6claws49
5483
5484         * doc-src/ui_seperation.txt     ** NEW **
5485                 information for ui seperation
5486
5487         * src/Makefile.am
5488                 remove files that were moved to common
5489                 include common directory by default for the header files
5490
5491         * src/inc.c
5492         * src/common/socket.c
5493         * src/automaton.[ch]
5494                 implement automaton using g_io_*-functions instead of
5495                 gdk_input_add to make it ui independent
5496
5497         * src/codeconv.c
5498         * src/compose.c
5499         * src/ldif.c
5500         * src/pgptext.c
5501         * src/procmime.c
5502         * src/rfc2015.c
5503         * src/smtp.c
5504         * src/unmime.c
5505                 remove common/ prefix because directory is now in
5506                 include path
5507
5508         * src/compose.c
5509         * src/folder.c
5510         * src/folderview.c
5511         * src/mainwindow.c
5512         * src/messageview.c
5513         * src/prefs_common.c
5514         * src/procmsg.c
5515         * src/rfc2015.c
5516                 fix warnings
5517
5518         * src/imap.c
5519         * src/inc.c
5520         * src/news.c
5521         * src/pop.c
5522         * src/send.c
5523         * src/smtp.c
5524         * src/ssl_certificate.c
5525                 add log.h header file for logging functions
5526
5527         * src/main.c
5528         * src/common/utils.c
5529         * src/summaryview.c
5530         * src/xml.c
5531                 o move debug_mode to common/utils.c
5532                 o add functions to set and get debug_mode
5533
5534         * src/defs.h                    ** REMOVE **
5535         * src/intl.h                    ** REMOVE **
5536         * src/socket.[ch]               ** REMOVE **
5537         * src/ssl.[ch]                  ** REMOVE **
5538         * src/utils.[ch]                ** REMOVE **
5539                 replaced by new files in src/common/
5540         
5541         * src/common/Makefile.am
5542                 add new files in src/common/
5543
5544         * src/common/defs.h             ** NEW **
5545         * src/common/intl.h             ** NEW **
5546         * src/common/log.[ch]           ** NEW **
5547         * src/common/socket.[ch]        ** NEW **
5548         * src/common/ssl.[ch]           ** NEW **
5549         * src/common/utils.[ch]         ** NEW **
5550                 replacement for files in src/
5551
5552 2002-12-02 [colin]      0.8.6claws48
5553
5554         * src/folderview.c
5555                 Scroll folderview if necessary during dnd
5556
5557 2002-12-02 [colin]      0.8.6claws47
5558
5559         * src/folder.[ch]
5560                 Add check to verify a move is within a single mailbox
5561         * src/folderview.c
5562                 Add specific error string for this check
5563
5564 2002-12-02 [colin]      0.8.6claws46
5565
5566         * src/folder.c
5567                 Add a test to folder moving, remove a statusbar_print
5568         * src/folderview.c
5569                 Add Move folder... context-menu item
5570                 Factorize folder moving code
5571                 Enable folder DND for mbox
5572
5573 2002-12-01 [christoph]  0.8.6claws45
5574
5575         * ac/aspell.m4
5576                 remove conf.aspelltest if the version check fails
5577
5578 2002-11-30 [christoph]  0.8.6claws44
5579
5580         * autogen.sh
5581                 run libtoolize --force in autogen to create missing
5582                 libtool scripts
5583
5584 2002-11-30 [christoph]  0.8.6claws43
5585
5586         * src/Makefile.am
5587         * src/pgptext.c
5588         * src/procmime.c
5589         * src/rfc2015.c
5590         * src/uuencode.[ch]             ** REMOVED **
5591         * src/common/Makefile.am
5592         * src/common/uuencode.[ch]      ** NEW **
5593                 move uuen/decoder to common directory
5594
5595 2002-11-30 [christoph]  0.8.6claws42
5596
5597         * src/Makefile.am
5598         * src/base64.[ch]               ** REMOVED **
5599         * src/codeconv.c
5600         * src/compose.c
5601         * src/ldif.c
5602         * src/pgptext.c
5603         * src/procmime.c
5604         * src/rfc2015.c
5605         * src/smtp.c
5606         * src/unmime.c
5607         * src/common/Makefile.am
5608         * src/common/base64.[ch]        ** NEW **
5609                 move base64 en/decoder to common directory
5610
5611 2002-11-30 [christoph]  0.8.6claws41
5612
5613         * src/common                    ** NEW **
5614                 new directory for UI independent code
5615         * src/gtk                       ** NEW **
5616                 new directory for GTK frontend
5617         * src/common/.cvsignore         ** NEW **
5618         * src/gtk/.cvsignore            ** NEW **
5619                 ignore build files
5620         * src/common/Makefile.am        ** NEW **
5621         * src/gtk/Makefile.am           ** NEW **
5622                 automake files to build new seperated stuff
5623         * src/Makefile.am
5624                 the binary will currently still be build with the
5625                 files in src, so we include the code from the
5626                 subdirs for now after building the libs there
5627
5628 2002-11-30 [paul]       0.8.6claws40
5629
5630         * src/compose.c
5631                 fix bug [642731] 'Wrong selected account with drafted mail'
5632
5633 2002-11-29 [oliver]     0.8.6claws39
5634         
5635         * src/messageview.c
5636                 o update summaryview when switching between different
5637                   messageviews          
5638         * src/toolbar.c  
5639                 o check if messageview holds already removed msg
5640                   from summaryview
5641                 
5642
5643 2002-11-29 [oliver]     0.8.6claws38
5644
5645         * src/toolbar.c 
5646                 remove not needed variables and includes
5647                 make messageview stay opened and move to next when msgs are deleted 
5648
5649 2002-11-29 [oliver]     0.8.6claws37
5650         
5651         * src/toolbar.c 
5652                 disable compose button (messageview toolbar) by default
5653                 deleted msgs are moved to trash
5654         
5655 2002-11-29 [melvin]     0.8.6claws36
5656
5657         * configure.in
5658                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5659                 and to detect signatures expirations (gpgme 0.3.6)
5660
5661         * src/main.c
5662                 Use non obsolescent function for Gpgme engine checking.
5663
5664         * src/rfc2015.c
5665                 Inform about expired signatures or signatures which key
5666                 has expired. Expiration date is displayed.
5667
5668         * src/sigstatus.c
5669                 Inform about expired signatures or signatures which key
5670                 has expired.
5671
5672 2002-11-28 [paul]       0.8.6claws35
5673
5674         * src/folderview.c
5675                 re-instate 'Check for new messages' in Newsgroup
5676                 folders right-click menu, after a suggestion from
5677                 Tim Mann <timmann@users.sourceforge.net>
5678
5679         * src/main.c
5680                 after a crash check only local folders for new
5681                 messages
5682
5683 2002-11-28 [paul]       0.8.6claws34
5684
5685         * configure.in
5686                 apply patch that fixes the checking of GTK with XIM 
5687                 support on different OSs, such as FreeBSD. Patch 
5688                 submitted by Topia <topia@users.sourceforge.net>
5689                 
5690 2002-11-28 [paul]       0.8.6claws33
5691
5692         * src/mainwindow.c
5693           src/prefs_common.c
5694           src/prefs_toolbar.c
5695                 more changes to the English
5696
5697 2002-11-28 [paul]       0.8.6claws32
5698
5699         * sync with 0.8.6cvs13
5700                 see ChangeLog 2002-11-28 (no sync needed
5701                 for src/compose.c)
5702
5703 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5704         
5705         * src/mainwindow.[ch]
5706                 add patch by Ivan F. Martinez introducing messageview Toolbar
5707                 some changes and committed by oliver    
5708
5709 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5710
5711         * src/messageview.[ch]
5712                 add patch by Ivan F. Martinez introducing messageview Toolbar
5713                 some changes and committed by oliver    
5714
5715 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5716
5717         * src/compose.[ch]
5718                 add patch by Ivan F. Martinez introducing messageview Toolbar
5719                 some changes and committed by oliver    
5720
5721 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5722         
5723         * src/toolbar.[ch]
5724                 add patch by Ivan F. Martinez introducing messageview Toolbar
5725                 some changes and committed by oliver
5726
5727 2002-11-28 [oliver]     0.8.6claws27
5728         
5729         * src/prefs_toolbar.[ch]
5730                 getting ready for messageview toolbar
5731                 free mem allocated by gettext
5732                 change prefs_toolbar to prefs_toolbar_open
5733  
5734 2002-11-28 [thorsten]   0.8.6claws26
5735
5736         * src/imageview.[ch]
5737                 cleaned up conflicting declarations of
5738                 imageview_show_image()
5739
5740 2002-11-28 [paul]       0.8.6claws25
5741
5742         * src/grouplistdialog.c
5743           src/prefs_common.c
5744           src/prefs_summary_column.c
5745                 a few more improvements to the English
5746
5747 2002-11-28 [colin]      0.8.6claws24
5748
5749         * man/sylpheed.1
5750                 A few updates to command-line parameters
5751
5752 2002-11-28 [colin]      0.8.6claws23
5753
5754         * src/prefs_filtering.c
5755                 Fix problems with prefs_filtering_delete_path:
5756                 a) if the first rule is removed, original pointers
5757                    weren't updated (leading to segfaults)
5758                 b) it was always global_processing updated in case
5759                    of removed path was parent of rule path
5760
5761 2002-11-27 [paul]       0.8.6claws22
5762
5763         * src/mainwindow.c
5764           src/prefs_account.c
5765           src/prefs_actions.c
5766           src/prefs_common.c
5767           src/prefs_customheader.c
5768           src/prefs_display_header.c
5769           src/prefs_filtering.c
5770           src/prefs_folder_item.c
5771           src/prefs_matcher.c
5772           src/prefs_scoring.c
5773           src/prefs_summary_column.c
5774           src/prefs_template.c
5775           src/prefs_toolbar.c
5776                  improve the English in the GUI
5777
5778 2002-11-27 [colin]      0.8.6claws21
5779
5780         * src/folder.c
5781                 Fix processing renaming problems happening after
5782                 last commit
5783
5784 2002-11-27 [colin]      0.8.6claws20
5785
5786         * src/folder.c
5787                 recursive move now deletes src each subfolder after 
5788                 having moved it
5789         * src/folderview.c
5790                 Use identifier instead of path during dnd (enables
5791                 IMAP folder dnd)
5792
5793 2002-11-27 [paul]       0.8.6claws19
5794
5795         * src/main.c
5796                 apply patch that does command-line processing 
5797                 BEFORE gtk_init, allowing claws to run from 
5798                 shell-scripts in non-X environment (e.g. crontab 
5799                 or ip-up, ip-down scripts). Patch submitted by
5800                 Ruslan N. Balkin <baron@dartel.ru>
5801                 
5802         * po/it.po
5803                 updated by Alessandro Maestri
5804
5805 2002-11-27 [paul]       0.8.6claws18
5806
5807         * sync with 0.8.6cvs12
5808           src/prefs_common.c
5809                 Differences are that main uses a 'Receive dialog'
5810                 frame on the Interface tab, whereas claws groups all 
5811                 the dialogs together in a 'Dialogs' frame.
5812
5813 2002-11-27 [colin]      0.8.6claws17
5814
5815         * src/prefs_matcher.c
5816                 Fix Execute criteria's NOT flag
5817
5818
5819 2002-11-26 [christoph]  0.8.6claws16
5820
5821         * src/ssl.c
5822                 rewrite the ssl code a little bit, only use one
5823                 SSL context, set default certificates' file/path
5824
5825 2002-11-26 [thorsten]   0.8.6claws15
5826
5827         * src/compose.c
5828                 default-reply-to didn't work for ml-reply
5829
5830 2002-11-26 [melvin]     0.8.6claws14
5831
5832         * src/prefs_actions.c
5833                 Made pipe-actions ignore short headers in message view
5834                 Made trailing-pipe-actions write in the message view with
5835                 the same font as the original message
5836
5837 2002-11-26 [paul]       0.8.6claws13
5838
5839         * src/compose.c
5840                 this time commit the correct file
5841
5842 2002-11-26 [paul]       0.8.6claws12
5843
5844         * sync with 0.8.6cvs11
5845           src/quote_fmt_parse.y  
5846                 no sync needed
5847           src/account.[ch]       
5848                 not sync'ed
5849           src/compose.c
5850                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5851                 on draft mode.
5852                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5853                 header
5854                 
5855         see ChangeLog 2002-11-25 and 2002-11-26
5856
5857 2002-11-26 [colin]      0.8.6claws11
5858
5859         * src/folderview.c
5860                 Fix collapsed folder not auto-expanding during
5861                 mail dnd, if it was the source folder.
5862
5863 2002-11-25 [colin]      0.8.6claws10
5864
5865         * src/folderview.[ch]
5866                 Variable renaming and cleaning (slist of nodes 
5867                 to be re-collapsed is stored in FolderView)
5868
5869 2002-11-25 [paul]       0.8.6claws9
5870
5871         * src/prefs_common.[ch]
5872                 fix breakage caused by last commit
5873
5874 2002-11-25 [paul]       0.8.6claws8
5875
5876         * sync with 0.8.6cvs4
5877                 see ChangeLog 2002-11-21
5878
5879 2002-11-25 [paul]       0.8.6claws7
5880
5881         * sync with 0.8.6cvs4
5882                 see ChangeLog 2002-11-20
5883
5884 2002-11-25 [paul]       0.8.6claws6
5885
5886         * sync with 0.8.6cvs3
5887                 see ChangeLog 2002-11-18
5888
5889 2002-11-25 [colin]      0.8.6claws5
5890
5891         * src/gtkutils.[ch]
5892                 Add gtkut_ctree_node_is_parent()
5893         * src/folderview.c
5894                 Spring-loaded folders
5895
5896 2002-11-25 [colin]      0.8.6claws4
5897
5898         * src/utils.[ch]
5899                 Add slist_concat_unique(), function to merge
5900                 two GSList filtering dups
5901         * src/folder.[ch]
5902         * src/summaryview.[ch]
5903         * src/folderview.c
5904         * src/main.c
5905                 Add detection/update/display of unread answers
5906                 to marked mails
5907         * src/procmsg.[ch]
5908                 Add procmsg_find_children()
5909                 Add procmsg_msg_has_marked_parent()
5910
5911 2002-11-25 [colin]      0.8.6claws3
5912
5913         * src/ssl_certificate.[ch]
5914                 Allow checking a certificate without a DNS
5915                 lookup
5916                 Allow to forget a cert (by deleting it)
5917                 Make ssl_certificate_destroy_public
5918         * src/ssl_manager.[ch] ** NEW FILES **
5919                 Gui to manage (display/remove) certificates
5920         * src/prefs_common.[ch]
5921                 Add a pref to allow silent acceptation of
5922                 trusted certificates or not (based on the
5923                 "I want to know what's going on" principle)
5924         * src/mainwindow.c
5925                 Add SSL manager in Tools menu
5926         * src/Makefile.am
5927                 Add the new files to the build
5928         * po/POTFILES.in
5929                 Add ssl_manager.c to translations
5930
5931 2002-11-25 [colin]      0.8.6claws2
5932
5933         * src/summaryview.[ch]
5934                 Add S_SEARCH_EXTENDED to the quick search, which 
5935                 allows to search using filtering syntax.
5936
5937 2002-11-25 [colin]      0.8.6claws1
5938
5939         * src/summaryview.c
5940                 Deletion of duplicates now prefer deleting
5941                 the unread dup (fixes feature-request 638989).
5942
5943 2002-11-24 [paul]       0.8.6claws
5944
5945         * po/es.po
5946           po/pl.po
5947           po/ru.po
5948           po/sr.po
5949                 updated by Ricardo Mones Lastra,
5950                 Witold Wladyslaw Wojciech Wilk,
5951                 Ruslan N. Balkin, and  Urke MMI 
5952                 respectively
5953
5954 2002-11-24 [paul]       0.8.5claws182
5955
5956         * po/bg.po
5957                 updated by George Danchev
5958
5959 2002-11-23 [alfons]     0.8.5claws181
5960
5961         * src/imap.c
5962                 tiny memory leak found by browsing Dimitar's 
5963                 valgrind report
5964
5965 2002-11-23 [paul]       0.8.5claws180
5966
5967         * po/it.po
5968                 updated by Alessandro Maestri
5969
5970 2002-11-22 [christoph]  0.8.5claws179
5971
5972         * src/compose.c
5973         * src/inc.c
5974         * src/prefs_filtering.c
5975         * src/summaryview.c
5976                 more warning fixes
5977
5978 2002-11-22 [alfons]     0.8.5claws178
5979
5980         * src/summaryview.c
5981                 summary_execute_delete_func(): if message is deleted, make 
5982                 sure to also remove its entry in the subject hash table. 
5983                 fixes a corner case bug.
5984
5985 2002-11-22 [paul]       0.8.5claws177
5986
5987         * .cvsignore
5988                 add 'autom4te.cache'
5989                 
5990         * ltconfig      ** REMOVED **
5991                 not needed
5992
5993 2002-11-22 [paul]       0.8.5claws176
5994
5995         * src/textview.c
5996                 textview_set_font(): fix for message display in
5997                 UTF-8 locales (thanks to Sergey Vlasov).
5998                 
5999         * AUTHORS
6000                 add new team members and contributors
6001
6002
6003 2002-11-21 [colin]      0.8.5claws175
6004
6005         * src/procmsg.[ch]
6006                 Add procmsg_remove_special_headers()
6007         * src/mh.c
6008                 Use procmsg_remove_special_headers() for 
6009                 previous fix
6010
6011 2002-11-21 [colin]      0.8.5claws174
6012
6013         * src/mh.c
6014                 Fix moving/copying from queue/draft folders
6015                 for MH folders
6016
6017 2002-11-21 [christoph]  0.8.5claws173
6018
6019         * src/crash.c
6020         * src/filtering.c
6021         * src/logwindow.c
6022         * src/main.c
6023         * src/matcher_parser_lex.[hl]
6024         * src/mbox.c
6025         * src/mbox_folder.[ch]
6026         * src/prefs_filtering.c
6027         * src/procheader.c
6028         * src/quote_fmt_lex.l
6029         * src/ssl.c
6030                 fix all warnings except the warnings in lex and yacc files
6031
6032 2002-11-20 [christoph]  0.8.5claws172
6033
6034         * src/imap.c
6035                 fix MsgInfo retrieval for IMAP draft and queue folders
6036                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6037
6038 2002-11-19 [christoph]  0.8.5claws171
6039
6040         * src/compose.c
6041                 fix segfault, when draft saving does not get
6042                 the MsgInfo of the new message
6043                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6044
6045 2002-11-19 [christoph]  0.8.5claws170
6046
6047         * src/procmsg.c
6048                 add parameter check for flag setting function
6049                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6050
6051 2002-11-18 [paul]       0.8.5claws169
6052
6053         * src/compose.c
6054                 more sensitivity fixes to redirect mode:
6055                 * disable toolbar draft button
6056                 * allow only Address book in the Tools menu
6057                 * disable editing of message by the spell
6058                   checker
6059
6060 2002-11-18 [paul]       0.8.5claws168
6061
6062         * src/compose.c
6063                 fix sensitivity of menu items in compose_redirect():
6064                 allow only the necessary items 
6065
6066 2002-11-18 [paul]       0.8.5claws167
6067
6068         * src/compose.c
6069                 fix bug [ 603259 ] 'attachment got lost on bounce'
6070
6071 2002-11-18 [paul]       0.8.5claws166
6072
6073         * po/ru.po
6074                 updated by Ruslan N. Balkin <baron@dartel.ru>
6075
6076 2002-11-18 [colin]      0.8.5claws165
6077
6078         * src/main.c
6079           src/defs.h
6080                 Remove old filtering stuff
6081
6082
6083 2002-11-17 [oliver]     0.8.5claws164
6084
6085         * src/toolbar.h
6086                 remove not needed typedef 
6087
6088 2002-11-17 [oliver]     0.8.5claws163
6089
6090         * src/toolbar.c
6091                 make toolbar's on click events translatable
6092
6093 2002-11-15 [colin]      0.8.5claws162
6094
6095         * src/summaryview.c
6096                 Revert too-soon integration of a feature
6097
6098 2002-11-15 [christoph]  0.8.5claws161
6099
6100         * src/imap.c
6101                 use main's implementation of imap_get_msginfo
6102
6103 2002-11-15 [christoph]  0.8.5claws160
6104
6105         * src/compose.c
6106         * src/folder.[ch]
6107         * src/imap.c
6108         * src/mbox_folder.c
6109         * src/mh.c
6110         * src/news.c
6111         * src/procmsg.c
6112         * src/summaryview.c
6113                 replace claws' fetch_msginfo with main's get_msginfo
6114                 (use main's implementation where possible)
6115
6116 2002-11-15 [colin]      0.8.5claws159
6117
6118         * src/ssl_certificate.c
6119                 Missed a check
6120
6121 2002-11-16 [melvin]     0.8.5claws158
6122
6123         * po/fr.po
6124                 Updated French translations.
6125
6126 2002-11-16 [colin]      0.8.5claws157
6127
6128         * src/ssl_certificate.c
6129                 Check for missing parts in the certificates
6130
6131 2002-11-15 [colin]      0.8.5claws156
6132
6133         * src/folderview.c
6134                 Preventive fix (missing check) found by
6135                 Alfons
6136
6137 2002-11-15 [paul]
6138
6139         * NEWS
6140                 sync with 0.8.6 release
6141
6142 2002-11-15 [colin]      0.8.5claws155
6143
6144         * src/folder.[ch]
6145           src/folderview.c
6146                 Fix error handling of folder_item_move_to()
6147                 (thanks to Alfons!)
6148
6149 2002-11-15 [colin]      0.8.5claws154
6150
6151         * src/folder.[ch]
6152           src/folderview.c
6153                 folder_item_move_to() sets an error message instead
6154                 of having GUI stuff in folder.c
6155
6156 2002-11-15 [colin]      0.8.5claws153
6157
6158         * src/procmsg.[ch]
6159                 Implemented a callback for MsgInfo updates, 
6160                 heavily copy/pasted from Christoph's folder 
6161                 callback system
6162         * src/summaryview.[ch]
6163                 Register summary_update_msg as callback
6164
6165 2002-11-14 [colin]      0.8.5claws152
6166         
6167         * src/procmsg.c
6168                 Update the FolderItem after sending (fixes 617593)
6169
6170 2002-11-14 [christoph]  0.8.5claws151
6171
6172         * src/folder.c
6173                 fix wrong position of NULL pointer check found
6174                 by Sergey
6175
6176 2002-11-14 [christoph]  0.8.5claws150
6177
6178         * src/folder.c
6179                 fix segfault when deleting messages from IMAP folders
6180                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6181
6182 2002-11-14 [colin]      0.8.5claws149
6183
6184         * src/compose.c
6185                 Forwarding was also ignoring the folder's default account.
6186
6187 2002-11-14 [colin]      0.8.5claws148
6188
6189         * src/compose.c
6190                 Fix sent folder not set to folder properties when 
6191                 forwarding.
6192
6193 2002-11-14 [thorsten]   0.8.5claws147
6194
6195         * src/inc.c
6196                 inc_start(): Files were not moved from .processing to inbox,
6197                 if no global processing rule existed
6198
6199 2002-11-14 [colin]      0.8.5claws146
6200
6201         * src/ssl_certificate
6202                 Fix file operations
6203
6204 2002-11-14 [paul]       0.8.5claws145
6205
6206         * po/it.po
6207                 updated by Alessandro Maestri
6208
6209 2002-11-13 [alfons]     0.8.5claws144
6210
6211         * src/folder.c
6212                 folder_item_close(): only mark messages unread
6213                 when a folder has new messages 
6214
6215 2002-11-13 [keith]      0.8.5claws143
6216
6217         * src/imap.c
6218                 Fix problem moving or copying between
6219                 IMAP folders
6220
6221 2002-11-13 [colin]      0.8.5claws142
6222
6223         * src/matcher_parser_parse.y
6224                 Fix rule problem when " don't match
6225
6226 2002-11-13 [christoph]  0.8.5claws141
6227
6228         * src/folder.c
6229         * src/folderview.c
6230                 moved cache saving to folder_item_close
6231                 the folderview should not have to deal with
6232                 this things
6233
6234 2002-11-13 [christoph]  0.8.5claws140
6235
6236         * src/summaryview.c
6237                 moved setting of important score to
6238                 summary_set_prefs_from_folderitem
6239
6240 2002-11-13 [colin]      0.8.5claws139
6241
6242         * src/matcher_parser_parse.y
6243                 Fix a segfault in the parser (happening when
6244                 a good expression had been tested and a bad 
6245                 one arrives)
6246
6247 2002-11-13 [paul]       0.8.5claws138
6248
6249         * sync with 0.8.5cvs24
6250                 see ChangeLog 2002-11-13
6251                 
6252         * po/pt_BR.po
6253                 updated by Fabio Jr. Beneditto
6254
6255 2002-11-13 [colin]      0.8.5claws137
6256         
6257         * src/msgcache.c
6258           src/defs.h
6259           src/procmsg.[ch]
6260                 Revert last commit, problem
6261
6262 2002-11-13 [colin]      0.8.5claws136
6263
6264         * src/msgcache.c
6265                 Remove duplicated code
6266         * src/defs.h
6267                 Bumped CACHE_VERSION and MARK_VERSION
6268         * src/procmsg.[ch]
6269                 Network endian for cache and mark files
6270
6271 2002-11-12 [colin]      0.8.5claws135
6272
6273         * src/inc.c
6274                 Fix the "socket error" dialog which disappeared
6275
6276 2002-11-12 [colin]      0.8.5claws134
6277
6278         * src/msgcache.c
6279                 Reverse last commit which had performance 
6280                 problems, but still reverse the list
6281
6282 2002-11-12 [colin]      0.8.5claws133
6283
6284         * src/msgcache.c
6285                 Reverse list order
6286
6287 2002-11-12 [melvin]     0.8.5claws132
6288
6289         * src/compose.c
6290                 Added a check for a NULL prefs_common.dictionary
6291
6292 2002-11-12 [colin]      0.8.5claws131
6293
6294         * src/ssl_certificate.[ch]
6295                 Use FQDN hostname
6296
6297 2002-11-12 [colin]      0.8.5claws130
6298
6299         * src/ssl_certificate.[ch]
6300                 Take connection port into account for 
6301                 checking certificates (a single hostname
6302                 could have multiple servers with multiple
6303                 certificates)
6304         * src/ssl.c
6305                 Pass the port to ssl_certificate_check
6306
6307 2002-11-12 [paul]       0.8.5claws129
6308
6309         * src/folder.c
6310                 fix a typo in last commit
6311
6312 2002-11-12 [paul]       0.8.5claws128
6313
6314         * sync with 0.8.5cvs23
6315                 see ChangeLog entry 2002-11-12
6316
6317 2002-11-11 [colin]      0.8.5claws127
6318
6319         * src/ssl_certificate.c
6320                 Cleaner messages
6321                 Don't popup, instead log error, if the 
6322                 corresponding pref is checked
6323         * src/ssl_certificate.h
6324                 include <openssl/objects/h>
6325
6326 2002-11-11 [colin]      0.8.5claws126
6327
6328         * src/ssl_certificate.h
6329                 _Really_ clean it
6330
6331 2002-11-11 [colin]      0.8.5claws125
6332         
6333         * src/ssl_certificate.c
6334                 Fixed leak
6335
6336 2002-11-11 [colin]      0.8.5claws124
6337
6338         * src/ssl.c
6339                 Cleaned a bit
6340         * src/ssl_certificate.[ch]
6341                 Cleaned a bit (better use of SSL API)
6342                 (This will cause non-recognition of saved 
6343                  certificates of claws12[23]...)
6344
6345 2002-11-11 [paul]       0.8.5claws123
6346         
6347         * po/es.po
6348                 updated by Ricardo Mones Lastra
6349
6350 2002-11-11 [colin]      0.8.5claws122
6351
6352         * src/ssl.c
6353                 Fix a typo
6354
6355 2002-11-11 [colin]      0.8.5claws121
6356
6357         * src/ssl_certificate.[ch] ** NEW FILES **
6358         * src/ssl.[ch]
6359                 Check SSL certificates presented to us
6360         * src/Makefile.am
6361                 Add ssl_certificate.[ch]
6362         * po/POTFILES.in
6363                 Add ssl_certificate.c
6364
6365 2002-11-11 [paul]       0.8.5claws120
6366
6367         * sync with 0.8.5cvs22
6368                 see ChangeLog 2002-11-11
6369
6370 2002-11-11 [paul]       0.8.5claws119
6371
6372         * sync with 0.8.5cvs21
6373                 see ChangeLog 2002-11-11
6374
6375 2002-11-10 [jens]       0.8.5claws118
6376
6377         * src/folder.c
6378         * src/folderview.c
6379                 corrected some typing
6380         * po/de.po
6381                 updated german translation
6382         * sylpheed.spec.in
6383                 cleaned up specfile and adjusted it for claws
6384
6385 2002-11-10 [colin]      0.8.5claws117
6386
6387         * src/summaryview.c
6388                 a STATUSBAR_PUSH/POP fix
6389
6390 2002-11-10 [colin]      0.8.5claws116
6391
6392         * src/prefs_folder_item.c
6393                 Fix hanging after opening folder properties
6394
6395 2002-11-10 [hoa]        0.8.5claws115
6396
6397         * src/matcher_parser_lex.l
6398         * src/matcher_parser_parse.y
6399                 config file for scoring and filtering is no more trashed
6400                 when there is a syntax error in a filtering rule when
6401                 editing it in a dialog.
6402
6403 2002-11-09 [colin]      0.8.5claws114
6404
6405         * src/mbox_folder.c
6406                 Added missing initialisation of folder->destroy()
6407
6408 2002-11-09 [colin]      0.8.5claws113
6409
6410         * src/folder.c
6411           src/folderview.c
6412                 Fix the status bar messages
6413
6414 2002-11-09 [colin]      0.8.5claws112
6415
6416         * src/folderview.c
6417                 Fix hangs after folder dnd, happening after 
6418                 claws109.
6419
6420 2002-11-09 [christoph]  0.8.5claws111
6421
6422         * src/folderview.c
6423                 just changed order of calls (reverse order of
6424                 associated calls)
6425         * src/inc.c
6426                 lock inc when checking only one account, otherwise
6427                 inc all could be executed at the same time
6428
6429 2002-11-09 [christoph]  0.8.5claws110
6430
6431         * src/folderview.c
6432                 better unlock the mouse cursor before calling
6433                 summary_show because it changes the cursor too
6434
6435 2002-11-09 [christoph]  0.8.5claws109
6436
6437         * src/folder.[ch]
6438         * src/folderview.c
6439                 add functions to open and close a folder
6440                 o opending will execute scanning for remote folders
6441                   and processing
6442                 o closing will unset new flag for messages
6443
6444 2002-11-09 [colin]      0.8.5claws108
6445
6446         * src/folder.c
6447                 Add a call to prefs_matcher_write_config to 
6448                 avoid non-leaf folders filtering settings to be
6449                 lost
6450
6451 2002-11-09 [paul]       0.8.5claws107
6452
6453         * src/prefs_account.c
6454                 re-word a label
6455
6456 2002-11-09 [colin]      0.8.5claws106
6457
6458         * src/folderview.c
6459                 Minor esthetic fix
6460
6461 2002-11-09 [colin]      0.8.5claws105
6462
6463         * src/folderview.c
6464                 Fix prefs_filtering deletion for MH folders (same
6465                 reason as below)
6466         * src/prefs_filtering.c
6467                 Fix prefs_filtering renaming and deletion for 
6468                 folder-based processing rules.  
6469
6470 2002-11-09 [christoph]  0.8.5claws104
6471
6472         * src/compose.c
6473         * src/folder.[ch]
6474         * src/folderview.[ch]
6475         * src/import.c
6476         * src/inc.c
6477         * src/main.c
6478         * src/mainwindow.c
6479         * src/messageview.c
6480         * src/prefs_folder_item.c
6481         * src/procmsg.c
6482         * src/summaryview.c
6483                 implement a callback system for folder item updates
6484
6485 2002-11-09 [colin]      0.8.5claws103
6486
6487         * src/folderview.c
6488                 Fix prefs_filtering renaming for MH folders (we
6489                 shouldn't rename by path as another folder could
6490                 have the same hierarchy).
6491
6492 2002-11-09 [colin]      0.8.5claws102
6493
6494         * src/folder.c
6495                 Fix a leak found by Christoph, use better variable
6496                 names
6497
6498 2002-11-09 [colin]      0.8.5claws101
6499
6500         * src/folder.c
6501                 One more fix for processing rules
6502
6503 2002-11-08 [colin]      0.8.5claws100
6504         
6505         * src/matcher.c
6506                 Don't copy the compiled regexp (will be reevaluated)
6507         * src/folderview.c
6508                 Lock folderview while moving
6509         * src/folder.c
6510                 Provide info on what's happening to the user
6511
6512 2002-11-08 [colin]      0.8.5claws99
6513
6514         * src/folderview.c
6515                 Fix folder reordering after a move if parent is 
6516                 root
6517         * src/scoring.[ch]
6518                 Add function to copy a ScoringProp
6519         * src/prefs_folder_item.c
6520                 Copy scoring rules when copying a folder prefs
6521
6522 2002-11-08 [colin]      0.8.5claws98
6523
6524         * src/folderview.c
6525                 Fixes in case of failure
6526         * src/filtering.[ch]    
6527                 Add function to duplicate a FilteringProp
6528         * src/matcher.[ch]
6529                 Add function to duplicate a MatcherProp
6530         * src/prefs_folder_item.c
6531                 Save folder's processing rules when copying 
6532                 its prefs
6533
6534 2002-11-08 [colin]      0.8.5claws97
6535         
6536         * src/folderview.c
6537                 Sort after move
6538         * src/folder.c 
6539                 Change a printf to debug_print
6540
6541 2002-11-08 [colin]      0.8.5claws96
6542
6543         * src/folder.c
6544           src/folderview.c
6545                 Fix segfaults, call me stupido
6546         
6547
6548 2002-11-08 [colin]      0.8.5claws95
6549
6550         *src/folder.c
6551                 Added forgotten prefs to save when moving folders
6552
6553 2002-11-08 [colin]      0.8.5claws94
6554
6555         * src/folder.c
6556                 Fixes to folder DND (prefs copy)
6557         * src/folderview.c
6558                 Optimization for folder DND (don't rescan whole tree)
6559                 Added folderview_create_folder_node() for this 
6560                 optimization, so de-duped a bit the code
6561         * src/prefs_folder_item.[ch]
6562                 Added prefs_folder_item_copy_prefs()    
6563           
6564 2002-11-08 [paul]       0.8.5claws93
6565
6566         * src/prefs_account.c
6567           tools/README
6568           tools/kmail2sylpheed_v2.pl
6569                 correct some typos
6570
6571 2002-11-08 [paul]       0.8.5claws92
6572
6573         * src/compose.c
6574           src/prefs_account.[ch]
6575                 remove account options 'clearsign' and 'ascii_armored',
6576                 replace with 'default_gnupg_mode' to prevent mixed-mode
6577                 Privacy settings
6578
6579 2002-11-08 [paul]       0.8.5claws91
6580
6581         * src/compose.[ch]
6582                 re-implement GnuPG 'on-the-fly' mode selection,
6583                 disallow mixed-mode
6584
6585 2002-11-08 [colin]      0.8.5claws90
6586
6587         * src/folderview.c
6588           src/prefs_folder_item.c
6589                 Change "Property" to "Properties"
6590
6591 2002-11-07 [colin]      0.8.5claws89
6592
6593         * src/folderview.c
6594           src/folder.c
6595                 Allow folder dropping to a root folder
6596
6597 2002-11-07 [paul]       0.8.5claws88
6598
6599         * src/compose.c
6600                 revert last commit
6601
6602 2002-11-07 [paul]       0.8.5claws87
6603
6604         * src/compose.c
6605                 fix reply-to-list bug. closes bug report
6606                 "[633382] reply-to-list broken in recent cvs"
6607
6608 2002-11-07 [paul]       0.8.5claws86
6609
6610         * src/compose.c
6611                 add a forgotten '#if USE_GPGME ... #endif'
6612
6613 2002-11-07 [paul]       0.8.5claws85
6614
6615         * sync with 0.8.5cvs20
6616                 see ChangeLog 2002-11-07
6617
6618 2002-11-07 [colin]      0.8.5claws84
6619
6620         * src/folder.[ch]
6621                 Change folder_item_move_to to return the newly 
6622                 created folderitem.
6623         * src/folderview.c
6624                 Select the new folderitem after moving.
6625
6626 2002-11-07 [colin]      0.8.5claws83
6627
6628         * src/prefs_filtering.c
6629                 Fix rule rewriting when moving a leaf folder to a 
6630                 shorter path
6631
6632 2002-11-07 [colin]      0.8.5claws82
6633
6634         * src/prefs_filtering.c
6635                 fix a leak
6636
6637 2002-11-07 [colin]      0.8.5claws81
6638
6639         * src/folder.[ch]
6640                 Add folder_item_move_to() function to move a 
6641                 folderitem into another one (updates matcher etc)
6642         * src/folderview.c
6643                 Add folder drag'n drop (context menu to come)
6644                 [Should be dataloss free, but Please backup before 
6645                  trying !]
6646
6647 2002-11-06 [colin]      0.8.5claws80
6648
6649         * src/mh.c
6650                 mh_create_folder() returns NULL if can't create
6651                 directory hierarchy
6652
6653 2002-11-06 [paul]       0.8.5claws79
6654
6655         * src/compose.[ch]
6656                 allow 'on-the-fly' changing of the type of encryption 
6657                 and/or signing used (mime/ascii) via the compose window
6658
6659 2002-11-06 [paul]       0.8.5claws78
6660
6661         * sync with 0.8.5cvs19
6662                 see ChangeLog 2002-11-06 for src/account.c: 
6663                 account_get_special_folder()
6664                 
6665 2002-11-05 [alfons]     0.8.5claws77
6666
6667         * src/crash.c
6668                 very minor cleanups: nothing to see here, move on. :-)
6669
6670 2002-11-05 [colin]      0.8.5claws76
6671
6672         * src/main.c
6673                 Changes choices if compose windows are opened to
6674                 Discard, Draft, Don't quit
6675
6676 2002-11-05 [thorsten]   0.8.5claws75
6677
6678         * src/compose.c
6679                 reenabled default_reply_to folder option
6680
6681 2002-11-05 [colin]      0.8.5claws74
6682
6683         * src/compose.[ch] 
6684                 add compose_draft()
6685         * src/crash.c
6686                 add SIGTERM handler
6687         * src/main.[ch]
6688                 add clean_quit() for the SIGTERM handler
6689
6690 2002-11-05 [paul]       0.8.5claws73
6691         
6692         * po/es.po
6693                 updated by Ricardo Mones Lastra
6694
6695 2002-11-05 [melvin]     0.8.5claws72
6696
6697         * src/logwindow.c
6698                 Fixed log-clipping bug #616795.
6699                 To stop logging in the log window use 0 length.
6700         * src/prefs_common.c
6701                 Added a label to inform about the 0 log length behaviour.
6702
6703 2002-11-05 [paul]       0.8.5claws71
6704
6705         * sync with 0.8.5cvs17
6706                 see ChangeLog 2002-11-05
6707
6708 2002-11-04 [paul]       0.8.5claws70
6709
6710         * sylpheed-128x128.png
6711           sylpheed-64x64.png
6712           sylpheed.png
6713                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6714                 <nikai@users.sourceforge.net>
6715                 
6716         * po/bg.po
6717                 updated by George Danchev
6718
6719 2002-11-03 [thorsten]   0.8.5claws69
6720
6721         * src/main.c
6722           src/mimeview.c
6723           src/rfc2015.h
6724                 add check if gpg is active
6725
6726 2002-11-03 [thorsten]   0.8.5claws68
6727
6728         * src/toolbar.h
6729                 removed GSList declaration causing trouble on MacOS-X
6730                 (submitted by alfons, reported by xfesty)
6731
6732 2002-11-01 [paul]       0.8.5claws67
6733
6734         * src/mainwindow.c
6735                 remove last remnants of main's filter code
6736
6737 2002-11-01 [paul]       0.8.5claws66
6738
6739         * tools/filter_conv.pl
6740                 fix bug where user-defined headers were ignored
6741
6742 2002-11-01 [paul]       0.8.5claws65
6743
6744         * src/logwindow.c
6745                 make a debug_print() not translatable
6746
6747 2002-10-31 [melvin]     0.8.5claws64
6748
6749         * ac/aspell.m4
6750                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6751                 not run any GNU/aspell test.  The dictionary path will
6752                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6753                 was given, in which case, it will be $prefix/lib/aspell/
6754         * configure.in
6755                 Fixed typo in commentary (Aspell code).
6756
6757 2002-10-31 [paul]       0.8.5claws63
6758
6759         * po/POTFILES.in
6760                 remove src/filter.c and src/prefs_filter.c
6761                 thanks to Ricardo for reminding me
6762
6763 2002-10-31 [colin]      0.8.5claws62
6764
6765         * src/mbox_folder.c
6766                 Plug some leaks
6767
6768 2002-10-31 [paul]       0.8.5claws61
6769
6770         * src/prefs_filter.[ch] ** REMOVED **
6771           src/filter.[ch]       ** REMOVED **
6772           
6773         * src/Makefile.am
6774           src/folderview.c
6775           src/inc.c
6776           src/main.c
6777           src/mainwindow.c
6778           src/mbox.c
6779           src/prefs_common.c
6780           src/prefs_filtering.c
6781           src/summaryview.[ch]
6782                 remove main's 'filter' code
6783                 
6784         README.claws
6785                 update to reflect removal of main's filter
6786
6787 2002-10-31 [paul]       0.8.5claws60
6788
6789         * src/summaryview.c
6790                 remove check for global_processing in summary_filter_open(). 
6791                 This fixes the bug where if the user uses the right-click 
6792                 'Create filter rule...' and doesn't have any filter rules 
6793                 already defined in claws' advanced filtering, the newly 
6794                 created filter rule goes to main's filtering which is 
6795                 inaccessible through the gui. Now the filter rule gets added
6796                 to claws' filtering by default.
6797
6798 2002-10-28 [melvin]     0.8.5claws59
6799
6800         * src/prefs_actions.c
6801                 Fixed bug #627322 where MIME parts were not always
6802                 correctly passed to a %p action
6803                 Display an error dialog when message filename is not found.
6804
6805 2002-10-28 [melvin]     0.8.5claws58
6806
6807         * src/prefs_common.c
6808                 Readded a missing function declaration lost in 0.8.3claws34
6809
6810 2002-10-28 [paul]       0.8.5claws57
6811
6812         * sync with 0.8.5cvs15
6813                 see ChangeLog 2002-10-28 and 2002-10-25
6814                 
6815         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6816
6817 2002-10-27 [oliver]     0.8.5claws56
6818
6819         * src/pop.c
6820                 plug leak in pop3_top_recv
6821
6822 2002-10-26 [christoph]  0.8.5claws55
6823
6824         * src/folder.c
6825                 set need_update folder flag when messages are added
6826                 (closes bug [ 626922 ] folder not updated after receiving)
6827
6828 2002-10-25 [melvin]     0.8.5claws54
6829
6830         * src/imageview.c
6831                 Fixed a memleak introduced in the scaling code.
6832
6833 2002-10-24 [alfons]     0.8.5claws53
6834
6835         * src/filtering.c
6836                 make filtering's forward message action forward from the 
6837                 correct account
6838                 (closes bug [628089 ] Filter -> Forward from address problem
6839                 reported by Oktay)
6840
6841 2002-10-24 [christoph]  0.8.5claws52
6842
6843         * src/mainwindow.c
6844         * src/manual.[ch]
6845                 o use manual of current locale or english if current
6846                   locale is not available (and english is available)
6847                 o also link to sylpheed doc project manuals
6848
6849 2002-10-23 [paul]       0.8.5claws51
6850
6851         * tools/README
6852           tools/kmail2sylpheed_v2.pl
6853                 add new version of kmail addressbook importer script.
6854                 works with newer versions of Kmail/KAddressBook which
6855                 have new and rearranged data.
6856
6857 2002-10-23 [martin]     0.8.5claws50
6858
6859         * src/folderview.c
6860         * src/summaryview.c
6861         * src/utils.h
6862         * src/utils.c
6863                 added length parameter to get_abbrev_newsgroup_name()
6864                 changed this function so that it abbreviates the newsgroup
6865                 names only so long it is smaller than the length parameter
6866                 (for better reading of some newsgroup names and space efficiency)
6867
6868 2002-10-22 [colin]      0.8.5claws49
6869
6870         *src/foldersel.c
6871                 Revert Alfons' last modification (after voting ;-))
6872
6873 2002-10-21 [alfons]     0.8.5claws48
6874
6875         * src/foldersel.c
6876                 folder view in folder selection dialog reflects state of
6877                 folder view in main window
6878
6879 2002-10-18 [alfons]     0.8.5claws47
6880
6881         * src/mbox.c
6882                 drop imported messages in folder selected by user,
6883                 and not in the inbox
6884                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6885
6886 2002-10-18 [alfons]     0.8.5claws46
6887
6888         * src/compose.c
6889                 make automagic reply work correctly for email accounts 
6890                 (whether it's viable to do a full sync with Hiro's 
6891                 compose.c is still under discussion)
6892
6893 2002-10-18 [melvin]     0.8.5claws45
6894
6895         * src/prefs_actions.c
6896                 Fixed bug #622275 where asynchroneous actions left 
6897                 zombies processes
6898                 Made (synchroneous) actions' input be displayed live.
6899
6900 2002-10-18 [christoph]  0.8.5claws44
6901
6902         * src/textview.c
6903                 don't add a newline in the textview in front of the
6904                 first textpart if header display is disabled
6905                 (closes bug [ 603385 ] disabled header display leaves blank
6906                  lin)
6907
6908 2002-10-18 [christoph]  0.8.5claws43
6909
6910         * src/folder.[ch]
6911         * src/imap.c
6912         * src/mbox_folder.c
6913         * src/mh.c
6914         * src/news.c
6915                 folder->get_num_list now returns an error code
6916                 (closes bug [ 609424 ] News cache cleared on failure)
6917                 
6918 2002-10-17 [colin]      0.8.5claws42
6919         
6920         * src/news.c
6921                 Changed a printf by debug_print
6922
6923 2002-10-16 [paul]       
6924
6925         * tools/OOo2sylpheed.pl
6926                 allow for spaces in the name of the
6927                 file to be attached.
6928
6929 2002-10-16 [colin]      0.8.5claws41
6930
6931         * src/main.c
6932                 Use a tristate to change online mode
6933
6934 2002-10-16 [paul]       0.8.5claws40
6935
6936         * po/es.po
6937                 updated by Ricardo Mones Lastra
6938
6939 2002-10-16 [colin]      0.8.5claws39
6940
6941         * src/main.c
6942           src/mainwindow.[ch]
6943                 Added --online and --offline command-line
6944                 switches
6945
6946 2002-10-15 [christoph]  0.8.5claws38
6947
6948         * src/procmime.c
6949                 set mimeinfo->name to NULL after g_free to
6950                 avoid double freeing with g_free
6951
6952 2002-10-14 [christoph]  0.8.5claws37
6953
6954         * src/compose.c
6955         * src/filtering.c
6956         * src/summaryview.c
6957                 remove calls to folder->change_flags that are now
6958                 done by procmsg flag functions (seems it is not
6959                 used by any foldertype anyway)
6960         * src/folder.c
6961                 init folder->change_flags with NULL
6962
6963 2002-10-14 [christoph]  0.8.5claws36
6964
6965         * src/folder.[ch]
6966         * src/imap.[ch]
6967                 use virtual functions for folder item new and destroy
6968                 functions
6969
6970 2002-10-14 [melvin]     0.8.5claws35
6971
6972         * src/compose.c
6973                 Added a test to not run the spell checker if no default
6974                 dictionary is available. No dialog is displayed though.
6975
6976 2002-10-14 [melvin]     0.8.5claws34
6977
6978         * src/gtkaspell.c
6979                 Fixed bug in dictionary list context menu where
6980                 "More..." pointed to an emtpy submenu if the
6981                 number of dictionaries is a multiple of 15
6982                 Removed unneeded code in suggestions list creation
6983
6984 2002-10-14 [paul]       0.8.5claws33
6985
6986         * po/bg.po
6987                 updated by George Danchev
6988
6989 2002-10-13 [hoa]        0.8.5claws32
6990
6991         * src/matcher.[ch]
6992           src/matcher_parser_parser.y
6993                 removed the escaped string from internal structure
6994                 of matcher.
6995
6996 2002-10-12 [colin]      0.8.5claws31
6997
6998         * src/gtksctree.[ch]
6999           src/summaryview.c
7000                 Removed useless function gtksctree_reanchor
7001
7002 2002-10-12 [alfons]     0.8.5claws30
7003         
7004         * sync with remaining main changes 2002-10-09 - 2002-10-11
7005         - drop changes to src/compose.c (requires claws specific changes)
7006         
7007 2002-10-12 [alfons]     0.8.5claws29
7008         
7009         * sync with main changes of 2002-10-08
7010         - drop changes to src/compose.c (requires claws specific changes)
7011         - drop changes to src/summaryview.c (requires changes to compose.c)     
7012
7013 2002-10-12 [alfons]     0.8.5claws28
7014         
7015         * sync with main changes of 2002-10-07
7016
7017 2002-10-12 [alfons]     0.8.5claws27
7018
7019         * sync with main changes of 2002-10-04
7020         - drop changes to src/compose.c (requires claws specific changes)
7021         - drop changes to src/prefs_folder_item.c (claws implementation
7022           seems to be working)
7023
7024 2002-10-12 [colin]      0.8.5claws26
7025
7026         * src/mainwindow.c
7027                 Fix folder-flicker when space-reading, introduced 
7028                 in claws22.
7029
7030 2002-10-12 [colin]      0.8.5claws25
7031
7032         * src/compose.c
7033                 Save account address when saving as draft.
7034                 (closes bug 621838)
7035
7036 2002-10-12 [colin]      0.8.5claws24
7037
7038         * src/summaryview.c
7039                 Fix the problem consisting of no message selected
7040                 after the last message in a folder has been moved.
7041
7042 2002-10-12 [paul]       0.8.5claws23
7043
7044         * src/compose.c
7045           src/prefs_template.c
7046           src/template.[ch]
7047                 add Cc and Bcc to templates. Patch submitted by
7048                 John L. Males.
7049
7050 2002-10-12 [colin]      0.8.5claws22
7051
7052         * src/folderview.c
7053                 Fix a bug after "Check for new messages":
7054                 If a folder was opened, it was still selected at
7055                 the end of the check, but displayed empty.
7056         * src/mainwindow.c
7057                 Remove unnecessary check
7058
7059 2002-10-12 [paul]
7060
7061         * tools/README
7062                 be more verbose in the description of
7063                 OOo2sylpheed.pl
7064                 
7065
7066 2002-10-11 [colin]      0.8.5claws21
7067
7068         * src/mainwindow.c
7069                 Make space work (better) when no mail is selected
7070
7071 2002-10-11 [colin]      0.8.5claws20
7072
7073         * src/inc.c
7074           src/news.c
7075                 fix warnings
7076
7077 2002-10-11 [colin]      0.8.5claws19
7078
7079         * src/mainwindow.c
7080                 revert 0.8.5claws6 changes as i couldn't get to
7081                 anything satisfying
7082
7083 2002-10-11 [melvin]     0.8.5claws18
7084
7085         * src/compose.c
7086                 Removed buggy and unused macro (should have been committed in
7087                 0.8.5claws17)
7088
7089 2002-10-11 [melvin]     0.8.5claws17
7090
7091         * src/compose.c
7092                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7093
7094 2002-10-11 [thorsten]   0.8.5claws16 
7095
7096         * src/folderview.c
7097                 remove rescan warning
7098
7099 2002-10-11 [colin]      0.8.5claws15 
7100
7101         * src/procheader.c
7102                 fix a segfault that happens if conv_unmime_header
7103                 fails (should be better to find out why it fails)
7104
7105 2002-10-11 [christoph]  0.8.5claws14
7106
7107         * src/summaryview.c
7108                 update folderview stats after ignore/unignore thread
7109
7110 2002-10-11 [hoa]        0.8.5claws13
7111
7112         * src/quote_fmt_parse.y
7113                 Fixed a yacc/bison syntax error
7114         * src/matcher.c
7115                 Escaping of string is fixed.
7116
7117 2002-10-11 [colin]      0.8.5claws12
7118
7119         * src/imageview.c
7120                 Resize images to fit
7121
7122 2002-10-11 [paul]       0.8.5claws11
7123
7124         * po/es.po
7125                 updated by Ricardo Mones Lastra
7126
7127 2002-10-10 [alfons]     0.8.5claws10
7128
7129         * src/compose.c
7130                 allow dropping files by "moving" files from a file manager,
7131                 not only by the more cumbersome "copying". the latter 
7132                 mostly implies holding down the Control button
7133
7134 2002-10-10 [christoph]  0.8.5claws9
7135
7136         * src/summaryview.c
7137                 update folders after thread building for ignored threads
7138
7139 2002-10-10 [christoph]  0.8.5claws8
7140
7141         * config/.cvsignore
7142                 added Makefile
7143         * src/filtering.[ch]
7144         * src/folder.[ch]
7145         * src/folderview.[ch]
7146         * src/import.c
7147         * src/inc.[ch]
7148         * src/mbox.[ch]
7149         * src/procmsg.c
7150         * src/summaryview.[ch]
7151                 o added new flag need_update to FolderItem
7152                 o removed folder_table from various functions from tracking
7153                   folder updates
7154                 o set need_update flags in folder.c's move, copy and delete
7155                   functions and procmsg's flags functions
7156                 o added function folderview_update_items_when_required that
7157                   updates all folders with need_update set
7158                 o call folderview_update_items_when_required instead of
7159                   folderview_update_item_foreach
7160
7161 2002-10-09 [sergey]     0.8.5claws7
7162
7163         * src/compose.c
7164                 Strip CRs whel loading the text into editor in reedit mode.
7165
7166 2002-10-09 [colin]      0.8.5claws6
7167
7168         * src/mainwindow.c
7169                 Make Space work when no mail is selected
7170
7171 2002-10-09 [colin]      0.8.5claws5
7172
7173         * src/gtksctree.[ch]
7174                 Fix range_select
7175                 Add gtk_sctree_reanchor() 
7176         * src/summaryview.c
7177                 Use gtk_sctree_reanchor() - better fix for 
7178                 bug 60413
7179
7180 2002-10-09 [colin]      0.8.5claws4
7181
7182         * src/summaryview.c
7183                 Fix shift-click select after delete problem
7184                 (closes bug 60413)
7185
7186 2002-10-08 [thorsten]   0.8.5claws3
7187
7188         * src/summaryview.c
7189                 exclude current msg from -hide read messages-
7190
7191 2002-10-08 [colin]      0.8.5claws2
7192
7193         * src/inc.[ch]
7194           src/pop.c
7195           src/recv.c
7196                 Differentiate socket errors from disk full
7197                 errors
7198
7199 2002-10-08 [christoph]  0.8.5claws1
7200
7201         * Makefile.am
7202         * configure.in
7203                 modifications for new config directory
7204
7205         * config.guess  ** REMOVED **
7206         * config.sub    ** REMOVED **
7207         * install-sh    ** REMOVED **
7208         * ltmain.sh     ** REMOVED **
7209         * missing       ** REMOVED **
7210         * mkinstalldirs ** REMOVED **
7211                 these files are autogenerated by automake
7212                 when you run autogen.sh
7213
7214         * config/.cvsignore     ** NEW FILE **
7215         * config/Makefile.am    ** NEW FILE **
7216                 ignore autogenerated files
7217                 create a Makefile in this directory
7218
7219 2002-10-08 [paul]       0.8.5claws
7220
7221         * 0.8.5claws release
7222         
7223         * src/compose.c
7224           src/procheader.c
7225           src/procmsg.c
7226                 fix quote reply format for newsgroups reply bug
7227                 (thanks to Hoa)
7228                 
7229         * po/en_GB.po
7230           po/pl.po
7231                 updated by me and Witold Wladyslaw Wojciech Wilk
7232                 repectively
7233
7234 2002-10-07 [paul]       0.8.3claws53
7235
7236         * po/it.po
7237           po/pt_BR.po
7238           po/sr.po
7239                 updated messages catalogs, submitted by
7240                 Alessandro Maestri, Fabio Jr.Beneditto 
7241                 and Urke MMI, respectively.
7242
7243 2002-10-07 [christoph]  0.8.3claws52
7244
7245         * src/folder.[ch]
7246         * src/folderview.c
7247         * src/mainwindow.c
7248                 fix new folder ghost message bug
7249                 (closes bug [ 619722 ] wrong count for newly created folders)
7250
7251 2002-10-07 [christoph]  0.8.3claws51
7252
7253         * src/compose.c
7254                 fix news posting problem
7255
7256 2002-10-07 [melvin]     0.8.3claws50
7257
7258         * po/fr.po
7259                 Updated French translation
7260
7261 2002-10-05 [christoph]  0.8.3claws49
7262
7263         * src/gtkstext.c
7264                 check if line_start_cache is set in gtk_stext_update_text
7265                 (closes bug [ 618119 ] crash while doing search in folder)
7266
7267 2002-10-05 [christoph]  0.8.3claws48
7268
7269         * src/imap.c
7270         * src/news.c
7271         * src/utils.c
7272         * src/utils.h
7273                 implement cache cleanups for claws' folder system
7274                 (closes bug [ 595916 ] imapcache not cleaned up)
7275
7276 2002-10-05 [melvin]     0.8.3claws47
7277
7278         * src/prefs_actions.c
7279                 Made the help text more clear for the %p token
7280
7281 2002-10-04 [paul]       0.8.3claws46
7282
7283         * sync with 0.8.5
7284                 see ChangeLog 2002-10-02 and 2002-10-03
7285
7286 2002-10-04 [christoph]  0.8.3claws45
7287
7288         * src/inc.c
7289                 fix segfault caused by pop before smtp
7290                 call to inc_account_mail with NULL
7291                 pointer for mainwin
7292
7293 2002-10-04 [paul]       0.8.3claws44
7294
7295         * configure.in
7296                 sync the LDAP detection from 0.8.5cvs1
7297
7298 2002-10-02 [christoph]  0.8.3claws43
7299
7300         * po/de.po
7301                 fix small spelling error
7302
7303 2002-10-02 [melvin]     0.8.3claws42
7304
7305         * ac/aspell.m4
7306                 Behave better and say "no" when test program cannot be run.
7307
7308 2002-10-02 [paul]       0.8.3claws41
7309
7310         * sync with 0.8.4cvs1
7311                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7312                 
7313         * src/summaryview.c
7314                 toggle the behavior of Reply menuitem between
7315                 normal reply and reply-to-list
7316
7317 2002-10-01 [sergey]     0.8.3claws40
7318
7319         * src/compose.c
7320                 Convert newlines in the message text to the canonical form
7321                 before base64 encoding (RFC2045 compliance, fixes some
7322                 interoperability issues with Evolution 1.0.3)
7323
7324 2002-09-29 [colin]      0.8.3claws39
7325
7326         * src/summaryview.c
7327                 Fix an unwanted copy/paste
7328
7329 2002-09-29 [colin]      0.8.3claws38
7330
7331         * src/mainwindow.c
7332                 Renamed "Custom toolbar" to "Customize toolbar"
7333                 Renamed "Show all header" to "Show all headers"
7334                 Renamed "Set diplay item" to "Set displayed items"
7335         * src/prefs_common.c
7336                 Renamed "Show all header" to "Show all headers"
7337         * src/prefs_summary_column.c
7338                 Renamed "diplay item" to "displayed items"
7339
7340 2002-09-29 [colin]      0.8.3claws37
7341
7342         * src/mainwindow.[ch]
7343                 online/offline status pixmaps follow theme
7344                 changes
7345         * src/summaryview.[ch]
7346                 quicksearch pixmap follows theme changes
7347
7348 2002-09-29 [thorsten]   0.8.3claws36
7349
7350         * src/compose.c
7351           src/prefs_folder_item.[ch]
7352                 add default_reply_to folder option (closes patch 581044)
7353
7354 2002-09-29 [christoph]  0.8.3claws35
7355
7356         * acconfig.h    ** REMOVED **
7357         * configure.in
7358         * ac/aspell.m4
7359         * ac/check-type.m4
7360         * ac/gnupg-check-typedef.m4
7361                 fix autoheader 2.50 warning
7362
7363 2002-09-29 [christoph]  0.8.3claws34
7364
7365         * major code cleanup (part 2)
7366         
7367                 - unused variables removed
7368                 - unused functions removed
7369                 - uninitialized variables checked
7370                 - missing return statements added
7371                 - missing function return types added
7372                 - added parentheses around assignment
7373                   when suggested by gcc
7374
7375 2002-09-29 [alfons]     0.8.3claws33
7376
7377         * src/logwindow.c
7378                 log_window_clear(): only bracket gtk_text_forward_delete() 
7379                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7380                 works around GTK text bug)
7381
7382 2002-09-29 [paul]       0.8.3claws32
7383
7384         * po/bg.po
7385           po/sr.po
7386                 updated by George Danchev and Urke MMI
7387                 respectively
7388
7389 2002-09-27 [christoph]  0.8.3claws31
7390
7391         * doc-src/readme.txt
7392         * doc-src/rfc1806.txt   ** REMOVED **
7393         * doc-src/rfc2183.txt   ** NEW FILE **
7394         * doc-src/rfc2980.txt   ** NEW FILE **
7395                 update rfcs
7396
7397 2002-09-27 [melvin]     0.8.3claws30
7398
7399         * ac/aspell.m4
7400                 Fixed typo which could break linking
7401
7402 2002-09-27 [melvin]     0.8.3claws29
7403
7404         * ac/aspell.m4
7405                 Improved GNU/aspell checking. 
7406                 Fixed bug #614490
7407
7408 2002-09-27 [paul]       0.8.3claws28
7409
7410         * sync with 0.8.3cvs8
7411                 see ChangeLog 2002-09-27
7412
7413 2002-09-26 [colin]      0.8.3claws27
7414
7415         * src/toolbar.[ch]
7416           src/mainwindow.[ch]
7417                 Add "Reply to Mailing-list" to the toolbar
7418
7419 2002-09-26 [christoph]  0.8.3claws26
7420
7421         * src/summaryview.c
7422                 Fix wrong message counts in summaryview status
7423
7424 2002-09-26 [paul]       0.8.3claws25
7425
7426         * sync with 0.8.3cvs7
7427                 see ChangeLog 2002-09-26
7428
7429 2002-09-26 [paul]       0.8.3claws24
7430
7431         * sync with 0.8.3cvs6
7432                 see ChangeLog 2002-09-25
7433
7434 2002-09-25 [christoph]  0.8.3claws23
7435
7436         * src/prefs_common.c
7437         * src/prefs_folder_item.c
7438         * src/prefs_scoring.c
7439                 Renamed "kill score" to "hide score" in GUI
7440                 and prefs files
7441
7442 2002-09-25 [paul]       0.8.3claws22
7443
7444         * sync with 0.8.3cvs5
7445                 see ChangeLog 2002-09-24
7446
7447 2002-09-24 [alfons]     0.8.3claws21
7448
7449         patch by Satoshi Nagayasu: allows appending / saving multiple 
7450         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7451         'Save as ...'")
7452
7453         * AUTHORS
7454                 add Satoshi Nagayasu
7455         * src/summaryview.c
7456                 summary_save_as(): allow saving selected files to
7457                 one file
7458                 summary_set_menu_sensitive: enable "Save As..." when
7459                 multiple files are selected
7460         * src/utils.[ch]
7461                 append_file(): new function
7462
7463 2002-09-24 [colin]      0.8.3claws20
7464
7465         * src/procmime.c
7466                 Fix segfault when mimeinfo doesn't have a 
7467                 content_type. 
7468
7469 2002-09-24 [colin]      0.8.3claws19
7470
7471         * src/prefs_common.[ch]
7472                 Add a preference to display send dialog or not
7473         * src/send.c
7474                 Display send dialog according to preference
7475
7476 2002-09-24 [colin]      0.8.3claws18
7477
7478         * src/compose.[ch]
7479                 Disable user actions when sending
7480
7481 2002-09-24 [colin]      0.8.3claws17
7482
7483         * src/procmime.c
7484                 Do not display name or filename for attachments
7485                 with an application/pgp-signature type
7486                 (security flaw, see bug 537413)
7487
7488 2002-09-23 [colin]      0.8.3claws16
7489
7490         * src/editaddress.c
7491                 Initialize entry_email, entry_alias and 
7492                 entry_remarks to first email address of the list
7493
7494 2002-09-23 [colin]      0.83claws15
7495
7496         * src/compose.c
7497                 Drop pgp-signature when reediting a signed queued
7498                 message
7499
7500 2002-09-23 [melvin]     0.8.3claws14
7501
7502         * po/fr.po
7503                 Updated French translation
7504
7505 2002-09-23 [melvin]     0.8.3claws13
7506
7507         * src/mainwindow.c
7508                 Made custom toolbar menu labels more consistent
7509         * src/prefs_toolbar.c
7510                 Made custom toolbar window title more consistent
7511
7512 2002-09-22 [colin]      0.8.3claws12
7513
7514         * src/inc.c
7515                 Initialize session type to normal before getting 
7516                 mail (fixes strange Get behaviour)
7517         * src/prefs_account.h
7518                 Move STYPE_POP_BEFORE_SMTP to last position to 
7519                 avoid other side-effects
7520
7521 2002-09-22 [colin]      0.8.3claws11
7522
7523         * src/prefs_account.c
7524                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7525                 from pop3 to apop or vice-versa
7526
7527 2002-09-22 [colin]      0.8.3claws10
7528         
7529         * src/prefs_account.[ch]
7530                 Add an option for the POP before SMTP timeout
7531         * src/inc.c
7532                 Remember time of last POP connection
7533         * src/send.c
7534                 Do POP before SMTP only if timeout reached
7535
7536 2002-09-22 [oliver]     0.8.3claws9
7537         
7538         * README.claws
7539                 explain custom toolbar
7540
7541 2002-09-22 [oliver]     0.8.3claws8
7542
7543         * src/prefs_actions.[ch]
7544         custom toolbar for compose      
7545                 actions callback from compose toolbar
7546         * src/folderview.c
7547                 remove include toolbar.h
7548
7549 2002-09-22 [oliver]     0.8.3claws7
7550         
7551         * src/prefs_toolbar.[ch]
7552                 custom toolbar for compose
7553                 - generic prefs_toolbar handles both
7554                   Mainwin's toolbar as well as Compose toolbar          
7555
7556 2002-09-22 [oliver]     0.8.3claws6
7557         
7558         * src/toolbar.[ch]
7559                 custom toolbar for compose
7560                 restructure toolbar.[ch]
7561
7562 2002-09-22 [oliver]     0.8.3claws5
7563
7564         * src/compose.[ch]
7565                 custom toolbar for compose
7566
7567 2002-09-22 [oliver]     0.8.3claws4
7568         
7569         * src/mainwindow.[ch]
7570                 custom toolbar for compose 
7571                 move mainwin toolbar back to mainwindow
7572
7573 2002-09-22 [alfons]     0.8.3claws3
7574
7575         * src/procmsg.c
7576                 :%sno/if(/if (/gc
7577                 :%sno/for(/for (/gc
7578                 (beautify)
7579
7580 2002-09-22 [alfons]     0.8.3claws2
7581         
7582         * src/procmsg.c
7583                 procmsg_save_to_outbox(): don't unlink message file from queue;
7584                 callers should do it using folder_item_remove_msg()
7585
7586 2002-09-22 [colin]      0.8.3claws1
7587
7588         * src/mimeview.[ch]
7589                 Made mimeview_check_signature() public
7590         * src/textview.c
7591                 Made GPG signatures verifiable by clicking
7592                 the [application/pgp-signature] in the Text
7593                 view
7594
7595 2002-09-22 [paul]       0.8.3claws
7596
7597         * po/bg.po
7598           po/en_GB.po
7599           po/es.po
7600           po/it.po
7601           po/pl.po
7602           po/pt_BR.po
7603           po/sr.po
7604                 updated translations, submitted by George Danchev,
7605                 me, Ricardo Mones Lastra, Alessandro Maestri,
7606                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7607                 and Urke MMI, respectively.     
7608
7609 2002-09-22 [alfons]     0.8.2claws65
7610
7611         * src/procmsg.c
7612         * src/pgptext.c
7613                 no furry valgrinds have been used to plug these memleaks
7614
7615 2002-09-20 [paul]       0.8.2claws64
7616
7617         * sync with 0.8.3cvs4
7618                 'Select thread' re-implemented 
7619                 see ChangeLog 2002-09-20
7620
7621 2002-09-21 [alfons]     0.8.2claws63
7622
7623         * src/compose.c
7624                 compose_send(): plug unnoticed memleak
7625
7626 2002-09-20 [alfons]     0.8.2claws62
7627
7628         * src/addr_compl.c
7629                 replace_address_in_edit(): strict check for NULL address to
7630                 fix "[ 607348 ] Segfault in address completion". My guess is
7631                 that this happens with an empty address book, but it's good
7632                 to have this check here anyway
7633                 
7634                 completion_window_button_press(): free string returned 
7635                 from the internal cache
7636
7637 2002-09-20 [christoph]  0.8.2claws61
7638
7639         * src/procmime.h
7640                 added ENC_BINARY to EncodingType
7641         * src/procmime.c
7642                 the string returned by procmime_get_encoding_str
7643                 should not depend on the order of values in the
7644                 EncodingType definition
7645         * doc-src/rfc1806.txt   ** NEW FILE **
7646                 Added rfc1806 about MIME Content-Disposition
7647                 Extension
7648
7649 2002-09-19 [paul]       0.8.2claws60
7650
7651         * sync with 0.8.2cvs3
7652                 see ChangeLog 2002-09-19
7653
7654 2002-09-19 [paul]       0.8.2claws59
7655
7656         * src/prefs_folder_item.c
7657                 revert to Darko's original alignment of colour
7658                 selector button
7659                 add a colon to folder_color label
7660                 
7661         * src/compose.c
7662                 add Colin's patch (with Hiro's modifications) to 
7663                 force BASE64 encoding for 8-bit text when signing
7664                 (sync with 0.8.3cvs2)
7665
7666 2002-09-18 [alfons]     0.8.2claws58
7667
7668         * src/compose.c
7669                 :%sno/if(/if (/gc
7670                 :%sno/for(/for (/gc
7671                 (beautify a little bit)
7672
7673 2002-09-18 [christoph]  0.8.2claws57
7674
7675         * src/pine.c
7676                 fix handling of fgetc return value
7677
7678 2002-09-17 [alfons]     0.8.2claws56
7679         
7680         * src/summaryview.c
7681                 summary_sort(): check non-NULL summaryview->folder_item when no 
7682                 folder is selected at all
7683                 (closes "[ 610344 ] sort label make syl Crash")
7684
7685 2002-09-17 [alfons]     0.8.2claws55
7686         
7687         * src/compose.c
7688                 beautify a little bit
7689
7690 2002-09-17 [christoph]  0.8.2claws54
7691
7692         * src/folder.c
7693                 initialize max values for cache and folder
7694                 when cache or folder is empty
7695
7696 2002-09-15 [colin]      0.8.2claws53
7697
7698         * src/compose.c
7699                 Fix a leak (thanks Alfons!) and cleaned
7700                 variables names for custom headers
7701
7702 2002-09-15 [colin]      0.8.2claws52
7703
7704         * src/compose.c
7705                 Fix custom headers recognition when
7706                 prefs_common.trans_hdr is on
7707
7708 2002-09-15 [colin]      0.8.2claws51
7709
7710         * src/compose.c
7711                 Allow dynamically-added custom headers
7712                 Yet not reparsed if reedited
7713
7714 2002-09-15 [alfons]     0.8.2claws50
7715
7716         * src/prefs_account.c
7717                 fix warnings
7718
7719 2002-09-15 [colin]      0.8.2claws49
7720         
7721         * src/prefs_account.c
7722                 fix pop_before_smtp sensitivity
7723
7724 2002-09-15 [colin]      0.8.2claws48
7725
7726         * src/inc.[ch]
7727                 add inc_pop_before_smtp()
7728                 allow MainWindow to be undefined in 
7729                 inc_account_mail() and inc_start()
7730         * src/pop.c
7731           src/prefs_account.h
7732                 add STYPE_POP_BEFORE_SMTP session type
7733         * src/prefs_account.c
7734                 activated pop before smtp option
7735         * src/send.c
7736                 do pop before smtp if the relevant option 
7737                 is set
7738
7739 2002-09-15 [paul]       0.8.2claws47
7740
7741         * sync with 0.8.3
7742                 see ChangeLog 2002-09-15
7743
7744 2002-09-14 [paul]       0.8.2claws46
7745
7746         * po/bg.po
7747                 updated Bulgarian translation, submitted by
7748                 George Danchev
7749
7750 2002-09-13 [paul]       0.8.2claws45
7751
7752         * src/compose.c
7753                 merge claws' select_account() with main's
7754                 (new) compose_select_account(). [sync with
7755                 0.8.2cvs15, see ChangeLog 2002-09-11]
7756
7757 2002-09-12 [christoph]  0.8.2claws44
7758
7759         * src/filter.c
7760                 allocate 1 elements of FolderItem not 0
7761
7762 2002-09-12 [colin]      0.8.2claws43
7763
7764         * src/compose.c
7765                 Fix bug #590825 (obey Follow-up: poster)
7766
7767 2002-09-12 [colin]      0.8.2claws42
7768
7769         * src/procmime.c
7770                 Fix bug #557009 (wrong headers for messages 
7771                 forwarded as attachments)
7772
7773 2002-09-11 [colin]      0.8.2claws41
7774         
7775         * src/compose.c
7776                 Put SCF: pseudo-header on top of message
7777                 Set draft tmp_flag when saved as draft
7778
7779         * src/procmsg.c
7780           src/procheader.c
7781                 Skip after first \n\n for beginning of real message
7782                 for drafts too
7783
7784 2002-09-11 [christoph]  0.8.2claws40
7785
7786         * src/filtering.c
7787                 use procmsg flag functions in filtering or processing
7788                 will cause incorrect folder message counts
7789
7790 2002-09-11 [colin]      0.8.2claws39
7791
7792         * src/compose.c
7793                 Fix bug #550175 - wrong save folder when reediting
7794                 drafts
7795
7796 2002-09-11 [paul]       0.8.2claws38
7797
7798         * sync with 0.8.2cvs14
7799                 see ChangeLog 2002-09-11
7800
7801 2002-09-11 [colin]      0.8.2claws37
7802
7803         * src/folder.c
7804                 Fix a typo (seeming to cause new/unread status to
7805                 be lost)
7806
7807 2002-09-10 [christoph]  0.8.2claws36
7808
7809         * src/compose.c
7810                 compose_redirect should not use compose_generic_new
7811                 because that does more stuff than expected including
7812                 opening the external editor
7813                 (closes bug "[ 526608 ] bounced messages appear blank
7814                  in editor")
7815
7816 2002-09-10 [christoph]  0.8.2claws35
7817
7818         * src/folder.c
7819                 fix problem with too large message number range
7820                 causing a crash in folder_item_scan
7821
7822 2002-09-10 [paul]       0.8.2claws34
7823
7824         * sync with 0.8.2cvs13
7825                 see ChangeLog 2002-09-10
7826
7827 2002-09-10 [christoph]  0.8.2claws33
7828
7829         * src/msgcache.c
7830                 set MsgInfo TmpFlags for queue and draft folders
7831                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7832
7833 2002-09-10 [paul]       0.8.2claws32
7834
7835         * AUTHORS
7836           po/bg.po      ** NEW FILE **
7837                 new Bulgarian translation submitted by
7838                 George Danchev <danchev@spnet.net>
7839                 
7840         * tools/Makefile.am
7841           tools/README
7842           tools/tb2sylpheed     ** NEW FILE **
7843                 add script that converts an addressbook exported
7844                 from The Bat! into a Sylpheed addressbook. Submitted
7845                 by Urke MMI <urke-kg@eunet.yu>
7846
7847 2002-09-10 [paul]       0.8.2claws31
7848
7849         * sync with 0.8.2cvs12
7850                 see ChangeLog 2002-09-10
7851
7852 2002-09-06 [paul]       0.8.2claws30
7853
7854         * src/prefs_common.c
7855                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7856                 
7857         * tools/Makefile.am
7858           tools/README
7859           tools/ldif-to-xml.py  ** REMOVED **
7860                 remove obsolete python script
7861
7862 2002-09-06 [paul]       0.8.2claws29
7863
7864         * sync with 0.8.2cvs10
7865                 see ChangeLog 2002-09-06
7866
7867 2002-09-04 [paul]       0.8.2claws28
7868
7869         * sync with 0.8.2cvs9
7870                 see ChangeLog 2002-08-04
7871
7872 2002-09-04 [colin]      0.8.2claws27 
7873
7874         * src/prefs_common.[ch]
7875                 Added signature color configuration
7876         * src/textview.c
7877                 Use user-specified signature color
7878
7879 2002-09-03 [colin]      0.8.2claws26
7880
7881         * src/prefs_common.[ch]
7882                 Added autosave and autosave_length prefs
7883         * src/compose.c
7884                 Added compose_remove_draft()
7885                 Auto-save drafts according to the prefs
7886         * src/main.c
7887                 Added a crash-indicator file, allowing to check
7888                 for new messages on startup if Sylpheed crashed
7889                 (makes saved drafts "reappear")
7890
7891 2002-09-03 [colin]      0.8.2claws25
7892
7893         * src/textview.[ch]
7894                 Grey the signature
7895
7896 2002-09-03 [paul]       0.8.2claws24
7897
7898         * sync with 0.8.2cvs8
7899                 see ChangeLog 2002-09-02 and 2002-09-03
7900
7901 2002-09-03 [darko]      0.8.2claws23
7902
7903         * src/folderview.c
7904                 use normal style when creating new folder to pick
7905                 proper font size 
7906
7907 2002-09-02 [melvin]     0.8.2claws22
7908
7909         * src/gtkaspell.m4
7910                 removed some obsolete code
7911
7912 2002-09-02 [melvin]     0.8.2claws21
7913
7914         * ac/aspell.m4
7915                 fixed test's equality sign (== to =)
7916
7917 2002-09-02 [alfons]     0.8.2claws20
7918
7919         * src/folder.c
7920         * src/mh.c
7921                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7922                 as folder->destroy virtual as suggested by Hiro
7923                 (the mh.c code seems to have been lost around mh.c.1.21)
7924
7925 2002-09-02 [paul]       0.8.2claws19
7926
7927         * po/pt_BR.po
7928                 updated by Fabio Jr. Beneditto
7929                 
7930         * src/defs.h
7931                 use 'http://claws.sylpheed.org' for homepage link. 
7932                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7933
7934 2002-09-01 [alfons]     0.8.2claws18
7935
7936         * src/mh.c
7937                 plug memleak related to one Martin Kluge found
7938
7939 2002-08-31 [paul]       0.8.2claws17
7940
7941         * sync with 0.8.2cvs6
7942                 see ChangeLog 2002-08-30
7943
7944 2002-08-31 [alfons]     0.8.2claws16
7945
7946         * src/folder.c
7947                 folder_destroy(): remove mailbox from folderlist even if it has
7948                 no destroy virtual
7949
7950 2002-08-31 [alfons]     0.8.2claws15
7951
7952         * src/folder.c
7953                 :%sno/if(/if (/gc
7954                 :%sno/for(/for (/gc
7955                 (being pedantic I know)
7956
7957 2002-08-31 [alfons]     0.8.2claws14
7958
7959         * src/folder.c
7960                 check for NULL pointers returned from folder->fetch_msginfo virtual
7961                 (should solve some reported crashes)
7962
7963 2002-08-30 [alfons]     0.8.2claws13
7964
7965         * acconfig.h
7966         * configure.in
7967         * src/crash.c
7968                 enable crash dialog on compilation time
7969                 (--enable-crash-dialog configure option)
7970
7971 2002-08-30 [alfons]     0.8.2claws12
7972
7973         * AUTHORS
7974                 add Martin Kluge
7975         * src/mh.c
7976                 apply memory leak plug patch by Martin Kluge
7977                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7978                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7979                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7980
7981 2002-08-30 [darko]      0.8.2claws11
7982
7983         * src/folderview.c
7984                 copy Gtk style from normal style to match
7985                 font size for coloured folders
7986
7987 2002-08-29 [alfons]     0.8.2claws10
7988
7989         * sylpheed.desktop
7990                 Type=Internet <- Type=Application
7991                 (reported by Michael Schwendt, see:
7992                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7993                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7994
7995 2002-08-29 [paul]       0.8.2claws9
7996
7997         * sync with 0.8.2cvs5
7998                 see ChangeLog 2002-08-29
7999
8000 2002-08-29 [colin]      0.8.2claws8
8001
8002         * src/summaryview.c
8003                 Added a sanity check in summary_select_thread
8004                 Should fix bug 601605
8005
8006 2002-08-29 [colin]      0.8.2claws7
8007
8008         * src/main.c
8009                 Revert claws6 changes regarding bug #591676
8010
8011 2002-08-28 [colin]      0.8.2claws6
8012         
8013         * src/main.c
8014                 Ignore cache for queue folderitems
8015                 Fix bug #591676
8016
8017 2002-08-28 [melvin]     0.8.2claws5
8018
8019         * README.claws
8020                 Fixed typos.
8021
8022 2002-08-28 [melvin]     0.8.2claws4
8023
8024         * README.claws
8025                 Updated a bit the text concerning the spell checker
8026
8027 2002-08-28 [melvin]     0.8.2claws3
8028
8029         Merged the GNU_aspell_branch:
8030                 Support of new GNU/aspell is now included and the old pspell
8031                 is not supported anymore.
8032                 See README.claws
8033
8034         * README.claws
8035                 Updated spell checker text to reflect the switch to GNU/aspell
8036
8037         * ac/aspell.m4          *** NEW ***
8038         * src/gtkaspell.[ch]    *** NEW *** 
8039         * ac/pspell.m4          *** DELETED *** 
8040         * src/gtkspell.[ch]     *** DELETED ***
8041
8042         * ac/Makefile.am
8043                 Updated for GNU/aspell support
8044
8045         * po/POTFILES.in
8046                 Replaced gtkspell.c by gtkaspell.c
8047
8048         * acconfig.h
8049         * src/Makefile.am
8050         * src/about.c
8051         * src/compose.[ch]
8052         * src/crash.c
8053         * src/main.c
8054         * src/prefs_common.[ch]
8055                 Updated for GNU/aspell support
8056
8057 2002-08-28 [paul]       0.8.2claws2
8058
8059         * sync with 0.8.2cvs4
8060                 see ChangeLog 2002-08-27 and 2002-08-28
8061
8062 2002-08-28 [colin]      0.8.2claws1
8063
8064         * src/summary_search.c
8065                 Added "AND search"
8066
8067 2002-08-28 [jens]       0.8.2claws
8068
8069         *po/de.po
8070                 Updated German translations
8071
8072 2002-08-27 [melvin]     0.8.2claws
8073
8074         * po/fr.po
8075                 Updated French translations
8076
8077 2002-08-27 [paul]       0.8.2claws
8078
8079         * sync with 0.8.2 main release
8080
8081         * po/en_GB.po
8082           po/es.po
8083           po/it.po
8084           po/pl.po
8085           po/pt_BR.po
8086           po/sr.po
8087                 updated message catalogs submitted by
8088                 Ricardo Mones Lastra, Alessandro Maestri,
8089                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8090                 Beneditto and Urke MMI  
8091
8092 2002-08-27 [hoa]        0.8.1claws123
8093
8094         * src/mainwindow.[ch]
8095         * src/summaryview.[ch]
8096                 removed the "filter setting" menu option.
8097                 add a "cancel a news message" menu option.
8098
8099 2002-08-26 [martin]     0.8.1claws122
8100
8101         * ChangeLog.claws
8102                 changed string under 0.8.1claws79 changed by myself
8103                 i'm sorry alfons :(
8104
8105 2002-08-26 [martin]     0.8.1claws121
8106
8107         * src/crash.c
8108                 added kill command to debuggerrc to start crash dialog
8109
8110 2002-08-26 [paul]       0.8.1claws120
8111
8112         * sync with 0.8.1cvs31
8113                 see ChangeLog 2002-08-26
8114
8115 2002-08-25 [alfons]     0.8.1claws119
8116
8117         * src/procmsg.c
8118                 fix bug that didn't send out correct headers to news server
8119                 when sending news article and email from queue (bug reported
8120                 and patch provided by Tim Mann; closes bug 
8121                 "[ 583196 ] 0.7.8claws can't post news")
8122
8123 2002-08-25 [alfons]     0.8.1claws118
8124
8125         * src/selective_download.c
8126                 mark two strings as translatable
8127                 (thanks to Urke MMI for pointing this out)
8128
8129 2002-08-25 [alfons]     0.8.1claws117
8130
8131         * src/summaryview.c
8132                 treat sent boxes as special and allow sorting them by addressee
8133                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8134                 submitted by Steve Lamb)
8135
8136 2002-08-24 [alfons]     0.8.1claws116
8137
8138         * src/matcher.c
8139                 fix memleak reported by Martin Kluge
8140                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8141
8142 2002-08-24 [oliver]     0.8.1claws115
8143
8144         * src/prefs_toolbar.c
8145                 o code cleanup as suggested by Alfons
8146                 o memleak fix
8147
8148 2002-08-24 [alfons]     0.8.1claws114
8149
8150         * src/summaryview.c
8151                 o fix another memory leak reported by Martin Kluge
8152                   (see "[ 599568 ] Small Memory Leak")
8153                 o remove 'from' variable from 'summary_set_header()'; we can
8154                   do with just 'to' 
8155
8156 2002-08-24 [paul]       0.8.1claws113
8157
8158         * sync with 0.8.1cvs30
8159                 see ChangeLog 2002-08-23
8160
8161 2002-08-24 [alfons]     0.8.1claws112
8162
8163         * src/summaryview.c
8164                 remove unnecessary allocations for search bar fixing leaks
8165                 reported by Martin Kluge
8166                 (see "[ 599451 ] Further memory leaks?")
8167
8168 2002-08-24 [alfons]     0.8.1claws111
8169
8170         * src/main.c
8171                 make get_socket_name() public for crash.c
8172         * src/crash.c
8173                 o make report bug button work (goes to claws' 
8174                   bug tracker at sf.net)
8175                 o introduce function for doing important stuff just
8176                   before claws goes down
8177                 o clean up code 
8178
8179 2002-08-24 [alfons]     0.8.1claws110
8180
8181         * src/compose.c
8182                 move cursor to "To" entry when forwarding as attachment
8183                 (reported and solved by Steve Lamb, closes bug report
8184                 "[ 592880 ] Forward as attachment; cursor not in to")
8185
8186 2002-08-24 [colin]      0.8.1claws109
8187
8188         * src/mainwindow.c
8189                 fix quick search visibility after GUI (de)separations.
8190
8191 2002-08-23 [colin]      0.8.1claws108
8192
8193         * src/mainwindow.c
8194                 fix header pane visibility after folderview or
8195                 messageview (de)separation
8196
8197 2002-08-23 [paul]       0.8.1claws107
8198
8199         * src/mainwindow.[ch]
8200           src/toolbar.c
8201                 give full control of display or non-display 
8202                 of the Execute icon to Custom toolbar settings.
8203                 add new sensitivity condition to maninwindow.h: 
8204                 M_DELAY_EXEC
8205
8206         * ChangeLog
8207           ChangeLog.jp
8208           NEWS
8209                 more sync with 0.8.1cvs29
8210
8211 2002-08-23 [melvin]     0.8.1claws106
8212
8213         * src/alertpanel.c
8214                 Readded support for custom widget in alertpanel lost in last
8215                 sync.
8216
8217 2002-08-23 [paul]       0.8.1claws105
8218
8219         * sync with 0.8.1cvs29
8220                 see ChangeLog 2002-08-23
8221
8222 2002-08-23 [colin]      0.8.1claws104
8223
8224         * src/summaryview.c
8225                 Fix folder and search pixmaps exchanging positions
8226                 after theme or toolbar changes. Thank to Oliver for 
8227                 reporting this.
8228
8229 2002-08-23 [colin]      0.8.1claws103
8230
8231         * src/mainwindow.c
8232           src/messageview.[ch]
8233           src/noticeview.[ch]
8234           src/summaryview.c
8235                 Changed messageview_create() and noticeview_create()
8236                 to avoid the last gdk_warning
8237
8238 2002-08-22 [colin]      0.8.1claws102
8239
8240         * src/summaryview.c
8241                 Fix my new `Creating pixmap from xpm' warning
8242
8243 2002-08-22 [colin]      0.8.1claws101
8244
8245         * src/mainwindow.c
8246                 Fix some of the gdk warnings
8247
8248 2002-08-22 [colin]      0.8.1claws100
8249
8250         * src/Makefile.am
8251         * src/stock_pixmap.c
8252         * src/stock_pixmap.h
8253         * src/pixmaps/quicksearch.xpm *ADDED*
8254                 Add the quicksearch pixmap
8255         * src/mainwindow.c
8256         * src/summaryview.c
8257         * src/summaryview.h
8258                 Make quicksearch bar visible/hidden via a button
8259
8260 2002-08-22 [christoph]  0.8.1claws99
8261
8262         * src/folder.c
8263                 fix folder update for newsgroups with message
8264                 numbers below minimum number of articles to fetch
8265                 (closes bug #598445)
8266
8267 2002-08-22 [paul]       0.8.1claws98
8268
8269         * sync with 0.8.1cvs28
8270                 see ChangeLog 2002-08-22
8271
8272 2002-08-21 [alfons]     0.8.1claws97
8273
8274         * src/crash.c
8275                 use bt instead of bt full which seems to work 
8276                 better, and bt full doesn't give a great deal 
8277                 of information anyway
8278
8279 2002-08-21 [colin]      0.8.1claws96
8280
8281         * src/summaryview.c
8282                 fix summaryview_searchtype_changed prototype
8283
8284 2002-08-21 [christoph]  0.8.1claws95
8285
8286         * src/mainwindow.c
8287                 o fix broken menu update for sorting type, we have to
8288                   get this info from the summaryview now
8289                 o removed setting of threaded state in menu callback
8290         * src/summaryview.[ch]
8291                 more summaryview/folderitem seperation for
8292                 threading option
8293         * configure.in
8294                 removed not required --with-compiler-flags option
8295
8296 2002-08-21 [oliver]     0.8.1claws94
8297         
8298         * src/toolbar.h 
8299                 o rename toolbar.xml to toolbar_main.xml
8300                   since toolbar_compose.xml might come up 
8301                   any time soon
8302         * README.claws
8303                 add custom toolbar              
8304
8305 2002-08-21 [darko]      0.8.1claws93
8306
8307         * src/procmsg.c
8308                 don't reset tmp flags for messages copied
8309                 to sent folder
8310
8311 2002-08-21 [colin]      0.8.1claws92
8312         
8313         * src/prefs_filtering.c
8314                 fix renaming rules on folder rename 
8315                 when folder is not a leaf folder
8316
8317 2002-08-21 [paul]       0.8.1claws91
8318
8319         * src/prefs_folder_item.c
8320                 fix alignment of colour selector
8321
8322 2002-08-21 [paul]       0.8.1claws90
8323
8324         * sync with 0.8.1cvs27
8325                 see ChangeLog 2002-08-21
8326
8327 2002-08-21 [paul]       0.8.1claws89
8328
8329         * src/summaryview.c
8330                 fix crash when changing field type in
8331                 Quick search bar
8332
8333 2002-08-21 [colin]      0.8.1claws88
8334
8335         * src/summaryview.c
8336                 Made quick search case-insensitive
8337
8338 2002-08-21 [paul]       0.8.1claws87
8339
8340         * sync with 0.8.1cvs26
8341                 see ChangeLog 2002-08-21
8342
8343 2002-08-20 [christoph]  0.8.1claws86
8344
8345         * src/folderview.c
8346         * src/main.c
8347         * src/summaryview.[ch]
8348                 more summaryview/folderitem seperation for
8349                 sort_key and sort_type
8350         * src/procmsg.c
8351                 added missing return statement
8352
8353 2002-08-20 [colin]      0.8.1claws85
8354
8355         * src/summaryview.[ch]
8356                 Added a quick search box
8357         * src/mainwindow.c
8358         * src/prefs_common.[ch]
8359                 Added a show/hide option for the quick search
8360
8361 2002-08-20 [oliver]     0.8.1claws84
8362         
8363         * src/mainwindow.c
8364                 remove toolbar_create_popups
8365         * src/toolbar.[ch]
8366                 o remove toolbar_create_popups
8367                 o fix toolbar_set_sensitive 
8368                   (Bug reports #596834 and #596832)     
8369         * src/prefs_toolbar.c
8370                 o add "Set default" button
8371                 o align label and text + combo widgets
8372
8373 2002-08-20 [hoa]        0.8.1claws83bis
8374
8375         * src/imap.c
8376                 fixed a bug in imap_fetch_msginfo() in case there is no
8377                 current folder.
8378
8379 2002-08-20 [darko]      0.8.1claws83
8380
8381         * src/folderview.c
8382                 copy the color style of folder view so it
8383                 works with GTK themes
8384
8385 2002-08-20 [darko]      0.8.1claws82
8386
8387         * src/folder.h
8388         * src/folderview.c
8389         * src/prefs_folder_item.[hc]
8390                 don't use UI stuff in folder.h
8391
8392 2002-08-20 [darko]      0.8.1claws81
8393
8394         * src/folder.h
8395         * src/prefs_folder_item.h
8396         * src/folderview.c
8397         * src/prefs_folder_item.c
8398                 ability to set folder color in folderview
8399
8400 2002-08-19 [alfons]     0.8.1claws80
8401
8402         * src/summaryview.c
8403                 fix one of the earlier memleaks reported by Martin Kluge
8404
8405 2002-08-19 [alfons]     0.8.1claws79
8406
8407         * src/mainwindow.c
8408                 hide notice view when selecting seperate folder
8409                 view (reported by Urke MMI)
8410
8411 2002-08-19 [christoph]  0.8.1claws78
8412
8413         * src/folderview.c
8414         * src/prefs_folder_item.h
8415         * src/summaryview.[ch]
8416                 o add summary_set_prefs_from_folderitem to set
8417                   summaryview prefs (first step to remove all
8418                   references to the folderitem in summaryview)
8419                 o moved compiled regex stuff from folderitem prefs
8420                   to summaryview code
8421
8422 2002-08-19 [paul]       0.8.1claws77
8423
8424         * src/compose.c
8425                 add check for '.' to QUOTE_IF_REQUIRED
8426
8427 2002-08-19 [paul]       0.8.1claws76
8428
8429         * src/inc.c
8430                 sync with 0.8.1cvs25 (plug memory leak)
8431
8432         * src/prefs_toolbar.c
8433                 re-order prefs_toolbar_cancel()
8434
8435 2002-08-18 [alfons]     0.8.1claws75
8436
8437         * src/inc.c
8438         * src/matcher.c
8439                 plug other memleaks reported by Martin Kluge
8440
8441 2002-08-18 [paul]       0.8.1claws74
8442
8443         * po/pt_BR.po
8444                 updated by Fabio Jr. Beneditto
8445
8446 2002-08-18 [paul]       0.8.1claws73
8447
8448         * src/toolbar.[ch]
8449                 fix bug where tooltips were displayed untranslated              
8450
8451         * src/prefs_toolbar.c
8452                 fix bug where clicking 'Cancel' creates an icon & text
8453                 toolbar regardless of prefs
8454         
8455
8456 2002-08-17 [oliver]     0.8.1claws72
8457
8458         * src/prefs_toolbar.c
8459                 update toolbar on CANCEL
8460                 bug reported by Martin Kluge
8461         * src/toolbar.c
8462                 toolbar_destroy memleak fixed           
8463
8464 2002-08-17 [alfons]     0.8.1claws71
8465
8466         * src/toolbar.c
8467                 plug another memleak reported by Martin Kluge
8468
8469 2002-08-16 [alfons]     0.8.1claws70
8470
8471         * src/crash.c
8472                 use execvp() correctly (suggested by wwp; thanks!)
8473
8474 2002-08-16 [alfons]     0.8.1claws69
8475
8476         * src/gtksctree.c
8477                 plug memory leak reported by Kim Schultz & Martin Kluge
8478
8479 2002-08-16 [paul]       0.8.1claws68
8480
8481         * po/es.po
8482                 updated by Ricardo Mones Lastra
8483
8484 2002-08-16 [paul]       0.8.1claws67
8485
8486         * src/toolbar.h
8487                 fix bug where 'Compose News' icon showed wrong
8488                 tooltip
8489
8490 2002-08-16 [paul]       0.8.1claws66
8491
8492         * sync with 0.8.1cvs24
8493                 see ChangeLog 2002-08-16
8494
8495         * po/it.po
8496                 updated by Alessandro Maestri
8497
8498 2002-08-15 [paul]       0.8.1claws65
8499
8500         * po/sr.po
8501                 updated by Urke MMI
8502
8503 2002-08-15 [paul]       0.8.1claws64
8504
8505         * src/*.c
8506                 don't translate debug info
8507
8508         * src/matcher.[ch]
8509                 add copyright info
8510
8511 2002-08-15 [paul]       0.8.1claws63
8512
8513         * src/prefs_toolbar.c
8514                 fix bug where clicking 'OK' creates an icon & text
8515                 toolbar regardless of prefs
8516
8517 2002-08-14 [alfons]     0.8.1claws62
8518
8519         * src/main.c
8520                 add global var that has the full argv[0]
8521         * src/crash.c
8522                 o execvp the correct sylpheed by using argv0
8523                   and setting the correct work dir
8524                 o other tweaks  
8525
8526 2002-08-14 [oliver]     0.8.1claws61
8527         
8528         * enable/disable Toolbar Action Buttons 
8529         * code cleanups
8530         * src/mainwindow.c
8531         * src/toolbar.[ch]      
8532         * src/prefs_toolbar.c   
8533
8534 2002-08-14 [melvin]     0.8.1claws60
8535
8536         * po/fr.po
8537                 Updated French translations
8538
8539 2002-08-14 [melvin]     0.8.1claws59
8540
8541         * src/crash.c
8542                 Made bug report not translatable
8543         * src/exporthtml.c
8544                 Fixed exporthtml_build_filespec() return value
8545         * src/foldersel.c
8546                 Fixed incorrect include file
8547         * src/gtkspell.c
8548         * src/prefs_actions.c
8549         * src/prefs_toolbar.c
8550                 Made debug info not translatable
8551         * src/mutt.c
8552         * src/quote_fmt.c
8553                 Added missing includes
8554         * src/prefs_common.c
8555                 Fixed typo
8556
8557 2002-08-14 [paul]       0.8.1claws58
8558
8559         * faq/es/sylpheed-faq.html
8560           faq/es/sylpheed-faq-[1-3].html
8561           faq/es/sylpheed-faq-4.html     **NEW FILE **
8562                 update Spanish FAQ
8563
8564 2002-08-13 [christoph]  0.8.1claws57
8565
8566         * src/procmsg.c
8567                 ignore thread fix that did not mark all
8568                 child nodes of a ignored thread as
8569                 ignored. Does not work perfectly yet,
8570                 but it is better now
8571
8572 2002-08-13 [alfons]     0.8.1claws56
8573
8574         * src/crash.c
8575                 o implement 'save crash log'
8576                 o some tweaks
8577
8578 2002-08-13 [melvin]     0.8.1claws55
8579
8580         * src/main.c
8581                 removed unrequired "execinfo.h" header
8582
8583 2002-08-12 [paul]       0.8.1claws54
8584
8585         * faq/en/sylpheed-faq.html
8586           faq/en/sylpheed-faq-[1-3].html
8587           faq/en/sylpheed-faq-4.html     **NEW FILE **
8588                 update English FAQ
8589
8590 2002-08-12 [alfons]     0.8.1claws53
8591
8592         * po/POTFILES.in
8593                 add crash.c to translatables
8594         * src/crash.c
8595                 bring in Leandro's crash dialog
8596
8597 2002-08-11 [alfons]     0.8.1claws52
8598
8599         * src/crash.c
8600                 clean up some warnings
8601
8602 2002-08-11 [alfons]     0.8.1claws51
8603
8604         * acconfig.h
8605         * configure.in
8606         * src/crash.[ch]        ** NEW FILES **
8607         * src/main.c            
8608                 initial gdb crash handler
8609
8610 2002-08-11 [paul]       0.8.1claws50
8611
8612         * src/prefs_toolbar.c
8613                 replace Up/Down arrow pixmaps with text to be
8614                 consistent across icon themes
8615
8616 2002-08-11 [paul]       0.8.1claws49
8617
8618         * src/prefs_common.c
8619           src/prefs_toolbar.c
8620                 rename 'Pixmap' -> 'Icon'
8621
8622         * src/toolbar.[ch]
8623                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8624
8625 2002-08-10 [paul]       0.8.1claws48
8626
8627         * src/prefs_toolbar.c
8628                 re-work the UI
8629
8630 2002-08-10 [paul]       0.8.1claws47
8631
8632         * src/main.c
8633                 don't write Processing progress to status bar
8634                 patch submitted by Alexander Evseev
8635
8636         * src/prefs_toolbar.c
8637                 re-position and resize window
8638                 make window assume correct size on first call
8639
8640 2002-08-10 [paul]       0.8.1claws46
8641
8642         * src/mainwindow.c
8643           src/prefs_toolbar.c
8644           src/toolbar.c
8645           src/toolbar.h
8646                 obey coding style
8647                 follow UI text conventions
8648
8649 2002-08-10 [alfons]     0.8.1claws45
8650
8651         * src/toolbar.c
8652                 correct pixmap for delete action
8653
8654 2002-08-10 [paul]       0.8.1claws44
8655
8656         * po/pt_BR.po
8657                 updated by Fabio Jr. Beneditto
8658
8659 2002-08-10 [paul]       0.8.1claws43
8660
8661         * po/POTFILES.in
8662                 add custom toolbar files
8663
8664 2002-08-10 [paul]       0.8.1claws42
8665
8666         * sync with 0.8.1cvs22
8667                 see ChangeLog 2002-08-09
8668
8669 2002-08-09 [paul]       0.8.1claws41
8670
8671         * tools/Makefile.am
8672           tools/README
8673           tools/outlook2sylpheed.pl     ** NEW FILE **
8674                 add script to convert exported Outlook
8675                 contacts list to a Sylpheed addressbook.
8676                 Submitted by Ricardo Mones Lastra.
8677
8678 2002-08-09 [paul]       0.8.1claws40
8679
8680         * AUTHORS
8681           configure.in
8682           po/sr.po      ** NEW FILE **
8683                 add Serbian message catalog. Submitted by
8684                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8685
8686 2002-08-09 [paul]       0.8.1claws39
8687
8688         * sync with 0.8.1cvs21
8689                 see ChangeLog 2002-08-08
8690
8691 2002-08-08 [oliver]     0.8.1claws38
8692
8693         * src/mainwindow.c
8694                 move Custom Toolbar to Configuration menu
8695
8696 2002-08-08 [oliver]     0.8.1claws37
8697
8698         * src/prefs_toolbar.c
8699                 fix substitute pixmap bug
8700
8701 2002-08-08 [paul]       0.8.1claws36
8702
8703         * sync with 0.8.1cvs19
8704                 see ChangeLog 2002-08-08
8705
8706 2002-08-07 [christoph]  0.8.1claws35
8707
8708         * src/utils.c
8709                 fixed a memory leak in new canonicalize_file_replace
8710
8711 2002-08-07 [christoph]  0.8.1claws34
8712
8713         * src/utils.[ch]
8714                 o canonicalize_file_replace should create the temporary
8715                   file in the same directory as the original file.
8716                 o added get_tmpfile_in_dir that creates a temorary file
8717                   in a specified directory.
8718
8719 2002-08-07 [melvin]     0.8.1claws33
8720
8721         * src/toolbar.c
8722                 fixed bug where 'Article' button acted as 'Email' button.
8723
8724 2002-08-07 [paul]       0.8.1claws32
8725
8726         * sync with 0.8.1.cvs17
8727                 see ChangeLog 2002-08-07
8728
8729 2002-08-07 [colin]      0.8.1claws31
8730         
8731         * src/news.c
8732                 fix mass-cancel problem
8733
8734 2002-08-07 [thorsten]   0.8.1claws30
8735
8736         * src/prefs_toolbar.c
8737                 fix: crash on replace or add new button
8738         * src/toolbar.c
8739                 fix: close xmlfile after reading
8740         * src/utils.c
8741                 fix: unlink() file before rename()
8742
8743 2002-08-06 [paul]       0.8.1claws29
8744
8745         * sync with 0.8.cvs15
8746                 see ChangeLog 2002-08-06
8747
8748 2002-08-06 [oliver]     0.8.1claws28
8749
8750         * src/toolbar.c
8751         * src/prefs_toolbar.c
8752                 fixed empty toolbar issue
8753
8754 2002-08-06 [oliver]     0.8.1claws27
8755
8756         * Custom Toolbar Final 
8757         * src/folderview.c
8758         * src/inc.c
8759         * src/summaryview.c
8760                 o toolbar stuff now lives in src/toolbar.[ch]
8761                 o main_window_toolbar_* functions are renamed to
8762                   toolbar_* reflecting their new source file
8763         * src/mainwindow.[ch]
8764                 o remove toolbar stuff  
8765
8766 2002-08-06 [oliver]     0.8.1claws26
8767         
8768         * src/Makefile.am
8769         * src/prefs_toolbar.[ch]        **New File**
8770         * src/toolbar.[ch]              **New File**
8771                 o prefs_toolbar.[ch] custom toolbar frontend
8772                 o toolbar.[ch]       backend 
8773
8774 2002-08-06 [oliver]     0.8.1claws25
8775
8776         * src/prefs_actions.[ch]
8777                 o new exported function actions_execute
8778
8779 2002-08-06 [paul]       0.8.1claws24
8780
8781         * sync with 0.8.1cvs4
8782                 see ChangeLog 2002-08-06
8783
8784 2002-08-06 [paul]       0.8.1claws23
8785
8786         * sync with 0.8.1cvs13
8787                 see ChangeLog 2002-08-06
8788
8789 2002-08-06 [paul]       0.8.1claws22
8790
8791         * sync with 0.8.1cvs12
8792                 see ChangeLog 2002-08-05 and 2002-08-06
8793
8794 2002-08-06 [match]      0.8.1claws21
8795
8796         * src/addrclip.c
8797                 improvements to cut/copy/paste address
8798
8799 2002-08-05 [match]      0.8.1claws20
8800
8801         * src/addritem.[ch]
8802         * src/addrcache.c
8803         * src/addrbook.c
8804         * src/editaddress.c
8805         * src/addressbook.c
8806                 fixes to improve cut/copy/paste
8807
8808 2002-08-06 [melvin]     0.8.1claws19
8809
8810         * src/account.[ch]
8811                 account_find_all_from_address(): new function that returns the
8812                 list of all accounts that are matched in an address.
8813         * src/alertpanel.[ch]
8814                 alertpanel() now accepts a custom widget
8815                 alertpanel_with_widget(): new function that pops up a panel with
8816                 a custom widget in it 
8817         * src/gtkutils.[ch]
8818                 gtkut_account_menu_new(): new function that allows the selection
8819                 of an account from a list of accounts.
8820         * src/messageview.c
8821                 Extended Return Receipt notification to select the correct 
8822                 account and to make a security test on the Delivery-Notification
8823                 address which should be the same as the Return-Path.
8824
8825 2002-08-06 [thorsten]   0.8.1claws18
8826
8827         * src/mimeview.c
8828                 attach_all: save unnamed as "noname.%d",
8829                 dont free static dirname
8830
8831 2002-08-05 [alfons]     0.8.1claws17
8832
8833         * configure.in
8834                 detect XIM by trying to link rather than compile a XIM program
8835
8836 2002-08-05 [oliver]     0.8.1claws16
8837                 
8838         * src/stock_pixmap.[ch]
8839                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8840                 o new func to retrieve pixmaps
8841
8842 2002-08-05 [paul]       0.8.1claws15
8843
8844         * sync with 0.8.1cvs10
8845                 see ChangeLog 2002-08-05
8846
8847 2002-08-04 [alfons]     0.8.1claws14
8848
8849         * src/textview.c
8850                 see if this plugs memleak
8851
8852 2002-08-04 [melvin]     0.8.1claws13
8853
8854         * src/gtkspell.c
8855                 fixed bug that could crash Sylpheed when highlighting
8856                 all misspelled words.
8857
8858 2002-08-03 [melvin]     0.8.1claws12
8859
8860         * src/prefs_actions.c
8861                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8862         * src/messageview.c
8863                 fixed bug where the Return Receipt was sent to
8864                 Delivery-Notification-To address even if it was not present
8865
8866 2002-08-02 [alfons]     0.8.1claws11
8867
8868         * src/prefs_actions.c
8869                 o more check for NULLs
8870                 o put create_io_dialog() in right conditional block
8871
8872 2002-08-02 [paul]       0.8.1claws10
8873
8874         * po/es.po
8875                 updated by Ricardo Mones Lastra
8876
8877 2002-08-01 [christoph]  0.8.1claws9
8878
8879         * src/folder.c
8880                 don't free the cache of the opened
8881                 folder in the summaryview
8882         * src/summaryview.c
8883                 don't unset flags, if it is not required
8884
8885 2002-08-01 [paul]       0.8.1claws8
8886
8887         * sync with 0.8.1cvs8
8888                 see ChangeLog entry 2002-08-01
8889
8890 2002-08-01 [paul]       0.8.1claws7
8891
8892         * sync with 0.8.1cvs7
8893                 see ChangeLog 2002-07-31 and 2002-08-01
8894
8895 2002-07-31 [christoph]  0.8.1claws6
8896
8897         * src/mainwindow.c
8898                 forgot to update menu sensitivity
8899                 function for new menu entry
8900
8901 2002-07-31 [alfons]     0.8.1claws5
8902
8903         * src/main.c
8904                 check folder item and its path for NULL on
8905                 initial processing
8906
8907 2002-07-31 [christoph]  0.8.1claws4
8908
8909         * src/folder.c
8910                 check if folder_item_get_msginfo in
8911                 folder_item_remove_msg returned NULL
8912         * src/imap.c
8913                 better clear the uid cache in the
8914                 uid validity check function and delete
8915                 cached messages
8916
8917 2002-07-31 [paul]       0.8.1claws3
8918
8919         * man/sylpheed.1
8920                 add the '--attach' option and a few other
8921                 minor changes
8922
8923 2002-07-31 [paul]       0.8.1claws2
8924
8925         * sync with 0.8.1cvs5
8926                 see ChangeLog 2002-07-31
8927
8928 2002-07-31 [christoph]  0.8.1claws1
8929
8930         * src/folderview.[ch]
8931         * src/mainwindow.c
8932                 replace "Rescan all folders..." with
8933                 "Check all folders for new messages..."
8934
8935 2002-07-30 [paul]       0.8.1claws
8936
8937         * version 0.8.1claws released
8938
8939 2002-07-30 [paul]       0.8.0claws29
8940
8941         * tools/OOo2sylpheed.pl ** NEW FILE **
8942           tools/README
8943                 add script to enable sending documents as
8944                 attachments from OpenOffice.org
8945
8946 2002-07-30 [melvin]     0.8.0claws28
8947
8948         * src/prefs_actions.c
8949                 Made the actions' input/output dialog display
8950                 without delay.
8951
8952 2002-07-30 [christoph]  0.8.0claws27
8953
8954         * src/procmsg.c
8955                 check if folder_item_get_msginfo in
8956                 procmsg_save_to_outbox returned NULL
8957
8958 2002-07-30 [paul]       0.8.0claws26
8959
8960         * sync with 0.8.1cvs4
8961                 see ChangeLog 2002-07-29
8962
8963 2002-07-29 [thorsten]   0.8.0claws25
8964
8965         * README.claws
8966                 added selective download, delete on server
8967
8968 2002-07-29 [paul]       0.8.0claws24
8969
8970         * sync with 0.8.1cvs3
8971                 see ChangeLog 2002-07-29
8972
8973 2002-07-27 [christoph]  0.8.0claws23
8974
8975         * src/folder.c
8976                 add extra check if fetching the msginfo
8977                 returned NULL
8978
8979 2002-07-27 [paul]       0.8.0claws22
8980
8981         * sync with 0.8.1cvs2
8982                 see ChangeLog 2002-07-26
8983
8984 2002-07-27 [christoph]  0.8.0claws21
8985
8986         * src/imap.c
8987                 add another check if a valid msginfo
8988                 was returned
8989
8990 2002-07-26 [hoa]        0.8.0claws20
8991
8992         * src/folder.c
8993                 Fixed a condition in folder_item_destroy()
8994
8995         * src/imap.c
8996                 Fixed an error in IMAP protocol
8997
8998 2002-07-26 [alfons]     0.8.0claws19
8999
9000         * src/folder.c
9001                 ofcourse compare with identifier, not the path
9002
9003 2002-07-26 [alfons]     0.8.0claws18
9004
9005         * src/folder.c
9006                 use folder item identifier for saving / restoring
9007                 preferences because folder->path might not be unique
9008
9009 2002-07-26 [melvin]     0.8.0claws17
9010
9011         * src/logwindow.c
9012                 Fixed a crash introduced in 0.8.0claws5 when log is 
9013                 cut under 80 characters.
9014
9015 2002-07-26 [paul]       0.8.0claws16
9016
9017         * sync with 0.8.1cvs1
9018                 see ChangeLog 2002-07-26
9019
9020 2002-07-26 [christoph]  0.8.0claws15
9021
9022         * src/imap.[ch]
9023                 imap folder now remembers the last selected
9024                 folder and imap_fetch_msginfo skips selecting
9025                 the folder if it is already selected
9026
9027 2002-07-26 [christoph]  0.8.0claws14
9028
9029         * src/folder.c
9030         * src/folderview.c
9031         * src/imap.c
9032                 fix imap folder rescanning
9033
9034 2002-07-25 [christoph]  0.8.0claws13
9035
9036         * src/filter.c
9037         * src/folder.[ch]
9038         * src/folderview.c
9039         * src/imap.[ch]
9040         * src/mainwindow.c
9041         * src/mbox_folder.c
9042         * src/mh.c
9043         * src/news.c
9044                 implement imap uid cache and uid validity check
9045
9046 2002-07-25 [alfons]     0.8.0claws12
9047
9048         * src/summaryview.c
9049                 fix a brown paper bag bug, and also add some more
9050                 checks
9051
9052 2002-07-25 [christoph]  0.8.0claws11
9053
9054         * src/folder.c
9055                 don't mix copy, fetch_msginfo and remove
9056                 operations in folder item copy and move
9057                 operations
9058
9059 2002-07-25 [christoph]  0.8.0claws10
9060
9061         * src/folderview.c
9062         * src/mainwindow.c
9063         * src/prefs_folder_item.c
9064         * src/summaryview.[ch]
9065                 remove no longer required parameter update_cache from
9066                 summary_show
9067
9068 2002-07-25 [paul]       0.8.0claws9
9069
9070         * sync with 0.8.1
9071         
9072         * AUTHORS
9073                 a few corrections
9074
9075 2002-07-24 [alfons]     0.8.0claws8
9076
9077         * src/summaryview.c
9078                 sort correctly when using simplified subject line
9079                 (closes feature request "[ 585141 ] applying regexp to subject 
9080                 before sort" submitted by Alexandra Walford)
9081
9082 2002-07-24 [paul]       0.8.0claws7
9083
9084         * sync with 0.8.0cvs3
9085                 see ChangeLog 2002-07-24
9086
9087 2002-07-23 [christoph]  0.8.0claws6
9088
9089         * src/folder.c
9090         * src/folder.h
9091         * src/summaryview.c
9092         * src/summaryview.h
9093         * src/main.c
9094                 o separate processing and summaryview
9095                 o removed summary_write_cache from summaryview
9096                 o removed summaryview->killed_messages, because we don't have
9097                   to keep a list of killed messages anymore. New cache will
9098                   keep the hidden messages in cache anyway
9099         * src/folderview.c
9100         * src/inc.c
9101         * src/selective_download.c
9102                 o removed unnecessary summary_write_cache calls
9103         * src/procmsg.c
9104                 o don't set ignore thread flag in procmsg_get_thread_tree
9105                   if it is already set
9106         * src/mainwindow.c
9107         * src/statusbar.h
9108                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9109                   they are used in different files
9110
9111 2002-07-23 [melvin]     0.8.0claws5
9112
9113         * src/addressbook.c
9114         * src/addrgather.c
9115         * src/editaddress.c
9116         * src/editgroup.c
9117         * src/editldap_basedn.c
9118         * src/importldif.c
9119         * src/prefs_common.c
9120                 Fixed few memory leak (gtk_editable_get_chars returns
9121                 an allocated string)
9122         * src/logwindow.c
9123                 Fixed few memory leak (gtk_editable_get_chars returns
9124                 an allocated string) and modified a little the log cutting
9125                 loop.
9126         * src/compose.c
9127                 Replaced a call to an obsolete function gtk_entry_get_text()
9128                 by gtk_editable_get_chars()
9129         * src/send.c
9130                 Removed a debug printf
9131
9132 2002-07-23 [christoph]  0.8.0claws4
9133
9134         * src/filesel.c
9135                 fix another g_dirname memory leak
9136
9137 2002-07-23 [christoph]  0.8.0claws3
9138
9139         * src/mh.c
9140                 fixed a memory leak in mh_fetch_msginfo
9141                 fixed crash when message header could not be
9142                 parsed
9143
9144 2002-07-23 [paul]       0.8.0claws2
9145
9146         * sync with 0.8.0cvs2
9147                 see ChangeLog 2002-07-23
9148
9149 2002-07-23 [paul]       0.8.0claws1
9150
9151         * sync with 0.8.0cvs1
9152                 see ChangeLog 2002-07-23
9153
9154 2002-07-23 [paul]       0.8.0claws
9155
9156         * release of 0.8.0claws
9157
9158 2002-07-23 [paul]       0.7.8claws99
9159
9160         * po/ru.po
9161                 new Russian translation, submitted by
9162                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9163
9164 2002-07-22 [jens]       0.7.8claws98
9165
9166         * po/de.po
9167                 Updated German translations.
9168
9169 2002-07-22 [paul]       0.7.8claws97
9170
9171         * po/es.po
9172           po/it.po
9173           po/nl.po
9174           po/pt_BR.po
9175                 updated translations by Ricardo Mones Lastra,
9176                 Alessandro Maestri, Wilbert Berendsen and 
9177                 Fabio Jr. Beneditto respectively
9178
9179 2002-07-22 [christoph]  0.7.8claws96
9180
9181         * src/mimeview.c
9182                 fix memory leak caused by wrong g_dirname usage
9183
9184 2002-07-22 [christoph]  0.7.8claws95
9185
9186         * src/summaryview.c
9187                 update new and unread message counts for summaryview
9188                 summaryview does not get it from the folder anymore
9189                 and has to update the values itself
9190
9191 2002-07-22 [melvin]     0.7.8claws94
9192
9193         * po/fr.po
9194                 Updated French translations.
9195
9196 2002-07-22 [christoph]  0.7.8claws93
9197
9198         * src/matcher.c
9199                 set prop->preg pointer to NULL or following check
9200                 will not fail and regexec will be called with
9201                 invalid pointer
9202
9203 2002-07-21 [alfons]     0.7.8claws92
9204         
9205         * src/prefs_common.[ch]
9206                 remove option "Send return receipt on request"
9207
9208 2002-07-21 [thorsten]   0.7.8claws91
9209
9210         * src/mimeview.c
9211                 fixed memleaks, coding style as pointed out by alfons
9212
9213 2002-07-21 [alfons]     0.7.8claws90
9214
9215         * src/messageview.c
9216         * src/noticeview.[ch]
9217                 o fix bug notice view being displayed when going to empty folder 
9218                   (noticed by Christoph)
9219                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9220                   (noticed by Thorsten)
9221
9222 2002-07-21 [thorsten]   0.7.8claws89
9223
9224         * src/mimeview.c
9225                 Included save_all patch from Xaview FACQ
9226                 added support for pathnames
9227
9228 2002-07-21 [alfons]     0.7.8claws88
9229
9230         * po/POTFILES.in
9231         * src/Makefile.am
9232         * src/mainwindow.c
9233         * src/messageview.[ch]
9234         * src/noticeview.c      ** NEW FILE **
9235         * src/noticeview.h      ** NEW FILE **
9236                 make return receipts work again
9237                 (UI idea by Leandro Pereira)
9238
9239 2002-07-21 [paul]       0.7.8claws87
9240
9241         * src/summaryview.c
9242                 fix sensitivity of 'Select thread'
9243
9244 2002-07-21 [paul]       0.7.8claws86
9245
9246         * src/prefs_common.c
9247                 add browser command line for Galeon
9248
9249 2002-07-21 [paul]       0.7.8claws85
9250
9251         * Makefile.am
9252                 fix 'EXTRA_DIST': remove README.README, add TODO
9253                 and TODO.claws
9254
9255 2002-07-21 [alfons]     0.7.8claws84
9256
9257         * src/gtkstext.c
9258                 make enter clear selection
9259                 (closes "[ 579888 ] Editor selection/entry error"
9260                 reported by Steve Lamb)
9261
9262 2002-07-21 [alfons]     0.7.8claws83
9263         
9264         * src/summaryview.c
9265                 sort message list when selecting unthread messages
9266                 (closes "[ 501593 ] switching threaded view doesn't sort"
9267                 reported by Simon Schubert)
9268
9269 2002-07-20 [alfons]     0.7.8claws82
9270         
9271         * src/matcher.c
9272                 const-correctness
9273
9274 2002-07-20 [thorsten]   0.7.8claws81
9275
9276         * src/matcher.c
9277                 Fixed expansion of empty fields in matchactions
9278
9279 2002-07-19 [melvin]     0.7.8claws80
9280
9281         * src/gtkspell.c
9282                 Removed a duplicate menu entry (fast mode) introduced during
9283                 the new cache merge
9284                 Added a menu separator between 'Use alternate' and 'Fast mode'
9285
9286 2002-07-19 [paul]       0.7.8claws79
9287
9288         * tools/Makefile.am
9289           tools/README
9290                 correct typos
9291
9292 2002-07-19 [thorsten]   0.7.8claws78
9293
9294         * tools/calypso_convert.pl      ** NEW FILE **
9295           tools/README
9296           tools/Makefile.am
9297                 script to import mbox files exported
9298                 by calypso
9299                 o generates folder structure
9300                 o includes attachments
9301
9302 2002-07-19 [melvin]     0.7.8claws77
9303
9304         * src/selective_download.[ch]
9305                 Fixed bug where closing the dialog with the window manager's
9306                 close button will not unlock the summary
9307                 Corrected some function declarations that missed a return value
9308                 Made the source code comply better with coding style.
9309         * src/prefs_common.c
9310                 Added new browser command line for Mozilla.
9311
9312 2002-07-18 [paul]       0.7.8claws76
9313
9314         * src/mainwindow.c
9315           src/selective_download.[ch]
9316                 reflect theme changes, fix Gdk Warning when creating 
9317                 pixmap from NULL window, and minor clean up.
9318                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9319
9320         * po/en_GB.po
9321                 updated
9322
9323 2002-07-17 [paul]       0.7.8claws75
9324
9325         * INSTALL[.jp]
9326                 sync with 0.8.0
9327         
9328         * po/en_GB.po
9329                 updated
9330
9331 2002-07-16 [paul]       0.7.8claws74
9332
9333         * tools/filter_conv.pl
9334           tools/README
9335                 replace conversion script with reimplemented version, 
9336                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9337
9338 2002-07-16 [colin]      0.7.8claws73
9339
9340         * src/summaryview.c
9341                 remove forgotten debug messages - sorry ;-)
9342
9343 2002-07-16 [colin]      0.7.8claws72
9344
9345         * src/mimeview.c
9346           src/summaryview.c
9347           src/textview.c
9348           src/textview.h
9349                 add the ability to select part of a text mime-part 
9350                 to reply.
9351
9352 2002-07-15 [christoph]  0.7.8claws71
9353
9354         * src/folder.c
9355                 fix folder message count for folders without
9356                 msg_is_changed (includes news folders)
9357
9358 2002-07-15 [martin]     0.7.8claws70
9359
9360         * src/summaryview.c
9361                 option "display recipient on 'From'..." now works
9362                 without the need of enabling the option
9363                 "display  sender  using  address  book".
9364
9365 2002-07-15 [christoph]  0.7.8claws69
9366
9367         * src/summaryview.c
9368                 removed setting folder status from summaryview.
9369                 folder.c should update all message counts correctly.
9370
9371 2002-07-15 [paul]       0.7.8claws68
9372
9373         * po/pt_BR.po
9374                 updated by Fabio Junior Beneditto
9375
9376 2002-07-15 [darko]      0.7.8claws67
9377
9378         * src/mh.c
9379                 Fixed target folder colorization, don't decrease op
9380                 number twice
9381
9382 2002-07-14 [paul]       0.7.8claws66
9383
9384         * sync with main 0.8.0
9385                 see ChangeLog 2002-07-14
9386
9387 2002-07-13 [melvin]     0.7.8claws65
9388         
9389         * src/addrbook.c
9390         * src/addressbook.c
9391         * src/addrindex.c
9392                 Replaced sprintf by g_snprintf to prevent possible buffer
9393                 overflow.
9394         * src/news.c
9395                 Corrected a log message output format.
9396                 Added a missing "done" debug output.
9397         * src/compose.c
9398                 Added keyboard accelerator for Priority menu items
9399                 Added missing \n in debug output
9400         * src/logwindow.c
9401         * src/gtkspell.c
9402         * src/rfc2015.c
9403                 Added missing \n in debug output
9404
9405 2002-07-13 [paul]       0.7.8claws64
9406
9407         * man/sylpheed.1
9408                 change Sergey's email address to the sf address
9409
9410         * src/textview.c
9411                 increase show_url_timeout (more useful for long
9412                 urls)
9413
9414 2002-07-12 [sergey]     0.7.8claws63
9415
9416         * src/rfc2015.c
9417                 applied (with some modifications) patch to set the
9418                 micalg parameter for signatures
9419                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9420
9421 2002-07-12 [sergey]     0.7.8claws62
9422
9423         * man/Makefile.am
9424         * configure.in
9425                 fixed man page installation
9426
9427 2002-07-12 [paul]       0.7.8claws61
9428
9429         * sync with 0.7.8cvs26
9430                 see ChangeLog 2002-07-11 and 2002-07-12
9431
9432 2002-07-11 [christoph]  0.7.8claws60
9433
9434         * src/compose.c
9435         * src/procmsg.c
9436                 first use the message number to find the message
9437                 to mark with a reply flag but check the
9438                 message-id if we got the correct message, if not
9439                 try to find it by message-id.
9440                 use new string seperator that is not allowed
9441                 in message-ids.
9442
9443 2002-07-11 [paul]       0.7.8claws59
9444
9445         * sync with 0.7.8cvs23
9446                 see ChangeLog 2002-07-10
9447
9448 2002-07-10 [christoph]  0.7.8claws58
9449
9450         * src/folder.[ch]
9451         * src/msgcache.[ch]
9452                 Added message-id table to the cache in memory
9453                 and functions to msgcache.c and folder.c to
9454                 fetch MsgInfos by message id
9455         * src/compose.c
9456         * src/procmsg.c
9457                 store folder and message-id of message replying
9458                 to in queue header and set reply flag after sending
9459                 (Closes bug #469498)
9460
9461 2002-07-10 [paul]       0.7.8claws57
9462
9463         * AUTHORS
9464           man/sylpheed.1.gz
9465                 add Martin to the list of authors
9466
9467 2002-07-09 [martin]     0.7.8claws56
9468         * src/gtksctree.c
9469                 Added gtk_ctree_last_visible(), tree_update_level(),
9470                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9471                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9472                 from gtk+ to gtksctree.c for the new sorting code
9473                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9474                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9475         * src/gtksctree.h
9476                 Added declaration for gtk_sctree_sort_recursive() and
9477                 gtk_sctree_sort_node
9478         * src/addressbook.c
9479         * src/foldersel.c
9480         * src/folderview.c
9481         * src/summaryview.c
9482                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9483                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9484
9485 2002-07-08 [paul]       0.7.8claws55
9486
9487         * more sync with 0.7.8cvs21
9488                 see ChangeLog 2002-07-08
9489
9490 2002-07-08 [paul]       0.7.8claws54
9491
9492         * sync with 0.7.8cvs21
9493                 see ChangeLog 2002-07-08
9494
9495 2002-07-07 [alfons]     0.7.8claws53
9496
9497         * src/Makefile.am
9498         * src/stock_pixmap.[ch]
9499         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9500         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9501         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9502                 add new pixmaps for upcoming notice pane
9503
9504 2002-07-06 [melvin]     0.7.8claws52
9505
9506         * src/gtkspell.[ch]
9507                 Made them a bit closer to Sylpheed's coding style.
9508                 Removed old code.
9509                 Removed possible memory leaks when some errors occurs.
9510
9511 2002-07-06 [melvin]     0.7.8claws51
9512
9513         * po/Makefile.in.in
9514                 Removed --no-location in xgettext command line to help
9515                 translators that use Emacs' po-mode
9516         * src/quote_fmt.c
9517                 Removed unnecessary comments that messed up sylpheed.pot
9518
9519 2002-07-06 [paul]       0.7.8claws50
9520
9521         * sync with 0.7.8cvs19
9522                 see ChangeLog 2002-07-05
9523
9524 2002-07-06 [christoph]  0.7.8claws49
9525
9526         * src/folder.c
9527         * src/mainwindow.c
9528                 fix folder_item_remove_all_msg and folderview
9529                 status for trash folders after emptying trash
9530
9531 2002-07-05 [paul]       0.7.8claws48
9532
9533         * sync with 0.7.8cvs16
9534                 see ChangeLog 2002-07-04 and 2002-07-05
9535
9536 2002-07-04 [paul]       0.7.8claws47
9537
9538         * sync with 0.7.8cvs14
9539                 see  ChangeLog 2002-07-04
9540
9541 2002-07-03 [alfons]     0.7.8claws46
9542
9543         * src/folder.c
9544                 dupe folder item's path because it's being reallocated
9545                 by new folder scanning code
9546
9547 2002-07-03 [christoph]  0.7.8claws45
9548
9549         * src/imap.c
9550                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9551         * src/msgcache.c
9552                 add missing return in msgcache_write
9553
9554 2002-07-02 [thorsten]   0.7.8claws44
9555
9556         * src/jpilot.c
9557         * src/msgcache.c
9558         * src/rfc2015.c
9559                 use binary mode for file access
9560
9561 2002-07-02 [christoph]  0.7.8claws43
9562
9563         * major code cleanup (part 1)
9564         
9565                 - unused variables removed
9566                 - unused functions removed
9567                 - uninitialized variables checked
9568                 - missing return statements added
9569                 - missing function return types added
9570                 - added parentheses around assignment and
9571                   && in || when suggested by gcc
9572               
9573         * src/mh.c
9574         * src/folder.c
9575                 replaced direct calls to folder->scan_tree
9576                 with folder_scan_tree and restore folder
9577                 prefs in this function. The folder should
9578                 not have to deal with them.
9579                 ( Should now work for all folder types )
9580
9581 2002-07-02 [paul]       0.7.8claws42
9582
9583         * sync with 0.7.8cvs13
9584                 see ChangeLog 2002-07-01 and 2002-07-02
9585
9586 2002-07-01 [christoph]  0.7.8claws41
9587
9588         * src/summaryview.c
9589                 fix "goto next/prev unread message" with
9590                 ignored threads
9591
9592 2002-07-01 [paul]       0.7.8claws40
9593
9594         * po/es.po
9595                 updated by Ricardo Mones Lastra
9596
9597 2002-06-30 [match]      0.7.8claws39
9598
9599         * src/jpilot.c
9600                 applied variation of leonerd's patch (566661) to
9601                 allow multiple email addresses per JPilot entry.
9602                 addresses may be separated by space, comma, pipe,
9603                 semi-colon, new-line.
9604
9605 2002-06-30 [alfons]     0.7.8claws38
9606
9607         * src/procmsg.c
9608                 simple fix for putting older nodes before
9609                 newer nodes when threading by subject
9610
9611 2002-06-30 [christoph]  0.7.8claws37
9612
9613         * src/folder.c
9614         * src/folderview.c
9615         * src/mh.c
9616         * src/news.c
9617         * src/procmsg.c
9618                 fix broken folder tree rescaning
9619                 and don't use procmsg_get_mark_sum
9620                 anymore
9621
9622 2002-06-30 [christoph]  0.7.8claws36
9623
9624         * merge new cache branch
9625         * src/imap.c
9626                 fix new cache imap copy bug
9627         * src/folder.c
9628                 improved folder_item_scan
9629                 it should now always set the correct
9630                 new, unread and total message counts
9631
9632 2002-06-29 [paul]       0.7.8claws35
9633
9634         * configure.in
9635                 correct syntax error
9636
9637 2002-06-29 [paul]       0.7.8claws34
9638
9639         * configure.in
9640           Makefile.am
9641           man/Makefile.am       ** NEW FILE **
9642           man/sylpheed.1.gz     ** NEW FILE **
9643                 add Sylpheed man page
9644
9645 2002-06-29 [paul]       0.7.8claws33
9646
9647         * po/pt_BR.po
9648                 updated by Fabio Junior Beneditto
9649
9650 2002-06-28 [jens]       0.7.8claws32
9651
9652         * po/de.po
9653                 translation updated
9654
9655         * src/selective_download.c
9656                 removed gettext for space " "
9657
9658         * src/imap.c
9659                 removed wrong space
9660
9661 2002-06-28 [paul]       0.7.8claws31
9662
9663         * sync with 0.7.8cvs11
9664                 see ChangeLog 2002-06-28
9665
9666 2002-06-28 [paul]       0.7.8claws30
9667
9668         * sync with 0.7.8cvs10
9669                 see ChangeLog 2002-06-27 and 2002-06-28
9670
9671 2002-06-26 [paul]       0.7.8claws29
9672
9673         * src/addrgather.c
9674           src/selective_download.c
9675                 don't gettextise empty strings.
9676                 reserved by gettext. gettext("") returns 
9677                 the header entry with meta information, 
9678                 not the empty string
9679
9680         * po/en_GB.po
9681                 updated
9682
9683 2002-06-26 [paul]       0.7.8claws28
9684
9685         * sync with 0.7.8cvs7
9686                 see ChangeLog 2002-06-25
9687
9688         * src/prefs_common.c
9689                 ...and in the process, tweak the gui a little
9690
9691 2002-06-25 [alfons]     0.7.8claws27
9692         
9693         * configure.in
9694         * src/Makefile.am
9695                 fine tune ldap library detection
9696
9697 2002-06-25 [alfons]     0.7.8claws26
9698
9699         * src/compose.c
9700                 don't allow return receipts when composing a news article
9701
9702 2002-06-25 [paul]       0.7.8claws25
9703
9704         * Makefile.am
9705                 add '$(AMTAR)' to 'release' section to allow for
9706                 new and older autotools
9707
9708 2002-06-25 [paul]       0.7.8claws24
9709
9710         * src/summaryview.c
9711                 fix "No more unread messages" persistant pop-up
9712                 window bug
9713
9714 2002-06-25 [paul]       0.7.8claws23
9715
9716         * po/it.po
9717                 updated by Alessandro Maestri
9718
9719 2002-06-25 [paul]       0.7.8claws22
9720
9721         * sync with 0.7.8cvs6
9722                 see ChangeLog 2002-06-25
9723
9724 2002-06-24 [paul]       0.7.8claws21
9725
9726         * tools/update-po
9727                 add GPL copyright information
9728
9729 2002-06-24 [paul]       0.7.8claws20
9730
9731         * tools/Makefile.am
9732           tools/README
9733           tools/update-po       ** NEW FILE **
9734                 add script that eases the creation of *.po files
9735                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9736
9737 2002-06-23 [alfons]     0.7.8claws19
9738
9739         * src/messageview.c
9740                 make notification_convert_header obey const correctness
9741                 (next step will be fixing the broken return receipt)
9742
9743 2002-06-23 [paul]       0.7.8claws18
9744
9745         * src/messageview.c
9746                 fix bug introduced in last commit:
9747                 removed too much code in last commit - put back what's
9748                 needed
9749
9750 2002-06-23 [paul]       0.7.8claws17
9751
9752         * src/messageview.[ch]
9753                 remove code committed in error from locally patched
9754                 source
9755
9756 2002-06-23 [colin]      0.7.8claws16
9757
9758         * src/compose.[ch]
9759                 add compose_entry_select(), used to select the default_to
9760                 email address - hopefully avoiding people sending mails to
9761                 wrong recipients.
9762
9763 2002-06-22 [alfons]     0.7.8claws15
9764
9765         * AUTHORS
9766                 add Bram Metsch & Stanislav Karchebny
9767         * src/smtp.[ch]
9768         * src/prefs_account.[ch]
9769         * src/send.c
9770                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9771                   options.  (see <http://sourceforge.net/tracker/index.php
9772                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9773
9774                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9775                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9776
9777 2002-06-22 [paul]       0.7.8claws14
9778
9779         * sync with 0.7.8cvs5
9780                 see ChangeLog 2002-06-19 and 2002-06-20
9781
9782 2002-06-22 [alfons]     0.7.8claws13
9783
9784         * src/selective_download.c
9785                 fix a stupid mistake I made
9786
9787 2002-06-22 [alfons]     0.7.8claws12
9788
9789         * src/selective_download.[ch]
9790                 fix another unnoticed leak; cleanup code
9791
9792 2002-06-21 [alfons]
9793
9794         * tools/Makefile.am
9795                 gpg-sign <-- gpg-sign-syl
9796
9797 2002-06-21 [alfons]     0.7.8claws11
9798
9799         * src/selective_download.c
9800         * src/selective_download.h
9801                 fix assorted mix of allocation errors (should solve
9802                 problem reported by Philippe Gramoullé, see:
9803                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9804
9805 2002-06-20 [melvin]     0.7.8claws10
9806
9807         * tools/gpg-sign *REMOVED*
9808           tools/gpg-sign-syl *ADDED*
9809                 Replaced the gpg clearsigning script with the version using
9810                 xterm instead of ssh-askpass and changed its name.
9811
9812         * README.claws
9813                 Updated actions example to reflect the renaming of the
9814                 gpg clearsigning script.
9815
9816 2002-06-19 [paul]       0.7.8claws9
9817
9818         * sync with 0.7.8claws9
9819                 see ChangeLog 2002-06-18 and 2002-06-19
9820
9821 2002-06-19 [paul]       0.7.8claws8
9822
9823         * sync with 0.7.8cvs1
9824                 see ChangeLog 2002-06-18
9825
9826 2002-06-18 [alfons]     0.7.8claws7
9827
9828         * src/mainwindow.h
9829                 add omitted prototype
9830
9831 2002-06-17 [paul]       0.7.8claws6
9832
9833         * src/mainwindow.c
9834                 fix hiding of exec_btn
9835
9836 2002-06-17 [paul]       0.7.8claws5
9837
9838         * src/pop.c
9839                 remove unneeded code: should_delete() 
9840                 and Pop3State::uidl_todelete_list
9841
9842 2002-06-17 [paul]       0.7.8claws4
9843
9844         * sync with 0.7.8
9845                 see ChangeLog 2002-06-11 and 2002-06-13
9846
9847 2002-06-16 [alfons]     0.7.8claws3
9848         
9849         * src/folder.c
9850                 make sure lock sort mode (claws specific) is
9851                 also persists after a tree rescan
9852
9853 2002-06-16 [alfons]     0.7.8claws2
9854
9855         * src/prefs_folder_item.c
9856         * src/folder.[ch]
9857                 fix persistence of folder sort mode (broken
9858                 by adapting Hiro's new folder persistence code)
9859
9860 2002-06-16 [alfons]     0.7.8claws1
9861
9862         * AUTHORS
9863         * src/logwindow.c
9864         * src/prefscommon.[ch]
9865                 control size of log text in log window; 
9866                 closes patch #569155 submitted by Mitko Haralanov.
9867
9868 2002-06-15 [paul]       0.7.8claws
9869
9870         * release of 0.7.8claws
9871
9872 2002-06-15 [paul]       0.7.7claws
9873
9874         * po/pt_BR.po
9875                 updated by Fabio Junior Beneditto
9876
9877 2002-06-14 [paul]       0.7.6claws49
9878
9879         * po/es.po
9880                 updated by Ricardo Mones Lastra
9881
9882 2002-06-14 [paul]       0.7.6claws48
9883
9884         * po/nl.po
9885                 updated translation by Wilbert Berendsen
9886
9887 2002-06-14 [melvin]     0.7.6claws47
9888
9889         * po/fr.po
9890                 Updated French translation
9891
9892 2002-06-13 [paul]       0.7.6claws46
9893
9894         * src/filesel.c
9895                 allow filename to be typed in, rather than just
9896                 selected by the mouse. Patch by Gustavo Noronha Silva.
9897
9898 2002-06-13 [alfons]     0.7.6claws45
9899
9900         * src/mainwindow.[ch]
9901                 more cleanups (removing unnecessary menu items Expand 
9902                 summary / message view)
9903
9904 2002-06-13 [melvin]     0.7.6claws44
9905
9906         * po/POTFILES.in
9907                 Added src/string_match.c
9908         * src/string_match.c
9909                 Fixed possible buffer overflow.
9910                 Corrected typo.
9911                 Added missing config.h header.
9912         * src/prefs_common.c
9913           src/prefs_matcher.c
9914           src/prefs_scoring.c
9915                 Made some strings translatable (missing _(..)).
9916
9917 2002-06-13 [melvin]     0.7.6claws43
9918
9919         * README.claws
9920                 Corrected action example (verifying clearsigned mail).
9921         * src/prefs_account.c
9922                 Corrected typo.
9923         * src/prefs_common.c
9924                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9925
9926 2002-06-12 [alfons]     0.7.6claws42
9927
9928         * src/summaryview.c
9929                 add init of score column lost in 0.7.6claws42
9930
9931 2002-06-12 [paul]       0.7.6claws41
9932
9933         * src/prefs_account.c
9934                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9935                 behavior of the radio buttons, (from 0.7.7cvs2)
9936
9937 2002-06-11 [alfons]     0.7.6claws40
9938
9939         * src/messageview.[ch]
9940         * src/summaryview.[ch]
9941         * src/summary_search.c
9942         * src/mainwindow.c
9943                 perform a sync to bring in Hiro's separate view implementation 
9944
9945                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9946
9947 2002-06-11 [paul]       0.7.6claws39
9948         
9949         * src/prefs_account.c
9950                 correct a typo on the Receive tab
9951
9952 2002-06-10 [match]      0.7.6claws38
9953
9954         * src/addressbook.c
9955                 Included address completion patch from Gustavo Noronha.
9956
9957 2002-06-10 [paul]       0.7.6claws37
9958
9959         * src/inc.[ch]
9960           src/pop.c
9961           src/prefs_account.[ch]
9962           src/selective_download.[ch]
9963                 apply PATCH #561712
9964                  NEW:
9965                 - check if POP Account
9966                 - Receive Button renamed to Preview
9967                 - Preview Button Popup: preview new/all messages
9968                 - Download Button
9969                 - Account Preferences-->Receive tab checkbutton if you
9970                   want to remove Mail after Download
9971                 -: default YES
9972                 - Account Preferences-->Receive tab checkbutton use
9973                   filtering rules on preview
9974                   (think of delete_on_server)
9975                 -: default YES
9976                 - Account selectable from SD dialog
9977                 - checkbutton to show already downloaded messages if
9978                   all messages are previewed
9979                 - new clist column showing Date
9980                 - ESC KEY close
9981                 FIXES:
9982                 - play ball with UIDL
9983                 - fault tolerant (?) 
9984                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9985
9986 2002-06-10 [melvin]     0.7.6claws36
9987
9988         * README.claws
9989                 Added a hint to ac/README in cvs instructions.
9990
9991         * src/prefs_actions.c
9992                 Made it possible to use a more elaborate command line
9993                 for asynchronous actions, too.
9994
9995 2002-06-10 [melvin]     0.7.6claws35
9996         
9997         * src/prefs_actions.c
9998                 Make it possible to use a more elaborate command line
9999                 (e.g. |foo|bar|cat>there;echo Done|)
10000                 Corrected error message when calling %f, %F and %p commands
10001                 from the compose window.
10002
10003 2002-06-09 [colin]      0.7.6claws34
10004
10005         * src/summaryview.c
10006                 Automatically find unread messages in current folder
10007                 before annoying the user.
10008
10009 2002-06-08 [alfons]     0.7.6claws33
10010
10011         * po/it.po
10012                 remove bad formatting string in it.po translation
10013                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10014
10015 2002-06-08 [paul]       0.7.6claws32
10016
10017         * sync with 0.7.6cvs25
10018                 see ChangeLog 2002-06-07
10019
10020 2002-06-05 [paul]       0.7.6claws31
10021
10022         * src/mainwindow.c
10023                 add 'Sort by locked' and 'Sort by score'
10024
10025 2002-06-05 [paul]       0.7.6claws30
10026
10027         * sync with 0.7.6cvs24
10028                 see ChangeLog 2002-06-04
10029
10030 2002-06-04 [paul]       0.7.6claws29
10031
10032         * po/pt_BR.po
10033                 updated by Fabio Junior Beneditto
10034
10035 2002-06-03 [thorsten]   0.7.6claws28
10036
10037         * src/matcher.c
10038                 fclose() matcherrc after reading
10039
10040 2002-06-03 [paul]       0.7.6claws27
10041
10042         * sync with 0.7.6cvs21
10043                 see ChangeLog 2002-05-31
10044
10045 2002-05-31 [paul]       0.7.6claws26
10046
10047         * sync with 0.7.6cvs20
10048                 see ChangeLog 2002-05-29 and 2002-05-30
10049
10050 2002-05-31 [paul]       0.7.6claws25
10051
10052         * src/imap.c
10053                 hopefully fix last buggy sync
10054
10055         * README.claws
10056                 correct typo in 'Actions' examples
10057
10058 2002-05-29 [paul]       0.7.6claws24
10059
10060         * sync with 0.7.6cvs18
10061                 see ChangeLog 2002-05-28 and 2002-05-29
10062
10063         * src/news.c
10064           src/nntp.[ch]
10065                 sync with above 
10066
10067 2002-05-28 [paul]       0.7.6claws23
10068
10069         * sync with 0.7.6cvs16
10070                 see ChangeLog 2002-05-28
10071
10072 2002-05-27 [thorsten]   0.7.6claws22 
10073
10074         * faq/it/sylpheed-faq-1.html
10075           faq/it/sylpheed-faq-2.html
10076           faq/it/sylpheed-faq-3.html
10077           faq/it/sylpheed-faq.html
10078                 corrected DOS lineendings
10079         * faq/de/sylpheed-faq-1.html
10080           faq/de/sylpheed-faq-2.html
10081           faq/en/sylpheed-faq-1.html
10082           faq/en/sylpheed-faq-2.html
10083           faq/en/sylpheed-faq-3.html
10084           faq/es/sylpheed-faq-1.html
10085           faq/es/sylpheed-faq-2.html
10086           faq/es/sylpheed-faq-3.html
10087           faq/fr/sylpheed-faq-1.html
10088           faq/it/sylpheed-faq-1.html
10089           faq/it/sylpheed-faq-2.html
10090           faq/it/sylpheed-faq-3.html
10091           faq/it/sylpheed-faq.html
10092                 changed ">" to &quot;
10093
10094 2002-05-27 [paul]       0.7.6claws21
10095         
10096         * sync with 0.7.6cvs15
10097                 see ChangeLog 2002-05-27
10098
10099 2002-05-27 [paul]       0.7.6claws20
10100
10101         * src/prefs_account.c
10102                 correct a typo
10103
10104 2002-05-26 [paul]       0.7.6claws19
10105
10106         * tools/README
10107                 correct a typo
10108
10109 2002-05-25 [paul]       0.7.6claws18
10110
10111         * tools/README
10112                 add description of kmail2sylpheed.pl
10113
10114 2002-05-25 [paul]       0.7.6claws17
10115
10116         * tools/kmail2sylpheed.pl       ** NEW FILE **
10117                 perl script that converts an exported Kmail address
10118                 book, converts it to sylpheed addressbook file,
10119                 writes the file to .sylpheed, and updates
10120                 addrbook--index.xml 
10121
10122 2002-05-25 [paul]       0.7.6claws16
10123
10124         * sync with 0.7.6cvs14
10125                 see ChangeLog 2002-05-23
10126
10127 2002-05-24 [paul]       0.7.6claws15
10128
10129         * README.claws
10130                 make a correction and add some more info
10131
10132 2002-05-24 [paul]       0.7.6claws14
10133
10134         * src/compose.c
10135                 fix memory leak in 
10136                 compose_redirect_write_headers_from_headerlist()
10137                 add Subject and Resent-Message-ID to
10138                 compose_redirect_write_headers()
10139                 Received, Subject, and X-UIDL are filtered out in 
10140                 compose_redirect_write_to_file()
10141
10142 2002-05-23 [paul]       0.7.6claws13
10143
10144         * src/compose.[ch]
10145           src/filtering.c
10146           src/mainwindow.c
10147           src/matcher.[ch]
10148           src/matcher_parser_lex.l
10149           src/matcher_parser_parse.y
10150           src/prefs_common.[ch]
10151           src/prefs_filtering.c
10152           src/summaryview.c
10153                 rename 'Bounce' to 'Redirect'
10154
10155 2002-05-23 [paul]       0.7.6claws12
10156
10157         * more sync with 0.7.6cvs13
10158           src/compose.c
10159                 see ChangeLog 2002-05-22
10160
10161 2002-05-22 [paul]       0.7.6claws11
10162
10163         * sync with 0.7.6cvs13
10164           src/codeconv.c
10165                 see ChangeLog 2002-05-20
10166           src/prefs_common.c
10167                 see ChangeLog 2002-05-22
10168
10169 2002-05-21 [melvin]     0.7.6claws10
10170
10171         * src/folderview.c
10172                 Added missing filtering and scoring headers
10173                 Fixed bad function call that showed garbage 
10174                 in Folder->Processing
10175
10176 2002-05-21 [paul]       0.7.6claws9
10177
10178         * tools/Makefile.am
10179                 make all tools executable, (patch by Alfons).
10180
10181 2002-05-20 [alfons]     0.7.6claws8
10182
10183         * src/procheader.c
10184                 don't forget to call mktime() so we have a valid week 
10185                 and year day
10186                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10187
10188 2002-05-20 [paul]       0.7.6claws7
10189
10190         * src/html.c
10191                 fix broken parsing of urls
10192         * src/textview.c
10193                 fix displaying of urls
10194
10195                 both fixes from the patch [547855] by Eugene 
10196                 Brevdo (zonem)
10197
10198 2002-05-19 [alfons]     0.7.6claws6
10199
10200         * configure.in
10201                 make sylpheed configure correctly with the latest
10202                 and greatest of automake / autoconf / gettext
10203
10204 2002-05-19 [alfons]     0.7.6claws5
10205
10206         * src/procheader.c
10207         * src/procheader.h
10208                 add function for returning ime zone offset
10209         * src/quote_fmt.c
10210         * src/quote_fmt_parse.y
10211                 better quotation formatting - does not convert
10212                 to local time, but uses the original date string.
10213                 
10214                 Note: %z inserts the timezone offset (should 
10215                 work also on platforms where strftime does not
10216                 support %z).
10217
10218 2002-05-18 [christoph]  0.7.6claws4
10219
10220         * src/summaryview.c
10221                 fix indentation of some code
10222         * tools/Makefile.am
10223                 fix spaces after \
10224         * src/Makefile.am
10225                 add missing \
10226                 correct path for ignorethread.xpm
10227                 incorrect filename for sylpheed_logo.xpm
10228                 add missing include matcher_parser_parse.h
10229
10230 2002-05-18 [paul]       0.7.6claws3
10231
10232         * sync with 0.7.6cvs8
10233                 see ChangeLog 2002-05-16 and 2002-05-17
10234
10235 2002-05-18 [melvin]     0.7.6claws2
10236
10237         * README.claws
10238                 Corrected an action's definition and fixed some misspellings.
10239
10240 2002-05-18 [paul]       0.7.6claws1
10241
10242         * tools/Makefile.am
10243           tools/gpg-sign        ** new file **
10244           tools/uudec           ** new file **
10245                 add Melvin's Actions scripts
10246
10247         * README.claws
10248                 add Melvin's descriptions for Actions
10249
10250 2002-05-18 [paul]       0.7.6claws
10251
10252         * Version 0.7.6claws released
10253
10254 2002-05-17 [paul]       0.7.5claws32
10255
10256         * po/es.po
10257                 updated by Ricardo Mones Lastra
10258
10259 2002-05-17 [paul]       0.7.5claws31
10260
10261         * src/compose.c
10262                 fix Account prefs default folder for sent/draft/deleted
10263                 messages bug
10264
10265         * po/it.po
10266           po/nl.po
10267                 updated translation by Alessandro Maestri and
10268                 Wilbert Berendsen
10269
10270 2002-05-17 [melvin]     0.7.5claws30
10271
10272         * src/prefs_actions.c
10273                 Fixed bug where using %F not at the end of the command 
10274                 resulted in an additional empty argument being created.
10275                 Thanks to Darko Koruga for reporting the bug.
10276
10277 2002-05-17 [melvin]     0.7.5claws29
10278
10279         * po/fr.po
10280                 Updated French translations.
10281
10282 2002-05-15 [paul]       0.7.5claws28
10283         
10284         * po/es.po
10285                 updated by Ricardo Mones Lastra
10286
10287 2002-05-15 [paul]       0.7.5claws27
10288
10289         * sync with 0.7.6cvs4
10290                 see ChangeLog 2002-05-14 and 2002-05-15
10291
10292 2002-05-14 [paul]       0.7.5claws26
10293
10294         * sync with 0.7.6cvs1
10295                 see ChangeLog 2002-05-13
10296
10297 2002-05-13 [thorsten]   0.7.5claws25
10298
10299         * src/messageview.c
10300                 fix select_all and copy in multipart messages
10301         * src/mainwindow.c
10302                 fix select_all and copy in multipart messages
10303
10304 2002-05-12 [paul]       0.7.5claws24
10305
10306         * src/summaryview.c
10307                 reverse last commit, bug already fixed in 0.7.5claws3
10308
10309 2002-05-12 [netztorte]  0.7.5claws23
10310
10311         * src/summaryview.c
10312                 dont parse empty addressbook (checked in before claws20)
10313
10314 2002-05-12 [melvin]     0.7.5claws22
10315
10316         * src/procmsg.[ch]
10317                 Removed unneeded priority code introduced by the previous 
10318                 commit.
10319
10320 2002-05-12 [melvin]     0.7.5claws21
10321
10322         * src/compose.[ch]
10323                 Added possibility to set message's priority.
10324         * src/procmsg.[ch]
10325                 Added possibility to set message's priority.
10326                 Added missing headers
10327
10328 2002-05-12 [melvin]     0.7.5claws20
10329
10330         * src/prefs_actions.c
10331                 Removed implicitely added quotes around the name
10332                 of the temporary files of mime parts.
10333
10334 2002-05-12 [paul]       0.7.5claws19
10335
10336         * sync with 0.7.5cvs20
10337                 see ChangeLog 2002-05-11
10338
10339 2002-05-12 [alfons]     0.7.5claws18
10340
10341         * src/quote_fmt_lex.l
10342         * src/quote_fmt_parse.y
10343                 allow quote / reply date & time format to be set using
10344                 %D{format}. format is a format string you'd pass to
10345                 strftime() (see man strftime, or the Display tab |
10346                 Date format setting).
10347
10348                 Currently %D converts the date to local time. 
10349
10350 2002-05-11 [paul]       0.7.5claws17
10351
10352         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10353                 see ChangeLog 2002-05-10 and 2002-05-11
10354
10355 2002-05-10 [paul]       0.7.5claws16
10356
10357         * sync with 0.7.5cvs16
10358                 see ChangeLog entries 2002-05-09 and 
10359                 2002-05-10
10360
10361 2002-05-10 [colin]      0.7.5claws15
10362
10363         * src/textview.c
10364                 Corrected a bug that prevented sylpheed to open
10365                 double-clicked URIs.
10366
10367 2002-05-09 [paul]       0.7.5claws14
10368
10369         * sync with 0.7.5cvs14
10370                 see ChangeLog 2002-05-08 and 2002-05-09
10371
10372 2002-05-08 [paul]       0.7.5claws13
10373
10374         * sync with 0.7.5cvs11
10375                 see ChangeLog entry 2002-05-08
10376
10377 2002-05-08 [paul]       0.7.5claws12
10378
10379         * src/mainwindow.c
10380           src/textview.[ch]
10381                 fix segfault on View->Open in new window
10382                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10383
10384 2002-05-07 [paul]       0.7.5claws11
10385
10386         * sync with 0.7.5cvs9
10387                 see ChangeLog entry 2002-05-07
10388
10389 2002-05-06 [paul]       0.7.5claws10
10390
10391         * src/messageview.c
10392           src/textview.c
10393                 display url in statusbar on single-click
10394                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10395
10396 2002-05-06 [match]      0.7.5claws9
10397
10398         * src/addritem.[ch]
10399                 new functions.
10400         * src/addrcache.c
10401                 tidy up.
10402         * src/xmlprops.[ch]
10403                 XML implementation of properties file.
10404         * src/exporthtml.[ch]
10405         * src/expthtmldlg.[ch]
10406         * src/addressbook.c
10407                 export to HTML.
10408
10409 2002-05-02 [sergey]     0.7.5claws8
10410
10411         * src/mainwindow.c (mainwin_entries),
10412           src/prefs_common.c (prefs_send_create()),
10413           src/codeconv.c (locale_table):
10414                 use charset name "Windows-1251" instead of "CP1251".
10415
10416 2002-05-02 [colin]      0.7.5claws7
10417         
10418         * src/compose.c
10419           src/prefs_common.c
10420           src/prefs_folder_item.c
10421                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10422
10423 2002-05-02 [hiro]       0.7.5claws6
10424
10425         * src/imap.c
10426                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10427
10428 2002-05-02 [paul]       0.7.5claws5
10429
10430         * src/compose.c
10431                 more sync with 0.7.5cvs7, see ChangeLog entry
10432                 2002-05-02
10433
10434 2002-05-02 [hiro]       0.7.5claws4
10435
10436         * src/compose.c
10437                 compose_queue_sub():
10438                 check if queue folder exists (closes #550397).
10439                 removed directory creation since it should be handled
10440                 transparently.
10441         * src/imap.c
10442                 imap_add_msg(): return UID for appended message
10443                 (closes #548842).
10444
10445 2002-04-30 [paul]       0.7.5claws3
10446
10447         * src/summaryview.c
10448                 fix account_find_from_address() bug
10449
10450 2002-04-28 [colin]      0.7.5claws2
10451
10452         * src/compose.c
10453           src/textview.c
10454           src/prefs_common.[ch]
10455           src/utils.[ch]
10456                 Added user-definable quotation characters recognition.
10457
10458 2002-04-28 [paul]       0.7.5claws1
10459
10460         * sync with 0.7.5cvs4
10461                 see ChangeLog entry  2002-04-25
10462
10463 2002-04-28 [paul]       0.7.5claws
10464
10465         * po/es.po
10466           po/nl.po
10467           po/pt_BR.po
10468                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10469                 Fabio Junior Beneditto
10470
10471 2002-04-27 [jens]       0.7.4claws103
10472
10473         * po/de.po
10474                 updated German translation.
10475
10476 2002-04-27 [hiro]       0.7.4claws102
10477
10478         * src/summaryview.c
10479                 summary_write_cache(): fixed the mark loss of hidden messages.
10480
10481 2002-04-26 [melvin]     0.7.4claws101
10482
10483         * src/procmsg.c
10484                 fixed a second typo (same one)
10485         * po/fr.po
10486           po/it.po
10487           po/pt_BR.po
10488                 fixed the type again...
10489
10490 2002-04-26 [melvin]     0.7.4claws100
10491
10492         * src/procmsg.c
10493                 fixed a typo in an alert message ("temorary").
10494         * po/it.po
10495         * po/pt_BR.po
10496                 corrected the typo  described above.
10497         * po/fr.po
10498                 updated French translation.
10499
10500 2002-04-26 [darko]      0.7.4claws99
10501
10502         * src/summaryview.c
10503                 fix target folder colorization
10504
10505 2002-04-25 [paul]       0.7.4claws98
10506
10507         * po/it.po
10508                 updated by Alessandro Maestri
10509
10510 2002-04-24 [colin]      0.7.4claws97
10511         
10512         * src/compose.c
10513                 Fixed double "subject is empty" question.
10514
10515 2002-04-23 [colin]      0.7.4claws96
10516         
10517         * src/mimeview.c
10518                 Corrected issue when "automatically display images" was
10519                 not set : first image remained after selecting second.
10520
10521 2002-04-23 [melvin]     0.7.4claws95
10522
10523         * src/prefs_actions.c
10524                 Don't display in/out dialog if there is nothing to show.
10525
10526 2002-04-23 [paul]       0.7.4claws94
10527
10528         * sync with 0.7.5cvs3
10529                 bug fixes: see ChangeLog entry 2002-04-23
10530
10531 2002-04-22 [darko]      0.7.4claws93
10532
10533         * src/compose.c
10534                 fix previous check-in which changed code after
10535                 merge from main
10536
10537 2002-04-22 [paul]       0.7.4claws92
10538
10539         * faq/de/*
10540                 add German FAQ
10541         * faq/en/*
10542           faq/es/*
10543           faq/fr/*
10544                 update English, Spanish and French FAQs
10545         * manual/de/*
10546           manual/es/*
10547                 add German and Spanish manuals
10548         * manual/en/*
10549           manual/fr/*
10550                 update English and French manuals
10551
10552         * src/Makefile.am
10553                 add to and re-arrange the pixmap entries
10554
10555 2002-04-22 [darko]      0.7.4claws91
10556
10557         * src/compose.c
10558                 fix sender initials recognition to only allow
10559                 '>' after the initials
10560
10561 2002-04-21 [paul]       0.7.4claws90
10562
10563         * sync with 0.7.5 release
10564                 see ChangeLog entry 2002-04-21
10565
10566 2002-04-21 [alfons]
10567
10568         * src/Makefile.am
10569                 add colin's new pixmaps to EXTRA_DIST
10570
10571 2002-04-21 [colin]      0.7.4claws89
10572         * src/compose.c
10573         * src/inc.c
10574         * src/mainwindow.[ch]
10575         * src/prefs_common.[ch]
10576         * src/stock_pixmap.[ch]
10577                 Added "Work offline" ability.
10578
10579 2002-04-21 [colin]      0.7.4claws88
10580         
10581         * src/mimeview.c
10582         * src/prefs_common.c
10583         * src/prefs_common.h
10584         * src/textview.c : Added an option to common preferences -> display
10585           to allow user not to automatically display images.
10586
10587 2002-04-21 [paul]       0.7.4claws87
10588
10589         * sync with 0.7.4cvs52
10590                 see ChangeLog entry 2002-04-21 (src/imap.c)
10591
10592 2002-04-21 [paul]       0.7.4claws86
10593
10594         * sync with 0.7.4cvs51
10595                 see ChangeLog entry 2002-04-21
10596
10597 2002-04-21 [paul]       0.7.4claws85
10598
10599         * sync with 0.7.4cvs49
10600                 see ChangeLog entries 2002-04-20 and 2002-04-21
10601
10602         * src/Makefile.am
10603                 clean up: remove old 'stock_' element from xpm 
10604                 filenames.
10605
10606 2002-04-21 [alfons]     0.7.4claws84
10607
10608         apply sync patch from Paul
10609
10610         * src/folderview.c
10611                 use old claws prefs_folder_item_create() for now
10612
10613 2002-04-19 [match]      0.7.4claws83
10614
10615         * src/addressbook.[ch]
10616         * src/addrharvest.[ch]
10617         * src/addrgather.[ch]
10618                 recurse folders.
10619         * src/mainwindow.c
10620         * src/summaryview.[ch]
10621                 change menu option.
10622
10623 2002-04-19 [paul]       0.7.4claws82
10624
10625         * po/pt_BR.po
10626                 updated by Fabio Junior Beneditto
10627
10628 2002-04-14 [alfons]     0.7.4claws81
10629
10630         * src/passphrase.c
10631                 add #include <sys/types.h> for mode_t and off_t 
10632
10633 2002-04-13 [paul]       0.7.4claws80
10634         
10635         * src/main.c
10636           src/passphrase.[ch]
10637           src/pgptext.c
10638           src/prefs_common.[ch]
10639           src/rfc2015.c
10640                 enable storing of GnuPG passphrase for the whole 
10641                 session or a user-defined number of minutes. patch 
10642                 submitted by Ravemax <ravemax@dextrose.com>
10643
10644 2002-04-13 [alfons]     0.7.4claws79
10645
10646         * src/textview.c
10647                 make email parser also stop scanning when encountering separators
10648                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10649
10650 2002-04-13 [paul]       0.7.4claws78
10651
10652         * sync with 0.7.4cvs39
10653                 see ChangeLog entry 2002-04-12
10654
10655 2002-04-11 [paul]       0.7.4claws77
10656
10657         * sync with 0.7.4cvs37
10658                 see ChangeLog entry 2002-04-11
10659
10660 2002-04-11 [paul]       0.7.4claws76
10661
10662         * COPYING 
10663                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10664                 the clause for OpenSSL). sync with sylpheed main
10665
10666 2002-04-09 [melvin]     0.7.4claws75
10667
10668         * src/compose.c
10669                 Made 'Ctrl-Enter' on send ignore some modifiers 
10670                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10671                 to bind other *-Enter (but not Alt-Enter).
10672
10673 2002-04-09 [paul]       0.7.4claws74
10674
10675         * sync with 0.7.4cvs35
10676                 see ChangeLog entries 2002-04-09
10677
10678 2002-04-08 [paul]       0.7.4claws73
10679
10680         * sync with 0.7.4cvs33
10681                 see ChangeLog entry 200-04-08
10682
10683 2002-04-07 [match]      0.7.4claws72
10684
10685         * src/addrharvest.[ch]
10686                 fixed to read all addresses in header, regardless
10687                 of header size. improved name parsing. accommodate
10688                 harvest from folders and selected message.
10689         * src/addritem.[ch]
10690                 included new address parsing function.
10691         * src/addrgather.[ch]
10692         * src/addressbook.[ch]
10693         * src/summaryview.[ch]
10694         * src/mainwindow.c
10695                 allow address harvest of folder as well as selected
10696                 messages.
10697
10698 2002-04-07 [paul]       0.7.4claws71
10699
10700         * src/esmtp.[ch]
10701           src/smtp.c
10702                 don't try to authenticate with CRAM-MD5 in SMTP when 
10703                 SMTP-AUTH enabled if MTA doesn't issue this 
10704                 auth-method in it's ehlo-response. bug item #531364,
10705                 patch item #938910. patch submitted by Colin Leroy 
10706                 <colin@colino.net>
10707
10708 2002-04-07 [paul]       0.7.4claws70
10709
10710         * src/nntp.c
10711                 fix missing MODE_READER bug. patch submitted by
10712                 Colin Leroy <colin@colino.net>
10713
10714 2002-04-07 [alfons]     0.7.4claws69
10715
10716         * src/matcher.[ch]
10717         * src/prefs_filtering.c
10718         * src/summaryview.c
10719                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10720                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10721
10722 2002-04-07 [paul]       0.7.4claws68
10723
10724         * sync with 0.7.4cvs32
10725                 see ChangeLog entry 2002-04-06
10726
10727         * tools/filter_conv.pl
10728                 more bug fixes
10729
10730 2002-04-06 [paul]       0.7.4claws67
10731
10732         * tools/filter_conv.pl
10733                 modify to be able to find the name of the first
10734                 mailbox and use that. main's filter does not
10735                 record the full path to the mailbox and therefore
10736                 can only filter to the first mailbox.
10737
10738 2002-04-05 [paul]       0.7.4claws66
10739
10740         * tools/filter_conv.pl
10741                 attempt to make the script all-encompassing and
10742                 be able to convert any main 'filter' rule thrown
10743                 at it
10744
10745 2002-04-05 [paul]       0.7.4claws65
10746
10747         * tools/filter_conv.pl
10748                 allow for collapsed folder trees
10749
10750 2002-04-05 [paul]       0.7.4claws64
10751
10752         * sync with 0.7.4cvs31
10753                 see ChangeLog entries 2002-04-05
10754
10755 2002-04-03 [paul]       0.7.4claws63
10756
10757         * sync with 0.7.4cvs29
10758                 see ChangeLog entries 2002-04-02 and 2002-04-03
10759
10760 2002-04-02 [paul]       0.7.4claws62
10761
10762         * sync with 0.7.4cvs26
10763                 see ChangeLog entry 2002-04-01
10764
10765 2002-04-02 [match]      0.7.4claws61
10766
10767         * src/pine.[ch]
10768         * src/importpine.[ch]
10769         * src/addressbook.c
10770                 import Pine address book.
10771
10772 2002-04-02 [match]      0.7.4claws60
10773
10774         * src/addrharvest.[ch]
10775                 improve address parsing of funky addresses.
10776
10777 2002-04-02 [darko]      0.7.4claws59
10778
10779         * src/compose.c
10780                 wrap on send improvements, it now recognizes quoted
10781                 initials as part of the quotation string, and it
10782                 does not join lines separated by CR
10783
10784 2002-04-01 [match]      0.7.4claws58
10785
10786         * src/mgutils.[ch]
10787                 added new functions.
10788         * src/mutt.[ch]
10789                 remove excessive duplicate address generation
10790                 on import.
10791
10792 2002-04-01 [alfons]     0.7.4claws57
10793         
10794         * src/summaryview.c
10795                 put back g_free() 
10796
10797 2002-04-01 [paul]       0.7.4claws56
10798
10799         * sync with 0.7.4cvs25
10800                 see ChangeLog entry 2002-04-01
10801
10802 2002-04-01 [alfons]     0.7.4aprilfool55
10803
10804         * src/summaryview.c
10805                 honour feature request item #537427 to allow for
10806                 displaying names from address book for sent mail also
10807
10808 2002-03-29 [paul]       0.7.4claws54
10809
10810         * src/mainwindow.c
10811           src/prefs_filtering.[ch]
10812           src/prefs_matcher.c
10813           src/summaryview.c
10814                 add 'fast filter' for claws' filtering,
10815                 /Tools/Create filter rule/... patch submitted
10816                 by Neill Miller <neillm@thecodefactory.org>
10817
10818 2002-03-29 [paul]       0.7.4claws53
10819
10820         * sync with 0.7.4cvs24
10821                 see ChangeLog entry 2002-03-29
10822
10823 2002-03-28 [paul]       0.7.4claws52
10824
10825         * sync with 0.7.4cvs23
10826                 see ChangeLog entry 2002-03-28
10827
10828 2002-03-27 [melvin]     0.7.4claws51
10829
10830         * src/prefs_actions.c
10831                 Added support to pass only one message part (as a
10832                 file) to the command using '%p'. No quotes are needed
10833                 because doubles quotes are automatically added.
10834                 Fixed bug where Sylpheed could block when waiting for
10835                 a child process to finish.
10836                 Changed the help menu to remove quotes around symbols to 
10837                 avoid misinterpretation (they must not be used).
10838
10839 2002-03-27 [melvin]     0.7.4claws50
10840
10841         * src/inc.c
10842                 Made the new mail notification command always 
10843                 execute asynchronously.
10844
10845 2002-03-27 [paul]       0.7.4claws49
10846
10847         * src/compose.c
10848                 fix bug introduced in last commit
10849
10850 2002-03-27 [paul]       0.7.4claws48
10851
10852         * sync with 0.7.4cvs21
10853                 see ChangeLog 2002-03-26 and 2002-03-27
10854
10855 2002-03-26 [hoa]        0.7.4claws47
10856
10857         * src/prefs_folder_item.c
10858                 really fixed the bug #516442 with folder rescan.
10859
10860 2002-03-26 [paul]       0.7.4claws46
10861
10862         * sync with 0.7.4cvs19
10863                 see ChangeLog entries 2002-03-25 and 2002-03-26
10864
10865 2002-03-25 [hoa]        0.7.4claws45
10866
10867         * src/matcher.c
10868         * src/mh.c
10869                 fix the bug #516442 with folder rescan.
10870
10871         * src/prefs_common.[ch]
10872         * src/compose.c
10873                 added an option to enable two different behaviours
10874                 for bounce.
10875
10876
10877 2002-03-25 [paul]       0.7.4claws44
10878
10879         * src/mainwindow.c
10880           src/selective_download.c
10881                 correct a few menuitem labels
10882
10883 2002-03-25 [christoph]  0.7.4claws43
10884
10885         * src/procmsg.c
10886                 fix non deleted tmp message in
10887                 procmsg_save_to_outbox
10888                 fix problems caused by sync with
10889                 main branch's procmsg_send_queue
10890
10891 2002-03-25 [paul]       0.7.4claws42
10892
10893         * src/quote_fmt.c
10894           src/quote_fmt_lex.l
10895           src/quote_fmt_parse.y
10896                 add Last name (%L) placeholder for quoting. 
10897                 patch submitted by Thorsten Thielen 
10898                 <thth@users.sourceforge.net>
10899
10900 2002-03-25 [paul]       0.7.4claws41
10901
10902         * src/utils.c
10903                 get full hostname. patch submitted by
10904                 Bob Woodside <rwoodside1@comcast.net>
10905
10906 2002-03-25 [paul]       0.7.4claws40
10907
10908         * src/account.c
10909           src/news.c
10910           src/nntp.[ch]
10911           src/prefs_account.[ch]
10912                 enable NNTP over SSL. patch submitted by
10913                 Pascal Jermini <pascal@infinity.hn.org>
10914
10915 2002-03-24 [paul]       0.7.4claws39
10916
10917         * src/prefs_common.c
10918                 make the arrangement of the Compose tab more
10919                 coherent
10920
10921         * src/mainwindow.c
10922                 fix some irregularities of style
10923
10924         * po/de.po
10925                 updated by Kilian Krause
10926
10927 2002-03-23 [paul]       0.7.4claws38
10928
10929         * po/pt_BR.po
10930                 updated by Fabio Junior Beneditto
10931
10932 2002-03-23 [paul]       0.7.4claws37
10933
10934         * src/mainwindow.c
10935                 move 'Gather addresses' to 'Tools' menu
10936                 make 'Selective download' sensitive
10937
10938 2002-03-23 [paul]       0.7.4claws36
10939
10940         * sync with 0.7.4cvs16
10941                 see ChangeLog entries 2002-03-23
10942
10943 2002-03-22 [christoph]  0.7.4claws35
10944
10945         * src/quote_fmt_parse.y
10946                 fix include program output
10947
10948 2002-03-22 [alfons]     0.7.4claws34
10949
10950         * src/pop.c
10951                 initialize GDate stack variable correctly (sorry!)
10952
10953 2002-03-22 [paul]       0.7.4claws33
10954
10955         * src/compose.c
10956           src/mainwindow.c
10957           src/prefs_actions.c
10958           src/prefs_common.c
10959                 rename 'Tool' to 'Tools'
10960
10961         * src/mainwindow.c
10962                 move 'Delete duplicated messages' from
10963                 'Message/' to 'Tools/'
10964                 re-arrange the order of 'Tools/' items
10965
10966 2002-03-22 [paul]       0.7.4claws32
10967
10968         * src/addr_compl.c
10969           src/addressbook.[ch]
10970                 auto-address completion now also matches on
10971                 Nickname. patch submitted by Bob Forsman 
10972                 <hammor@users.sourceforge.net>
10973
10974         * src/editaddress.c
10975                 correct a spelling mistake
10976
10977 2002-03-22 [alfons]     0.7.4claws31
10978
10979         * src/pop.c
10980                 fix getting uidl from incorrect string 
10981                 (spotted by Colin)
10982
10983 2002-03-21 [alfons]     0.7.4claws30
10984
10985         * src/pop.c
10986                 more code refactoring
10987                 plug mem leak introduced by delete on server
10988
10989 2002-03-21 [paul]       0.7.4claws29
10990
10991         * sync with 0.7.4cvs11
10992                 see ChangeLog entries 2002-03-20
10993
10994 2002-03-20 [alfons]     0.7.4claws28
10995
10996         * src/inc.c
10997                 apply Colin's patch and refactor
10998
10999 2002-03-20 [paul]       0.7.4claws27
11000
11001         * sync with sylpheed 0.7.4cvs9
11002                 see ChangeLog entry 2002-03-20
11003
11004 2002-03-19 [christoph]  0.7.4claws26
11005
11006         * src/mh.c
11007         * src/procmsg.[ch]
11008         * src/summaryview.c
11009                 revert changes for flag updates
11010                 (does not work correctly and no time to debug)
11011
11012 2002-03-20 [alfons]     0.7.4claws25
11013
11014         * src/pop.c
11015                 refactor should_delete() a little bit 
11016
11017 2002-03-19 [paul]       0.7.4claws24
11018
11019         * src/inc.[ch]
11020           src/pop.c
11021           src/prefs_account.[ch]
11022                 allow the user to leave downloaded mail on the 
11023                 server for n days. Patch submitted by Colin Leroy 
11024                 <colin@colino.net>
11025
11026 2002-02-19 [paul]       0.7.4claws23
11027
11028         * sync with sylpheed 0.7.4cvs8
11029                 see ChangeLog entries 2002-03-19
11030
11031 2002-03-18 [paul]       0.7.4claws22
11032
11033         * sync with sylpheed 0.7.4cvs6
11034                 see ChangeLog entry 2002-03-18
11035
11036 2002-03-18 [paul]       0.7.4claws21
11037
11038         * po/en_GB.po
11039                 add en_GB message catalogue
11040
11041         * src/mbox_folder.c
11042           src/prefs_account.c
11043           src/prefs_actions.c
11044                 correct a few spelling mistakes
11045
11046 2002-03-17 [alfons]     0.7.4claws20
11047
11048         * src/matcher.c
11049                 more stringent checks for NULL params when writing
11050                 filtering actions to a file
11051                 
11052 2002-03-17 [hoa]        0.7.3claws20
11053
11054         * src/news.c
11055                 fixed the count of new messages
11056
11057         * src/compose.c
11058                 fixed the "attachment properties" window
11059
11060 2002-03-17 [paul]       0.7.4claws19
11061
11062         * src/defs.h
11063           src/folder.h
11064           src/news.c
11065           src/prefs_account.[ch]
11066           src/procmsg.[ch]
11067           src/summaryview.c
11068                 automatically mark cross-posted messages as read 
11069                 and (optionally) give them a colour label
11070                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11071                 
11072
11073 2002-03-17 [paul]       0.7.4claws18
11074
11075         * sync with sylpheed 0.7.4cvs5
11076                 see ChangeLog entry 2002-03-17
11077
11078 2002-03-17 [melvin]     0.7.4claws17
11079         
11080         * src/textview.c
11081                 Worked around a gtktext 'bug': when searching for 
11082                 a text in a long message it was scrolling slowly
11083                 line by line until it hit the searched text.
11084         * po/fr.po
11085                 Updated French translation
11086
11087 2002-03-17 [melvin]     0.7.4claws16
11088
11089         * src/mainwindow.c
11090         * src/compose.c
11091         * src/prefs_actions.c
11092                 Moved "Edit/Actions" to "Tool/Actions"
11093                 Made mainwindow/compose window sensitive as soon as
11094                 no child process is running anymore even if the io dialog
11095                 is open.
11096                 Fixed a struct being initialized with a non constant char*
11097
11098 2002-03-16 [christoph]  0.7.4claws15
11099
11100         * configure.in
11101                 add --with-compiler-flags option
11102                 (only for developer hacking)
11103         * src/mh.c
11104         * src/procmsg.[ch]
11105         * src/summaryview.c
11106                 try to make folder-stats and flag handling more
11107                 independent from the summaryview. msgcounts
11108                 are only set when the folder is opened and
11109                 procmsg_msginfo_(un)set_flags will handle it
11110                 later and summaryview will get the values
11111                 from the folder.
11112
11113 2002-03-16 [paul]       0.7.4claws14
11114
11115         * src/messageview.c
11116                 fix Return-receipt. Patch submitted by Bob
11117                 Woodside <rwoodside1@comcast.net>
11118
11119 2002-03-16 [paul]       0.7.4claws13
11120
11121         * src/compose.c
11122                 fix 'dynamic' signatures, make it work again
11123                 broken during sync on 2002-03-14 (0.7.4claws2)
11124
11125 2002-03-15 [match]      0.7.4claws12
11126
11127         * src/addrharvest.[ch]
11128         * src/addrgather.[ch]
11129         * src/addressbook.[ch]
11130         * src/mainwindow.c
11131                 included address harvester feature. still some
11132                 issues with address parsing that I will fix.
11133
11134 2002-03-15 [match]      0.7.4claws11
11135
11136         * src/addrbook.[ch]
11137         * src/addrcache.[ch]
11138         * src/addressbook.[ch]
11139         * src/addrindex.c
11140         * src/editbook.c
11141         * src/importldif.c
11142         * src/importmutt.c
11143         * src/jpilot.[ch]
11144         * src/main.c
11145         * src/syldap.[ch]
11146         * src/vcard.[ch]
11147                 tidy up. fix memory leaks. moved attribs and methods
11148                 from individual interfaces to addrcache object. prep
11149                 for new stuff to come in.
11150
11151 2002-03-15 [alfons]     0.7.4claws10
11152
11153         * src/matcher.[ch]
11154         * src/matcher_parser_parse.y
11155         * src/matcher_parser_lex.l
11156         * src/prefs_matcher.c
11157                 add filtering conditions message greater than, smaller 
11158                 than, and exactly matching a size in bytes
11159                 (does not work with delete from POP3 server yet)
11160
11161                 this should also give others an idea what you should
11162                 do to add new criterions to claws filtering system
11163                 
11164
11165 2002-03-15 [paul]       0.7.4claws9
11166
11167         * tools/filter_conv.pl
11168                 exit if there are no filter rules to convert
11169                 rename filterrc to filterrc.old after completion
11170
11171 2002-03-15 [paul]       0.7.4claws8
11172
11173         * sync with sylpheed 0.7.4cvs3
11174                 see ChangeLog entry 2002-03-14
11175
11176 2002-03-14 [paul]       0.7.4claws7
11177
11178         * src/compose.c
11179                 clean up the last commit (ahem)
11180
11181 2002-03-14 [paul]       0.7.4claws6
11182
11183         * src/compose.c
11184                 fix bug #515655. honour account preferences
11185                 regarding gpg default signing/encryption when 
11186                 changing account from the compose window.
11187
11188 2002-03-14 [paul]       0.7.4claws5
11189
11190         * src/folderview.c
11191                 remove unnecessary curly brackets
11192
11193 2002-03-14 [paul]       0.7.4claws4
11194
11195         * src/folderview.c
11196           src/prefs_filtering.[ch]
11197                 add filter rename on folder rename and filter
11198                 delete on folder delete. Patch submitted by
11199                 Neill Miller <neillm@thecodefactory.org> 
11200
11201 2002-03-14 [christoph]  0.7.4claws3
11202
11203         * src/procmsg.c
11204         * src/send.c
11205                 fix local delivery
11206                 (patch submitted by "Simon 'corecode' Schubert")
11207         * src/prefs_common.c
11208         * src/procmsg.c
11209                 fix gcc 3.0 warning
11210
11211 2002-03-14 [paul]       0.7.4claws2
11212
11213         * sync with sylpheed 0.7.4cvs2
11214                 see ChangeLog entry 2002-03-13
11215
11216 2002-03-12 [darko]      0.7.4claws1
11217
11218         * src/mainwindow.c
11219                 fix what seems to be a copy and paste error
11220                 when setting color for important messages
11221                 (reported by wwp)
11222
11223 2002-03-11 [paul]       version 0.7.4claws released
11224
11225 2002-03-11 [paul]       0.7.4claws
11226
11227         * po/es.po
11228           po/it.po
11229           po/nl.po
11230           po/pt_BR.po
11231                 update message catalogs. Submitted by Ricardo Mones 
11232                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11233                 Fabio Junior Beneditto
11234
11235         * configure.in
11236           faq/Makefile.am
11237           faq/it/Makefile
11238           faq/it/sylpheed-faq*
11239           src/mainwindow.c
11240           src/manual.[ch]
11241                 add FAQ in Italian
11242         
11243
11244 2002-03-11 [jens]       0.7.3claws7
11245
11246         * po/de.po
11247                 updated German translation
11248
11249 2002-03-11 [melvin]     0.7.3claws6
11250
11251         * po/fr.po
11252                 updated and corrected French translation
11253
11254 2002-03-10 [hoa]        0.7.3claws5
11255
11256         * src/account.c
11257         * src/inc.c
11258         * src/prefs_account.c
11259         * src/procmsg.c
11260         * src/send.[ch]
11261                 fixed the local account.
11262                 you have to change the default "/usr/sbin/sendmail"
11263                 to "/usr/sbin/sendmail -t" in the preferences of
11264                 the local account.
11265
11266         * src/procmime.c
11267                 removed some debug display for renderer
11268
11269 2002-03-10 [paul]       0.7.3claws4
11270
11271         * faq/en/sylpheed-faq-1.html
11272           faq/en/sylpheed-faq-2.html
11273                 update
11274
11275 2002-03-09 [paul]       0.7.3claws3
11276
11277         * sync with sylpheed 0.7.4
11278                 see ChangeLog entry 2002-03-09
11279
11280 2002-03-08 [paul]       0.7.3claws2
11281
11282         * faq/en/sylpheed-faq*
11283           faq/es/sylpheed-faq*
11284           faq/fr/sylpheed-faq*
11285                 update the FAQs
11286
11287         * manual/fr/.cvsignore
11288           manual/fr/Makefilea.am
11289           manual/fr/sylpheed*
11290           src/mainwindow.c
11291           src/manual.[ch]
11292                 add the French manual
11293
11294 2002-03-07 [paul]       0.7.3claws1
11295
11296         * sync with sylpheed 0.7.3cvs4
11297                 see ChangeLog entries  2002-03-06 and 2002-03-07
11298         
11299         * po/nl.po
11300                 updated by Wilbert Berendsen
11301
11302 2002-03-07 [melvin]     0.7.2claws34
11303
11304         * src/selective_download.c
11305                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11306
11307 2002-03-06 [paul]       0.7.2claws33
11308
11309         * sync with sylpheed 0.7.3cvs1
11310                 bug fix, see ChangeLog entry 2002-03-05
11311
11312 2002-03-05 [paul]       0.7.2claws32
11313
11314         * src/mimeview.c
11315           src/pgptext.[ch]
11316           src/procmsg.c
11317                 reverse the pgp ascii-armored code implemented in 
11318                 0.7.2claws16. removal of this code until it matures.
11319                 this means that verifying ascii-armored pgp sigs and
11320                 automatic decryption of ascii-armored encrypted
11321                 messages no longer works.
11322
11323 2002-03-05 [paul]       0.7.2claws31
11324
11325         * configure.in
11326           Makefile.am
11327         * faq/Makefile.am
11328         * faq/en/Makefile.am
11329           faq/en/sylpheed-faq.html
11330           faq/en/sylpheed-faq-1.html
11331           faq/en/sylpheed-faq-2.html
11332           faq/en/sylpheed-faq-3.html
11333         * faq/es/Makefile.am
11334           faq/es/sylpheed-faq.html
11335           faq/es/sylpheed-faq-1.html
11336           faq/es/sylpheed-faq-2.html
11337           faq/es/sylpheed-faq-3.html
11338           faq/es/sylpheed-faq-4.html
11339         * faq/fr/Makefile.am
11340           faq/fr/sylpheed-faq.html
11341           faq/fr/sylpheed-faq-1.html
11342           faq/fr/sylpheed-faq-2.html
11343           faq/fr/sylpheed-faq-3.html
11344         * src/Makefile.am
11345           src/defs.h
11346           src/mainwindow.c
11347           src/manual.[ch]
11348                 add FAQs in English, Spanish and French
11349
11350
11351 2002-03-05 [paul]       0.7.2claws30
11352
11353         * manual/en/sylpheed.html
11354           manual/en/sylpheed-XX.html
11355                 updated the English manual
11356
11357 2002-03-05 [hoa]        
11358
11359         * src/summaryview.c
11360                 dialog box pops up if the article can't be deleted.
11361
11362 2002-03-04 [paul]       
11363         
11364         * po/pt_BR.po
11365                 updated by Fabio Junior Benedito
11366
11367 2002-03-04 [hoa]
11368
11369         * removed ac/gpgme.m4
11370                 to avoid autogen common problem
11371                 developers have to install gpgme development package now
11372
11373         * src/compose.c
11374                 encoding to 7bit or 8bit is enabled.
11375
11376 2002-03-03 [alfons]     0.7.2claws29
11377
11378         * src/pop.c
11379                 merge fix by Oliver Haertel for selective
11380                 download buglet
11381
11382 2002-03-03 [paul]       0.7.2claws28
11383         
11384         * sync with sylpheed 0.7.3
11385
11386 2002-03-03 [paul]       0.7.2claws27
11387
11388         * sync with sylpheed 0.7.2cvs24
11389                 see ChangeLog entries 2002-03-02 and 2002-03-03
11390
11391 2002-03-02 [melvin]     0.7.2claws26
11392
11393         * src/inc.[ch]
11394         * src/main.c
11395         * src/mainwindow.c
11396         * src/prefs_common.[ch]
11397                 Added user definable notification on new mail arrival.
11398                 Removed unused variables in spell checker prefs code.
11399
11400 2002-03-02 [melvin]     0.7.2claws25
11401
11402         * src/quote_fmt.c
11403                 Removed unnecessary escape sequences.
11404                 Changed 'Initial...' to 'Initials of Sender'
11405
11406 2002-03-02 [paul]       0.7.2claws24
11407
11408         * sync with sylpheed 0.7.2cvs22
11409                 see ChangeLog entry 2002-03-01
11410
11411 2002-03-01 [hoa]        0.7.2claws23
11412
11413         * src/mainwindow.c
11414                 Set sensitivity of delete actions to active
11415                 even if the folder is a newsgroup.
11416
11417         * src/summaryview.c
11418                 - Set sensitivity of delete actions
11419                 - Added function check_permission() that will check if the
11420                   user is authorized to delete a message. For news, it
11421                   will check if the author is the same.
11422                 - Enabled deletion when there is no trash folder.
11423
11424         * src/news.[ch]
11425                 - Added news_cancel_article() to cancel articles
11426                 - Implemented news_remove_message() (public function)
11427
11428 2002-03-01 [paul]       0.7.2claws22
11429
11430         * src/gtkutils.c
11431           src/textview.c
11432                 recognise urls that that don't include 'http://' and
11433                 simply begin 'www.' 
11434
11435         * AUTHORS
11436                 remove duplicated name
11437
11438 2002-02-28 [paul]       0.7.2claws21
11439
11440         * src/mainwindow.c
11441           src/summaryview.[ch]
11442                 add ability to 'Select thread'
11443                 combines Melvin's "Select thread's head" patch (#510907)
11444                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11445                 patch (#518514) 
11446
11447 2002-02-28 [paul]       0.7.2claws20
11448
11449         * src/mimeview.c
11450                 hopefully fix segfault on right-clicking a mime part
11451                 that some people have experienced.      
11452                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11453
11454 2002-02-28 [paul]       0.7.2claws19
11455
11456         * sync with sylpheed 0.7.2cvs21
11457                 see ChangeLog entries 2002-02-27 and 2002-02-28
11458
11459 2002-02-27 [paul]       0.7.2claws18
11460
11461         * sync with sylpheed 0.7.2cvs18
11462                 see ChangeLog entries 2002-02-26 and 2002-02-27
11463
11464 2002-02-26 [alfons]     0.7.2claws17
11465
11466         * src/procheader.c
11467                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11468                 (spotted by Chris Hessman <idatech@gmx.net>)
11469
11470 2002-02-26 [paul]       0.7.2claws16
11471
11472         * src/mimeview.c
11473           src/pgptext.[ch]
11474           src/procmsg.c
11475                 make decryption of ascii-armored pgp encrypted messages
11476                 and verification of ascii-armored signatures work again.
11477                 slightly altered from the patch by Jens Jahnke 
11478                 <jan0sch@gmx.net>
11479
11480                 ##FIX ME##
11481                 * the checking of plaintext signatures always comes up in 
11482                   a popup box
11483                 * it doesn't work for multipart messages 
11484                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11485                   including the msg headers and these 2 line themselves, are 
11486                   not displayed
11487
11488         * src/mainwindow.c
11489                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11490                 "View/Message View" becomes "View/Separate Message View"
11491                 because its less ambiguous.
11492
11493         * po/es.po
11494                 updated by Ricardo Mones Lastra
11495
11496 2002-02-26 [paul]       0.7.2claws15
11497
11498         * sync with sylpheed 0.7.2cvs17
11499                 see ChangeLog entries 2002-02-25 and 2002-02-26
11500
11501 2002-02-25 [christoph]  0.7.2claws14
11502
11503         * src/filtering.[ch]
11504         * src/inc.c
11505                 do filtering stuff after all messages have been received
11506                   1. drop all messages to .processing
11507                   2. scan processing folder for messages
11508                   3. filter messages or move to inbox
11509                 this will also find old messages left in processing after
11510                 a crash or something like that and we get a real msginfo
11511                 from folder->get_msg_list and do not have to create our
11512                 own in filter_message
11513         * src/matcher_parser_parse.y
11514                 remove MIX/MAX warning (reordered includes)
11515
11516 2002-02-25 [paul]       0.7.2claws13
11517
11518         * sync with sylpheed 0.7.2cvs15
11519                 see ChangeLog entry 2002-02-24
11520
11521 2002-02-24 [alfons]     0.7.2claws12
11522
11523         * src/filtering.c
11524                 clear old color flags first when applying a new color to
11525                 a message info. 
11526                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11527
11528 2002-02-24 [alfons]     0.7.2.claws11
11529         
11530         * AUTHORS
11531         * src/prefs_common.c
11532                 add presets for Opera and Konqueror, closes patch #517261,
11533                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11534
11535 2002-02-24 [alfons]     0.7.2.claws10
11536
11537         * AUTHORS
11538         * src/summaryview.c
11539                 fix threading for null message ids, closes patch #521601,
11540                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11541
11542 2002-02-24 [alfons]     0.7.2claws9
11543
11544         * src/summaryview.c
11545         * src/filtering.c
11546                 make Tool | Filter Message work with filtering system so
11547                 setting flags also works
11548
11549                 TODO:
11550
11551                 - Processing uses the same function as Tool | Filter
11552                   Message, but doesn't use the same update proc yet
11553
11554 2002-02-23 [paul]       0.7.2claws8
11555
11556         * sync with sylpheed 0.7.2cvs14
11557                 see ChangeLog entries 2002-02-22 and 2002-02-23
11558
11559 2002-02-22 [christoph]  0.7.2claws7
11560
11561         * src/quote_fmt.c
11562                 Add column space to table
11563         * src/quote_fmt_parse.y
11564                 Close files
11565
11566 2002-02-22 [paul]       0.7.2claws6
11567
11568         * src/Makefile.am
11569           src/defs.h
11570           src/filtering.c
11571           src/inc.[ch]
11572           src/mainwindow.c
11573           src/matcher.[ch]
11574           src/matcher_parser_lex.l
11575           src/matcher_parser_parse.y
11576           src/pop.[ch]
11577           src/prefs_account.h
11578           src/prefs_filtering.c
11579           src/selective_download.[ch]   *** NEW FILES ***
11580           src/utils.[ch]
11581           po/POTFILES.in
11582                 Selective Download added to 'Tool' menu. 
11583                 Retrieves email headers of the currently selected pop3 
11584                 account and allows the user to mark emails for deletion 
11585                 right on the pop3 server. Patch submitted by Oliver Haertel 
11586                 <oha@users.sourceforge.net>.
11587         
11588         * po/POTFILES.in
11589                 add 'src/quote_fmt.c'           
11590
11591 2002-02-22 [christoph]  0.7.2claws5
11592
11593         * src/Makefile.am
11594                 added quote_fmt.c
11595         * src/prefs_common.[ch]
11596         * src/prefs_template.c
11597         * src/quote_fmt.c               *** NEW FILE ***
11598         * src/quote_fmt.h
11599                 move quote format symbol description code
11600                 to it's own file because it is used from
11601                 differnent code parts
11602                 Rewrote symbol description GUI
11603                   + use table
11604                   + add separators
11605                   + get data from array (no more long constant strings)
11606         * src/quote_fmt_lex.l
11607         * src/quote_fmt_parse.y
11608                 Symbol for Literal % changed to \% instead of %%
11609                 (More logical as \ is used for quoting for other symbols)
11610                 Add |f and |p to include files and program output
11611                 Examples:
11612                     |f{/home/.../.signature}
11613                     |p{date}
11614         * po/de.po
11615                 Correct wrong spelling for "Referenzen"
11616
11617 2002-02-21 [paul]       0.7.2claws4
11618
11619         * src/procmsg.c
11620                 forgotten during sync
11621
11622 2002-02-21 [paul]       0.7.2claws3
11623
11624         * sync with sylpheed 0.7.2cvs11
11625                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11626                 2002-02-20 and 2002-02-21
11627
11628 2002-02-20 [melvin]     0.7.2claws2
11629
11630         * src/prefs_actions.c
11631                 Added error report when child cannot fork or when execvp 
11632                 returns with an error.
11633
11634 2002-02-19 [christoph]  0.7.2claws1
11635
11636         * src/codeconv.c
11637                 return unconverted text if conde conversion is not possible
11638                 when libjconv is used.
11639                 (patch submitted by "Simon 'corecode' Schubert")
11640
11641 2002-02-19 [paul]       
11642
11643         * version 0.7.2claws release
11644
11645 2002-02-19 [paul]       0.7.2claws
11646
11647         * po/nl.po
11648                 updated by Wilbert Berendsen
11649
11650
11651 2002-02-18 [alfons]     0.7.1claws13
11652
11653         * src/syldap.c
11654         * src/jpilot.c
11655                 remove references to dlfcn and explicitly loading functions
11656                 from dynalink libs, because libs linked anyway, and functions
11657                 are loaded explicitly
11658
11659 2002-02-17 [melvin]     0.7.1claws12
11660
11661         * src/prefs_actions.c
11662                 Replaced children wait loop with double fork technique.
11663                 Now, input/output window updated at each new output.
11664                 free_children(): Fixed a memory leak.
11665                 Made input/output window non closable if running children
11666                 still exist.
11667                 Added missing <unistd.h> include.
11668                 Added some --debug outputs.
11669
11670 2002-02-17 [melvin]     0.7.1claws11
11671
11672         * src/summaryview.c
11673                 Fixed bug where descending sort order did not select top
11674                 message.
11675
11676 2002-02-17 [melvin]     0.7.1claws10
11677
11678         * acconfig.h
11679                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11680         * src/prefs_common.c
11681                 Pspell data package directory no more hard coded but
11682                 set during configuration (PSPELL_PATH). (Thanks to 
11683                                 Gustavo Noronha Silva.)
11684
11685 2002-02-17 [melvin]     0.7.1claws9
11686
11687         * configure.in
11688                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11689         * src/gtkspell.c
11690                 Fixed compile-time warnings.
11691
11692 2002-02-16 [alfons]     0.7.1claws8
11693
11694         * src/filesel.c
11695                 fix inadvertent free of NULL pointer which caused
11696                 sylpheed to crash when closing the save-as dialog
11697                 using the window close button
11698
11699 2002-02-16 [carsten]    0.7.1claws7
11700         * src/mainwindow.[ch]
11701           src/summaryview.c
11702           src/prefs_common.c
11703                 fixes for pixmap theming code:
11704                         - recently changed mail attributes shouldn't get
11705                           lost any longer
11706                         - theme is only reloaded iff another theme was
11707                           selected
11708
11709 2002-02-16 [paul]       0.7.1claws6
11710
11711         * sync with sylpheed 0.7.2 release
11712                 see ChangeLog entry 2002-02-15 and 2002-02-16
11713
11714 2002-02-15 [paul]       0.7.1claws5
11715
11716         * sync with sylpheed 0.7.1cvs9
11717                 see ChangeLog entry 2002-02-15
11718
11719         * po/POTFILES.in
11720                 remove unneeded headerwindow.c entry
11721
11722 2002-02-14 [carsten]    0.7.1claws4
11723         * src/summaryview.c
11724                 fixed a bug for "Go to next unread message": there was
11725                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11726                 in the prefs, because of doing "Search again" instead
11727                 "No"
11728
11729 2002-02-14 [carsten]    0.7.1claws3
11730         * src/stock_pixmap.c
11731                 removed 2 more mem leaks; following memprof,
11732                 this code is "leak free" now :)
11733
11734 2002-02-14 [carsten]    0.7.1claws2
11735         * src/stock_pixmap.c
11736                 used opendir/readdir/closedir instead of scandir
11737                 -> code should work now on Solaris
11738
11739 2002-02-14 [paul]       0.7.1claws1
11740
11741         * sync with sylpheed 0.7.1cvs8
11742                 see ChangeLog entries 2002-02-13 and 2002-02-14
11743
11744         * README.claws
11745                 add some description of Actions and Pixmap Themes
11746
11747 2002-02-13 [paul]       
11748
11749         * version 0.7.1claws release
11750
11751 2002-02-13 [paul]       0.7.1claws
11752
11753         * po/es.po
11754           po/it.po
11755           po/pt_BR.po
11756                 updated translations, submitted by Ricardo Mones Lastra,
11757                 Alessandro Maestri and Fabio Junior Beneditto
11758
11759 2002-02-13 [melvin]     0.7.0claws75
11760
11761         * src/prefs_actions.c
11762                 Added missing "signal.h" include
11763
11764 2002-02-13 [melvin]     0.7.0claws74
11765
11766         * src/prefs_folder_item.c
11767                 Added missing "config.h" include
11768         * po/fr.po
11769                 Updated French translation for folder propriety.
11770
11771 2002-02-13 [jens]       0.7.0claws73
11772
11773         * po/POTFILES.in
11774                 Added missing src/prefs_folder_item.c [log added by melvin]
11775         * po/de.po
11776                 Updated German translation.
11777
11778 2002-02-13 [melvin]     0.7.0claws72
11779
11780         * po/fr.po
11781                 Updated French translation.
11782
11783 2002-02-13 [melvin]     0.7.0claws71
11784
11785         * src/gtkutils.c
11786                 Made gtkut_editable_get_selection return NULL if selection
11787                 is of length zero.
11788                 This fixes a bug where selecting part of message A then
11789                 switching to message B and replying to it will not
11790                 quote the message's body.
11791
11792 2002-02-12 [paul]       0.7.0claws70
11793
11794         * src/mainwindow.c
11795                 cosmetic, relating to pixmap themes: on toolbar make 
11796                 updating of 'Exec' and 'Compose news/Compose email'
11797                 icons faster.
11798
11799 2002-02-12 [carsten]    0.7.0claws69
11800         * src/folderview.c
11801           src/mainwindow.[ch]
11802           src/stock_pixmap.c
11803           src/summaryview.c
11804           src/prefs_common.c
11805                 - refreshing after changing pixmap theme better
11806                   now (thanks Paul)
11807                 - wanted to remove some mem leaks, but alfons was
11808                   faster (and had the better solution ;)
11809
11810 2002-02-12 [alfons]     0.7.0claws68
11811
11812         * src/prefs_common.c
11813         * src/stock_pixmap.[ch]
11814                 plug mem leaks, refactor code a little bit
11815
11816
11817 2002-02-12 [sergey]     0.7.0claws67
11818
11819         * src/imap.c
11820                 Fixed problem with copying messages to IMAP folders when the
11821                 server uses something other than '/' as a namespace separator
11822                 (cyrus-imapd uses '.').
11823
11824 2002-02-12 [jens]       0.7.0claws66
11825
11826         * po/de.po
11827                 Updated German Translation
11828
11829 2002-02-12 [paul]       0.7.0claws65
11830
11831         * sync with sylpheed 0.7.1cvs1
11832                 see ChangeLog entry 2002-02-12
11833
11834 2002-02-12 [melvin]     0.7.0claws64
11835
11836         * src/prefs_actions.c
11837                 Fixed "feature" where children's output was duplicated 
11838                 instead of refreshed while monitoring.
11839                 Removed some debug code.
11840
11841 2002-02-12 [christoph]  0.7.0claws63
11842
11843         * src/compose.c
11844                 always delete message from queue after sending/send error
11845                 (closes bug #509601)
11846
11847 2002-02-12 [melvin]     0.7.0claws62
11848
11849         * src/prefs_actions.c
11850                 Children wait loop is now triggered with a timeout of 1s
11851                 Added %F which is replaced with the list of filenames 
11852                 of all selected messages (as suggested by Ricardo Mones Lestra)
11853                 Pipe syntax changed. Prefix with | to send selection, postfix
11854                 with | to retrieve output. Prefix with > or * to send
11855                 user definable input to the command (*: input is hidden)
11856                 Old pipe action should now be postfixed with |, too.
11857
11858 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11859         * src/stock_pixmap.c
11860                 fixed a bug: if there's no theme directory don't
11861                 throw an error, just do "nothing" (thanks Alfons)
11862
11863 2002-02-12 [carsten]    0.7.0claws60
11864         * src/folderview.c
11865           src/summaryview.c
11866                 had to write the cache twice (nasty!); some marks would 
11867                 get lost if not
11868
11869 2002-02-11 [carsten]    0.7.0claws59
11870         * acconfig.h
11871           configure.in
11872           doc-src/maintainer_guide.txt
11873           src/compose.[ch]
11874           src/defs.h
11875           src/folderview.[ch]
11876           src/gtkutils.[ch]
11877           src/mainwindow.[ch]
11878           src/prefs_common.[ch]
11879           src/stock_pixmap.[ch]
11880           src/summaryview.[ch]
11881                 pixmap theming and related work on pixmap
11882                 handling on some other places
11883                 (e.g. hrm features for all folder)
11884           src/pixmap/stock_*.xpm -> the stock_ was removed
11885         
11886 2002-02-11 [paul]       0.7.0claws58
11887
11888         * sync with sylpheed 0.7.1 release
11889                 see ChangeLog entries 2002-02-11
11890
11891 2002-02-08 [paul]       0.7.0claws57
11892
11893         * sync with sylpheed 0.7.0cvs39
11894                 see ChangeLog entry 2002-02-07 (last entry) 
11895
11896         * src/prefs_actions.c
11897           src/prefs_filtering.c
11898           src/prefs_matcher.c
11899           src/prefs_scoring.c
11900                 sync: made it compile with C compilers other than gcc
11901
11902 2002-02-07 [paul]       0.7.0claws56
11903
11904         * sync with sylpheed 0.7.0cvs38
11905                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11906                 2002-02-07
11907
11908 2002-02-07 [darko]      0.7.0claws55
11909
11910         * src/gtkutils.[ch]
11911         * src/summaryview.c
11912                 Fix const gchar */gchar * issue (thanks Hiro)
11913
11914 2002-02-07 [darko]      0.7.0claws54
11915
11916         * src/compose.[ch]
11917         * src/filtering.c
11918         * src/gtkutils.[ch]
11919         * src/prefs_template.c
11920         * src/quote_fmt.h
11921         * src/quote_fmt_parse.y
11922         * src/summaryview.c
11923         * src/utils.[ch]
11924                 When replying or forwarding an email don't quote the entire
11925                 mail body but use the part of the message text that is selected
11926
11927 2002-02-06 [melvin]     0.7.0claws53
11928
11929         * src/prefs_common.[ch]
11930         * src/gtkspell.[ch]
11931         * src/compose.c
11932                 Made possible to switch quickly to last used dictionary
11933                 which makes checking bilingual documents easier.
11934
11935 2002-02-06 [melvin]     0.7.0claws52
11936         
11937         * po/POTFILES.in
11938                 Added forgotten new file src/prefs_actions.c
11939
11940 2002-02-06 [melvin]     0.7.0claws51
11941
11942         * src/prefs_actions.c   ** NEW FILE **
11943         * src/prefs_actions.h   ** NEW FILE **
11944                 Added actions to execute on message text view, or on the
11945                         message's file.
11946         * src/Makefile.am
11947                 Added src/prefs_actions.[ch]
11948         * src/compose.c
11949                 Added new menu "Edit/Actions"
11950         * src/defs.h
11951                 Added new actionsrc file.
11952         * src/main.c
11953                 Added actionsrc reading.
11954         * src/mainwindow.c
11955                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11956         * src/prefs_common.h
11957                 Added new element actionslst element to prefs_common.
11958
11959 2002-02-06 [paul]       0.7.0claws50
11960
11961         * sync with sylpheed 0.7.0cvs36
11962                 see ChangeLog entry 2002-02-06
11963
11964 2002-02-05 [paul]
11965
11966         * po/es.po
11967                 updated by Ricardo Mones Lastra
11968
11969 2002-02-05 [paul]       0.7.0claws49
11970
11971         * sync with sylpheed 0.7.0cvs33
11972                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11973
11974 2002-02-05 [paul]       0.7.0claws48
11975
11976         * src/compose.c
11977                 re-add 'Edit/Advanced/Delete entire line', previously named
11978                 'Delete Line+'
11979
11980 2002-02-04 [paul]       0.7.0claws47
11981
11982         * src/compose.c
11983           src/summaryview.c
11984                 fix bug #494993 (Reply All not taking Reply-To into consi)
11985                 eliminate differences in behaviour of right-click 'Reply to all' 
11986                 in summary view and 'Reply to all' on the toolbar. 
11987                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11988                 view and From gets ignored by 'Reply to all' on toolbar.
11989                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11990                 From when no Reply-To header is present.
11991
11992 2002-02-04 [paul]       0.7.0claws46
11993
11994         * sync with sylpheed 0.7.0cvs30
11995                 see ChangeLog entries 2002-02-03 and 2002-02-04
11996
11997 2002-02-03 [melvin]     0.7.0claws45
11998
11999         * src/gtkspell.[ch]
12000                 Readded function to highlight all misspelled words.
12001                 Fixed bug where user-provided-words did not replace
12002                         correctly the misspelled word when using the mouse.
12003                 Fixed bug where checking a region selected from right to left did
12004                         not check the region at all.
12005                 Fixed bug where 'Check backwards' may not check at all. 
12006                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12007                 Fixed possible buffer overflow when checking for long strings (>1k).
12008                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12009                 Accelerators code uses now gtk_widget_add_accel.
12010                 Removed and disabled obsolete and unfinished code.
12011                 Cleaning up.
12012
12013         * src/compose.c
12014                 Added menu item to Highlight all misspelled words.
12015
12016 2002-02-01 [paul]       0.7.0claws44
12017
12018         * src/mainwindow.c
12019                 fix '/View/Hide read messages' sensitivity when all
12020                 messages in a folder are hidden
12021
12022 2002-02-01 [paul]       0.7.0claws43
12023
12024         * src/main.c
12025                 add --send option to command line interface, sends all
12026                 queued mail. Patch submitted by Ricardo Mones Lastra.
12027
12028 2002-01-31 [paul]       0.7.0claws42
12029
12030         * src/mainwindow.c
12031                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12032
12033 2002-01-31 [paul]       0.7.0claws41
12034
12035         * sync with sylpheed 0.7.0cvs27
12036                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12037                 and 2002-01-31
12038
12039         * src/textview.c
12040                 comment out elements of textview_show_part() as temporary
12041                 workaround for attachment 'Display as text' bug 
12042
12043         * po/pt_BR.po
12044                 updated by Fabio Junior Beneditto
12045
12046 2002-01-30 [paul]       0.7.0claws40
12047
12048         * sync with sylpheed 0.7.0cvs24
12049                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12050                 and 2002-01-30
12051
12052         * src/compose.c
12053                 add {N_("/_Spelling"), ... "<Branch>"} to 
12054                 GtkItemFactoryEntry compose_entries[]
12055
12056         * src/prefs_common.c
12057                 add claws menu items to prefs_keybind_apply_clicked()
12058                 and remove non-claws menu items
12059
12060 2002-01-29 [paul]       0.7.0claws39
12061
12062         * sync with sylpheed 0.7.0cvs22
12063                 see ChangeLog entries 2002-01-28 and 2002-01-29
12064
12065 2002-01-28 [melvin]     0.7.0claws38
12066
12067         * src/compose.c
12068                 Added the declartion of compose_send_control_enter.
12069
12070         * src/compose.c
12071         * src/gtkspell.[ch]
12072                 Added in a 'Spelling' menu which includes the configuration menu. 
12073                 Added a real 'Check all' and got rid from the old one which only
12074                 highlited misspelled word.
12075                 Made 'Check while typing' a disableable option.
12076                 Added a dialog when there are no more misspelled word.
12077                 Added a dialog if error occurs when switching to a dictionary.
12078         
12079         * src/prefs_common.[ch]
12080                 Added option for the default 'Check while typing' option.
12081
12082
12083 2002-01-28 [alfons]     0.7.0claws37
12084
12085         * src/compose.c
12086                 fix buglet and make code comply with sylpheed code style
12087
12088 2002-01-28 [paul]       0.7.0claws36
12089
12090         * sync with sylpheed 0.7.0cvs19
12091                 see ChangeLog entries for 2002-01-28
12092
12093 2002-01-28 [hoa]        0.7.0claws35
12094
12095         * src/defs.h
12096                 added rendererrc
12097
12098         * src/main.c
12099                 read the renderer config
12100
12101         * src/procmime.[ch]
12102                 use the renderer config to convert mime attachments
12103
12104         * src/textview.c
12105                 don't use textview_show_html/ertf,
12106                 use get_text_content instead
12107
12108 2002-01-27 [alfons]     0.7.0claws34
12109         
12110         * src/news.c
12111                 make sylpheed believe it can delete a news message...
12112                 (messages are NOT deleted, maybe we should remove
12113                 processing from the folder properties after all.)
12114
12115 2002-01-27 [alfons]     0.7.0claws33
12116
12117         * src/folder.c
12118                 add extra checks
12119         * src/news.c
12120                 implement remove_msg() 
12121
12122 2002-01-27 [alfons]     0.7.0claws32
12123
12124         * src/procmsg.h
12125         * src/procheader.c
12126         * src/messageview.c
12127                 fix return receipt / disposition notification again. this
12128                 stuff seems to break on _every_ major summary UI change, so
12129                 it's now implemented using a flag which is saved in the
12130                 marks cache
12131                 
12132 2002-01-26 [alfons]     0.7.0claws31
12133
12134         * src/import.c
12135                 let import dialog show the destination folder identifier
12136
12137 2002-01-26 [melvin]     0.7.0claws30
12138
12139         * src/folderview.c
12140         * src/summaryview.c
12141                 Readded 'Mark all read' into summary view popup menu
12142                 Added 'Mark all read' in folder view popup menu for IMAP
12143                 and NNTP.
12144                 Made it insensitive if the selected folder is not the shown
12145                 one to avoid 'Mark all read' on the wrong folder.
12146                 
12147 2002-01-26 [paul]       0.7.0claws29
12148
12149         * src/folderview.c
12150           src/summaryview.c
12151                 move 'Mark all read' from summary view to folder view
12152                 menu. (adapted from) patch submitted by Jeremy Andrews,
12153                 <lists@kerneltrap.com>
12154
12155 2002-01-25 [alfons]     0.7.0claws28
12156
12157         * src/gtkstext.c
12158                 put the gtk class name back so GtkSText adapts the 
12159                 settings of GtkText
12160
12161 2002-01-25 [alfons]     0.7.0claws27
12162
12163         * src/folderview.c 
12164                 assimilate Ricardo's patch that shows pixmaps instead of
12165                 plain "new" and "unread" texts in the folder view column
12166                 headers 
12167
12168 2002-01-25 [paul]       0.7.0claws26
12169
12170         * src/Makefile.am
12171                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12172                 be found in non-standard locations. 
12173                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12174
12175 2002-01-25 [paul]       0.7.0claws25
12176
12177         * sync with sylpheed 0.7.0cvs16
12178                 see ChangeLog entry 2002-01-25
12179
12180 2002-01-24 [paul]       0.7.0claws24
12181
12182         * more sync with sylpheed 0.7.0cvs15
12183                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12184
12185 2002-01-23 [sergey]     0.7.0claws23
12186
12187         * src/importldif.c
12188                 Fixed segfault when closing LDIF import wizard with
12189                 the window manager.
12190         * src/imageview.c
12191         * src/imageview.h
12192         * src/messageview.c
12193         * src/mimeview.c
12194                 Fixed wrong scrolling position after switching between
12195                 text and image parts.
12196
12197 2002-01-23 [paul]       0.7.0claws22
12198
12199         * sync with sylpheed 0.7.0cvs15
12200                 see ChangeLog entries 2002-01-22 and 2002-01-23
12201
12202 2002-01-21 [melvin]     0.7.0claws21
12203
12204         * src/prefs_scoring.c
12205         * src/prefs_filtering.c
12206                 Fixed bug where scoring and filtering windows stopped
12207                 autochecking.
12208
12209 2002-01-21 [paul]       0.7.0claws20
12210
12211         * sync with sylpheed 0.7.0cvs12
12212                 see ChangeLog entries 2002-01-20 and 2002-01-21
12213
12214 2002-01-21 [carsten]    0.7.0claws19
12215         * src/mainwindow.c
12216         * src/menu.[ch]
12217         * src/messageview.[ch]
12218         * src/summaryview.[ch]
12219                 changes to shortcuts handling again:
12220                         + "Q" now controled by mainwin
12221                         + v/V are now customizable and have slightly
12222                           different meanings
12223                 the "button" to minimize the messageview (and maximize
12224                 the summary view) is a real button now
12225         * src/compose.c
12226                 "Delete Line+" added to Edit/Advanced (this will also
12227                 delete the '\n')
12228
12229 2002-01-20 [melvin] 0.7.0claws18
12230
12231         * src/addressbook.c
12232                 Made "Bcc" sensitive when addressbook is called from
12233                 compose window (it was a Claws only bug).
12234
12235 2002-01-19 [alfons] 0.7.0claws17
12236
12237         * src/inc.c
12238                 prevent unnecessary updates when currently selected folder has
12239                 no new messages 
12240
12241 2002-01-19 [alfons] 0.7.0claws16
12242         
12243         * src/summaryview.c
12244                 prevent writing the cache based on current message list in summary 
12245                 view when filtering also put messages in currently selected folder
12246
12247 2002-01-19 [paul]
12248
12249         * po/it.po
12250                 Italian translation submitted by Alessandro Maestri
12251                 <a.maestri@cs.tin.it>
12252
12253 2002-01-18 [melvin]     0.7.0claws15
12254
12255         * src/prefs_filters.c
12256                 fixed bug where 'cancel' from 'filters' window stops autochecking
12257                 if the timer timed out  when the window was open.
12258
12259 2002-01-18 [match]      0.7.0claws14
12260
12261         * src/addrclip.[ch]     ** NEW FILE **
12262         * src/addrselect.[ch]   ** NEW FILE **
12263         * src/adbookbase.h      ** NEW FILE **
12264                 addressbook cut, copy and paste
12265         * src/addrbook.[ch]
12266         * src/addrcache.[ch]
12267         * src/addressitem.h
12268         * src/addrindex.[ch]
12269         * src/addritem.[ch]
12270         * src/importldif.c
12271         * src/importmutt.c
12272         * src/jpilot.[ch]
12273         * src/syldap.[ch]
12274         * src/vcard.[ch]
12275         * src/jpilot.[ch]
12276         * src/editbook.c
12277         * src/editjpilot.c
12278         * src/editldap.c
12279         * src/editvcard.c
12280                 support for copy/paste
12281         * src/addressbook.c
12282                 support for copy/paste
12283                 tidy up menu option processing
12284                 correct address list function arguments
12285         * src/editaddress.c
12286                 sort user attributes
12287         * src/ldif.h
12288         * src/mutt.h
12289                 tidy up
12290
12291         * src/addrbook.[ch]
12292         * src/addrbook.[ch]
12293         * src/addrbook.[ch]
12294                 
12295
12296 2002-01-18 [paul]       0.7.0claws13
12297
12298         * sync with sylpheed 0.7.0cvs8
12299                 configure.in: support Mac OS X (Darwin)
12300
12301 2002-01-18 [carsten]    0.7.0claws12
12302         * src/html.c
12303                 small hack to fix a segfault with an empty href
12304                 (reported by Alexandra Walford <deeni@altern.org>)
12305         * src/mainwindow.c
12306         * src/summaryview.c
12307                 the shortcuts for Mark und Mark as unread are hardcoded
12308                 again
12309         * src/compose.c
12310         * src/gtkstext.[ch]
12311                 readded the shortcuts in gtkstext but made them
12312                 customizeable (simply by adding a menu plus a wrapper
12313                 to compose.c)
12314
12315 2002-01-17 [melvin]     0.7.0claws11
12316
12317         * src/gtkspell.c
12318                 fix default dictionary not being saved.
12319
12320 2002-01-16 [darko]      0.7.0claws10
12321
12322         * src/compose.c
12323                 fix wrapping crash with URL longer than wrapping margin
12324
12325 2002-12-08 [hoa]        0.7.0claws10
12326
12327         * src/matcher_parser_parse.y
12328                 fixed some bugs
12329
12330         * src/prefs_filtering.c
12331                 now, we can use bounce action in the dialog box.
12332
12333 2002-01-16 [carsten]    0.7.0claws9
12334         * src/gtkstext.c
12335                 removed the <control> and <alt> shortcuts because they're
12336                 not needed and interefered with the "normal" shortcuts
12337         * src/mainwindow.c
12338         * src/summaryview.c
12339                 removed most of the hardcoded shortcuts and assigned
12340                 them to menu entries making them easy customizable by
12341                 that
12342
12343 2002-01-16 |melvin]     0.7.0claws8
12344
12345         * src/gtkspell.c
12346                 fixed bug where using the mouse and when the compose
12347                 window is not on top may result in a crash.
12348
12349 2002-01-16 [melvin]     0.7.0claws7
12350
12351         * src/compose.c
12352                 fixed a long standingspell checker bug which could 
12353                 cause a crash after sending a message.
12354
12355 2002-01-16 [paul]       0.7.0claws6
12356
12357         * sync with sylpheed 0.7.0cvs7
12358                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12359                 2002-01-15, and 2002-01-16
12360
12361 2002-01-16 [melvin]     0.7.0claws5
12362
12363         * README.claws
12364         * src/compose.c
12365         * src/gtkspell.[ch]
12366         * src/main.c
12367                 Heavily modified spell checker code to work around
12368                 ispell bug, to add keyboard shortcuts and for future
12369                 enhancements. See README.claws for usage information.
12370
12371 2002-01-15 [alfons]     0.7.0claws4
12372         
12373         * src/summaryview.c
12374                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12375                 so sorting within threads reflects sort mode
12376
12377 2002-01-15 [christoph]  0.7.0claws3
12378
12379         * src/procmsg.c
12380                 added alertpanel if mail sending failed
12381
12382 2002-01-15 [alfons]     0.7.0claws2
12383         
12384         * src/prefs_filtering.c
12385                 don't stop timer when prefs filtering dialog is opened
12386
12387 2002-01-14 [alfons]     0.7.0claws1
12388
12389         * src/addr_compl.c
12390         * src/prefs.c
12391                 remove debug_print()s for privacy reasons
12392
12393 2002-01-14 [darko]      0.7.0claws
12394
12395         * README.claws
12396                 quotation wrapping is now also in the main branch
12397
12398 2002-01-14 [paul]
12399
12400         * tools/filter_conv.pl
12401                 allow for Boolean Op and case-sensitivity
12402                 this file is included in the release and tagged
12403                 'rel_0_7_0'
12404
12405 2002-01-13 [paul]       0.7.0claws
12406
12407         * release 0.7.0, with cvs tag 'rel_0_7_0'
12408
12409 2002-01-13 [paul]
12410
12411         * tools/filter_conv.pl
12412         * tools/README
12413                 rewritten to output to matcherrc instead of filteringrc
12414
12415         * po/es.po
12416                 updated Spanish translation by Ricardo Mones Lastra
12417
12418 2002-01-13 [alfons]
12419
12420         * po/nl.po
12421                 update dutch translation
12422
12423 2002-01-13 [paul]
12424
12425         * po/pt_BR.po
12426                 Updated by Fabio Junior Beneditto 
12427
12428 2002-01-13 [melvin]     0.6.6claws53
12429
12430         * po/fr.po
12431                 Updated french translation
12432
12433 2002-01-12 [alfons]     0.6.6claws52
12434
12435         * src/filtering.c
12436                 plug mem leak that has been sitting there for ages              
12437
12438 2002-01-12 [alfons]     0.6.6claws51
12439
12440         * src/summaryview.c
12441                 undo melvin's changes from 0.6.6claws48 because summary
12442                 view now refuses to select first unread message when
12443                 selecting a folder 
12444
12445 2002-01-11 [alfons]     0.6.6claws50
12446
12447         * src/import.c
12448                 use claws' semantics for getting folder item when
12449                 importing an mbox file into a folder 
12450                 (submitted by Dale P. Smith)
12451
12452 2002-01-11 [christoph]  0.6.6claws49
12453
12454         * src/prefs.h
12455                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12456                 toggle widget, because non static prefs can not use
12457                 prefs_set_* functions
12458         * src/prefs_account.c
12459                 toggle smtp auth password field sensitivity if
12460                 user id is empty and add descrition of usage for
12461                 these fields
12462         * src/prefs_folder_item.c
12463                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12464                 callbacks
12465
12466 2002-01-11 [melvin]     0.6.6claws48
12467
12468         * src/compose.c
12469                 fix the 'Ctrl-Enter' feature for sending and test really
12470                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12471                 editables which was not documented in Gtk)
12472
12473         * src/summaryview.c
12474                 Made summaryview refresh after sorting and not before.
12475
12476 2002-01-11 [christoph]  0.6.6claws47
12477
12478         * src/compose.c
12479                 select account from account ids if possible and
12480                 correctly set save folder for copy in reedit
12481
12482 2002-01-10 [paul]       0.6.6claws46
12483
12484         * sync with sylpheed 0.7.0 release
12485                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12486                 2002-01-09
12487
12488 2002-01-09 [alfons]
12489
12490         * src/summaryview.c
12491                 remove more dirt traces...
12492
12493 2002-01-09 [alfons]
12494         
12495         * src/summaryview.c
12496                 clean up some traces of my debugging stuff
12497
12498 2002-01-09 [alfons]     0.6.6claws45
12499
12500         * src/filtering.c
12501                 break up filteringprop_apply() in three separate pieces
12502                 so we can drop messages that failed processing in the
12503                 inbox
12504
12505         * src/summaryview.c
12506                 fix bug #469598 "no refresh of inbox after filter" which 
12507                 was introduced by the new summary view locking, and which 
12508                 prevented the summary view to update after a manual filter 
12509                 message. claw's filter message requires a summary_show().
12510                 (aargh, summary_show() again! :-)
12511                 
12512 2002-01-07 [alfons]     0.6.6claws44
12513
12514         * src/headerwindow.c
12515         * src/logwindow.c
12516         * src/messageview.c
12517         * src/sourcewindow.c
12518                 bring in Hiro's last 0.7.0 wm class fixes
12519
12520         * tools/sylprint.pl
12521                 bring in Ricardo's fix for sylprint script
12522
12523         * AUTHORS       
12524         * src/rfc2015.[ch]
12525         * src/prefs_common.[ch]
12526         * src/prefs_account.[ch]
12527         * src/compose.c
12528                 clean up account preference poison in rfc2015,
12529                 and preparation to fix double sign bug 
12530                 (patch submitted by Simon 'corecode' Schubert)
12531
12532 2002-01-07 [christoph]  0.6.6claws43
12533
12534         * src/mh.c
12535                 search for free message number, do not only rely
12536                 on last_num
12537         * src/send.c
12538                 fix smtp auth and use extra account information
12539                 if available, if not use pop3 data instead
12540                 (closes bug #500341)            
12541         * src/ssl.[ch]
12542                 match coding style
12543
12544 2002-01-06 [alfons]     0.6.6claws42
12545
12546         * src/mainwindow.c
12547                 try making the separate windows work again...
12548
12549 2002-01-06 [alfons]     0.6.6claws41
12550
12551         * src/mainwindow.c
12552                 adapt Hiro's separate window menu (to get rid of the funny
12553                 duplicate menu items), and make it work again
12554
12555 2002-01-06 [alfons]     0.6.6claws40
12556
12557         * tools/Makefile.am
12558         * tools/sylprint.rc
12559         * tools/sylprint.pl
12560         * tools/README.sylprint
12561                 add sylprint script for printing mails from Sylpheed
12562                 (contributed by Ricardo Mones Lastra)
12563
12564         * src/acount.c
12565                 clean up
12566
12567 2002-01-06 [melvin]     0.6.6claws39
12568
12569         * src/mainwindow.c
12570         * src/summaryview.c
12571                 Fixed crash introduced in 0.6.6claws38 by the menu
12572                 reorganisation (Hide read messages)
12573         
12574         * ChangeLog.claws 
12575                 Fixed typo (we are now in 2002, alfons ;) )
12576
12577 2002-01-05 [alfons]     0.6.6claws38
12578
12579         * sync with sylpheed 0.6.6cvs10-17
12580                 (last stuff marked as LAST_STABLE)
12581
12582 2002-01-04 [melvin]     0.6.6claws37
12583
12584         * src/account.c
12585                 Made account selection code use strcasestr again instead of
12586                 g_strcasecmp (fixes bug where reediting queued messages
12587                 did not select proper account reported by T. Link).
12588         
12589         * src/folderview.c
12590                 Fix bug where folder icons are not shown when 'hide read messages'
12591                 is on.
12592         
12593         * src/stock_pixmaps.[ch]
12594                 Added folder icons for 'hide read messages'.
12595         
12596         * src/compose.c
12597                 Fixed bug where 'Enter' in a header entry will send the message 
12598                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12599
12600 2002-01-03 [melvin]     0.6.6claws36
12601         
12602         * src/prefs.[ch]
12603                 Added popup menu for common preferences and
12604                 account preferences (right click on tab displays
12605                                 a menu of all tabs.)
12606
12607 2002-01-02 [melvin]     0.6.6claws35
12608
12609         * src/gtkspell.[ch]
12610                 Made spelling code compatible with undo/redo feature.
12611                 Added creation of suggestion mode menu for the general
12612                         preferences.
12613         
12614         * src/prefs_common.[ch]
12615                 Added option menu for the speller's suggestion mode.
12616                 Added missing spaces in "..." buttons and made a "..."
12617                         button non translatable!
12618         
12619         * src/compose.c
12620                 Made speller use the default suggestion mode.
12621                 Hack to make it possible to choose 'CTRL-Enter' as a
12622                         shortcut for sending (and only for sending).
12623
12624         * src/prefs_folder_item.c
12625                 Changing subject simplification does not update cache 
12626                         anymore (because it is unnecessary).
12627                 Fixed bug where changing subject simplification updated the 
12628                         summaryview even when the viewed folder is not the
12629                         folder which properties are being changed. (E.g. 
12630                                         viewing folder A and changing
12631                                         the subject simplification of 
12632                                         folder B -not being viewed- updated the 
12633                                         summaryview of folder A with data of
12634                                         folder B). (Hope this is clear... )
12635
12636 2001-12-31 [alfons]     0.6.6claws34
12637         
12638         * src/ldif.c
12639         * src/mutt.c
12640                 fgetc() returns a signed integer which doesn't
12641                 fit in a char. so c truncates this to a char
12642                 but we may lose significant bits. i.e. we may
12643                 comparing 0xFF which may not be equal to -1
12644                 unless properly casted to signed char which
12645                 we won't do because fgetc() returns a signed
12646                 integer which doesn't fit in a char. so c 
12647                 truncates this to a char but we may lose 
12648                 significat bits. (you got the idea, thanks
12649                 to Gustavo Noronha Silva <kov@debian.org>
12650                 and the Debian folks!)
12651
12652 2001-12-30 [alfons]     0.6.6claws33
12653
12654         * src/prefs_common.c
12655                 add #ifdef USE_PSPELLs that Melvin forgot               
12656
12657 2001-12-30 [melvin]     0.6.6claws32
12658         
12659         * src/prefs_common.[ch]
12660                 Added configurable color for misspelled words.
12661
12662         * src/gtkspell.[ch]
12663                 Fixed bug of foreground text color (reported by David
12664                                 Mehrmann)
12665                 Added configurable color for misspelled words.
12666
12667 2001-12-30 [alfons]     0.6.6claws31
12668
12669         * src/folder.c
12670                 remove unnecessary things someone put there
12671
12672         * src/mh.c
12673         * src/folder.[ch]
12674                 make folder properties (like threading and sorting) persistent
12675                 (closes bug #497424 "rescan folder tree resets proprieties")
12676                 currently this is only for MH folders. 
12677
12678 2001-12-29 [melvin]     0.6.6claws30
12679
12680         * src/string_match.[ch]
12681                 Optimized a bit: regexp pattern buffer compiled only once, and
12682                   one subroutine call removed. Fixed ^ regexp search: Now, 
12683                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12684         
12685         * src/summaryview.c
12686                 Subject filtering changed to filter summary columns and
12687                   not directly the messages subject cache. The loss in 
12688                   performance is balanced by the improvement of string_match.
12689                 Added an alert panel if there is an error in the regexp.
12690
12691         * src/src/prefs_folder_item.h
12692                 Added a regexp pattern buffer.
12693
12694 2001-12-28 [alfons]     0.6.6claws29
12695
12696         * src/string_match.[ch]
12697                 clean up name space
12698                 allow compilation *BSD
12699
12700 2001-12-27 [alfons]     0.6.6claws28
12701
12702         * src/filter.c
12703                 sync the Hiro's bug fix for BSD
12704
12705 2001-12-27 [melvin]     0.6.6claws27
12706         
12707         * src/compose.c
12708                 Simplify focus to subject entry code.
12709
12710 2001-12-27 [darko]      0.6.6claws26
12711
12712         * src/filtering.c
12713         * src/mbox_folder.c
12714         * src/messageview.c
12715         * src/mh.c
12716         * src/procheader.[ch]
12717         * src/procmsg.h
12718         * src/stock_pixmap.[ch]
12719         * src/summaryview.c
12720                 Show key icon for encrypted mails in summary view
12721
12722         * src/pixmaps/clip.xpm
12723         * src/pixmaps/clipkey.xpm
12724         * src/pixmaps/key.xpm
12725                 New/modified icons for the above
12726
12727 2001-12-27 [melvin]     0.6.6claws25
12728
12729         * src/prefs_common.c
12730                 Put spell checker options in a separate tab to decrease
12731                 the Common Preferences window height.
12732
12733         * README.claws  
12734                 Update spell checker usage instruction about its options
12735                 location.
12736
12737 2001-12-27 [melvin]     0.6.6claws24
12738
12739         * src/compose.c
12740                 Changed subject entry widget position. Initial focus is
12741                 on the To header instead of the subject entry.
12742                 Creating a new header scrolls the header list to make the
12743                 created one visible. Nevertheless, when automatically filling
12744                 headers, the first one is shown.
12745                 A Tab key press in the last empty header entry zips the 
12746                 focus to the subject entry.
12747                 (I did not change the combo boxes, yet)
12748
12749 2001-12-26 [alfons]     0.6.6claws23
12750
12751         * src/prefs_account.c
12752         * src/inc.c
12753                 allow default inbox to reside in another mailbox (only
12754                 works for POP3 accounts)
12755
12756 2001-12-26 [alfons]     0.6.6claws22
12757         
12758         * src/textview.c
12759                 make reply-on-click work with the account of the selected folder
12760         * src/compose.c
12761                 put a fixme here to remind me to fix finding correct default
12762                 account for nested folders
12763
12764 2001-12-25 [alfons]     0.6.6claws21
12765
12766         * src/summaryview.c
12767                 make column headers display locked and mark pixmaps (idea by Melvin) 
12768                 fix bug by adding score and locked column type to sort array
12769
12770 2001-12-25 [alfons]     0.6.6claws20
12771         
12772         * src/summaryview.c
12773                 catch a *potentially* inadvertent write back of  
12774                 the message cache(s) introduced by 0.6.5claws37
12775
12776 2001-12-25 [christoph]  0.6.6claws19
12777
12778         * src/stock_pixmap.[ch]
12779         * src/summaryview.c
12780                 add ignore thread pixmap
12781                 (can someone draw a better icon for this?)
12782
12783 2001-12-24 [alfons]     0.6.6claws18
12784
12785         * src/prefs_folder_item.c
12786                 make address completion actually work for the
12787                 Default To address in the Folder Property dialog.
12788
12789 2001-12-24 [alfons]     0.6.6claws17
12790         
12791         * src/summaryview.c
12792                 use new style regexp for subject stripping 
12793                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12794
12795 2001-12-24 [darko]      0.6.6claws16
12796
12797         * src/pgptext.c
12798         * src/rfc2015.c
12799                 move GPG related informational messages to debug mode
12800
12801 2001-12-23 [alfons]     0.6.6claws15
12802
12803         * src/stock_pixmap.[ch]
12804         * src/summaryview.c
12805                 add the forgotten Claws' locked pixmap
12806
12807 2001-12-23 [alfons]     0.6.6claws14
12808
12809         * src/filesel.c
12810                 accept file name typed in entry in multi file
12811                 selector (patch submitted by Gustavo Noronha Silva 
12812                 <kov@debian.org>)
12813
12814 2001-12-23 [alfons]     0.6.6claws13
12815
12816         * src/prefs_filter.c
12817         * src/prefs_filtering.c
12818         * src/matcher.c
12819         * src/importmutt.c
12820                 clean up a little bit
12821         
12822         * src/string_match.c
12823                 validate input strings a little bit more
12824
12825 2001-12-23 [alfons]     0.6.6claws12
12826
12827         * src/Makefile.am
12828         * src/summaryview.c
12829         * src/string_match.[ch]         ** NEW **
12830         * src/folderview.[ch]
12831         * src/headerview.h
12832         * src/folder.[ch]
12833         * src/prefs_folder_item.[ch]
12834                 add subject simplification to strip out strings from
12835                 a subject line (esp. handy for mailing lists). 
12836                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12837                 but slightly changed things for better integration.)
12838
12839 2001-12-23 [alfons]     0.6.6claws11
12840
12841         * src/mainwindow.c
12842                 fix bug introduced by submission included in 0.6.5claws52.
12843                 ideally this submission should clean the trash if any trash
12844                 folder has a message. however, the hasTrash variable was
12845                 set to false whenever a trash folder was empty (discarding
12846                 a previously found *filled* trash folder.)
12847
12848                 also edited the code a little bit and made it more safe.
12849
12850 2001-12-22 [alfons]     0.6.6claws10
12851
12852         * src/imap.c
12853                 quick fix for Martin Pool's omission of an account
12854                 specific SSL setting
12855
12856 2001-12-22 [alfons]     0.6.6claws9
12857
12858         * src/compose.c
12859         * src/messageview.c
12860         * src/mimeview.c
12861         * src/pgptext.c
12862         * src/procmime.[ch]
12863                 better support for multipart/digest (submitted
12864                 by Fredrik <e98fo@efd.lth.se>)
12865
12866 2001-12-22 [alfons]     0.6.6claws8
12867
12868         * src/addressbook.c
12869                 correct function signature
12870         * src/socket.[ch]
12871         * src/imap.[ch]
12872         * src/prefs_account.[ch]
12873                 allow IMAP over SSH tunnel (patch submitted by 
12874                 Martin Pool <mbp@samba.org>)
12875
12876 2001-12-21 [alfons]     0.6.6claws7
12877
12878         * sync with sylpheed 0.6.6cvs4-9
12879                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12880
12881 2001-12-21 [christoph]  0.6.6claws6
12882
12883         * src/compose.c
12884         * src/prefs_folder_item.[ch]
12885                 implement saving of outgoing messages to current folder.
12886                 fix segfault when no default outbox is available
12887                 (closes bug #495683)
12888
12889 2001-12-21 [carsten]    0.6.6claws5
12890         * src/folderview.c
12891         * src/summaryview.c
12892                 pressing CTRL while DND does now the expected thing and
12893                 copies the mail (moving is still the default, as this
12894                 seam more appropriate for handling mails by DND)
12895
12896 2001-12-18 [paul]       0.6.6claws4
12897
12898         * sync with sylpheed 0.6.6cvs3
12899                 see ChangeLog entries 2001-12-18
12900
12901 2001-12-18 [hiro]       0.6.6claws3
12902
12903         * src/undo.c
12904                 fix for multibyte characters (obtain the number of letters
12905                 instead of bytes).
12906
12907 2001-12-17 [paul]       0.6.6claws2
12908
12909         * sync with sylpheed 0.6.6cvs1
12910                 see ChangeLog entry 2001-12-16
12911
12912 2000-12-17 [alfons]     0.6.6claws1
12913
12914         * src/filtering.c
12915                 clean up
12916
12917 2001-12-16 [paul]       0.6.6claws
12918 2001-12-15
12919
12920         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12921
12922         * src/mimeview.c
12923                 last minute sync with main 0.6.6
12924
12925         * po/es.po
12926                 updated by Ricardo Mones Lastra
12927                 update for last minute sync
12928         * po/fr.po
12929         * po/nl.po
12930                 update for last minute sync
12931         * po/de.po
12932                 updated by Jens Oberender
12933         * po/pt_BR.po
12934                 updated by Fabio Junior Beneditto
12935
12936         * src/prefs_common.[ch]
12937         * src/undo.c
12938                 number of undo levels is user configurable
12939                 (squeeze it into the release in the dying
12940                 moments) Submitted by Jens Oberender    
12941
12942 2001-12-15 [melvin]
12943
12944         * po/fr.po
12945                 updated french translation
12946
12947 2001-12-15 [paul]       0.6.5claws92
12948
12949         * sync with sylpheed 0.6.5cvs28
12950                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12951
12952         * po/nl.po
12953                 update to allow for sync
12954
12955 2001-12-15 [alfons]
12956         
12957         * po/nl.po
12958                 update dutch translation
12959
12960 2001-12-14 [carsten]    0.6.5claws91
12961         * src/summaryview.c
12962                 fixed bug #473785; also after changing the column order
12963                 the same message will be selected and displayed as before
12964                 the reordering
12965
12966 2001-12-14 [carsten]    0.6.5claws90
12967         * src/folderview.c
12968                 probably found the bug reported by wwb opening or closing
12969                 a folder tree just before dnd (found the solution in the
12970                 balsa source -- thanks to them)
12971
12972 2001-12-14 [carsten]    0.6.5claws89
12973         * src/gtkutils.c
12974         * src/account.c
12975                 moved gtk_clist_moveto to the right place, so that
12976                 only the accounts dialog is effected on opening
12977
12978 2001-12-14 [carsten]    0.6.5claws88
12979         * src/gtkutils.c
12980                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12981                 now, so that the focused row will be seen in any case
12982                 (reported by wwp on sf-claws-user)
12983
12984 2001-12-14 [darko]      0.6.5claws87
12985
12986         * src/compose.c
12987                 remove unnecessary line
12988
12989 2001-12-14 [paul]       0.6.5claws86
12990
12991         * sync with sylpheed 0.6.5cvs27
12992                 see ChangeLog entries 2001-12-14
12993
12994 2001-12-14 [carsten]    0.6.5claws85
12995         * src/mainwindow.c
12996                 following a suggestion of Melvin the rcoabm pops up
12997                 right under the button now and the button is reliefed
12998                 while the popup is open
12999
13000 2001-12-14 [darko]      0.6.5claws84
13001
13002         * src/compose.c
13003                 fix crash when wrapping long lines if linewrap quotation
13004                 is disabled and wrapper encounters a word spanning more
13005                 than one line
13006
13007 2001-12-13 [paul]       0.6.5claws83
13008
13009         * src/compose.c
13010                 prefer 'Reply-To' header over mailing list header when
13011                 replying to a message. Finally prevent all those confirmation 
13012                 messages being sent to the list itself.
13013
13014         * src/summaryview.c
13015                 remove unused summary_set_menu_sensitive() entry
13016
13017 2001-12-13 [paul]       0.6.5claws82
13018
13019         * src/folderview.c
13020         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13021         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13022         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13023                 improvements to 'Hide read messages': Inbox, Outbox,
13024                 Trash, Queue, and Draft icons now reveal presence of hidden 
13025                 messages
13026
13027 2001-12-12 [alfons]     0.6.5claws81
13028
13029         0.6.5claws80 was tagged as LAST_STABLE
13030
13031         * src/filtering.[ch]
13032         * src/matcher.[ch]
13033         * src/matcher_parser_lex.c
13034                 fix the filtering; my last attempt to get it right, 
13035                 if it does not work, it's Hoa's turn. ;-)
13036
13037                 for my honourable peers:
13038                 
13039                 the code now makes a clear distinction between
13040                 rules as they are displayed (probably escaped),
13041                 and as they are executed (probably unescaped). the
13042                 parser does *NOT* do any unescaping, this is
13043                 the task of the matcher.c (which breaks up a
13044                 rule into condition) and the filtering.c (which
13045                 breaks up the rule's action). to make this
13046                 run happily we provide an unescaped copy of
13047                 crucial strings to the MatcherProp and 
13048                 FilteringAction structures. note that the only
13049                 exception to this is any REGEXP string. those
13050                 are directly passed to regcomp() and regexp()
13051                 (who have much more powerful unescape functions).
13052                 
13053                 for everyone else:
13054         
13055                 you can escape tab (\t), carriage return (\r),
13056                 linefeed (\n), form feed (\f), quote (\"), 
13057                 single quote (\'), bell (\b) in all the entry
13058                 lines in the scoring & filtering dialogs.
13059                 as an added bonus this should not affect
13060                 existing filtering rules.
13061
13062 2001-12-12 [carsten]    0.6.5claws80
13063
13064         * src/summaryview.c
13065         * po/de.po
13066                 "item(s) selected" is now sensitive to 1 or more
13067                 than one selected (nice for language where simple
13068                 adding of a "s" is not possible as German (Eintrag
13069                 ->Eintr"age)
13070                 
13071                 the "forward as attachment" entry from the right
13072                 click menu removed, "forward" acts following the
13073                 prefs
13074         
13075         * src/textview.c
13076                 reverted my former changes; so compiler warning again
13077                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13078                 nevertheless
13079
13080         * src/messageview.c
13081                 "search in message" does now *not* only work in MVIEW_TEXT
13082                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13083                 message
13084
13085         * src/mainwindow.c
13086                 removed "/File/_Close" as it was the same as "/File/E_xit"
13087                 and we don't need it two times
13088
13089                 the separate folder view and message view now get a distinct
13090                 WMCLASS, just in case someone is using sawfish ;-)
13091
13092                 as the menu entries "/View/Message view" and "/View/Folder tree"
13093                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13094                 make them sensitive accordingly and as these two are "shown"
13095                 after startup anytime check this menuitem at startup
13096
13097 2001-12-12 [paul]       0.6.5claws79
13098
13099         * src/folderview.c
13100                 fix sensitivity of 'Search folder...', broken in
13101                 0.6.5claws75
13102
13103         * src/mainwindow.c
13104                 fix dodgy English
13105
13106 2001-12-11 [carsten]    0.6.5claws78
13107         * src/filtering.c
13108                 fixed two typos returning a wrong FALSE/TRUE
13109         * src/mainwindow.[ch]
13110                 extra menu for email/news button removed
13111
13112 2001-12-11 [alfons]     0.6.5claws77
13113         
13114         * src/matcher.c                 (1.3)
13115         * src/matcher_parser_lex.l      (1.28)
13116                 revert for another attempt
13117                 mark 0.6.5claws77 as LAST_STABLE
13118
13119 2001-12-11 [christoph]  0.6.5claws76
13120
13121         * po/de.po
13122                 fixed wrong translation for prev. unread msg
13123
13124 2001-12-11 [paul]       0.6.5claws75
13125
13126         * src/folder.[ch]
13127         * src/folderview.c
13128         * src/mainwindow.c
13129         * src/summaryview.[ch]
13130         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13131                 enable ability to hide read messages on per folder basis via 
13132                 '/Summary/Hide read messages'; when selected, a folder will 
13133                 have a red open folder icon, instead of a blue icon, if the 
13134                 folder contains hidden messges
13135                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13136
13137         * src/mainwindow.c
13138                 remove '/Message/Forward as attachment' from 
13139                 main_window_set_menu_sensitive() to prevent debug warning
13140
13141         * src/folderview.c
13142         * src/mainwindow.c
13143                 Clean up some of the English
13144
13145         * tools/newscache_clean.pl
13146                 allow for new 'hidereadmsgs' entry in folderlist.xml
13147
13148         * po/es.po
13149                 updated translation, submitted by Ricardo Mones Lastra
13150
13151 2001-12-11 [paul]       0.6.5claws74
13152
13153         * sync with sylpheed 0.6.5cvs25
13154                 see ChangeLog entry 2001-12-11
13155
13156 2001-12-10 [alfons]     0.6.5claws73
13157
13158         * src/matcher.c
13159                 add more control characters
13160         * src/matcher_parser_lex.l
13161                 make escaping / unescaping work again
13162
13163 2001-12-10 [alfons]     0.6.5claws72
13164
13165         * src/imap.c
13166                 clean up warnings "returning value for void function" 
13167         * src/prefs_filtering.c
13168                 make info button for execute action sensitive
13169
13170 2001-12-10 [paul]       0.6.5claws71
13171
13172         * src/compose.c
13173         * src/imap.[ch]
13174         * src/summaryview.c
13175                 fix: imap server now gets informed of MARKED, UNMARKED
13176                 and REPLY events. Now people can use different IMAP-Mail
13177                 clients and have the exact same information about MARKED,
13178                 UNMARKED and REPLY status with all of them. Especially
13179                 useful for imap servers with a web-frontend.
13180                 submitted by Tobias Sandhaas <medlor@web.de>
13181
13182 2001-12-09 [melvin]     0.6.5claws70
13183         
13184         * src/textview.[ch]
13185                 fixed bug #490076 (hunted down by Alfons who implemented
13186                 a workaround in 0.6.5claws65)
13187
13188 2001-12-09 [christoph]  0.6.5claws69
13189
13190         * src/summaryview.c
13191                 set pointer to string in LOCKED column to NULL
13192                 (might fix bug #490800)
13193
13194 2001-12-09 [carsten]    0.6.5claws68
13195
13196         * po/de.po
13197                 resolved some cluttered menu shortcuts 
13198                 ('creating new email' and 'creating news message'
13199                 hade the same)
13200         * src/compose.c
13201                 wmclass now distinc from main window
13202         * src/mainwindow.c
13203           src/mainwindow.h
13204                 email/news and forward button functionality similar
13205                 to the reply buttons; removed the ugly dropdown arrows
13206                 and use instead the right mouse button
13207
13208 2001-12-09 [paul]       0.6.5claws67
13209
13210         * src/imap.c
13211         * src/utils.h
13212                 allow spaces in imap folder names
13213                 submitted by Willem van Engen <wvengen@stack.nl>
13214
13215 2001-12-09 [paul]       0.6.5claws66
13216
13217         * sync with sylpheed 0.6.5cvs24
13218                 see ChangeLog entry 2001-12-09
13219
13220 2001-12-08 [alfons]     0.6.5claws65
13221
13222         * src/textview.c
13223                 prevent secondary selection claim after "add to sender" dialog
13224                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13225                 we trick GTK by simulating a click at (0, 0) in the textview.
13226
13227 2001-12-08 [hoa]        0.6.5claws64
13228
13229         * src/folder.c
13230                 fixed a bug about the .processing folder name while filtering
13231
13232 2001-12-08 [alfons]     0.6.5claws63
13233
13234         * src/folderview.c 
13235                 work around problem of not correctly updating folder stats
13236                 when deleting messages. there's some folder scanning evil
13237                 going so the folderview_update_msg_num() does not work
13238                 correctly. need to investigate this.
13239
13240 2001-12-08 [paul]       0.6.5claws62
13241
13242         * sync with sylpheed 0.6.5cvs23
13243                 see ChangeLog entry 2001-12-08
13244
13245 2001-12-07 [christoph]  0.6.5claws61
13246
13247         * src/compose.c
13248                 fix another header translation problem
13249
13250 2001-12-07 [alfons]     0.6.5claws60
13251
13252         * src/mbox.c
13253                 make filtering also work on local spool mbox
13254
13255 2001-12-07 [carsten]    0.6.5claws59
13256         * src/addressbook.c
13257                 addressbook window gets a wmclass distinct from the main
13258                 sylpheed window
13259         * src/compose.h
13260         * src/mainwindow.[ch]
13261                   forward menu item will use mode selected in prefs, forward 
13262                 as attatchment in menu removed (will be substituted in the
13263                 toolbar similar to reply buttons)
13264                   create news message menu entry and news button is now 
13265                 sensitive to the existance of a news account
13266         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13267         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13268         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13269                 these are removed because the toolbar buttons don't show
13270                 the quoting modus any longer
13271
13272 2001-12-07 [paul]
13273
13274         * tools/newscache_clean.pl      ** NEW FILE **
13275                 perl script to do some tidying up in the newscache directory 
13276                 
13277         * tools/sylpheed-switcher       ** NEW FILE **
13278                 perl script to enable easy switching between main and claws
13279                 
13280         * tools/README
13281                 added descriptions of the two new perl scripts          
13282
13283
13284 2001-12-07 [melvin]     0.6.5claws58
13285
13286         * src/messageview.c
13287                 fixed a warning during compilation introduced in 0.6.5claws56
13288
13289 2001-12-07 [paul]       0.6.5claws57
13290
13291         * src/mainwindow.[ch]
13292         * src/menu.[ch]
13293                 further usability enhancements to replying with or without 
13294                 quoting via the toolbar, use of Ctrl key is replaced by 
13295                 drop down menu 
13296                 Submitted by Carsten Schurig            
13297
13298 2001-12-07 [melvin]     0.6.5claws56
13299
13300         * src/messageview.c
13301                 hack to fix bug that prevented to make/paste selections
13302                 after switching between MVIEW_TEXT and MVIEW_MIME views
13303                 without deselecting the selection first.
13304
13305 2001-12-06 [alfons]     0.6.5claws55
13306
13307         * src/filtering.[ch]
13308         * src/inc.c
13309                 revise filtering a little bit more, and make sure
13310                 messages are delivered to the appropriate inbox
13311                 (perhaps set per account)
13312
13313 2001-12-06 [paul]       0.6.5claws54
13314
13315         * sync with sylpheed 0.6.5cvs22
13316                 see ChangeLog entry 2001-12-06
13317
13318 2001-12-05 [alfons]     0.6.5claws53
13319
13320         * src/inc.c
13321         * src/folder.[ch]
13322         * src/procmsg.c
13323         * src/filtering.c
13324                 more revisions of filtering system
13325                 (last stable version is marked as LAST_STABLE)
13326                 
13327                 | NOTE 1): the filtering system now uses a local folder called
13328                 | .processing. if filtering fails, check this directory
13329                 | for missing messages.
13330                 |
13331                 | NOTE 2): help us find the filtering actions still missing
13332
13333 2001-12-05 [paul]       0.6.5claws52
13334
13335         * src/mainwindow.c
13336                 fix bug where 'Empty Trash?' pop-up window appears even
13337                 when Trash is empty, submitted by Jesse Skinner         
13338
13339 2001-12-05 [melvin]     0.6.5claws51
13340
13341         * src/compose.c
13342                 fixed bug #486106 to select correct account when reediting 
13343                 a queued message
13344         
13345 2001-12-04 [alfons]     0.6.5claws50
13346
13347         * src/mh.c
13348                 declare markfile in appropriate functions when
13349                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13350                 for spotting this)
13351
13352 2001-12-04 [paul]       0.6.5claws49
13353
13354         * sync with sylpheed 0.6.5cvs21
13355                 see ChangeLog entry 2001-12-04
13356
13357 2001-12-03 [christoph]  0.6.5claws48
13358
13359         * po/de.po
13360                 changed translation of undo
13361         * src/account.c
13362         * src/folder.c
13363                 don't reinvent the wheel to traverse a GNode
13364         * src/compose.[ch]
13365                 seperate code to create the compose gui into functions
13366                 add "Others" page with folder selection for saving copy
13367                 of the message.
13368                 the folder identifier is saved to queue header
13369         * src/procmsg.c
13370                 save message to folder in queue header
13371
13372 2001-12-03 [paul]       0.6.5claws47
13373
13374         * sync with sylpheed 0.6.5cvs20
13375                 see ChangeLog entry 2001-12-03
13376
13377 2001-12-01 [paul]
13378
13379         * more sync with sylpheed 0.6.5cvs19
13380                 see ChangeLog entry 2001-11-29
13381
13382 2001-11-30 [paul]       0.6.5claws46
13383         
13384         * src/compose.c
13385                 remove conflicts introduced by Hoa's last commit
13386          
13387         * src/mainwindow.c
13388                 make 'Message/Bounce' sensitive
13389
13390 2001-11-30 [hoa]        0.6.5claws45
13391
13392         * src/compose.c
13393                 slightly change bounce function to add
13394                 information about the user that bounced the mail
13395                 in the From header line.
13396
13397         * src/folderview.c
13398                 permit the use of processing in outbox folder.
13399
13400 2001-11-29 [paul]       0.6.5claws44
13401
13402         * src/mainwindow.[ch]
13403         * src/prefs_common.c
13404         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13405         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13406         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13407                 usability enhancements to the quoting, implements
13408                 use of Ctrl key to toggle quoting settings
13409                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13410
13411 2001-11-29 [paul]       0.6.5claws43
13412         
13413         * sync with sylpheed 0.6.5cvs19
13414                 see ChangeLog entry 2001-11-28
13415
13416 2001-11-29 [melvin]     0.6.5claws42
13417         * src/Makefile.am
13418                 added enriched.[ch] to the list of files
13419
13420         * src/textview.c
13421         * src/mimeview.c
13422         * src/procmime.[ch]
13423         * src/enriched.[ch]
13424                 added support to view text/enriched
13425                 added support to show headers in message view for text/enriched and text/html
13426                         in non multipart messages
13427
13428 2001-11-28 [paul]       0.6.5claws41
13429
13430         * more sync with sylpheed 0.6.5cvs18
13431                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13432
13433 2001-11-27 [paul]       0.6.5claws40
13434         
13435         * po/pt_BR.po
13436                 updated translation, submitted by Fabio Junior Beneditto
13437                 
13438         * sync with sylpheed 0.6.5cvs18
13439                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13440                 2001-11-27
13441
13442
13443 2001-11-26 [paul]
13444
13445         * po/es.po
13446                 updated translation, submitted by Ricardo Mones Lastra
13447
13448 2001-11-26 [alfons]
13449
13450         * src/matcher.c
13451                 add more translatable strings
13452
13453 2001-11-26 [christoph]  0.6.5claws39
13454
13455         * po/de.po      
13456                 fixed one more umlaut
13457         * src/compose.c
13458                 fix translated header when it should not be translated
13459
13460 2001-11-26 [paul]       0.6.5claws38
13461
13462         * src/mainwindow.c
13463                 remove '/Message/Add Sender to address book' from 
13464                 main_window_set_menu_sensitive(), prevent debug warning
13465                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13466
13467 2001-11-26 [paul]       0.6.5claws37
13468
13469         * src/summaryview.c
13470                 fix 'recurring unread state' bug 
13471
13472         * tools/README 
13473         * tools/filter_conv.pl
13474                 read name of top level mailbox from folderlist.xml
13475                 and presume nothing about its name              
13476
13477 2001-11-26 [darko]      0.6.5claws36
13478
13479         * src/gtkstext.[ch]
13480                 removed functions that are now in gtkutils.c
13481                 use gtkut_text_is_uri_string() from gtkutils.c
13482         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13483
13484 2001-11-26 [paul]       0.6.5claws35
13485
13486         * sync with sylpheed 0.6.5cvs16
13487                 see ChangeLog entries 2001-11-25 and 2001-11-26
13488
13489 2001-11-25 [alfons]     0.6.5claws34
13490
13491         EXPERIMENTAL!!! Please checkout the last stable version using: 
13492           
13493         % cvs update -r LAST_STABLE -dRAP
13494
13495         (Or help us testing this stuff.)
13496
13497         * src/filtering.c               (1.14)
13498         * src/filtering.h               (1.6)
13499         * src/inc.c                     (1.28)
13500         * src/matcher.c                 (1.20)
13501         * src/mbox.c                    (1.9)
13502         * src/procmsg.h                 (1.14)
13503         * src/summaryview.c             (1.59)
13504         * src/summaryview.h             (dunno)
13505                 revert/merge/sync to as it was before commit 
13506                 on Thu, 19 Jul 2001 10:15:51 -0700.
13507
13508 2001-11-25 [hoa]        0.6.5claws33
13509
13510         * src/main.c
13511                 processing mails at startup
13512
13513         * src/folderview.c
13514         * src/summaryview.[ch]
13515                 processing mails when entering folder
13516
13517         * src/prefs_filtering.c
13518                 fixed some UI bugs
13519
13520 2001-11-24 [alfons]     0.6.5claws32
13521
13522         * src/summaryview.[ch]
13523                 make summary sort headers work, and also make
13524                 sure the sort type is stored
13525
13526 2001-11-23 [alfons]     0.6.5claws31
13527
13528         * src/summaryview.[ch]
13529                 make lock work like mark
13530                 disallow deleting messages marked as locked
13531
13532 2001-11-23 [alfons]     0.6.5claws30
13533
13534         * src/gtkstext.c
13535         * src/compose.[ch]
13536         * src/Makefile.am
13537         * src/undo.[ch]
13538                 merge undo patch submitted by Jens
13539
13540 2001-11-23 [christoph]  0.6.5claws29
13541
13542         * src/.cvsignore
13543                 added ylwrap
13544         * src/compose.c
13545                 fixed gpg signing and encoding
13546         * src/folder.[ch]
13547         * src/main.c
13548                 added --status option to get new, unread and total
13549                 message count from a running sylpheed
13550         * src/prefs_common.c
13551                 temporary fix for reply_with_quote problem
13552                 (don't call functions for non existing widget)
13553         * src/procmsg.c
13554                 one more check for ignored threads but still not
13555                 always working correctly. probably a recursive
13556                 check for all parents is needed
13557
13558 2001-11-23 [darko]      0.6.5claws28
13559
13560         * src/compose.c
13561                 wrapping on send improvements
13562         * src/gtkutils.[ch]
13563                 fix for GtkSText after last sync with main branch
13564                 GTK_TEXT -> GTK_STEXT
13565
13566 2001-11-23 [paul]       0.6.5claws27
13567
13568         * sync with sylpheed 0.6.5cvs14
13569                 see ChangeLog entries 2001-11-22 and 2001-11-23
13570                 
13571         * po/de.po
13572                 fixed the scrambled umlauts 
13573                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13574
13575 2001-11-21 [paul]       0.6.5claws26
13576
13577         * sync with sylpheed 0.6.5cvs12
13578                 see 2nd ChangeLog entry dated 2001-11-20
13579
13580 2001-11-20 [paul]       0.6.5claws25
13581
13582         * sync with sylpheed 0.6.5cvs11
13583                 see ChangeLog entry 2001-11-19 (src/utils.c)
13584
13585 2001-11-20 [hiro]
13586
13587         * src/compose.c
13588                 GTK_TEXT -> GTK_STEXT
13589                 fix for wrong comment
13590
13591 2001-11-20 [hiro]       0.6.5claws24
13592
13593         * src/compose.[ch]
13594                 more merges from main branch
13595                 removed fatal warnings (uninitialized variables etc.)
13596                 some coding style fix
13597         * src/gtkutils.h
13598                 fixed typo.
13599         * src/addressbook.c
13600           src/addrindex.c
13601                 V-Card -> vCard
13602
13603 2001-11-19 [hoa]        0.6.5claws23
13604
13605         * src/filtering.c
13606         * src/prefs_scoring.c
13607         * src/matcher.[ch]
13608         * src/scoring.c
13609                 cleaning code
13610
13611         * src/matcher_parser_parse.y
13612         * src/prefs_filtering.c
13613                 bouncing
13614
13615 2001-11-19 [alfons]     0.6.5claws22
13616
13617         more of my old things into claws
13618
13619         * src/Makefile.am
13620         * src/prefs_common.c
13621         * src/procmsg.h
13622         * src/summaryview.[ch]
13623         * src/prefs_summary_column.c
13624         * src/pixmaps/locked.xpm
13625                 add indicators for locking of message in summary view
13626                 (does not work yet, only visual indicator)
13627
13628 2001-11-19 [paul]       0.6.5claws21
13629
13630         * sync with sylpheed 0.6.5cvs10
13631                 see ChangeLog entry 2001-11-19
13632
13633 2001-11-18 [alfons]     0.6.5claws20
13634         
13635         * src/filtering.c
13636                 remove an inadvertent free I forgot in previous clean up 
13637
13638 2001-11-18 [alfons]     0.6.5claws19
13639
13640         * src/filtering.[ch]
13641                 clean up & plug leaks
13642
13643 2001-11-18 [paul]       0.6.5claws18
13644
13645         * sync with sylpheed 0.6.5cvs9
13646                 see ChangeLog entries 2001-11-17 and 2001-11-18
13647
13648 2001-11-16 [paul]       0.6.5claws17
13649
13650         * sync with sylpheed 0.6.5cvs8
13651                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13652
13653 2001-11-16 [paul]       0.6.5claws16
13654
13655         * sync with sylpheed 0.6.5cvs7
13656                 see ChangeLog entries 2001-11-15 and 2001-11-16
13657
13658 2001-11-15 [hoa]        0.6.5claws15
13659
13660         * src/compose.c
13661                 fix bounce, mails we received couln't be bounced to ourself.
13662
13663         * src/defs.h
13664         * src/filtering.[ch]
13665         * src/matcher.[ch]
13666         * src/matcher_parser.h
13667         * src/matcher_parser_lex.l
13668         * src/matcher_parser_parse.y
13669         * src/inc.c
13670         * src/main.c
13671         * src/mbox.c
13672         * src/prefs_filtering.[ch]
13673         * src/mainwindow.c
13674         * src/prefs_matcher.c
13675         * src/prefs_scoring.c
13676         * src/scoring.[ch]
13677         * src/summaryview.c
13678                 new matcher/filter/score configuration file parser
13679                 one unique configuration file => ~/.sylpheed/matcherrc
13680                 import in currently automatic, then save are made
13681                 in this new file.
13682                 one filter per folder and one global filter
13683                 (filter of a folder will be used as folder processing)
13684
13685         * src/folder.c
13686                 fix a bug in folder_item_get_identifier
13687                 
13688         * src/messageview.c
13689                 receive receipt return are fixed.
13690
13691 2001-11-14 [alfons]     0.6.5claws14
13692
13693         * src/session.h
13694                 add things from main branch to make claws compile
13695
13696 2001-11-14 [paul]       0.6.5claws13
13697
13698         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13699                 see ChangeLog entries 2001-11-08 to 2001-11-14
13700
13701 2001-11-14 [hoa] 0.6.5claws12
13702
13703         * src/compose.[ch]
13704         * src/mainwindow.c
13705         * src/summaryview.c
13706                 add "bounce mail" option
13707
13708 2001-11-13 [christoph]  0.6.5claws11
13709
13710         * src/compose.c
13711                 Cleanup a mess i add before commiting
13712
13713 2001-11-13 [hoa]        0.6.5claws10
13714
13715         * src/compose.c
13716                 some fixes when mail are sent or
13717                 for crossposts
13718
13719 2001-11-13 [christoph]  0.6.5claws9
13720
13721         * po/de.po
13722                 Changed two string with the same translation
13723         * src/compose.c
13724         * src/procmsg.[ch]
13725         * src/send.[ch]
13726                 New mailsending process:
13727                   - Always queue message before sending
13728                     (message will be saved if sylpheed crashed or
13729                      freezes while sending)
13730                   - Allow queuing of newspostings
13731                   - No copy in outbox before sending
13732                     (closes bug #469501)
13733                   - No more redundant code for send and send_later
13734         * src/summaryview.c
13735                 Applied wwp <subscript@free.fr>'s patch that fixes
13736                 marks for multiple forwarded messages (+compose.c)
13737
13738 2001-11-12 [alfons]
13739
13740         * README.claws
13741                 remove things that are now in main branch
13742         
13743         * po/nl.po
13744                 update Dutch translation
13745
13746 2001-11-12 [mhadasht]   0.6.5.claws8
13747
13748         * src/prefs_common.c
13749                 re-enabled account autoselection feature for forward
13750                 and reedit lost during the branch point for SYNC-B4-REL
13751         * src/gtkspell.c
13752                 gtkpspell_get_dict(): more readable code (even if function is
13753                 not used yet)
13754         * ChangeLog.claws
13755                 added version number info to 2001-11-12 [hiro] comment.
13756
13757 2001-11-12 [hiro]       0.6.5.claws7
13758
13759         * src/compose.c
13760                 compose_forward(): fixed a bug that forward quote mark
13761                 wasn't used.
13762                 removed unnecessary code.
13763         * src/template_select.[ch]: removed.
13764
13765 2001-11-11 [alfons]
13766
13767         * src/compose.c
13768                 :%s/GTK_TEXT/GTK_STEXT/g
13769         
13770         * src/compose.[ch]
13771         * src/undo.[ch]
13772         * src/Makefile.am
13773                 revert the undo stuff (this is 0.6.6claws stuff)
13774
13775 2001-11-11 [hoa]        0.6.5.claws6
13776
13777         * src/compose.[ch]
13778                 Insert signature at the end of the text.
13779                 Added undo patch but currently disabled
13780
13781         * src/procmsg.c
13782                 Threading by subject improved.
13783
13784         * added src/undo.[ch]
13785                 Undo module for compose dialog box.
13786
13787 2001-11-11 [alfons]     0.6.5.claws5
13788
13789         * src/procmsg.c
13790                 prevent threading by subject on nodes that have already been
13791                 threaded by in-reply-to (as in "circular references in a tree
13792                 result in a dead branch")
13793
13794 2001-11-09 [hoa]        0.6.5.claws4
13795         
13796         * src/folderview.c
13797                 allows creation of mbox folder item from any files.
13798
13799 2001-11-09 [alfons]     0.6.5.claws3
13800         
13801         * src/utils.c
13802         * src/procmsg.c
13803                 do what I mean and correct threading by subject so it really
13804                 ignores attracting lines without "Re: "
13805
13806 2001-11-07 [alfons]     0.6.5.claws2
13807
13808         * src/procmsg.c
13809         * src/utils.[ch]
13810                 only attract by subject if a subject line starts with a "Re: "
13811         * src/syldap.c
13812                 remove warning
13813
13814 2001-11-07 [paul]       0.6.5claws1
13815
13816         * sync with sylpheed 0.6.5. release
13817                 see ChangeLog entry 2001-11-07
13818
13819 2001-11-07 [paul]       0.6.4claws31
13820
13821         * sync with sylpheed 0.6.4cvs18
13822                 see ChangeLog entries 2001-10-30 to 2001-11-07
13823                 prefs_templates.[ch] renamed prefs_template.[ch]
13824
13825 2001-11-06 [alfons]
13826         
13827         * src/utils.h
13828                 add semicolon Hoa forgot ;-)
13829                 
13830
13831 2001-11-06 [hoa]        0.6.4claws30
13832         
13833         * src/procmsg.c
13834         * src/summaryview.c
13835         * src/utils.c
13836         * src/utils.h
13837                 threading by subject - empty subject are ignored
13838
13839 2001-11-06 [christoph]  0.6.4claws29
13840
13841         * src/socket.c
13842                 use SSL_peek for sock_gets
13843         * src/utils.c
13844                 removed unneeded pointer in extracting quoted
13845                 names implementation
13846
13847 2001-11-06 [melvin]     0.6.4claws28
13848
13849         * src/gtkspell.c
13850                 fixed bug #476792 Selection overtyping with spell checker
13851                 fixed bug which could cause a buffer overflow
13852                 fixed a memory leak
13853
13854 2001-11-06 [hoa]        0.6.4claws27
13855         
13856         * src/procmsg.c
13857         * src/summaryview.c
13858                 threading by subject
13859
13860 2001-11-05 [alfons]     0.6.4claws26
13861         
13862         * README.claws
13863                 Claws -> Sylpheed (vice versa)
13864
13865         * src/compose.c
13866                 :%s/gtk_text/gtk_stext/g
13867                 :%s/GTK_TEXT/GTK_STEXT/g
13868                 (thanks to Jonathan Ware for spotting this)
13869
13870 2001-11-04 [christoph]  0.6.4claws25
13871
13872         * src/summaryview.c
13873                 replace Xalloca + strdup with Xstrdup_a
13874         * src/utils.c
13875                 better implementation of extracting quoted names
13876                 from addresses (remove backlashes and ignore
13877                 quotes after them)
13878
13879 2001-11-04 [alfons]     0.6.4claws24
13880
13881         * src/utils.[ch]
13882                 edit to comply more with coding style
13883
13884         * src/textview.c
13885                 fix bug reported by Kim Schulz. introduced by the patch integrated
13886                 in 0.6.4claws15. the code did not check the return value of
13887                 the html parser.
13888
13889         * AUTHORS
13890                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13891
13892 2001-11-04 [christoph]  0.6.4claws23
13893
13894         * src/main.c
13895         * src/prefs_common.[ch]
13896                 init some pointers that possibly caused a segfault
13897                 reported in the claws-users ML
13898
13899 2001-11-04 [hoa]        0.6.4claws22
13900
13901         * src/grouplistdialog.c
13902                 change the names of the nodes in the tree
13903
13904         * src/compose.c
13905                 enhanced mailto syntax as described in
13906                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13907                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13908
13909         * src/utils.c
13910                 encode and decode URI (useful when opening URL into
13911                 netscape).
13912
13913 2001-11-03 [hoa]        0.6.4claws21
13914
13915         * src/grouplistdialog.c
13916                 a new newsgroups list selection dialog box
13917                 with a CTree instead of a CList
13918
13919 2001-11-03 [hoa]        0.6.4claws20
13920
13921         * src/folderview.c
13922                 enable property and scoring options when right
13923                 click on "inbox"
13924
13925         * src/summaryview.c
13926                 fixed bug when nickname were displayed using
13927                 the address book.
13928
13929 2001-11-02 [darko]      0.6.4claws19
13930
13931         * src/compose.c
13932                 new wrap quotation and URL/long words wrapping implementation
13933         * src/compose.c src/gtkstext.[ch]
13934                 move gtkstext_strncmp() to gtkstext.c
13935
13936 2001-11-01 [christoph]  0.6.4claws18
13937
13938         * src/prefs_account.c
13939                 fixed mess in account settings dialog
13940         * src/prefs_folder_item.c
13941                 added label with folder path to dialog
13942
13943 2001-10-31 [match]      0.6.4claws17
13944
13945         * src/vcard.c
13946                 fix memory leak.
13947         * src/addrbook.c
13948                 fix generation of spurious address book file names.
13949                 remove redundant functions.
13950         * po/POTFILES.in
13951                 added missing file names.
13952
13953 2001-10-30 [paul]       0.6.4claws16
13954
13955         * sync with sylpheed 0.6.4cvs6
13956                 see ChangeLog entries 2001-10-26 to 2001-10-30
13957
13958         * tools/filter_conv.pl
13959                 read folderlist.xml to discover whether the top-level
13960                 folder is called 'Mailbox' or 'Mail' 
13961
13962 2001-10-29 [paul]       0.6.4claws15
13963
13964         * src/html.c, src/textview.c
13965                 activate links in html mail and fix clickable parts
13966                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13967
13968 2001-10-29 [paul]
13969
13970         * po/de.po, po/es.po, po/pt_BR/po
13971                 updated translations, submitted by Jens Oberender,
13972                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13973
13974 2001-10-29 [darko]      0.6.4claws14
13975
13976         * src/compose.c
13977                 fix wrapping for good
13978
13979 2001-10-29 [darko]
13980
13981         * src/compose.c
13982                 undo previous change as it broke the smart wrapping
13983
13984 2001-10-29 [darko]      0.6.4claws13
13985
13986         * src/compose.c
13987                 fix infinite loop when long URL is quoted
13988                 (closes bug #475122.
13989
13990 2001-10-28 [match]
13991
13992         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13993                 import Mutt address book
13994         * src/ldif.[ch] src/importldif.h
13995                 modified import LDIF handle user attributes
13996
13997 2001-10-28 [christoph]  0.6.4claws12
13998
13999         * src/summaryview.c
14000                 fixed that filtering did not work if there
14001                 were no filter rules
14002                 (closes bug #472003 and better implementation
14003                  of patch #474644)
14004
14005 2001-10-27 [christoph]  0.6.4claws11
14006
14007         * src/compose.c
14008                 make the folder's default account to be used when
14009                 replying. (patch by wwp <subscript@free.fr>)
14010         * src/compose.c
14011                 code cleanup, nearly killed all of wwp's patch
14012                 for folder's default account in compose
14013         * src/folderview.c
14014                 error panel when a folder could not be created
14015                 (closes bug #471080 new folder name & already
14016                  existing file)
14017
14018 2001-10-26 [alfons]
14019
14020         * src/utils.h
14021                 change prototype of strstr2() that Christoph forgot about
14022
14023 2001-10-26 [christoph]  0.6.4claws10
14024
14025         * src/account.c
14026                 made search for accounts by email address not case
14027                 sensitive
14028         * src/folder.c
14029                 fixed memory leak in folder_item_get_identifier
14030         * src/gtkspell.c
14031         * src/utils.c
14032                 fixed wrong strstr2 (should work like strstr)
14033
14034 2001-10-26 [darko]      0.6.4claws9
14035
14036         * src/compose.c src/gtkstext.[ch]
14037         * src/gtkstext.c
14038                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14039
14040 2001-10-26 [paul]       0.6.4claws8
14041
14042         * src/html.c
14043                 ignore css and javascript tags in html mail
14044                 case-insensitive, with or without double-quoted
14045                 strings
14046
14047 2001-10-26 [paul]       0.6.4claws7
14048
14049         * sync with sylpheed 0.6.4cvs1
14050                 see ChangeLog entry 2001-10-26
14051
14052         * src/prefs_account.c, src/prefs_common.c,
14053           src/prefs_summary_column.c
14054                 minor improvements to the English
14055
14056 2001-10-25 [alfons]     0.6.4claws6
14057
14058         * src/gtkstext.c
14059         
14060                 make GtkSText follow style of GtkText (closes bug 
14061                 #469211 "text selection while writing message")
14062                 
14063                 do sync with GTK 1.2.10
14064
14065 2001-10-25 [paul]       0.6.4claws5
14066
14067         * src/html.c
14068                 ignore css tags in html mail
14069
14070 2001-10-25 [darko]      0.6.4claws4
14071
14072         * src/compose.c
14073                 don't declare is_url_string as static function since
14074                 we need it in gtkstext.c
14075         * src/gtkstext.c
14076                 remove unused variable
14077                 don't wrap long URLs while composing a message
14078
14079 2001-10-24 [christoph]  0.6.4claws3
14080
14081         * src/socket.c
14082                 fix ssl deadlock, when peer closes connection
14083
14084 2001-10-24 [paul]       0.6.4claws2
14085
14086         * src/prefs_common.c
14087                 gettextize the gpg ascii-armored warning message
14088
14089         * src/compose.c
14090                 insert a DOS/MAC file into the composed message
14091                 (improvements)
14092
14093         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14094
14095 2001-10-22 [paul]       0.6.4claws1
14096
14097         * sync with sylpheed 0.6.4 release
14098                 see ChangeLog entries 2001-10-21
14099
14100         * po/fr.po, po/pt_BR.po
14101                 updated by Melvin Hadasht and Fabio Junior Beneditto
14102
14103 2001-10-21 [paul]       0.6.3claws30
14104
14105         * src/compose.c
14106                 insert a DOS text file from the compose window
14107                 into the composed message text (removes CRs characters)
14108                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14109
14110         * tools/filter_conv.pl, tools/README
14111                 automatically use ~/.sylpheed as working directory
14112                 print out confirmation message on completion
14113
14114         * correct Hoa's last ChangeLog.claws entry
14115
14116 2001-10-20 [hoa]        0.6.3claws29
14117
14118         * src/grouplistdialog.c
14119                 bugfix (another ?) to give the right
14120                 newsgroups list for each news server.
14121
14122         * src/news.c
14123         * src/news.h
14124                 improve the newsgroups list cache
14125
14126 2001-10-20 [paul]       0.6.3claws28
14127
14128         * sync with sylpheed 0.6.3cvs9
14129                 see ChangeLog entry 2001-10-19
14130
14131         * correct Alfons' last ChangeLog.claws entry
14132
14133 2001-10-19 [alfons]
14134
14135         * src/pgptext.[ch]
14136                 fix compilation problems (part of bug #472895)
14137
14138 2001-10-18 [hoa]        0.6.3claws27
14139
14140         * src/grouplistdialog.c
14141                 bugfix when we refresh was clicked (bug 472701)
14142
14143 2001-10-19 [christoph]  0.6.3claws26
14144
14145         * src/compose.c
14146                 last header entry should default to "To:" or
14147                 "Newsgroups:" and not copy the last entry line
14148                 in a new compose window
14149                 (closes bug #472686, #470792)
14150
14151 2001-10-19 [paul]       0.6.3claws25
14152
14153         * sync with Sylpheed 0.6.3cvs8
14154                 see ChangeLog entries 2001-10-18 and 2001-10-19
14155
14156 2001-10-18 [christoph]  0.6.3claws24
14157
14158         * src/procmsg.c
14159                 reimplement ignore thread
14160         
14161 2001-10-18 [hoa]        0.6.3claws23
14162
14163         * src/folderview.c
14164         * src/grouplistdialog.[ch]
14165                 enhanced news subscription interface (feature 469113)
14166
14167         * src/news.c
14168         * src/news.h
14169                 enchanced newsgroup listing,
14170                 now, we can get groups informations
14171                 (NNTPGroupInfo)
14172
14173 2001-10-18 [paul]       0.6.3claws22
14174
14175         * src/summaryview.c
14176                 remove comment (sync with main branch)
14177         * src/mainwindow.c
14178                 fix 'Re-edit' bug in 'Message' menu
14179
14180 2001-10-17 [christoph]  0.6.3claws21
14181
14182         * src/compose.c
14183                 ignore empty or whitespace only header lines
14184
14185 2001-10-17 [paul]       0.6.3claws20
14186
14187         * sync with sylpheed 0.6.3cvs7
14188                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14189                 2001-10-17
14190
14191 2001-10-17 [darko]
14192
14193         * src/compose.c
14194                 wrap long lines without spaces
14195                 don't wrap URLs
14196
14197 2001-10-16 [paul]
14198
14199         * po/es.po, po/nl.po, po/pt_BR.po
14200                 updated by Ricardo Mones Lastra, Alfons,
14201                 and Fabio Junior Beneditto
14202
14203         * sylpheed-0.6.3claws released
14204
14205 2001-10-15 [melvin] 0.6.3claws18
14206
14207         * README.claws
14208                 added summary and detailed installation instructions
14209                 for spell checker
14210         * po/fr.po
14211                 Updated, corrected and completed french translation
14212
14213 2001-10-15 [hoa] 0.6.3claws17
14214         * src/grouplistdialog.c
14215                 we can choose the newsgroups to display with wildcards
14216
14217 2001-10-15 [christoph]  0.6.3claws16
14218
14219         * src/account.c
14220         * src/compose.c
14221         * src/prefs_folder_item.[ch]
14222                 applied wwp <subscript@free.fr>'s folder
14223                 default account patch
14224         * po/de.po
14225                 Fixed wrong translation
14226
14227 2001-10-13 [alfons, christoph, melvin]  
14228                         0.6.3claws15
14229
14230         solution #2 to solve MT-safety problems defers all GUI related calls
14231         to the main thread using a gtk_idle_add() callback. discussed on
14232         ircnet #sylpheed, with christoph spotting some issues with the
14233         original code, and melvin allowing us to lobotomize his sylpheed.
14234
14235         * src/syldap.[ch], src/main.c
14236                 fix race problem in ldap search thread by deferring GUI 
14237                 stuff to main thread using gtk_idle_add()
14238
14239 2001-10-13 [paul]       0.6.3claws14
14240
14241         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14242                 add Sergey's smtpcred.patch
14243                 adds separate username/password setting for SMTP Auth
14244                 needed by some servers
14245                 (closes feature request #471659)
14246
14247 2001-10-13 [paul]       0.6.3claws13
14248
14249         * src/pgptext.[ch] **NEW FILES**
14250         * src/Makefile.am, src/messageview.c, src/mimeview.c
14251                 decrypt ascii-armored gpg text embedded in
14252                 the message body.
14253                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14254
14255 2001-10-13 [christoph]  0.6.3claws12
14256
14257         * README.claws
14258                 some more details on default to and
14259                 feature requests
14260         * src/main.c
14261                 init glib threading when ldap is used
14262         * src/syldap.c
14263                 threading fixes
14264         * po/de.po
14265                 fixed a typo
14266
14267 2001-10-12 [paul]       0.6.3claws11
14268
14269         * src/prefs_common.[ch], src/rfc2015.c
14270                 enable ascii-armored gpg text to be embedded in the
14271                 message body, selectable through the 'Privacy'
14272                 preferences. Supports encrypting only.
14273                 Submitted by Ravemax <ravemax@dextrose.com>
14274
14275 2001-10-12 [paul]       0.6.3claws10
14276
14277         * sync with sylpheed 0.6.3cvs6
14278                 see ChangeLog entries 2001-10-11 and 2001-11-12
14279
14280         * src/folderview.c
14281                 incorporated mbox folders, scoring, and folder
14282                 properties into the sync
14283
14284 2001-10-12 [darko]      0.6.3claws9
14285
14286         * README.claws
14287                 describe quotation wrapping
14288         * src/compose.c
14289                 don't treat tab as space to calculate line length properly
14290
14291 2001-10-11 [alfons]
14292
14293         * README.claws
14294                 correct description of how to make new filtering system work,
14295                 add some other things
14296                 
14297         * src/syldap.c
14298                 remove sched_yield() (not necessary / unportable)
14299
14300 2001-10-11 [paul]       0.6.3claws8
14301
14302         * sync with sylpheed 0.6.3cvs3
14303                 see ChangeLog entry 2001-10-10
14304
14305 2001-10-10 [christoph]  0.6.3claws7
14306
14307         * .cvsignore
14308                 ignore 2 files created by newer autotools
14309         * src/prefs_folder_item.c
14310                 using table for widget alignment
14311                 fixed memory leak and broken octal display
14312         * src/filesel.c
14313                 fixed segfault caused by lost filename
14314                 workaround (closes bug #469551)
14315
14316 2001-10-10 [paul]       0.6.3claws6
14317
14318         * sync with sylpheed 0.6.3cvs2
14319                 see ChangeLog entries 2001-10-09 and 2001-10-10
14320
14321 2001-10-10 [darko]      0.6.3.claws5
14322
14323         * src/gtkstext.c
14324                 proper calculation of right margin if smart wrapping is enabled
14325         * src/compose.c
14326                 automatically wrap long lines if wrap quotation is enabled
14327
14328 2001-10-09 [alfons]     0.6.3.claws4
14329
14330         * src/summaryview.c
14331                 select correct row when deleting last row in the summary view (and
14332                 close bug "[ #469104 ] select second last in list when deleting")
14333
14334 2001-10-09 [paul]       0.6.3claws3
14335
14336         * sync with sylpheed 0.6.3cvs1
14337                 updated some autotool scripts
14338
14339 2001-10-09 [darko]      0.6.3claws2
14340
14341         * src/gtkstext.[ch]
14342                 new name and mark with Sylpheed comment
14343         * src/compose.c
14344                 smart quotation wrapping a-la VIM
14345
14346 2001-10-08 [paul]       0.6.3claws1
14347
14348         * sync with sylpheed 0.6.3 release
14349                 see ChangeLog entry 2001-10-08
14350
14351 2001-10-08 [paul]       0.6.2claws24
14352
14353         * src/summaryview.c
14354                 more sync with sylpheed 0.6.2cvs12
14355                 Fixed the bug that didn't select the last row correctly
14356
14357
14358 2001-10-07 [paul]       0.6.2claws23
14359
14360         * sync with sylpheed 0.6.2cvs12
14361                 see ChangeLog entry 2001-10-07
14362
14363 2001-10-06 [match]
14364         * src/jpilot.[ch]
14365                 enable jpilot to read unsynch'ed addresses.
14366
14367         * src/editldap_basedn.c
14368                 fix segfault when opening dialog.
14369
14370 2001-10-06 [alfons]     0.6.2.claws22
14371
14372         * src/summaryview.c
14373                 fix bug with summary view selecting last *inserted*
14374                 node instead of last *visible* node. remember we
14375                 work with a tree
14376
14377 2001-10-06 [paul]       0.6.2claws21
14378
14379         * po/pt_BR.po
14380                 updated translation, contains some fixes and new
14381                 translations, submitted by Gustavo Noronha Silva
14382                 <kov@debian.org>
14383
14384         * src/prefs_common.c
14385                 change 'each' to 'every' - fix dubious English
14386
14387         * sync with sylpheed 0.6.2cvs11
14388
14389 2001-10-05 [alfons]     0.6.2claws20
14390
14391         * src/mainwindow.[ch], src/folderview.c
14392                 make composite tool button switch between "Compose News"
14393                 and "Compose Mail" depending on selected folder
14394                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14395
14396 2001-10-05 [paul]       0.6.2claws19
14397
14398         * src/mainwindow.c, src/summaryview.c
14399                 fix 'Message/Reply to all', broken in last commit
14400
14401         * src/compose.c
14402                 fix X_BEENTHERE seg fault, thanks to Alfons
14403
14404 2001-10-04 [paul]       0.6.2claws18
14405
14406         * src/compose.[ch], src/mainwindow.c
14407                 make "Message/Reply" reply to mailing lists; matches
14408                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14409                 based on portions of the patch submitted by
14410                 Junichi Uekawa <dancer@netfort.gr.jp>
14411
14412 2001-10-04 [darko]      0.6.2claws17
14413
14414         * src/compose.c
14415                 better smart wrapping
14416         * src/gtkstext.[hc]
14417                 a function to make text buffer contiguous
14418
14419 2001-10-03 [paul]       0.6.2claws16
14420
14421         * sync with sylpheed 0.6.2cvs10
14422
14423 2001-10-02 [alfons]
14424
14425         * configure.in
14426         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14427                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14428                 references to chinese translations (hope someone picks up
14429                 this)
14430
14431 2001-10-02 [christoph]  0.6.2claws15
14432
14433         * src/compose.c
14434                 fixed non translated header bug
14435         * ChangeLog.claws
14436                 fixed wrong date in alfons last entry ;)
14437
14438 2001-10-02 [alfons]     0.6.2claws14
14439
14440         * src/compose.c, src/prefs_common.[ch]
14441                 add block cursor option
14442
14443 2001-10-02 [paul]       0.6.2claws13
14444
14445         * sync with sylpheed 0.6.2cvs9
14446
14447 2001-09-30 [paul]       0.6.2claws12
14448
14449         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14450                 updated translations
14451
14452         * po/POTFILES.in
14453                 add 'src/importldif.c'
14454
14455         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14456                 added eudora-to-vCard conversion tool
14457                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14458
14459         * sync with sylpheed 0.6.2cvs8
14460
14461 2001-09-30 [paul]
14462
14463         * sylpheed-0.6.2claws released
14464
14465 2001-09-27 [melvin]     0.6.2claws11
14466
14467         * src/gtkspell.c
14468                 fixed crash when using default path (introduced 
14469                 in 0.6.2claws10)
14470                 fixed tiny bug for initial suggestion mode
14471
14472 2001-09-27 [melvin]     0.6.2claws10
14473         
14474         * src/gtkspell.c
14475                 fixed bug where gtkpspell didn't set the path correctly
14476
14477         * README.claws
14478                 added a paragraph about spell checking
14479                 
14480
14481
14482 2001-09-27 [paul]       0.6.2claws9
14483
14484         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14485                 replace '// comments' with '/* comments */' to prevent
14486                 some compiler warnings 
14487
14488         * sync with sylpheed 0.6.2cvs6
14489
14490 2001-09-26 [alfons]     0.6.2claws8
14491
14492         * src/messageview.c
14493                 introduce return receipt request notification again,
14494                 which was lost because of other semantics in 
14495                 procheader_parse() (???)
14496
14497 2001-09-26 [christoph]  0.6.2claws7
14498
14499         * src/compose.c
14500                 replace comments for old code with #if 0
14501                 readded auto cc, bcc and reply-to
14502         * src/prefs_matcher.c
14503         * src/prefs_scoring.c
14504                 removed some definition (was moved to
14505                 prefs.h)
14506
14507 2001-09-26 [paul]       0.6.2claws6
14508
14509         * src/mainwindow.c
14510                 make 'Follow-up and reply to' sensitive
14511
14512         * more sync with sylpheed 0.6.2cvs5
14513
14514 2001-09-25 [melvin]
14515
14516         * 0.6.2claws5
14517
14518         * src/gtkspell.c
14519                 fixed bug for "US-ASCII" introduced by the encoding code
14520
14521 2001-09-25 [paul]
14522
14523         * 0.6.2claws4
14524
14525         * src/prefs_common.[ch], src/summaryview.c
14526                 'next unread msg' 'go to next folder?' dialog can be
14527                 given default behaviour, either always show dialog,
14528                 or assume 'yes', or assume 'no'
14529                 Submitted by wwp <subscript@free.fr>
14530
14531 2001-09-25 [melvin]
14532                 
14533         * src/compose.c src/gtkspell.[ch]
14534                 added support for different encodings
14535
14536 2001-09-25 [paul]
14537
14538         * more sync with sylpheed 0.6.2cvs5
14539
14540 2001-09-24 [alfons]
14541         
14542         * src/prefs_folder_item.c
14543                 add check for item->prefs->default_to string is NULL and
14544                 add another check when freeing this string
14545
14546 2001-09-24 [paul]
14547
14548         * configure.in
14549                 change to version 0.6.2claws3
14550
14551         * sync with sylpheed 0.6.2cvs5 
14552
14553 2001-09-24 [match]
14554         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14555                 import LDIF files.
14556         * src/addrcache.[ch], addrindex.[ch]
14557                 small update for future
14558         * src/addrbook.c
14559                 fix test XML file.
14560
14561 2001-09-24 [melvin]
14562         * src/gtkspell.[ch]
14563                 added 'Learn from mistakes' option
14564                 better handling of quotes in checked words
14565                 sorted dict list
14566         * po/fr.po
14567                 small update for spell checking stuff
14568
14569 2001-09-23 [alfons]
14570         
14571         * src/gtkspell.c
14572                 edit a little bit so it complies more with main coding style
14573
14574 2001-09-23 [alfons]
14575
14576         * src/folder.[ch], prefs_folder_item.c, compose.c
14577                 migrate "request return receipt" folder property
14578                 to folderlist.xml
14579
14580 2001-09-22 [alfons]
14581
14582         * README.claws **NEW**
14583                 (add things of interest for users of main branch 
14584                 and claws here)
14585
14586         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14587                 re-implement threading per folder option, but store 
14588                 the setting in folderlist.xml (where it belongs)
14589
14590 2001-09-21 [melvin]
14591
14592         * src/gtkspell.[ch]
14593                 fixed bug when compose window is under another window
14594         * src/prefs_common.[ch] src/compose.c
14595                 changed 'dictionary_path' to 'dictionary' to be consistent
14596                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14597         * ac/pspell.m4 src/Makefile.am 
14598                 dropped PSPELL_PATH macro
14599         * po/fr.po
14600                 updated translations
14601
14602 2001-09-21 [christoph]
14603
14604         * src/compose.c
14605                 added border around header fields
14606                 keep header type when new field is added
14607
14608 2001-09-20 [christoph]
14609
14610         * src/utils.[ch]
14611                 more portable debug_print with source filename
14612                 and linenumber
14613         * src/procmsg.c
14614                 more newlines after debug messages
14615
14616 2001-09-20 [paul]
14617
14618         * configure.in
14619                 change to version 0.6.2claws2
14620
14621         * sync with sylpheed 0.6.2cvs3
14622
14623 2001-09-19 [melvin]
14624
14625         * src/gtkspell.c
14626                 fixed the post-right-click focus pb
14627                 fixed crash when 'Spell check all' after dict change 
14628                         and when cursor is at the end of the text
14629                 shift-right-click pops up config menu even on misspelled words.
14630         * po/POTFILES.in
14631                 added gtkspell.c
14632
14633 2001-09-19 [melvin]
14634
14635         * src/about.c
14636                 added pspell to compiled-in features list
14637
14638 2001-09-18 [melvin]
14639
14640         * switched to pspell and dropped ispell
14641         * ac/pspell.m4
14642                 new file. autoconf macro for pspell
14643         * ac/Makefile.am 
14644         * configure.in acconfig.h
14645                 added pspell support
14646         * src/Makefile.am
14647         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14648         * src/prefs_common.[ch] 
14649                 added pspell support
14650
14651 2001-09-18 [christoph]
14652
14653         * src/addr_compl.c
14654         * src/template.[ch]
14655                 replace LOG_MESSAGE with debug_print
14656         * src/compose.[ch]
14657                 gui improvements
14658         * src/menu.c
14659                 added newline after debug message
14660         * src/utils.h
14661                 using __VA_ARGS__ for debug_print macro
14662         * tools/.cvsignore
14663                 ignore Makefile and Makefile.in
14664
14665 2001-09-18 [paul]
14666
14667         * configure.in
14668                 change to version 0.6.2claws1
14669         * sync with sylpheed 0.6.2cvs1
14670
14671         * src/matcher.c 
14672         * src/prefs_matcher.c
14673                 add 'score equal to' option, submitted by
14674                 Paul Evans <nerd@freeuk.com>
14675
14676 2001-09-15 [christoph]
14677
14678         * src/mainwindow.c
14679                 comment out menu entry not existing in claws
14680         * src/menu.c
14681                 add debug output for non existing menu entries
14682         * src/summaryview.c
14683                 fix next/prev unread message for ignored threads
14684         * src/utils.[ch]
14685                 add sourcefile and line number to debug output
14686                 otherwise it is sometimes hard to find the
14687                 source code part if debug messages are translated
14688
14689 2001-09-14 [darko]
14690         
14691         * src/folderview.c
14692                 refresh target folder style after colour is changed
14693
14694 2001-09-13 [paul]
14695
14696         * configure.in
14697                 change to version 0.6.1claws3
14698
14699         * sync with sylpheed 0.6.1cvs6
14700
14701 2001-09-13 [darko]
14702         
14703         * src/folderview.c
14704                 fix target folder colourization to use user selected colour
14705
14706 2001-09-12 [darko]
14707         
14708         * src/summaryview.c
14709                 fix crash when message that is marked for copy/move is unmarked
14710
14711 2001-09-09 [paul]
14712
14713         * configure.in
14714                 change to version 0.6.1claws2
14715
14716         * sync with sylpheed 0.6.1cvs3
14717
14718 2001-09-09 [alfons]
14719         
14720         * src/folderview.c
14721                 fix bug with default font used for trash folder text
14722
14723 2001-09-06 [paul]
14724
14725         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14726                 updated translations
14727
14728         * configure.in
14729                 change to version 0.6.1claws1
14730
14731         * sync with sylpheed 0.6.1cvs2
14732
14733 2001-09-03 [paul]
14734
14735         * po/POTFILES.in
14736                 add Match's new addressbook
14737
14738         * po/de.po
14739                 updated translation submitted by Jens Oberender
14740
14741 2001-09-02 [paul]
14742
14743         * configure.in
14744                 change to 0.6.1claws
14745         * sync with sylpheed 0.6.1 release
14746
14747 2001-09-02 [paul]
14748
14749         * configure.in
14750                 change to 0.6.0claws2
14751
14752         * sync with sylpheed 0.6.0cvs4
14753
14754         * po/pt_BR.po
14755                 updated translation submitted by Fabio Junior Beneditto
14756
14757 2001-09-01 [match]
14758         * pixmaps/
14759                 interface.xpm
14760                 book.xpm
14761                 address.xpm
14762         * src/
14763                 Makefile.am
14764                 a ton of new files
14765
14766 2001-08-31 [paul]
14767
14768         * configure.in
14769                 change to version 0.6.0claws1
14770
14771         * sync with sylpheed 0.6.0cvs1
14772
14773         * po/es.po
14774                 updated translation submitted by Ricardo Mones Lastra
14775
14776         * po/POTFILES.in
14777                 add 'src/prefs_templates.c'
14778
14779         * src/compose.c, src/summaryview.c
14780                 fix segfault on 'Re_edit'               
14781
14782 2001-08-30 [alfons]
14783
14784         * configure.in, Makefile.am
14785         * tools/Makefile.am
14786                 add tools directory to source distribution
14787
14788 2001-08-30 [paul]
14789
14790         * configure.in
14791                 change to version 0.6.0claws
14792
14793         * sync with sylpheed 0.6.0 release
14794
14795 2001-08-30 [christoph]
14796
14797         * configure.in
14798                 removed autoconf version check
14799
14800 2001-08-30 [paul]
14801
14802         * src/account.c, src/compose.c, src/prefs_common.[ch]
14803         * src/procheader.[ch] src/utils.[ch]
14804                 Enhanced automatic account selection on replies
14805                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14806
14807         * configure.in
14808                 add LDAP and JPilot to the configuration results output.
14809
14810 2001-08-29 [christoph]
14811
14812         * src/summeryview.c
14813                 no bold font for ignored threads
14814
14815 2001-08-29 [paul]
14816
14817         * configure.in
14818                 change to version 0.5.3claws6
14819
14820         * sync with sylpheed 0.5.3cvs10
14821                 src/stringtable.[ch]: New Files
14822
14823         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14824         * src/pixmaps/sylpheed.xpm
14825                 add mini-icons to windows (by Alfons)
14826
14827 2001-08-27 [paul]
14828
14829         * src/mainwindow.c
14830                 new functions: next_labeled_cb(), prev_labeled_cb()
14831
14832         * src/summaryview.c
14833                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14834                 summary_select_next_labeled(), summary_select_prev_labeled()
14835
14836         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14837                 give claws blue folders and a blue trash can
14838
14839 2001-08-27 [paul]
14840
14841         * configure.in
14842                 change to version 0.5.3claws5
14843
14844         * sync with sylpheed 0.5.3cvs9
14845                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14846
14847 2001-08-24 [christoph]
14848
14849         * src/filesel.c
14850                 keep filename when browsing directories
14851                 (not working for user entered filename, but
14852                  for default name and selected filename from
14853                  file list)
14854         * src/mainwindow.c
14855                 fixed wrong spelling "Folllow-up"
14856         * src/mbox_folder.c
14857         * src/procmsg.c
14858         * src/summaryview.c
14859                 fixed new/unread message count with ignored
14860                 threads (2 commits, first didn't notice no
14861                 longer needed decreasing)
14862         * src/inc.c
14863                 readded scrolling of progress dialog
14864                 (lost in sync)
14865
14866 2001-08-24 [paul]
14867
14868         * configure.in
14869                 change to 0.5.3claws4
14870
14871         * sync with sylpheed 0.5.3cvs7
14872
14873 2001-08-24 [christoph]
14874
14875         * src/compose.c
14876                 set request return receipt when replying
14877                 if it is set is the folder prefs of the
14878                 message
14879         * src/inc.c
14880                 disable final error popup if popups are
14881                 disabled in config (again)
14882
14883 2001-08-23 [paul]
14884
14885         * configure.in
14886                 Change version number to 0.5.3claws3
14887
14888         * sync with sylpheed 0.5.3cvs5
14889
14890         * src/mimeview.c
14891                 double quote '%s' in 'gedit %s' to fix bug when
14892                 opening attachment with spaces in the name
14893
14894 2001-08-22 [alte]
14895         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14896           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14897                 initial message templates support
14898
14899
14900 2001-08-22 [paul]
14901
14902         * configure.in
14903                 change version number to 0.5.3claws2
14904
14905         * sync with sylpheed 0.5.3cvs4
14906
14907         * src/procmsg.h src/summaryview.c
14908                 re-implement (un)ignore thread
14909
14910 2001-08-21 [paul]
14911
14912         * src/summaryview.c
14913                 remove unnecessary code
14914         * src/compose.c
14915                 enable 'dynamic' signatures (submitted by
14916                 Eric Limpens <eric@hscg-internet.nl>)
14917
14918 2001-08-21 [paul]
14919
14920         clean up after sync with sylpheed 0.5.3 release
14921
14922         * src/folderview.c
14923                 fix re-introduced font mess, see Christoph's
14924                 entry 2001-06-24
14925
14926         * src/summaryview.c
14927                 remove prev_msgnum
14928                 use sylpheed's small font instead of
14929                 gtk default font for summary view
14930
14931
14932 2001-08-17 [paul]
14933
14934         * configure.in
14935                 add pl to ALL_LINGUAS - sync with main branch
14936
14937         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14938                 Updated. Translations by Jens Oberender, Ricardo Mones
14939                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14940
14941         * po/pl.po  ** NEW FILE **
14942                 sync with the main branch
14943
14944         * src/folderview.c
14945                 fix target folder colorizing and refresh problem
14946
14947
14948 2001-08-17 [christoph]
14949
14950         * src/mainwindow.c
14951                 claws uses 4 colors for target folder coloring.
14952                 arrays were not long enough and destroyed the
14953                 stack causing a segfault.
14954                 target folder colorizing does not work anymore
14955                 for me
14956
14957 2001-08-16 [paul]
14958
14959         * configure.in
14960                 change to version 0.5.3claws1
14961
14962         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14963           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14964           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14965
14966                 sync with sylpheed 0.5.3 release, but keep claws method of
14967                 configuring/saving fonts
14968
14969         * src/addressbook.[ch]
14970                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14971                 in line with a similar change in Hiroyuki's branch
14972
14973         * src/mainwindow.[ch]
14974                 disable main_window_set_thread_option()
14975         * src/prefs_folder_item.c
14976                 comment out &tmps_prefs.enable_thread,
14977         * src/mbox_folder.c, src/procmsg.[ch]
14978                 comment out MSG_IS_IGNORE_THREAD
14979         * src/summaryview.c
14980                 comment out summary_ignore_thread() and summary_unignore_thread()
14981                 comment out MSG_IS_IGNORE_THREAD
14982
14983                 use Hiroyuki's threading instead.
14984
14985
14986
14987 2001-08-15 [paul]
14988
14989         * src/account.c
14990                 use Hiroyuki's 0.5.3 column scheme but also
14991                 include the enable/disable button.
14992         * src/pixmaps/mark.xpm
14993                 add Hiroyuki's amended pixmap
14994
14995 2001-08-13 [christoph]
14996
14997         * src/account.c
14998                 receive at get all column showed wrong state for APOP
14999                 button should only work for POP3 and APOP accounts
15000         * src/prefs_account.c
15001                 added missing preprocessor statement for SSL
15002
15003 2001-08-12 [paul]
15004
15005         * src/account.[ch]
15006                 add 'receive at get all' column and enable/disable
15007                 button.
15008
15009 2001-08-06 [christoph]
15010
15011         * src/account.c
15012                 show usage of SSL in protocol column
15013
15014         * src/imap.c
15015         * src/inc.c
15016                 renamed ssl options
15017
15018         * src/prefs_account.[ch]
15019                 moved ssl options to a new page
15020
15021         * src/send.c
15022         * src/smtp.c
15023         * src/ssl.[ch]
15024                 renamed ssl options
15025                 added support for SMTP STARTTLS command
15026
15027 2001-08-05 [christoph]
15028
15029         * configure.in
15030                 debian autoconf needs version check to find
15031                 correct autoconf version. if the file is
15032                 named configure.in 2.13 is used, which does
15033                 not work with this configure.in script.
15034                 other solution would be to rename the script
15035                 to configure.ac as suggested in the autoconf
15036                 manual.
15037
15038         * src/inc.c
15039                 disable final error popup if popups are
15040                 diabled in config
15041
15042         * src/socket.c
15043                 bugfix in ssl_gets
15044                 fixes IMAP over SSL problem
15045
15046 2001-08-03 [paul]
15047
15048         * configure.in
15049                 change to 0.5.2claws1
15050
15051         * sync with sylpheed 0.5.2cvs1
15052
15053 2001-08-02 [alfons]
15054
15055         * configure.in
15056                 quick fix for ispell detection...
15057
15058 2001-08-01 [paul]
15059
15060         * configure.in
15061                 change to 0.5.1claws4
15062
15063         * sync with sylpheed 0.5.1cvs7
15064
15065 2001-07-31 [alfons]
15066
15067         * src/prefs_common.c, src/prefs_common.h, 
15068           src/gtkspell.c, src/gtkspell.h
15069                 add global spelling checker settings (compose tab) +
15070                 selection of dictionary 
15071           
15072         * configure.in  
15073                 guess valid ispell location
15074
15075 2001-07-31 [paul]
15076
15077         * po/POTFILES.in
15078                 removal of 'src/quote_fmt_parse.c'
15079         * po/de.po
15080                 Updated de.po
15081                 (submitted by Jens Oberender <didge@suse.de>)
15082
15083 2001-07-31 [darko]
15084
15085         * src/folder.[ch]
15086         * src/folderview.[ch]
15087         * src/mainwindow.c
15088         * src/mh.c
15089         * src/prefs_common.[ch]
15090         * src/summaryview.c
15091                 target folder colourization
15092
15093 2001-07-30 [paul]
15094
15095         more sync with Sylpheed 0.5.1cvs6 
15096
15097 2001-07-30 [darko]
15098
15099         * src/mh.c
15100         * src/prefs_folder_item.[hc]
15101         * src/summaryview.c
15102                 shared folders support with a GUI
15103
15104 2001-07-29 [paul]
15105
15106         0.5.1claws3
15107
15108         * sync with Sylpheed 0.5.1cvs6
15109
15110 2001-07-29 [paul]
15111
15112         * po/pt_BR.po
15113                 updated
15114                 (submitted by Fabio Junior Beneditto)
15115
15116 2001-07-28 [paul]
15117
15118         * src/procmime.c
15119         * AUTHORS
15120                 patch to correct bad image mime headers
15121                 (submitted by Don Quijote <dq@searchlores.org>)
15122
15123 2001-07-28 [paul]
15124
15125         * tools/gif2xface.pl   **NEW FILE**
15126         * tools/README
15127                 script to convert file.gif to file.xface for
15128                 use in a custom header.
15129                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15130
15131 2001-07-27 [alfons]
15132         
15133         * configure.in
15134                 change macros for detecting JPilot and LDAP
15135
15136 2001-07-27 [christoph]
15137
15138         * src/filtering.c
15139                 code cleanup (MIN / MAX warning, needed casting)
15140
15141 2001-07-27 [alfons]
15142
15143         * procheader.c
15144                 disallow setting flags when detecting certain headers
15145                 (X-Status, Status, Seen, X-Seen). 
15146         
15147         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15148
15149 2001-07-27 [christoph]
15150
15151         * src/prefs_filter.c
15152         * src/prefs_filtering.c
15153         * src/prefs_matcher.c
15154         * src/prefs_scoring.c
15155                 scroll list when moving rows up or down
15156
15157         * src/imap.c
15158         * src/imap.h
15159         * src/prefs_account.c
15160         * src/prefs_account.h
15161         * src/send.c
15162                 SMTP over SSL (untested, feedback requested)
15163                 IMAP over SSL
15164
15165         * src/ssl.c
15166                 code cleanup
15167
15168 2001-07-26 [alfons]
15169         
15170         * configure.in, acconfig.h
15171                 define CLAWS (need this for main / claws detection)
15172
15173 2001-07-25 [alfons]
15174
15175         * configure.in
15176                 Sylpheed 0.5.1claws2
15177                 
15178         * sync with Sylpheed 0.5.1cvs4
15179
15180 2001-07-25 [christoph]
15181
15182         * src/scoring.c
15183                 fixed segfault
15184                 item->prefs == NULL (don't know why)
15185
15186 2001-07-25 [alfons]
15187
15188         * configure.in
15189                 Sylpheed 0.5.1claws1
15190
15191         * sync with Sylpheed 0.5.1cvs1-3
15192
15193 2001-07-24 [christoph]
15194
15195         * src/folderview.c
15196         * src/prefs_folder_item.[ch]
15197                 added folderitem preferences dialog with
15198                 default To: and auto request return receipt
15199
15200         * src/compose.[ch]
15201         * src/menu.[ch]
15202                 changes to handle new folderitem preferences
15203
15204         * src/mainwindow.c
15205         * src/summaryview.c
15206                 call compose new mail with current folderitem
15207
15208 2001-07-24 [alfons]
15209
15210         Release Sylpheed 0.5.1claws
15211
15212         * configure.in
15213                 change to release version 0.5.1claws
15214
15215 2001-07-24 [christoph]
15216
15217         * src/summaryview.c
15218                 fixed segfault that happend when the selected
15219                 message was removed while retrieving new messages.
15220
15221         * po/es.po
15222                 updated translation
15223                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15224
15225 2001-07-22 [alfons]
15226
15227         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15228         this is a work in progress, for more information: http://nlpagan.net/sylman 
15229         
15230         * configure.in, src/mainwindow.c, manual/Makefile.am
15231                 add support for English manual
15232
15233         * AUTHORS
15234                 add authors of user manuals
15235
15236         * manual/en/sylpheed*.html
15237                 add English documentation
15238
15239 2001-07-22 [christoph]
15240
15241         * po/POTFILES.in
15242                 added src/ssl.c
15243         * src/ssl.c
15244                 changed a wrong debug message
15245
15246 2001-07-22 [alfons]
15247
15248         * po/nl.po
15249                 update Dutch translation
15250
15251         * src/prefs_filtering.c, 
15252           src/prefs_matcher.c
15253                 add more translatable strings           
15254
15255 2001-07-21 [alfons]
15256
15257         0.5.0claws7
15258
15259         * configure.in
15260                 change version
15261
15262         * src/inc.c, src/summaryview.[ch]
15263                 prevent update of mark file when filtering has done, by
15264                 using a variable; this affects two functions:
15265                         inc.c::inc_finished()
15266                         summaryview.c::summary_show()
15267
15268 2001-07-20 [alfons]
15269
15270         * src/filtering.[ch], src/prefs_filtering.c, 
15271           src/matcher.[ch]
15272                 add filtering action for label coloring 
15273
15274         * po/POTFILES.in
15275                 add labelcolors.c
15276
15277         * added src/labelcolors.c
15278         * added src/labelcolors.h
15279         * src/Makefile.am, src/summaryview.c
15280                 rearrange label coloring code
15281
15282         * src/procmsg.h
15283                 add more parentheses so label colouring works correctly
15284
15285         * src/filtering.c
15286                 don't really delete message, but move it to Trash
15287
15288         * src/prefs_matcher.c
15289                 add quote options to info dialog
15290
15291 2001-07-20 [christoph]
15292
15293         * src/Makefile.am
15294         * src/inc.c
15295         * src/main.[ch]
15296         * src/socket.h
15297         * src/ssl.[ch] (new)
15298                 moved ssl stuff to a seperate file
15299
15300 2001-07-20 [darko]
15301
15302         * src/summaryview.c
15303                 fix show sender using address book with no e-mail
15304                 address in From: field
15305
15306 2001-07-19 [alfons]
15307
15308         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15309                 fix messy handling of escaping... now at least the
15310                 execute command is useful. escape char is '\', we
15311                 accept \n and \r too. 
15312
15313                 Real life example:
15314                 
15315                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15316                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15317
15318 2001-07-18 [alfons]
15319
15320         0.5.0claws6
15321
15322         * src/summaryview.c
15323                 clean up
15324
15325         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15326           src/procmsg.[ch]
15327                 revise filtering; currently move, copy, marking have
15328                 been tested. if you like bleeding edge stuff, you
15329                 should definitely go for this version :)
15330
15331         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15332
15333 2001-07-17 [christoph]
15334
15335         * src/utils.c
15336                 timestamp log
15337
15338 2001-07-17 [alfons]
15339
15340         0.5.0claws5
15341
15342         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15343           bits in the mark file, without affecting either branch. Lots of
15344           files changed, also in claws branch.
15345
15346           UNTESTED: use of mbox folders
15347
15348         * src/summaryview.c
15349                 added mark all read; however this was a quick hack used for
15350                 cleaning up mess after initial merge with Hiroyuki
15351
15352         * configure.in
15353                 change claws version number back to 0.5.0claws5 to clear up 
15354                 confusion & pretension (recent release was technically 
15355                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15356
15357 2001-07-16 [alfons]
15358
15359         sync with Hiroyuki's 0.5.0cvs4
15360
15361 2001-07-16 [alfons]
15362
15363         0.5.1claws3
15364
15365         * src/filtering.[ch]
15366                 remove invalid updating of mark files for 
15367                 filter actions MATCHING_ACTION_MOVE and 
15368                 MATCHING_ACTION_DELETE; this should fix the
15369                 folder update bug
15370                 
15371         * src/procmsg.c
15372                 revert Christoph's stab at fixing the folder 
15373                 update bug
15374
15375         * po/POTFILES.in
15376                 add missing files with translatable strings
15377
15378         * src/summaryview.c
15379                 remove debug print
15380
15381 2001-07-15 [alfons]
15382
15383         * src/addr_compl.[ch], src/prefs_filtering.c
15384                 make "filtering pref dialog's destination entry" an
15385                 "address completable entry", if filter destination is 
15386                 an email address
15387
15388         0.5.1claws2
15389         
15390         sync with Hiroyuki's 0.5.0cvs2-3
15391
15392 2001-07-15 [christoph]
15393
15394         * src/procmsg.c
15395                 fixed folder stats update after incorporation
15396
15397 2001-07-15 [alfons]
15398
15399         * src/summaryview.c
15400                 * finish label colouring stuff (for now)
15401                 * fix incorrect colour bug (off by one) 
15402
15403 2001-07-14 [alfons]
15404
15405         * src/mainwindow.c
15406                 change text labels for news and mail message so there's
15407                 plenty of toolbar estate left
15408
15409         * configure.in
15410                 0.5.1claws1
15411
15412         * src/folderview.c
15413           src/folder.[ch]
15414                 sync with Hiroyuki's 0.5.0cvs1
15415
15416         * src/summaryview.c
15417                 more rewrite label colouring
15418
15419 2001-07-14 [alfons]
15420
15421         * src/summaryview.[ch]
15422                 * start rewrite label colouring 
15423                 * fix proper location "Add Sender To Addressbook" menu item
15424
15425 2001-07-13
15426
15427         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15428         (actually this is 0.5.0claws4)
15429
15430 2001-07-13 [alfons]
15431
15432         * po/pt_BR.po
15433                 * fix duplicate message
15434                 * add updated Portugese / Brazilian translation
15435                   submitted by Fabio Junior Beneditto
15436
15437 2001-07-12 [alfons]
15438
15439         * AUTHORS
15440                 add Jens
15441
15442         * po/nl.po
15443                 add updated Dutch translation
15444
15445         * po/de.po
15446                 add updated German translation submitted by Jens
15447
15448 2001-07-11 [alfons]
15449
15450         Prerelease before 0.5.0claws. Please test.
15451         This version is temporarily tagged as VERSION_0_5_0_TEST
15452
15453         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15454           src/prefs_scoring.c, src/prefs_matcher.c, 
15455           src/prefs_filtering.c, src/mbox.c, 
15456           src/main.c, src/inc.c, src/filtering.[ch]
15457                 revert new Hoa's new matcher (does not work yet)
15458
15459         * src/Makefile.am
15460                 clean up
15461
15462 2001-07-10
15463
15464         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15465
15466
15467 2001-07-10 [alfons]
15468
15469         * Makefile.am
15470                 add ChangeLog.claws to EXTRA_DIST
15471         * src/Makefile.am
15472                 add matcher_parser_parse.h to EXTRA_DIST
15473
15474 2001-07-10 [christoph]
15475
15476         * src/inc.c
15477                 add destination folder to table of
15478                 folders that need to be updated after
15479                 incorporation
15480
15481 2001-07-10 [alfons]
15482
15483         * folder.[ch]
15484           folderview.c
15485                 make collapse state of folders and folder items persistent, i.e.
15486                 if you collapse a folder tree, the next time sylpheed-claws starts 
15487                 up the folder tree remains collapsed.  
15488                 
15489 2001-07-10 [christoph]
15490
15491         * acconfig.h
15492         * configure.in
15493                 added --enable-ssl
15494         * src/md5.[ch]
15495                 renamed MD5_CTX to MD5_CTX_syl
15496                 conflicts with a struct in openssl
15497         * src/inc.c
15498         * src/main.[ch]
15499         * src/prefs_account.[ch]
15500         * src/socket.[ch]
15501                 SSL support for POP
15502         * src/mainwindow.c
15503                 fixed compose with current account
15504                 broken by new compose button stuff
15505
15506 2001-07-09 [hoa]
15507
15508         * AUTHORS
15509                 changed my email address
15510
15511         * src/matcher_parser_parse.y
15512                 clean the parser to remove conflicts
15513
15514 2001-07-09 [alfons]
15515
15516         * AUTHORS
15517                 add Match Grun
15518
15519         * configure.in
15520                 fix incorrect description of --enable-ldap parameter
15521
15522         * src/prefs_common.[ch]
15523           src/compose.c
15524                 add experimental option "smart wrapping" which makes the
15525                 compose editor auto wrap.
15526                 
15527                 | TODO: the problem with the buggy cursor handling is caused |
15528                 | by the GtkText. when deleting / backspacing text its       |
15529                 | wrapping algorithm does not take in account the previous   |
15530                 | line. should find a way to hack this in.                   |
15531                 | or should perhaps combine this with the word wrapping      |
15532                 | patch i wrote in january.                                  |
15533
15534         * src/about.c
15535                 show build parameters for LDAP and JPilot
15536
15537         * src/summaryview.c
15538                 revert Christoph's bugfix for selecting next unread message, 
15539                 because folder stats aren't updated correctly
15540
15541 2001-07-08 [hoa]
15542
15543         * src/filtering.c
15544         * src/mainwindow.c
15545         * src/matcher.c
15546         * src/matcher_parser_lex.l
15547         * src/matcher_parser_parse.y
15548         * src/prefs_filtering.c
15549         * src/prefs_scoring.c
15550         * src/scoring.c
15551                 bugfix of the config file parser
15552
15553 2001-07-08 [alfons]
15554
15555         * src/Makefile.am
15556                 added generated matcher sources to BUILT_SOURCES
15557
15558 2001-07-08 [hoa]
15559
15560         * src/Makefile.am
15561         * src/.cvsignore
15562                 added new config file parser
15563
15564         * src/scoring.[ch]
15565         * src/filtering.[ch]
15566         * src/matcher.[ch]
15567         * src/prefs_filtering.c
15568         * src/prefs_matcher.c
15569         * src/prefs_scoring.c
15570         * added src/matcher_parser.h
15571         * added src/matcher_parser_lex.h
15572         * added src/matcher_parser_lex.l
15573         * added src/matcher_parser_parse.y
15574                 lex & yacc config file parser
15575
15576         * src/mbox.c
15577         * src/inc.c
15578         * src/main.c
15579                 changes prefs_filtering into global_filtering           
15580
15581         * src/summaryview.c
15582                 build threads with subjects only if "Re: " is at the
15583                 beginning of the subject
15584
15585 2001-07-07 [paul]
15586
15587         0.5.0claws
15588
15589         sync with sylpheed 0.5.0
15590                 change of version number only
15591
15592 2001-07-06 [paul]
15593
15594         0.5.0claws5
15595
15596         sync with sylpheed 0.5.0pre5
15597
15598 2001-07-05 [paul]
15599
15600         sync with sylpheed 0.5.0pre4 release
15601                 /po and /manual/ja not sync'ed
15602
15603 2001-07-04 [paul]
15604
15605         more sync with sylpheed 0.5.0pre4
15606
15607 2001-07-03 [christoph]
15608
15609         * src/addressbook.c
15610                 fixed address book broken by address book
15611                 for VCard, JPilot, LDAP
15612
15613 2001-07-03 [alfons]
15614
15615         * src/matcher.c
15616         * src/textview.c
15617                 stopped memory leaks
15618
15619 2001-07-03 [paul]
15620
15621         more sync with sylpheed 0.5.0pre4
15622
15623 2001-07-02 [match]
15624
15625         * included address book patch for VCard, JPilot, LDAP
15626         * pref_common.c - fixed Font options on Display tab (cosmetic)
15627         * alertpanel.c - fixed truncated message
15628
15629 2001-07-02 [christoph]
15630
15631         * src/mbox_folder.c
15632         * src/procmsg.[ch]
15633         * src/summaryview.c
15634                 mark threads for ignoring
15635
15636 2001-07-02 [paul]
15637
15638         0.5.0claws4
15639
15640         * sync with sylpheed 0.5.0pre4
15641                 updated gettext to 0.10.38.
15642
15643 2001-07-01 [paul]
15644
15645         * src/ mainwindow.c
15646         * src/procmsg.h
15647         * src/summaryview.[ch]
15648                 new right-click option: Label.
15649                 substitute for 'Mark-->Mark/Unmark', colours the line.
15650                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15651
15652 2001-07-01 [christoph]
15653
15654         * src/folderview.c
15655                 fixed font for trash
15656         * src/summaryview.c
15657                 move ctree to unread message
15658
15659 2001-07-01 [paul]
15660
15661         * sync with sylpheed 0.5.0pre3 release
15662
15663 2001-06-30 [alfons]
15664
15665         * src/filesel.[ch]
15666         * src/compose.c
15667                 allow inserting / attaching multiple files in
15668                 the composer window
15669
15670 2001-06-30 [paul]
15671
15672         * src/codeconv.c
15673                 small change to Alfons' previous stuff so that it
15674                 actually makes
15675
15676 2001-06-30 [alfons]
15677
15678         * lots of files changed; first attempt to merge the changes
15679           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15680
15681 2001-06-30 [paul]
15682
15683         * po/pt_BR.po
15684                 updated and completed, translations by Fabio
15685                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15686
15687 2001-06-29 [alfons]
15688
15689         * src/compose.c
15690         * src/mimeproc.[ch]
15691                 allow selecting an attached files' mime type from a 
15692                 list of types.
15693
15694 2001-06-29 [paul]
15695
15696         * more sync with sylpheed 0.5.0pre3
15697
15698 2001-06-29 [paul]
15699
15700         * po/pt_BR.po
15701                 merge with sylpheed.pot and pt_BR.po provided by
15702                 Fabio Junior Beneditto.
15703
15704 2001-06-29 [darko]
15705
15706         * src/procmime.c
15707                 make MIME types case insensitive
15708
15709 2001-06-28 [alfons]
15710
15711         * po/nl.po
15712                 merge with sylpheed.pot and old nl.po; translations added.
15713
15714 2001-06-28 [paul]
15715
15716         * more sync with sylpheed 0.5.0pre3
15717
15718 2001-06-27 [alfons]
15719
15720         * src/summaryview.c
15721                 don't crash when removing parent node of messages
15722                 attracted by subject. this was caused by not deleting
15723                 the parent node from the subject line hash table.
15724
15725 2001-06-27 [alfons]
15726
15727         * src/summaryview.c
15728         * src/compose.[ch]
15729         * src/mainwindow.c
15730                 if there are multiple messages selected, allow forwarding
15731                 them as attachments.
15732
15733 2001-06-27 [paul]
15734
15735         * more sync with sylpheed 0.5.0pre3
15736
15737 2001-06-26 [paul]
15738
15739         0.5.0claws3
15740
15741         * sync with sylpheed 0.5.0pre3
15742
15743 2001-06-25 [paul]
15744
15745         * src/mainwindow.c
15746                 fixed 'compose news article' bug
15747                 from icon-and-text toolbar
15748
15749 2001-06-25 [paul]
15750
15751         * sync with sylpheed 0.5.0pre2 release
15752
15753 2001-06-24 [christoph]
15754
15755         * src/prefs_common.c
15756                 bug fix in font selection
15757         * src/folderview.c
15758                 use sylpheed's normal font instead of
15759                 gtk default font for folders without
15760                 new messages
15761
15762 2001-06-24 [alfons]
15763
15764         * src/mainwindow.[ch]
15765                 added composite compose mail / news button (an idea by Leandro
15766                 Pereira <leandro@linuxmag.com.br>)
15767
15768 2001-06-24 [paul]
15769
15770         Added instructions for ldif-to-xml.py
15771
15772         * tools/README
15773
15774 2001-06-23 [alfons]
15775
15776         Some minor things.
15777
15778         * src/pixmaps/stock_news_compose.xpm
15779                 added pixmap by Leandro
15780         * src/prefs_common.c
15781                 tested built-in spelling checker of GCC 3.0 :)
15782         * po/nl.po
15783                 merged dutch translation of sylpheed-main with
15784                 sylpheed.pot
15785
15786 2001-06-23 [paul]
15787
15788         Added tools directory and files.
15789
15790         * tools/filter_conv.pl
15791                 converts old filter system to new filtering system
15792         * tools/ldif-to-xml.py
15793                 converts netscape addressbook to sylpheed addressbook
15794         * tools/README
15795                 descriptions/instructions for above two files
15796
15797 2001-06-23 [christoph]
15798
15799         * src/inc.c
15800         * src/manage_window.[ch]
15801         * src/prefs_common.[ch]
15802                 mail retrieval dialog can be enabled, disabled
15803                 or hidden if non of sylpheed's windows is active
15804
15805 2001-06-22 [paul]
15806
15807         0.5.0claws2
15808
15809         * sync with sylpheed 0.5.0pre2
15810
15811 2001-06-21 [christoph]
15812
15813         * src/summaryview.c
15814                 show recipient on 'from' for all accounts
15815                 
15816         * src/inc.c
15817         * src/prefs_common.[ch]
15818                 disable error popup on mail receive errors
15819
15820 2001-06-21 [alfons]
15821
15822         * src/compose.c
15823                 made the ruler correctly appear and disappear.
15824
15825         * src/Makefile.am
15826                 removed Hoa's work-in-progress-stuff (interesting!) so 
15827                 claws compiles ok.
15828
15829 2001-06-20 [christoph]
15830
15831         * src/inc.c
15832         * src/progressdialog.c
15833                 added scrolled window for list in progressdialog
15834
15835 2001-06-20 [paul]
15836
15837         sync with sylpheed 0.5.0pre1 release
15838
15839 2001-06-20 [christoph]
15840
15841         * src/summeryview.c
15842                 make building threads by subject work when
15843                 thread view is enabled
15844                 
15845         * src/compose.c
15846         * src/prefs_common.[ch]
15847                 automatically select account for mail replys
15848
15849 2001-06-19 [sergey]
15850
15851         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15852         they are filled in from the account settings.
15853
15854 2001-06-19 [paul]
15855
15856         * more sync with sylpheed 0.5.0pre1
15857
15858 2001-06-18 [alfons]
15859
15860         * src/Makefile.am,
15861           src/procmime.c
15862                 added --sysconfdir to CPPFLAGS for pointing to the correct
15863                 location of mime.types. 
15864
15865                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15866                 or ./configure!
15867
15868 2001-06-18 [hoa]
15869
15870         * src/summaryview.c
15871                 fixed some bug when building threads
15872
15873 2001-06-18 [pau]l
15874
15875         * src/prefs_account.c
15876                 UI stuff: More changes to the English
15877
15878 2001-06-18 [paul]
15879
15880         * src/pixmaps/stock_news_compose.xpm: new file
15881         * src/Makefile.am
15882         * src/mainwindow.c
15883         * src/summaryview.c
15884                 Added new icon for Hoa's 'compose a news
15885                 message', plus minor improvements to the
15886                 English
15887
15888         * po/ja.po
15889         * ChangeLog
15890         * ChangeLog.jp
15891                 more sync with sylpheed 0.5.0pre1
15892
15893 2001-06-18 [hoa]
15894
15895         * src/compose.[ch]
15896         * src/mainwindow.c
15897                 Follow-up and reply to
15898
15899         * src/summaryview.[ch]
15900                 Build threads also with subjects
15901
15902 2001-06-17 [hoa]
15903
15904         * src/compose.c
15905                 forwarding use the current account.
15906
15907         * src/mainwindow.c
15908                 the "compose message" button has been replaced with
15909                 "new mail" and "new news" buttons
15910
15911         * src/prefs_common.[ch]
15912                 added a configuration option to use the forward button
15913                 as "forward as attachment"
15914                 changed reply and forward format description
15915
15916         * src/quote_fmt_lex.l
15917         * src/quote_fmt_parse.y
15918                 added message with no signature in format for reply
15919                 and forward.
15920
15921 2001-06-17 [paul]
15922
15923         Minor UI stuff
15924
15925         * src/mainwindow.c
15926         * src/summaryview.c
15927                 Improvements to the English
15928
15929         * src/prefs_common.c
15930                 Improvements to the English and some
15931                 clarity/continuity improvements in the
15932                 description of Quote symbols.
15933
15934 2001-06-17 [paul]
15935
15936         0.5.0claws1
15937
15938         * sync with sylpheed 0.5.0pre1
15939
15940 2001-06-17 [hoa]
15941
15942         * src/compose.c
15943                 Better interface for compose, displayed fields
15944                 are updated whenever we change account.
15945                 Newsgroups field is automatically filled.
15946
15947         * src/mainwindow.c
15948                 Newsgroups field is automatically filled.
15949
15950         * src/prefs_account.c
15951                 Some interface stuff when fields appear and
15952                 disappear.
15953
15954 2001-06-16 [paul]
15955
15956         0.4.99claws
15957
15958         * sync with sylpheed 0.4.99
15959
15960 2001-06-16 [sergey]
15961
15962         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15963         base64_decoder_free, base64_decoder_decode): new object and
15964         functions for decoding base64 streams.
15965         * src/procmime.c (procmime_decode_content): modified to use the
15966         new base64 decoder.
15967
15968 2001-06-15 [paul]
15969
15970         0.4.99claws10
15971
15972         * sync with sylpheed 0.4.99cvs11
15973
15974 2001-06-13 [paul]
15975
15976         0.4.99claws9
15977
15978         * sync with sylpheed 0.4.99cvs9
15979
15980 2001-06-13 [hoa]
15981
15982         * src/compose.c
15983         * src/prefs_account.c
15984
15985                 SMTP server can be defined in the news account
15986                 mime type of attachment are kept.
15987
15988         * src/summaryview.c
15989
15990                 now choose the highest important score between default
15991                 and important score of folder.
15992
15993 2001-06-09 [alfons]
15994         
15995         * src/prefs_common.c: 
15996
15997                 (prefs_quote_description_create): corrected description of 
15998                 quote format characters
15999
16000 2001-06-09 [paul]
16001
16002         0.4.99claws8
16003
16004         * sync with sylpheed 0.4.99cvs8
16005
16006 2001-06-08 [sergey]
16007
16008         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16009         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16010
16011 2001-06-08 [paul]
16012
16013         0.4.99claws7
16014
16015         * sync with sylpheed 0.4.99cvs7
16016
16017 2001-06-06 [sergey]
16018
16019         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16020         clashes with autogenerated header).
16021         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16022         * src/Makefile.am: added quote_fmt.h.
16023         * src/.cvsignore: added lex/yacc autogenerated files
16024         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16025
16026 2001-06-06 [paul]
16027
16028         0.4.99claws6
16029
16030         * sync with sylpheed 0.4.99cvs6
16031
16032 2001-06-06 [hoa]
16033
16034         * added src/quote_fmt_parse.h
16035         * src/compose.c
16036                 removed warnings
16037
16038         * src/prefs.[ch]
16039                 don't modify readonly configuration files
16040
16041         * src/prefs_account.c
16042         * src/prefs_common.c
16043         * src/prefs_customheader.c
16044         * src/prefs_display_header.c
16045         * src/prefs_filter.c
16046         * src/prefs_filtering.c
16047         * src/prefs_scoring.c
16048                 don't open dialog box when configuration files
16049                 are readonly
16050
16051 2001-06-05 [sergey]
16052
16053         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16054
16055         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16056         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16057         BUILT_SOURCES to make all files rebuild properly.
16058
16059         * src/compose.c: removed #include "quote_fmt.tab.h".
16060
16061         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16062         CHARACTER value in yylval.
16063
16064         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16065         receive CHARACTER value by documented means (yylval).
16066
16067         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16068
16069 2001-06-05 [hoa]
16070
16071         * src/Makefile.am
16072                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16073
16074         * src/filtering.c
16075         * src/matcher.c
16076         * src/matcher.h
16077         * src/prefs_filtering.c
16078                 now keep the configuration for execute action
16079
16080         * src/mbox_folder.c
16081                 fixed a warning
16082
16083 2001-06-05 [paul]
16084
16085         * sync with sylpheed 0.4.99cvs5
16086
16087 2001-06-05 [hoa]
16088
16089         * src/Makefile.am
16090                 added quote_fmt.[ch]
16091
16092         * added src/quote_fmt.y
16093         * added src/quote_fmt.l
16094         * added src/quote_fmt.tab.h
16095         * added src/quote_fmt.tab.c
16096         * added src/lex.quote_fmt.c
16097                 parsing configuration for replying
16098                 and forwarding
16099
16100         * src/prefs_common.[ch]
16101                 added configuration UI for replying
16102                 and forwarding
16103
16104         * src/compose.c
16105                 using configuration for replying
16106                 and forwarding
16107
16108 2001-06-04 [hoa]
16109
16110         * src/filtering.c
16111         * src/matcher.c
16112         * src/matcher.h
16113         * src/prefs_filtering.c
16114         * src/prefs_matcher.c
16115         * src/prefs_matcher.h
16116                 action "run a command" for filtering
16117                 and matching with a command.
16118                 fixed the "whole message" matching
16119
16120         * src/mbox_folder.c
16121                 changed temporary filename for security
16122
16123         * src/messageview.c
16124                 queue the notification if it fails to send.
16125
16126         * src/prefs_common.c
16127         * src/prefs_folder_item.c
16128                 changed the default important score             
16129
16130         * src/prefs_scoring.c
16131         * src/scoring.c
16132                 hide kill score input when the folder is not
16133                 a newsgroup
16134
16135 2001-06-03 [alfons]
16136
16137         * src/prefs_common.c:
16138
16139                 (prefs_font_select): pass font name in font entry box to font
16140                 selection dialog.
16141
16142 2001-06-03 [sergey]
16143
16144         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16145
16146 2001-06-03 [paul]
16147
16148         * sync with sylpheed 0.4.99cvs4
16149
16150 2001-06-03 [alfons]
16151
16152         * src/headerwindow.c:
16153
16154                 (headerwindow_show_cb): use the selected summary view item, not
16155                 the displayed item.
16156
16157 2001-06-02 [alfons]
16158
16159         * src/headerwindow.c:
16160
16161                 (headerwindow_show_cb): always try to show msginfo
16162
16163 2001-06-02 [hoa]
16164
16165         * src/compose.c
16166                 keep attached parts when reediting or forwarding.
16167
16168 2001-06-01 [hoa]
16169
16170         * src/folderview.c
16171         * src/prefs_folder_item.[ch]
16172         * src/prefs_scoring.[ch]
16173         * src/scoring.[ch]
16174         * src/summaryview.[ch]
16175         * src/main.c
16176         * src/mainwindow.c
16177         * src/prefs_common.[ch]
16178                 support for folder scoring
16179                 kill score and important score for messages
16180         
16181         * src/prefs_account.c
16182                 some display bug fixed for local account
16183                 preferences
16184
16185 2001-05-31 [alfons]
16186
16187         * src/summaryview.c:
16188
16189                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16190                 sender to address book menu item is disabled.
16191
16192 2001-05-30 [hoa]
16193
16194         * src/filtering.[ch]
16195         * src/summaryview.c
16196                 handling summary menu / filter messages
16197
16198         * src/folder.[ch]
16199                 add some stuff
16200
16201         * src/foldersel.c
16202                 imap folders now appears in list
16203
16204         * src/mbox_folder.c
16205                 doesn't crash if destination mail is not writeable
16206
16207 2001-05-29 [hoa]
16208
16209         * src/compose.c
16210                 removed some warnings
16211
16212         * src/filtering.c
16213         * src/folder.[ch]
16214         * src/prefs_filtering.c
16215                 global string to identify any folders           
16216                 removed some debug info
16217                 filtering to mbox folders is now possible
16218
16219         * src/mainwindow.c
16220                 removed some warnings
16221
16222         * src/mbox_folder.c
16223                 permission on files are changed to read/write for user only,
16224                 nothing for other.
16225                 creation of subfolder is handled better.
16226
16227 2001-05-28 [alfons]
16228
16229         Verified the sync for src/prefs_common.[ch] and
16230         src/prefs_account.[ch]. I believe there were some
16231         minor indentation differences.
16232
16233 2001-05-28 [paul]
16234
16235         0.4.99claws3
16236
16237         * sync with 0.4.99cvs3
16238
16239 2001-05-28 [hoa]
16240
16241         * src/compose.c
16242                 handling flags for mbox format
16243
16244         * src/filtering.c
16245                 use of mark file only for MH format
16246                 handling flags for mbox format
16247                 filtering cannot yet move or copy mails to mbox folders.
16248
16249         * src/folder.[ch]
16250                 changed move_msg, copy_msg,
16251                 move_msgs_with_dest, copy_msgs_with_dest functions
16252                 uses only folder->copy_msg() function
16253                 uses folder->finished_copy() to handle the destination
16254                 folder at the end of the copy or move operation.
16255
16256         * src/foldersel.c
16257                 included mbox directories.
16258
16259         * src/folderview.[ch]
16260         * src/mainwindow.c
16261                 handle folders operation for mbox format
16262
16263         * src/mbox.c
16264                 disable conversion of "From " header
16265
16266         * src/mbox_folder.[ch]
16267                 completion of mbox format handling
16268
16269         * src/mh.c
16270                 changed mh_copy_msg() function and
16271                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16272                 mh_copy_msgs_with_dest()
16273
16274         * src/prefs_filtering.c
16275                 removed some warnings
16276
16277         * src/prefs_matcher.c
16278                 default boolean operation is AND
16279
16280         * src/procheader.c
16281                 handling flags for mbox format
16282                 handling of "From " header
16283
16284         * src/procmsg.[ch]
16285                 removed data field
16286                 added MSG_REALLY_DELETED flags to handle deletion of
16287                 messages in mbox format.
16288
16289         * src/summaryview.c
16290                 handling flags for mbox format
16291                 disable the MSG_DELETED flags when messages
16292                 are deleted in mbox format
16293
16294         * src/textview.c
16295                 "From " headers display fixed.
16296
16297 2001-05-27 [alfons]
16298
16299         * src/textview.c:
16300                 
16301                 (get_email_part): skip quoted email addresses, like in e.g.
16302                 "'alfons@proteus.demon.nl'".
16303
16304 2001-05-26 [alfons]
16305
16306         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16307         and fixing the persistence troubles when using separate windows.
16308
16309         * src/mainwindow.c:
16310         
16311             Added #define SEPARATE_ACTION used in the gtk item factory for 
16312             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16313                 use gtk_item_factory_get_widget_by_action() to get the items.
16314                 
16315             Removed separate_widget_cb from the gtk item factory data   
16316           
16317             (mainwindow_create): connect separate_widget_cb() to check
16318             menu item "toggled" signal. also passing a MainWindow pointer
16319                 as object data for both check menu items.
16320                 
16321             (separate_widget_cb): definition of separate_widget_cb() to match
16322             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16323                 window using gtk_object_get_data(). The type of window separation 
16324                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16325         
16326         * src/prefs_filtering.c,
16327           src/prefs_matcher.c: added horizontal scrollbars
16328
16329 2001-05-25 [darko]
16330
16331         * src/headerview.c
16332                 fix segfault with invalid bold font
16333         * src/summaryview.c
16334                 correctly display summary stats after row is marked
16335
16336 2001-05-23 [sergey]
16337
16338         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16339         encodings with libjconv.
16340
16341 2001-05-23 [hoa]
16342
16343         * src/Makefile.am
16344                 added mbox_folder.[ch]
16345         * src/defs.h
16346                 mbox temporary folder
16347         * src/folder.[ch]
16348         * added src/mbox_folder.[ch]
16349         * src/folderview.c
16350         * src/procheader.[ch]
16351                 added mbox support
16352         * src/mbox.c
16353                 bugfix for file incorporation filtering
16354         * src/imap.c
16355                 enable creation of MBOX
16356         * src/prefs_display_header.c
16357                 enable use of headers like "From "
16358                 something that should be fixed :
16359                         displaying of such headers add an extra space
16360         * src/prefs_folder_item.c
16361                 don't create folders because it is not necessary
16362         * src/procmsg.h
16363                 added data field to MsgInfo for mbox internal use
16364         * src/summaryview.c
16365                 added some support for mbox
16366         * src/utils.[ch]
16367                 added get_mbox_cache_dir() function
16368
16369 2001-05-23 [hiroyuki]
16370
16371         * src/headerwindow.c
16372           src/inc.c
16373           src/main.c
16374           src/mh.c
16375           src/nntp.c
16376           src/procmsg.h
16377           src/session.h
16378           src/socket.[ch]
16379           src/summaryview.c
16380           src/textview.c
16381           src/automaton.c
16382           src/folderview.c: more sync with 0.4.99cvs2.
16383
16384         * src/headerwindow.c: reverted.
16385
16386 2001-05-22 [paul]
16387
16388         0.4.99claws2
16389
16390         * sync with sylpheed 0.4.99cvs2
16391                 * src/news.[ch]
16392                 * src/nntp.[ch]
16393                 * INSTALL
16394                 * INSTALL.jp
16395
16396 2001-05-22 [alfons]
16397
16398         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16399
16400 2001-05-21 [alfons]
16401
16402         Minor things:
16403
16404         * configure.in: if gnome-config not found, "no" is displayed
16405         
16406         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16407
16408         * src/textview.c: now also possible to add mail addresses by right
16409           clicking in the text view
16410
16411         * src/codeconv.c: merged patch which fixes endless loop when encountering
16412           invalid wide characters; from Alte <010@imis.ru>  
16413
16414 2001-05-20 [alfons]
16415
16416         Added installation of gnome specific things:
16417
16418         * Makefile.am: gnome conditional
16419
16420         * configure.in: check for installed gnome
16421
16422         * added sylpheed.png, sylpheed.desktop
16423
16424 2001-05-20 [sergey]
16425
16426         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16427
16428         * src/mainwindow.h (main_window_toolbar_create): created a button
16429         for "Reply to all".
16430         (main_window_set_toolbar_sensitive): enable/disable the new button
16431         appropriately.
16432         (toolbar_reply_to_author_cb): handle the new button.
16433
16434         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16435         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16436         failure).
16437
16438 2001-05-19 [sergey]
16439
16440         * src/compose.h (ComposeReplyMode): new modes
16441         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16442         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16443
16444         * src/compose.c
16445         (compose_send): move some code into a new function:
16446         (compose_current_mail_account): new function.
16447         (compose_reply): new argument to_author, all callers changed; if
16448         to_author==TRUE and account->protocol==A_NNTP, find and use an
16449         appropriate mail account for replying.
16450         (compose_reply_set_entry): new argument to_author; ignore
16451         compose->replyto if to_author==TRUE.
16452
16453         * src/mainwindow.c: new command "Message/Reply to author".
16454         (main_window_set_menu_sensitive): enable/disable it.
16455         (reply_cb): handle it.
16456
16457         * src/summaryview.c: new command "Reply to author".
16458         (summary_set_menu_sensitive): enable/disable it.
16459         (summary_reply_cb): handle it.
16460
16461         * src/account.c (account_find_mail_from_address): new function.
16462
16463 2001-05-18 [paul]
16464
16465         0.4.99claws1
16466
16467         * sync with sylpheed 0.4.99cvs1
16468
16469 2001-05-18 [hoa]
16470
16471         * src/compose.[ch]
16472         * src/filtering.c
16473         * src/summaryview.c
16474                 new filtering action : forward and forward as attachment
16475
16476         * src/main.c
16477                 no need for $DISPLAY when we run sylpheed --help
16478                 call to parse_cmd_opt() is moved
16479
16480         * src/mainwindow.[ch]
16481                 execute button is hidden when immediate execute
16482                 is chosen
16483
16484         * src/mh.c
16485         * src/news.c
16486         * src/prefs_folder_item.c
16487         * src/procmsg.c
16488                 better handling of missing directories
16489
16490         * src/summaryview.c
16491                 reedit is enabled in outbox
16492                 reedit is enabled in queue
16493
16494 2001-05-17 [hoa]
16495
16496         * src/filtering.c
16497         * src/matcher.[ch]
16498         * src/prefs_filtering.c
16499                 changed attachement into attachment
16500
16501 2001-05-17 [alfons]
16502
16503         0.4.67claws4    
16504
16505         * sync with sylpheed 0.4.67cvs9
16506         * sync with sylpheed 0.4.67cvs7-8
16507
16508 2001-05-17 [hoa]
16509
16510         * src/Makefile.am
16511                 added prefs_filtering.c
16512
16513         * src/filtering.[ch]
16514         * src/matcher.[ch]
16515                 removed action : forward_news and forward_news_as_attachement
16516                 (forward and forward_as_attachement can be used instead)
16517
16518         * src/mainwindow.c
16519                 added menu option to access filtering configuration
16520
16521         * src/prefs_account.c
16522                 changed mail_command default to /usr/sbin/sendmail
16523
16524         * added src/prefs_filtering.[ch]
16525                 dialog box for filtering configuration
16526
16527         * src/prefs_matcher.c
16528                 added function prefs_matcher_get_criteria_from_matching()
16529
16530         * src/prefs_scoring.c
16531                 reset the dialog when register or substitute is clicked
16532
16533 2001-05-15 [hoa]
16534
16535         * src/Makefile.am
16536                 added filtering.[ch]
16537         * src/inc.c
16538                 using filering.[ch] instead of filter.[ch]
16539         * src/main.c
16540                 reading new filtering configuration
16541         * src/matcher.[ch]
16542                 added some filtering actions
16543                 and fixed a bug for headers and mail body matching
16544         * src/mbox.c
16545                 using filering.[ch] instead of filter.[ch]
16546         * src/mh.c
16547                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16548         * src/summaryview.c
16549                 some fixes for filtering
16550
16551 2001-05-14 [hiroyuki]
16552
16553         * src/send.c: fixed some weird indentations.
16554           send_message_with_command(): call pclose() only if p != NULL.
16555         * src/textview.c: get_email_part(): modified the code for readability.
16556
16557 2001-05-14 [hiroyuki]
16558
16559         * src/md5global.h
16560           src/md5ify.c
16561           src/md5ify.h: removed from the cvs.
16562
16563 2001-05-13 [sergey]
16564
16565         * src/main.c: include rfc2015.h to avoid compiler warnings.
16566         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16567         the panel is already on screen.
16568         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16569         closing the alert window by ESC as "No".
16570         * src/prefs_common.c (prefs_interface_create): moved return
16571         receipt check button to the correct place.
16572
16573 2001-03-13 [alfons]
16574
16575         * src/prefs_common.c: 
16576                 moved return receipt check button to the Send tab. (prefs_send_create)
16577                 removed the date format ui related globals. (prefs_display_create)
16578
16579         0.4.67claws3
16580         
16581         * sync with sylpheed 0.4.67cvs5-6
16582
16583 2001-05-13 [paul]
16584
16585         * added Alfons' font selection patch
16586
16587         * src/defs.h
16588         * src/headerwindow.c
16589         * src/prefs_common.c
16590         * src/prefs_common.h
16591
16592 2001-05-13 [hoa]
16593         * src/defs.h
16594                 changed version of cache
16595         * src/matcher.[ch]
16596         * src/prefs_matcher.c
16597                 added additionnal matching criteria
16598         * src/procheader.c
16599         * src/procmsg.[ch]
16600         * src/news.c
16601                 added references in MsgInfo
16602
16603 2001-05-12 [hoa]
16604
16605         * src/defs.h
16606                 prepared some things for new filtering
16607         * src/matcher.[ch]
16608                 added some matching properties
16609                 inreplyto need to be enhanced
16610                 prepared some things for new filtering
16611         * src/messageview.c
16612                 added Return-Receipt-To handling
16613         * src/prefs_folder_item.c
16614                 changed default value to TRUE
16615         * src/prefs_matcher.c
16616                 added some matching properties
16617         * src/prefs_scoring.[ch]
16618                 the scoring dialog is finished
16619         * src/procheader.c
16620                 added Return-Receipt-To handling
16621                 Reference need to be added
16622         * src/procmsg.[ch]
16623                 added Return-Receipt-To handling
16624                 added threadscore to get a better score sorting when
16625                 threads are enabled
16626         * src/summaryview.c
16627                 suppressed a bug when we sort the list
16628                 when no folder is opened.
16629                 better score sorting when threads are enabled
16630
16631 2001-05-12 [alfons]
16632
16633         * reverted previous patch because of potential errors 
16634
16635         0.4.67claws2
16636         
16637         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16638                 applied "toggle mail-retrieval dialog window" patch submitted 
16639                 by Eric Limpens <eric@qnt.net>
16640
16641         * sync with sylpheed 0.4.67cvs4
16642
16643 2001-05-12 [sergey]
16644
16645         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16646         some picky compilers.
16647         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16648         * src/grouplist_dialog.c: include alertpanel.h.
16649         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16650         fix compile warning.
16651         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16652         #include "defs.h" before others to prevent the warning of `MIN'
16653         and `MAX' redefinition.
16654
16655 2001-05-11 [hoa]
16656
16657         * src/main.c
16658         * src/messageview.c
16659         * src/prefs_account.c
16660         * src/prefs_display_header.c
16661                 removed warning
16662         * src/Makefile.am
16663                 added prefs_scoring.[ch]
16664         * src/grouplist_dialog.c
16665                 display an error dialog box if the group list
16666                 cannot be fetched.
16667         * src/mainwindow.[ch]
16668                 added main_window_set_thread_option() function
16669                 scoring dialog box enabled
16670         * src/matcher.[ch]
16671                 added flags matching unread /new / marked
16672                 / deleted / replied / forwarded
16673         * src/news.c
16674                 newsgroups are now finally in newscache
16675         * src/prefs_matcher.[ch]
16676                 finished preferences for matching dialog
16677         * added src/prefs_scoring.[ch]
16678                 scoring dialog box completed
16679         * src/scoring.[ch]
16680                 conversion to string : added scoringprop_to_string()
16681                 write config for preferences :
16682                 added prefs_scoring_write_config()
16683         * src/summaryview.c
16684                 threads can be enabled/disabled independently
16685                 for each folder
16686
16687 2001-05-10 [alfons]
16688
16689         0.4.67claws1
16690         
16691         * AUTHORS: 
16692                 thought it would be nice to have a list of all
16693                 contributors (used Changelog as a reference)
16694         
16695         * configure.in: 
16696                 messed up version numbering...
16697
16698         0.4.66claws1
16699
16700         * sync with sylpheed 0.4.67cvs1-3
16701
16702 2001-05-10 [darko]
16703
16704         * src/prefs_common.c:
16705                 better UI for strftime format, double clicking
16706                 on format now inserts the format in text entry
16707                 replaced close button with standard OK/Cancel
16708                 moved date format button to the right of the
16709                 text entry field
16710
16711 2001-05-09 [alfons]
16712
16713         * src/gtkstext.c:
16714                 Ctrl-Home / Ctrl-End have proper cursor navigation
16715
16716 2001-05-09 [hoa]
16717
16718         * src/prefs_matcher.c
16719                 finished UI to define matching properties
16720                 added ok and cancel button
16721         * src/prefs_filter.c
16722                 added ok and cancel button
16723         * src/news.c
16724                 fixed some bug in xhdr parsing
16725
16726 2001-05-08 [alfons]
16727
16728         * src/textview.c: 
16729                 fixed a bug in textview_show_header(), which displayed two colons (':');
16730                 cleaned up some warnings
16731
16732 2001-05-08 [hoa]
16733
16734         * src/Makefile.am
16735                 added prefs_matcher.[ch]
16736                 compilation with -W -Wall
16737         * src/alertpanel.c
16738                 ungrab the mouse events if grabbed - does it
16739                 fix the bug for disposition notification ?
16740         * src/mainwindow.c
16741                 added a menu option to open the matching dialog.
16742         * src/matcher.[ch]
16743                 added matcherprop_to_string() and matcherlist_to_string()
16744                 fixed some bugs, changed the name of some options
16745                 age_sup and age_inf becomes age_greater and age_lower,
16746                 body and messageheaders becomes body_part and headers_part,
16747                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16748         * src/prefs_display_header.c
16749         * src/prefs_headers.c
16750                 fixed a bug that accidentally destroyed dialogs
16751                 when closed them with delete_event
16752                 Added *_deleted() which handle delete_event signal correctly.
16753         * src/prefs_folder_item.[ch]
16754                 added "enable_thread" field for future customization
16755         * added src/prefs_matcher.[ch]
16756                 sample of the UI to define matching properties
16757         * src/procheader.c
16758                 using procheader_headername_equal instead of str*cmp functions
16759                 using procheader_parse_header() function
16760         * src/scoring.c
16761                 using MATCHING_XXX instead of SCORING_XXX
16762         * src/summaryview.c
16763                 display the sender of the news even if this is ourself
16764                 when this is a news message.
16765         * src/textview.c
16766                 using headername_equal() instead of str*cmp functions
16767
16768 2001-05-08 [alfons]
16769
16770         0.4.66claws
16771
16772         * sync with sylpheed 0.4.66
16773         * src/gtkstext.c: trace logs added 
16774
16775 2001-05-08 [sergey]
16776
16777         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16778         signature check popup.
16779         * src/rfc2015.c (check_signature): show signature check popup only
16780         if it is enabled in preferences.
16781
16782 2001-05-07 [alfons]
16783
16784         0.4.66claws4
16785         
16786         * sync with sylpheed 0.4.66cvs6
16787
16788 2001-05-07 [darko]
16789
16790         * src/prefs_common.[ch]: added option to enable/disable
16791           looking up sender name in address book for summary pane
16792         * src/summaryview.c: look up sender in the address book
16793           by using Alfons' address completion code
16794
16795 2001-05-07 [hiroyuki]
16796
16797         * src/inc.h
16798           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16799           member of Pop3State.
16800         * src/news.c: brought #include "defs.h" before #include <glib.h>
16801           to prevent the warning of `MIN' and `MAX' redefinition.
16802
16803 2001-05-06 [hoa]
16804
16805         * removed src/headers_display.[ch]
16806         * removed src/prefs_display_headers.[ch]
16807         * src/inc.c
16808                 use a temporary file in the user directory for mbox import
16809         * src/news.c
16810                 added XHDR support to get "To" and "Cc" headers
16811                 (in order to match news with to or cc field for
16812                 scoring)
16813                 added function news_parse_xhdr() to get XHDR response
16814         * src/nntp.[ch]
16815                 added function nntp_xhdr()
16816         * src/matcher.c
16817                 fetch the message if necessary
16818
16819 2001-05-06 [alfons]
16820
16821         0.4.66claws3
16822
16823         * sync with sylpheed 0.4.66cvs3-5
16824
16825 2001-05-06 [hoa]
16826
16827         * src/utils.[ch]
16828                 added function itos_buf() to enable use of several buffers
16829         * src/summaryview.c
16830                 use of itos_buf() instead of itos() in summary list
16831                 to fix the broken display of message number.
16832
16833 2001-05-06 [alfons]
16834
16835         * src/gtkstext.c: bug in cursor up navigation fixed,
16836                 fixed another unsigned / signed comparison (we're getting there :-)
16837
16838 2001-05-06 [hoa]
16839
16840         * src/Makefile.am
16841                 added scoring.c scoring.h
16842                 prefs_folder_item.c prefs_folder_item.h
16843                 matcher.c matcher.h
16844         * src/defs.h
16845                 added FOLDERITEM_RC SCORING_RC
16846         * src/folder.[ch]
16847                 added prefs field in FolderItem :
16848                 properties for each folder (PrefsFolderItem),
16849                 sorting type and mode were added as the first properties.
16850         * src/main.c
16851                 read config for scoring
16852         * added src/matcher.[ch]
16853                 gives functions to parse configuration file to do
16854                 matching on mails with a list of conditions.
16855         * src/mainwindow.c
16856                 add option to sort by score
16857         * src/prefs_common.[ch]
16858                 added preference option to show score and for
16859                 the score column size
16860         * added src/prefs_folder_item.[ch]
16861                 properties for each folder (PrefsFolderItem),
16862                 sorting type and mode were added as the first properties.
16863         * src/procheader.[ch]
16864                 added procheader_parse_header()
16865                 added procheader_header_free()
16866                 added procheader_headername_equal()
16867                 and made modification to use them.
16868         * src/procmsg.[ch]
16869                 added score field to MsgInfo structure
16870         * added src/scoring.[ch]
16871                 gives functions to parse configuration file to do
16872                 scoring on mails with a list of conditions.
16873         * src/summaryview.[ch]
16874                 save the sorting type and mode for the folder
16875                 added column to display the score of the mail
16876                 added function summary_score_clicked()
16877                 sorting type and mode are restored to the folder
16878                 when it is reopen
16879         * src/textview.c
16880                 use procheader_parse_header(), procheader_headername_equal()
16881                 removed memory leak in text_scan_header when freeing headers
16882         * src/filter.c
16883                 changed the function to match names of headers
16884                 using procheader_headername_equal()
16885
16886         Scoring functions are implemented, an interface is needed
16887         to configure that.
16888
16889 2001-05-04 [alfons]
16890
16891         * src/gtkstext.c: 
16892                 hopefully fixed the row up navigation bug,
16893                 removed adding back / forward lines to cache
16894
16895 2001-05-04 [sergey]
16896
16897         * src/prefs_display_headers.c: user interface changes:
16898         (prefs_display_headers_create): remove unused "Show" check button;
16899         allow reordering of headers by dragging.
16900         (prefs_display_headers_write_config): remove unused variables.
16901         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16902         of lists (not needed with the new UI).
16903         (prefs_display_headers_set_list): scan lists starting from row 0,
16904         not 1 (do not skip "(New)").
16905         (prefs_display_headers_find_header): new function.
16906         (prefs_display_headers_clist_set_row): do not allow duplicates.
16907         (prefs_display_headers_delete_cb): do not skip row 0; treat
16908         closing the alert window by ESC as "No".
16909         (prefs_display_headers_up): do not protect row 0.
16910         (prefs_display_headers_down): do not protect row 0.
16911
16912 2001-05-04 [sergey]
16913
16914         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16915         functions.
16916
16917         * src/summaryview.c
16918         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16919         summary_select_next_marked, summary_select_prev_marked): new
16920         functions.
16921
16922 2001-05-03 [sergey]
16923
16924         * src/news.c: fixed a bug when no article can be fetched after
16925         server timeout if the connection was restored by news_post():
16926         (news_select_group): new function.
16927         (news_fetch_msg): call news_select_group() before fetching
16928         article.
16929         (news_get_uncached_articles): set session->group after successful
16930         GROUP command.
16931
16932 2001-05-03 [hoa]
16933
16934         * src/defs.h
16935         * src/procmsg.[ch]
16936         * src/procheader.c
16937                  changed version of cache, added cc field
16938
16939         * src/prefs_display_headers.c
16940                 the interface was changed
16941
16942         * src/prefs_headers.c
16943                 added cancel button
16944
16945 2001-05-03 [alfons]
16946
16947         * completed sync of sylpheed cvs2
16948         * src/gtkstext.c: updated row up / down cursor navigation
16949         * src/textview.c: re-edited, prepared for fixing the email address
16950                 scanner.
16951
16952 2001-05-03 [darko]
16953
16954         * src/prefs_common.c: use alfons' strftime ui code
16955         entry_datefmt and datefmt_sample widgets have to be
16956         global in this module because of this change
16957
16958 2001-05-03 [hoa]
16959
16960         * src/messageview.c
16961         * src/prefs_common.[ch] added option to activate the return receipt
16962                 feature.
16963
16964 2001-05-02 [alfons]
16965
16966         * src/gtkstext.c: fix for row up/down cursor navigation. 
16967
16968         0.4.66claws2
16969         
16970         * sync with 0.4.66cvs2
16971
16972 2001-05-02 [paul]
16973
16974         added add-sender-to-addressbook patch
16975
16976         * src/addressbook.c
16977         * src/addressbook.h
16978         * src/summaryview.c
16979
16980 2001-05-02 [sergey]
16981
16982         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16983         G_ALERTDISABLE.
16984
16985         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16986         all existing callers changed to pass FALSE; create a check button
16987         to disable the message.
16988         (alertpanel_message_with_disable): new function.
16989         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16990         (alertpanel_button_toggled): new function.
16991         (alertpanel_button_clicked, alertpanel_close): set value using
16992         G_ALERT_VALUE_MASK.
16993
16994         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16995
16996         * src/prefs_common.c (prefs_privacy_create): new check button
16997         checkbtn_gpgme_warning.
16998
16999         * src/main.c (main): moved preferences reading before gpgme
17000         initialization; check prefs_common.gpgme_warning before giving the
17001         GnuPG warning and set it to FALSE if the user wants to disable the
17002         warning.
17003
17004 2001-05-02 [hiroyuki]
17005
17006         * src/prefs_display_headers.c: modified the layout and some labels.
17007
17008 2001-05-02 [sergey]
17009
17010         * src/prefs_account.c (prefs_account_fix_size): new function.
17011         (prefs_account_create): call prefs_account_fix_size(); use
17012         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17013         size when the window is shown for the first time).
17014         (prefs_account_basic_create): changed layout of serv_table; moved
17015         localmbox_entry above smtpserv_entry (logically it replaces
17016         POP3/IMAP server).
17017         (prefs_account_protocol_activated): set sensitivity of
17018         nntpauth_chkbtn according to the protocol (in addition to
17019         hide/show); commented out gtk_table_set_row_spacing() calls.
17020         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17021         not sensitive (fixes a bug with disabled username/password boxes
17022         when editing POP3 account after NNTP with authentication).
17023
17024 2001-05-02 [hoa]
17025
17026         * src/account.c
17027         * src/inc.c
17028         * src/prefs_account.[ch]
17029         * src/send.c
17030                 removed local account without SMTP server
17031                 added option to use mail command instead of a connexion
17032                 to SMTP server when a local account is used
17033         * src/prefs_headers.c
17034                 fixed a bug
17035         * src/news.c
17036                 fixed a bug when connexion immediately closed
17037
17038 2001-05-01 [alfons]
17039
17040         0.4.66claws1
17041         
17042         * sync with 0.4.65
17043
17044 2001-05-01 [sergey]
17045
17046         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17047         widget nntpauth_chkbtn.
17048         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17049         visibility.
17050         (prefs_account_nntpauth_toggled): new function.
17051
17052         * src/news.c (news_session_new_for_folder): use NNTP
17053         authentication only if ac->use_nntp_auth is set.
17054
17055 2001-05-01 [hoa]
17056
17057         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17058         * src/prefs_display_headers.c changed the UI
17059         * src/prefs_headers.c changed account_name to account_id
17060         * src/compose.c using customheader.h
17061
17062 2001-05-01 [hiroyuki]
17063
17064         * src/esmtp.c
17065           src/news.c
17066           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17067           unsynched.
17068
17069 2001-05-01 [hoa]
17070
17071         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17072         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17073                 for displaying of headers
17074         * src/grouplist_dialog.[ch] minor changes to remove warnings
17075         * src/prefs_display_headers.[ch] dialog to choose the
17076         headers to display in the mail viewer.
17077         * src/headers.h correction of #define
17078         * src/headers_display.[ch] configuration for displaying of headers.
17079         * src/main.c read config of displaying of headers
17080         * src/prefs_common.c add a button to access the config dialog
17081                 for displaying of headers
17082         * src/prefs_display_headers.[ch] dialog for configuration for
17083                 displaying of the headers.
17084         * src/prefs_headers.c cleaning of code
17085         * src/procheader.c comments added to code
17086         * src/textview.c changes to reorder the headers depending
17087                 on the config for displaying of headers
17088
17089 2001-04-30 [alfons]
17090
17091         0.4.65claws7
17092
17093         * sync with 0.4.65cvs12
17094
17095         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17096
17097 2001-04-30 [sergey]
17098
17099         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17100
17101         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17102         is set to force reconnection after authentication failure.
17103         (nntp_gen_command): set sock->auth_failed on authentication
17104         failure, or if sock->userid and sock->passwd are not set.
17105
17106         * src/news.c (news_session_new_for_folder): set userid=NULL if
17107         password dialog is cancelled.
17108
17109 2001-04-30 [sergey]
17110
17111         * src/nntp.h (NNTPSockInfo): new type.
17112
17113         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17114         SockInfo.
17115         (nntp_open_auth, nntp_close): new functions.
17116         (nntp_gen_command): new function to handle authentication; all
17117         NNTP command functions updated to use it.
17118         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17119         (nntp_list): removed old useless code.
17120
17121         * src/news.h (NNTPSession): new field nntp_sock.
17122
17123         * src/news.c: all functions updated to use NNTPSockInfo instead of
17124         SockInfo.
17125         (news_session_new): new arguments (userid, passwd); made static;
17126         use nntp_open_auth() if needed.
17127         (news_session_destroy): use nntp_close() instead of sock_close().
17128         (news_query_password): changed arguments.
17129         (news_session_new_for_folder): new function.
17130         (news_session_get): use news_session_new_for_folder().
17131         (news_authenticate): deleted.
17132         (news_get_uncached_articles): removed old authentication code.
17133
17134 2001-04-30 [sergey]
17135
17136         * src/news.c: reverted my previous changes (need to do NNTP
17137         authentication in a cleaner way).
17138         
17139 2001-04-29 [sergey]
17140
17141         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17142         news_nntp_post, news_nntp_mode): new functions (wrappers with
17143         authentication support).
17144         (news_get_article_cmd, news_get_article, news_get_header): new
17145         argument "folder"; all callers changed.
17146         (news_get_article_cmd): added authentication support.
17147         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17148         (news_post): use news_nntp_post() instead of nntp_post().
17149         (news_get_uncached_articles): use news_nntp_group() instead of
17150         nntp_group() and news_nntp_xover() instead of nntp_xover();
17151         removed old authentication code.
17152         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17153
17154         * src/nntp.c (nntp_list): return real error code instead of
17155         hardcoded NN_ERROR.
17156
17157 2001-04-29 [sergey]
17158
17159         * configure.in: fixed wint_t typedef detection again
17160
17161 2001-04-28 [hoa]
17162
17163         * src/prefs_account.[ch], added A_LOCAL_CMD
17164                 (send mail with mail command)
17165         * src/send.c added function send_message_with_command()
17166         * src/inc.c made a more secure get_spool() function with
17167                 mktemp() but maybe mkstemp() or something more
17168                 secure can be used.
17169
17170 2001-04-28 [alfons]
17171
17172         * src/textview.c, colorization of email addresses in headers
17173
17174         0.4.65claws6
17175
17176         * bug sync with sylpheed
17177         * prefs_common.c: created date format ui for darko
17178         * sync with 0.4.65cvs11
17179         * configure.in: corrected to have the new gpg checks
17180
17181 2001-04-27 [alfons]
17182
17183         * completed sync with 0.4.65cvs10
17184         * minor debug things added to gtkstext.c
17185
17186 2001-04-27 [darko]
17187
17188         * configure.in: remove check for availability of
17189           strftime() as advised by Hiroyuki
17190         * src/prefs_common.[ch], src/procheader.c:
17191           synch strftime() code with Hiroyki's main branch
17192
17193 2001-04-26 [sergey]
17194
17195         * src/news.c: news_query_password(), news_authenticate(): new
17196           functions.
17197           news_get_uncached_articles(): added NNTP authentication
17198           handling.
17199         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17200           new functions.
17201         * src/prefs_account.c: prefs_account_protocol_activated():
17202           enable userid and password fields for NNTP.
17203
17204 2001-04-26
17205
17206         * configure.in: check for availability of strftime()
17207           [darko]
17208         * src/prefs_common.[ch], src/procheader.c: use
17209           strftime() for displaying date in summary pane if it
17210           is available
17211
17212 2001-04-25
17213
17214         * more .cvsignore cleanups [alfons]
17215
17216 2001-04-25
17217
17218         * ac/sv-check-type.m4: new autoconf macro.
17219         * configure.in: fixed wint_t typedef detection (did not work
17220           with gcc-2.96).
17221
17222 2001-04-25
17223
17224         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17225           [hiroyuki]
17226
17227 2001-04-24
17228         * modified gtkstext.c : buggy cursor navigation fixed, 
17229           and font descent also taken in account when drawing
17230           cursor. [alfons]
17231
17232 2001-04-24 [hoa]
17233         * added comments in src/news.c src/nntp.c
17234         * added src/prefs_headers.[ch]
17235         * added src/headers.[ch]
17236         * modified compose.c to activate custom headers
17237                 added function is_in_custom_headers
17238         * modified prefs_account.[ch]
17239                 added function prefs_account_customhdr_edit
17240         * modified src/defs.h :
17241                 added HEADERS_RC : name of the config file
17242                 for the custom headers
17243
17244 2001-04-24
17245
17246     0.4.65claws5
17247
17248         * configure.in
17249           src/gtkstext.[ch]
17250           src/compose.c
17251           src/Makefile.am
17252           
17253           added gtkstext with configure.in patch by Hiroyuki which
17254           should fix the XIM detection [alfons]
17255
17256         * more clean up of cvs [alfons]
17257
17258                  * removed all Makefile.in files to attic.
17259
17260                  * updated all .cvsignores to really ignore things that could
17261                    be unintentionally committed by a recursive commit.
17262
17263 2001-04-23 [hoa]
17264         * added src/grouplist_dialog.[ch]
17265         * changed src/folderview.c to call grouplist_dialog instead
17266                 of inputdialog
17267         * src/news.c :
17268                 added functions news_reset_group_list
17269                 and news_get_group_list
17270         * src/nntp.c :
17271                 added function nntp_list
17272         * src/defs.h :
17273                 added GROUPLIST_FILE : name of the newsgroup list cache file
17274
17275 2001-04-21
17276
17277         * added option to warn about queued messages on exit [sergey]:
17278
17279           * src/compose.c: compose_queue(): call folder_item_scan()
17280             and folderview_update_item() after queueing.
17281           * src/folderview.c: folderview_update_node(): draw the queue
17282             folder in bold font if there are queued messages.
17283           * src/mainwindow.c: queued_messages(): new function.
17284             app_exit_cb(): display warning if there are queued messages
17285             if warn_queued_on_exit is set.
17286           * prefs_common.[ch]: add warn_queued_on_exit option.
17287
17288         * enhanced GnuPG key selection support [sergey]:
17289
17290           * src/select-keys.c: updated to newer version from Win32
17291             branch with support for selecting arbitrary keys.
17292           * src/prefs_account.c: added the Privacy tab to the account
17293             options window.
17294             prefs_account_privacy_create(),
17295             prefs_account_sign_key_set_data_from_radiobtn(),
17296             prefs_account_sign_key_set_radiobtn(): new functions.
17297           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17298           * src/rfc2015.c: set_signers(): new function.
17299             pgp_sign(): add the account parameter, call set_signers().
17300             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17301           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17302           * src/compose.c: pass the current account to rfc2015_sign().
17303
17304         * tag name claws added to prevent confusion with main branch [alfons]
17305
17306         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17307
17308         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17309
17310         * sync with recent sylpheed cvs. Untested though. [alfons]
17311