Added html mail viewing using Dillo
[claws.git] / ChangeLog.claws
1 2003-03-15 [melvin]     0.8.11claws14
2
3         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
4         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
5         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
6                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
7                 newer (http://dillo.auriga.wearlab.de/).
8
9 2003-03-15 [christoph]  0.8.11claws13
10
11         * src/imap.c
12                 don't query imap folder for attributes because we already
13                 for them from imap_status
14
15         * src/mimeview.[ch]
16                 add support for plugable MimeViewers (unloading Viewers
17                 not yet complete)
18
19         * src/plugins/Makefile.am
20         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
21         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
22         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
23                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
24                 widget from http://helm.cs.unibo.it/mml-widget/
25
26 2003-03-14 [christoph]  0.8.11claws12
27
28         * src/folder.[ch]
29                 o error return code's should better be negative
30                 o replace printf with debug_print
31
32         * src/imap.c
33                 improve IMAP folder scan by checking UID-NEXT
34
35         * src/summaryview.c
36                 remove check that are unnecessary in my opinion
37
38 2003-03-13 [christoph]  0.8.11claws11
39
40         * src/folder.[ch]
41         * src/foldersel.c
42         * src/folderview.c
43         * src/imap.c
44         * src/mbox_folder.c
45         * src/mh.c
46         * src/news.c
47         * src/prefs_scoring.c
48         * src/summaryview.c
49                 use a common function to get a displayable name
50                 for a FolderItem
51
52 2003-03-13 [paul]       0.8.11claws10
53
54         * tools/Makefile.am
55           tools/README
56           tools/multiwebsearch.conf     ** NEW FILE **
57           tools/multiwebsearch.pl       ** NEW FILE **
58                 add multiwebsearch Actions script
59
60 2003-03-13 [colin]      0.8.11claws9
61
62         * src/compose.c
63                 Remove leading emtpy lines from quoted text
64                 before quoting it
65
66 2003-03-13 [melvin]     0.8.11claws8
67
68         * src/prefs_actions.c
69                 Fixed a memory leak
70                 Code clean ups
71                 Added Cancel and OK buttons
72                 Corrected help text
73
74 2003-03-13 [christoph]  0.8.11claws7
75
76         * src/account.c
77         * src/folder.[ch]
78         * src/imap.c
79         * src/mainwindow.c
80         * src/mbox_folder.c
81         * src/mh.c
82         * src/news.c
83         * src/setup.c
84                 replace more folder type stuff with folder class stuff
85
86 2003-03-13 [melvin]     0.8.11claws6
87
88         * src/prefs_actions.c
89                 Added new tokens:
90                 %u: user provided argument
91                 %h: user provided argument (hidden on input)
92                 %s: current text selection in the message view 
93
94 2003-03-13 [paul]       0.8.11claws5
95
96         * sync with 0.8.11cvs5
97                 see ChangeLog 2003-03-11, 2003-03-12
98
99 2003-03-12 [christoph]  0.8.11claws4
100
101         * src/folder.c
102                 use folder class idstr when writing folderlist.xml
103
104         * src/folder.h
105         * src/imap.c
106         * src/news.c
107                 replace folder type checks with folder class checks
108
109 2003-03-12 [christoph]  0.8.11claws3
110
111         * src/folder.[ch]
112         * src/imap.[ch]
113         * src/main.c
114         * src/mbox_folder.[ch]
115         * src/mh.[ch]
116         * src/news.[ch]
117                 o create a list of known folder classes in the folder system
118                 o use folder class id strings for folder item identifiers
119
120 2003-03-12 [christoph]  0.8.11claws2
121
122         * src/imap.c
123                 fix imap uid validity check
124
125 2003-03-12 [christoph]  0.8.11claws1
126
127         * src/account.c
128         * src/folder.[ch]
129         * src/foldersel.c
130         * src/folderview.c
131         * src/imap.c
132         * src/mainwindow.c
133         * src/mbox_folder.c
134         * src/mh.c
135         * src/news.c
136         * src/prefs_scoring.c
137         * src/procmsg.c
138         * src/setup.c
139         * src/summaryview.c
140                 initial restructuring of folder system, seperating
141                 folders and folder classes
142
143 2003-03-12 [paul]       0.8.11claws
144
145         0.8.11claws release
146
147 2003-03-12 [christoph]
148
149         * src/gtk/prefswindow.c
150                 fix translation of "Page Index"
151
152 2003-03-12 [paul]       0.8.10claws110
153
154         a sync from 0.8.11cvs4 before the release
155
156         * src/common/utils.c
157                 subject_compare_for_sort(): allow null strings (fixes
158                 summary sorting).
159
160 2003-03-11 [paul]       0.8.10claws109
161
162         * po/es.po
163                 update Spanish translation, submitted by
164                 Ricardo Mones Lastra
165
166 2003-03-11 [melvin]     0.8.10claws108
167
168         * po/fr.po
169                 Updated French translations
170
171 2003-03-11 [paul]       0.8.10claws107
172
173         * manual/en/Makefile.am
174           manual/en/*.html
175                 update English manual, add a new page
176                 updated by Francois Barriere <fbarriere@atmel.fr>
177                 
178         * po/bg.po
179           po/it.po
180           po/sr.po
181                 update Bulgarian, Italian, and Serbian translations
182                 submitted by George Danchev, Alessandro Maestri, and
183                 Urke MMI
184
185 2003-03-10 [paul]       0.8.10claws106
186
187         * src/gtk/about.c
188           src/gtk/prefswindow.c
189                 make some strings translatable
190
191 2003-03-10 [darko]      0.8.10claws105
192
193         * src/compose.c
194                 code cleanup to make Hiro happy
195
196 2003-03-10 [paul]       0.8.10claws104
197
198         * sync with 0.8.11cvs2
199                 see ChangeLog 2003-03-10
200
201 2003-03-09 [melvin]     0.8.10claws103
202
203         * src/textview.c
204                 textview_set_font(): fix for message display in
205                 UTF-8 locales (thanks to Sergey Vlasov).
206                 (was unintentionnaly reverted in 0.8.6claws6)   
207
208 2003-03-08 [darko]      0.8.10claws102
209
210         * src/compose.c
211                 fix infinite loop in wrapping as reported
212                 by happycactus
213                 obsoletes patch #696482
214
215 2003-03-08 [christoph]  0.8.10claws101
216
217         * src/imap.c
218                 add workaround for IMAP servers that do not
219                 support the "UID SEARCH UID" command
220
221 2003-03-07 [christoph]  0.8.10claws100
222
223         * src/plugins/spamassassin/spamassassin.[ch]
224         * src/plugins/spamassassin/spamassassin_gtk.c
225                 code cleanup
226
227 2003-03-07 [paul]       0.8.10claws99
228
229         * po/es.po
230                 updated Spanish translation, submitted by
231                 Ricardo Mones Lastra
232
233 2003-03-07 [christoph]  0.8.10claws98
234
235         * src/send.c
236                 fix in 0.8.10claws94 was wrong
237                 local delivery does not require escaping, remove escaping
238                 code to make signatures of mails with "." lines valid
239                 
240                 NOTE: requires that sendmail is executed with "-i" option,
241                       what is the default now, but has to be changed in all
242                       exsiting accounts)
243
244 2003-03-07 [paul]       0.8.10claws97
245
246         * sync with 0.8.11 release
247                 see ChangeLog 2003-03-07
248
249 2003-03-06 [paul]       0.8.10claws96
250
251         * src/compose.c
252                 revert commit 0.8.10claws92
253
254 2003-03-06 [paul]       0.8.10claws95
255
256         * src/folderview.c
257                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
258
259         * src/gtkaspell.c
260                 fix bug 74, 'Crash opening editor window with pseudo-color
261                 display'
262                 
263         Patches submitted by Kevin Vigor <kevin@vigor.nu>
264
265 2003-03-06 [christoph]  0.8.10claws94
266
267         * src/send.c
268                 fix rfc2821 (4.5.2) violation in SMTP data sending,
269                 all lines starting with a period get an extra period
270                 inserted
271                 (found by Simon 'corecode' Schubert)
272
273 2003-03-06 [paul]       0.8.10claws93
274
275         * src/folderview.c
276                 if configured font can't be loaded fall back to gtk
277                 default. (with thanks to Christoph)
278                 
279                 closes long-standing bug 15 'Crashes on startup'
280
281 2003-03-06 [paul]       0.8.10claws92
282
283         * src/compose.c
284                 freeze text before autosave and thaw afterwards
285                 fixes bug 67 'autosave make re-rediting message crazy'
286
287 2003-03-06 [christoph]  0.8.10claws91
288
289         * src/compose.c
290                 ignore address comment in dupe check for Cc-list
291
292         (closes reopened bug 47 Replying to message strips name part of
293          e-mail addresses of Cc: lines)
294
295 2003-03-06 [paul]       0.8.10claws90
296
297         * src/Makefile.am
298                 remove reference to gtkxtext.h as its no longer in
299                 the repository
300
301 2003-03-06 [paul]       0.8.10claws89
302
303         * sync with 0.8.10cvs25
304                 see ChangeLog 2003-03-06
305
306 2003-03-06 [oliver]     0.8.10claws88
307         
308         * src/messageview.c
309                 remove include
310
311 2003-03-06 [oliver]     0.8.10claws87
312         
313         * src/folderview.c 
314                 remove changes introduced inclaws74
315         * src/messageview.c
316                 another attempt to sanely delete and update
317                 messages deleted in separate messageview
318
319 2003-03-05 [christoph]  0.8.10claws86
320
321         * src/summaryview.c
322                 check if "From" matches any account's address if
323                 addressbook completion of addresses is disabled too
324
325         (closes Bug 70 "Display recipient in from" doesn't check
326          folder's default account)
327
328 2003-03-05 [christoph]  0.8.10claws85
329
330         * src/compose.c
331         * src/common/utils.[ch]
332                 don't strip address comments when building Cc lists
333
334         (closes Bug 47 Replying to message strips name part of e-mail addresses
335          of Cc: lines)
336
337         * src/folder.c
338                 fix return value of copy function
339
340 2003-03-05 [christoph]  0.8.10claws84
341
342         * src/imap.c
343                 don't ask imap server for non rfc822 headers
344
345         (closes bug 71 IMAP FETCH asks for FROM header field twice)
346
347         * src/imap.c
348                 destroy session on socket error to allow reconnecting
349
350 2003-03-05 [christoph]  0.8.10claws83
351
352         * configure.ac
353                 fix building with gnome when no prefix is set
354
355         (closes bug 66 Gnome directory is set to NONE)
356
357 2003-03-05 [paul]       0.8.10claws82
358
359         * sync with 0.8.10cvs23
360                 see ChangeLog 2003-03-05
361
362 2003-03-04 [christoph]  0.8.10claws81
363
364         * src/folder.c
365                 o fix moving and copying when folder returns 0 for new
366                   message number
367                 o remove some code for single message copy and move
368                   operations and use functions for multiple messages
369
370         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
371
372         * src/news.c
373                 remove unused include
374
375 2003-03-04 [paul]       0.8.10claws80
376
377         * src/gtk/about.c
378                 list 'Compiled plugins'
379
380 2003-03-03 [christoph]  0.8.10claws79
381
382         * src/news.[ch]
383                 have to multiply the percentage of the current fetch with
384                 the percentage that it has of the total fetch operation
385                 for correct values
386
387 2003-03-03 [christoph]  0.8.10claws78
388
389         * src/news.c
390                 fix calculation of expected lines for progress indicator
391
392 2003-03-03 [christoph]  0.8.10claws77
393
394         * src/summaryview.c
395         * src/common/utils.c
396                 fix segfault when opening the root news folder
397
398 2003-03-03 [christoph]  0.8.10claws76
399
400         * src/mainwindow.[ch]
401         * src/common/Makefile.am
402         * src/common/progressindicator.[ch]
403                 add UI independent progress indicator handling
404
405         * src/news.[ch]
406                 use new progress indicator for message info fetching
407
408         * src/common/hooks.h
409                 code cleanup
410
411 2003-03-03 [oliver]     0.8.10claws75
412
413         * src/toolbar.c
414         * src/compose.c
415                 removed commented code
416
417 2003-03-03 [oliver]     0.8.10claws74
418
419         * src/toolbar.[ch]
420                 cleanups and refactoring
421         * src/compose.[ch]
422                 compose_reply_mode reply & forwarding interface for
423                 toolbar buttons
424         * src/folderview.c
425                 act on messages marked for deletion in folderview_selected
426                 based on prefs_common.immediate_exec since a message might 
427                 have been deleted by messageview in a folder we are changing 
428                 to (does anybody understand what I'm on about ?)
429
430 2003-03-03 [oliver]     0.8.10claws73
431         
432         * src/messageview.[ch]
433                 new functions
434                 - messageview_delete: delete message shown in messagview
435                 - messageview_update_view: update messageview to currently 
436                   selected summaryview message
437                 - add separate messageview to msgview_list in order to update 
438                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
439         * src/summaryview.[ch]
440                 summary_get_selection returns a list of selected msgs
441                 in summaryview
442         * src/mainwindow.c
443                 toolbar reply refactoring
444
445 2003-03-03 [paul]       0.8.10claws72
446
447         * sync with 0.8.10cvs21
448                 see ChangeLog 2003-03-03
449
450 2003-03-02 [christoph]  0.8.10claws71
451
452         * src/common/passcrypt.c
453                 use POSIX includes
454
455 2003-03-02 [christoph]  0.8.10claws70
456
457         * configure.ac
458         * src/prefs_account.c
459         * src/prefs_gtk.[ch]
460         * src/common/.cvsignore
461         * src/common/Makefile.am
462         * src/common/passcrypt.c                ** NEW **
463         * src/common/passcrypt.h.in             ** NEW **
464                 Implement password encryption in config files
465                 using unix encrypt and setkey functions. The crypt
466                 key can be set as a configure parameter. Old
467                 passwords will be converted if they do not begin
468                 with '!'
469
470 2003-03-02 [paul]       0.8.10claws69
471
472         * src/prefs_account.c
473                 fix compile error
474
475 2003-03-01 [thorsten]   0.8.10claws68
476
477         * po/el.po
478           po/hr.po
479           po/it.po
480           po/nl.po
481           po/sr.po
482           po/sv.po
483                 corrected format strings
484         * po/en_GB.po
485                 corrected headers
486                 (fix compile errors with GNU gettext-0.11.5)
487
488 2003-03-01 [oliver]     0.8.10claws67
489
490         * src/summaryview.c
491                 menu callbacks call toolbar_menu_reply
492
493 2003-03-01 [oliver]     0.8.10claws66
494
495         * src/mainwindow.c
496         * src/messageview.c
497                 menu callbacks call toolbar_menu_reply
498         * src/toolbar.[ch]
499                 callbacks from menu handled by toolbar_menu_reply
500
501 2003-03-01 [paul]       0.8.10claws65
502
503         * src/addressbook.c
504                 revert commit 0.8.10claws54 - breaks editing of
505                 addressbook.
506                 
507         * po/bg.po
508                 update Bulgarian translation, submitted by
509                 George Danchev
510
511 2003-02-28 [christoph]  0.8.10claws64
512
513         * src/account.c
514         * src/addressadd.c
515         * src/compose.c
516         * src/gtkaspell.c
517         * src/gtkxtext.h                ** REMOVE **
518         * src/imap.c
519         * src/matcher.[ch]
520         * src/mh.c
521         * src/news.c
522         * src/pine.c
523         * src/prefs_common.c
524         * src/prefs_matcher.c
525         * src/procheader.[ch]
526         * src/procmsg.[ch]
527         * src/toolbar.c
528         * src/common/ssl_certificate.c
529         * src/gtk/colorlabel.c
530         * src/gtk/menu.c
531                 o fix warnings
532                 o remove code obsoleted by new cache and folder system rework
533
534 2003-02-28 [oliver]     0.8.10claws63
535         
536         * src/toolbar.[ch]
537                 * fix bug where reply in Messageview replied to 
538                 Message displayed in summaryview
539                 (reportedd via ML by chinatinte at gmx dot ch)
540                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
541                 didn't work in separate MessageView Toolbar
542                 (wondering if anybody uses this at all ?)
543         * src/summaryview.[ch]
544                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
545                 (generalize reply and forward code);
546         * src/messageview.c 
547                 remove focus_in event which updated summaryview to messageview
548
549 2003-02-28 [paul]       0.8.10claws62
550
551         * po/Makefile.in.in
552                 add the --check option
553                 Patch submitted by Ricardo Mones Lastra
554
555 2003-02-28 [paul]       0.8.10claws61
556
557         * src/prefs_account.c
558                 re-order 'Signature' items
559
560 2003-02-28 [paul]       0.8.10claws60
561
562         * sync with 0.8.10cvs20
563                 see ChangeLog 2003-02-28
564
565 2003-02-28 [paul]       0.8.10claws59
566
567         * po/POTFILES.in
568                 update to reflect recent movement of files
569
570 2003-02-28 [paul]       0.8.10claws58
571
572         * sync with 0.8.10cvs19
573                 see ChangeLog 2003-02-28
574
575 2003-02-27 [martin]     0.8.10claws57
576
577         * src/prefs_matcher.c 
578                 fix segfault in prefs_matcher_ok() when the
579                 last entry is deleted and prevents that the
580                 message "entry not saved" comes up after deleting
581                 an entry
582
583 2003-02-27 [martin]     0.8.10claws56
584
585         * src/prefs_filtering.c 
586                 fix segfault in prefs_filtering_ok() when the
587                 last entry is deleted and prevents that the
588                 message "entry not saved" comes up after deleting
589                 an entry
590
591 2003-02-27 [paul]       0.8.10claws55
592
593         * sync with 0.8.10cvs18
594                 see ChangeLog 2003-02-27
595
596 2003-02-27 [paul]       0.8.10claws54
597
598         * src/addressbook.c
599                 fix bug where the address book crashes with 
600                 multiple lookups.
601                 Patch [687729] submitted by David Frager 
602                 <dbfrager@users.sourceforge.net>
603
604 2003-02-25 [christoph]  0.8.10claws53
605
606         * src/Makefile.am
607         * src/colorlabel.[ch]           ** REMOVE **
608         * src/gtk/Makefile.am
609         * src/gtk/colorlabel.[ch]       ** NEW **
610                 move colorlabel files to gtk directory
611
612         * src/esmtp.[ch]                ** REMOVE **
613                 has been merged into smtp.[ch] in 0.7.5
614
615 2003-02-25 [christoph]  0.8.10claws52
616
617         * src/Makefile.am
618         * src/about.[ch]                ** REMOVE **
619         * src/gtk/Makefile.am
620         * src/gtk/about.[ch]            ** NEW **
621                 move about files to gtk directory
622
623 2003-02-25 [christoph]  0.8.10claws51
624
625         * src/folder.c
626                 some code optimization of folder scanning code
627
628         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
629
630 2003-02-25 [christoph]  0.8.10claws50
631
632         * src/main.c
633         * src/common/sylpheed.c
634                 add command line parameter parsing to common code
635
636 2003-02-24 [christoph]
637
638         * Makefile.am
639         * configure.ac
640                 fix gnome prefix problems, the configure script now removed
641                 `gnome-config --prefix` from `gnome-config --datadir`
642                 and adds $(prefix} instead
643
644         (closes Bug 24 Makefile does not respect prefix when installing
645          GNOME data)
646
647 2003-02-24 [christoph]  0.8.10claws49
648
649         * src/news.c
650                 check for valid session before trying to authenticate
651
652         (closes Bug 60 crash if "authenticate on logon" is activated
653          and newsserver-hostname is not valid)
654
655 2003-02-24 [melvin]     0.8.10claws48
656
657         * src/prefs_actions.c
658                 Make sure all user's input is sent to the action and then
659                 close the socket..
660
661 2003-02-23 [alfons]     0.8.10claws46
662
663         * src/summaryview.c
664                 also wait cursor when deleting files
665
666 2003-02-23 [paul]
667
668         * tools/freshmeat_search.pl
669           tools/google_search.pl
670                 scripts should now work for any browser/browser command line
671
672 2003-02-22 [christoph]  0.8.10claws45
673
674         * src/procmsg.c
675                 fix IMAP flag setting, IMAP flag is not handled correctly
676                 anymore by the folder system and information about the
677                 folder should not be saved in the MsgInfo (in my opinion)
678
679         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
680
681 2003-02-22 [christoph]  0.8.10claws44
682
683         * src/summaryview.c
684                 fix spelling of "label" ;-)
685
686 2003-02-22 [thorsten]   0.8.10claws43
687
688         * src/mimeview.c
689           src/prefs_common.[ch]
690           src/procmime.[ch]
691                 do not use description as attachment name
692
693 2003-02-22 [alfons]     0.8.10claws42
694
695         * src/summaryview.c
696                 freeze/thaw folder item updates when changing color labels,
697                 and put a wait cursors on
698
699 2003-02-22 [thorsten]   0.8.10claws41
700
701         * src/mimeview.c
702                 save-all fixes: crash if invoked on multipart container,
703                 mimeinfo access, pathseparators, error dialog
704
705 2003-02-21 [alfons]     0.8.10claws40
706
707         * src/prefs_gtk.c
708                 remove unused var
709
710 2003-02-21 [colin]      0.8.10claws39
711
712         * src/send.c
713                 Fix smtp logging
714
715 2003-02-21 [colin]      0.8.10claws38
716
717         * src/summaryview.c
718                 Freeze/thaw folderItem updates when filtering messages 
719                 via Tools/Filter messages
720
721 2003-02-21 [paul]       0.8.10claws37
722
723         * src/compose.c
724                 revert commit 0.8.10claws26, there are ulterior motives
725                 for users to set a Reply-To header when posting to
726                 newsgroups
727
728 2003-02-21 [paul]       0.8.10claws36
729
730         * sync with 0.8.10cvs17
731                 see ChangeLog 2003-02-21
732
733 2003-02-20 [christoph]  0.8.10claws35
734
735         * src/imap.c
736                 IMAP UID fetch speedup using SEARCH
737
738         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
739
740         * src/imap.c
741                 fix problem with UIDs in IMAP UID cache that no longer existed
742
743 2003-02-20 [christoph]  0.8.10claws34
744
745         * src/imap.c
746         * src/procheader.c
747         * src/procheader.h
748                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
749
750         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
751
752         * src/imap.c
753                 Rewrite imap_cmd_gen_recv use sock_getline instead
754                 of sock_gets to avoid problems with too long reply
755                 lines
756     
757 2003-02-20 [colin]      0.8.10claws33
758         
759         * src/prefs_account.c
760                 Better wording
761
762 2003-02-20 [colin]      0.8.10claws32
763
764         * src/compose.c
765                 Remove useless '&& !to_sender' 
766
767 2003-02-20 [darko]
768
769         * AUTHORS
770                 change my e-mail address
771
772 2003-02-19 [colin]      0.8.10claws31
773
774         * src/prefs_common.c
775                 X11 style colors for every configurable color
776
777 2003-02-19 [alfons]     0.8.10claws30
778
779         * src/prefs_gtk.[ch]
780         * src/prefs_common.c
781                 for color_new accept both plain integers and X11 style color
782                 names (as found in /usr/lib/X11/rgb.txt)
783
784 2003-02-19 [paul]       0.8.10claws29
785
786         * src/mainwindow.c
787                 add tooltips to online/offline button and account selector
788                 button
789
790 2003-02-19 [paul]       0.8.10claws28
791
792         * src/folder.c
793           src/news.c
794           src/prefs_account.[ch]
795           src/prefs_common.[ch]
796                 move 'Maximum number of articles to download' to
797                 account prefs.
798                 clean up account prefs gui a little by hiding entries
799                 rather then greying out entries
800
801 2003-02-19 [hiro]       0.8.10claws27
802
803         * src/common/utils.c
804                 fix bug #54 'yesterdays date is displayed in the message 
805                 summary window'
806
807 2003-02-19 [paul]       0.8.10claws26
808
809         * src/compose.c
810                 fix bug reported in Feature Request [688596] 
811                 'Reply-to header in news'
812
813 2003-02-18 [paul]       0.8.10claws25
814
815         * src/select-keys.c
816                 add a 'List all keys' button to key selection dialog
817
818 2003-02-18 [colin]      0.8.10claws24
819         
820         * src/stock_pixmap.c
821                 fix compile error
822
823 2003-02-18 [colin]      0.8.10claws23
824
825         * src/common/smtp.[ch]
826           src/prefs_account.c
827                 Try to starttls if it seems to be the only
828                 way to authenticate a user
829
830 2003-02-18 [paul]       0.8.10claws22
831
832         * src/Makefile.am
833           src/folderview.c
834           src/stock_pixmap.[ch]
835           src/pixmaps/drafts_close.xpm  ** NEW FILE **
836           src/pixmaps/drafts_open.xpm   ** NEW FILE **
837                 as a Drafts folder is a special folder allow it to have
838                 its own unique icons
839
840 2003-02-18 [colin]      0.8.10claws21
841
842         * src/imap.c
843                 Fix port selection when using starttls
844
845 2003-02-18 [paul]       0.8.10claws20
846
847         * src/mainwindow.c
848           src/prefs_common.[ch]
849                 make blue the default new mail colour
850
851 2003-02-18 [paul]       0.8.10claws19
852
853         * sync with 0.8.10cvs14
854                 see ChangeLog 2003-02-18
855
856 2003-02-17 [jens]       0.8.10claws18
857
858         * src/common/md5.c
859                 fixed a compile problem with gcc 3.3
860                 works on 2.95.3 too (testet on PPC as it is big endian)
861
862 2003-02-17 [paul]       0.8.10claws17
863
864         * sync with 0.8.10cvs13
865                 see ChangeLog 2003-02-17
866
867 2003-02-17 [paul]       0.8.10claws16
868
869         * sync with 0.8.10cvs12
870                 see ChangeLog 2003-02-17
871
872 2003-02-16 [match]      0.8.10claws15
873
874         * src/addressbook.c
875                 Eliminates reloading of address data when items
876                 deleted or added. Applied submitted by
877                 Luke Plant <lukeplant@softhome.net>
878
879 2003-02-16 [paul]       0.8.10claws14
880
881         * src/news.c
882                 when a 'protocol error' is encountered disconnect from
883                 the server. This means that the user can carry on viewing
884                 other articles and doesn't have to either wait until the
885                 server timesout or quit sylpheed.
886                 Fixes bug #53 'Unable to read messages in newsgroups, 
887                 displayed message doesn't change'
888
889 2003-02-15 [christoph]  0.8.10claws13
890
891         * src/imap.c
892                 fix bug that stopped scanning of folders when an
893                 IMAP folder was empty
894
895         (closes bug 46 stop scan messages in folders after empty folder)
896
897 2003-02-15 [paul]
898
899         * tools/Makefile.am
900           tools/README
901           tools/freshmeat_search.pl     ** NEW FILE **
902           tools/google_search.pl        ** NEW FILE **
903                 Add 2 Actions scripts which search freshmeat/google
904                 for the selected text using the browser configured
905                 in sylpheedrc.
906                 
907         Note: These scripts are very dependent on the format of the
908         browser command and may not work on every occasion. Testing
909         is welcome. 
910
911 2003-02-14 [alfons]     0.8.10claws12
912
913         * src/compose.c
914                 fix breakage because of uninitialized account pointer.
915                 please verify.
916
917 2003-02-14 [paul]       0.8.10claws11
918
919         * src/compose.c
920           src/prefs_account.[ch]
921           src/prefs_common.[ch]
922                 move signature settings to Account Prefs
923
924 2003-02-14 [paul]       0.8.10claws10
925
926         * sync with 0.8.10cvs11
927                 see ChangeLog 2003-02-14
928
929 2003-02-13 [thorsten]   0.8.10claws9
930
931         * src/news.c
932                 revert news progressbar (GUI separation)
933
934 2003-02-13 [paul]       0.8.10claws8
935
936         * src/compose.c
937                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
938                 paragraph 1
939
940 2003-02-13 [paul]       0.8.10claws7
941
942         * src/compose.[ch]
943           src/summaryview.c
944                 fix 'Follow-up and Reply-to' so that it creates a reply to
945                 the newsgroup and the sender. If the message has the keyword
946                 'poster' in the Followup-To header, all replies go to the
947                 sender, re: RFC 1036, Section 2.2.3
948                 rename all instances of 'ignore_replyto' to 'to_sender', both
949                 were previously used, now we use just one.
950
951 2003-02-13 [paul]       0.8.10claws6
952
953         * sync with 0.8.10cvs9
954                 see ChangeLog 2003-02-13
955
956 2003-02-13 [paul]       0.8.10claws5
957
958         * configure.ac
959                 show which plugins are configured in the configure
960                 output.
961
962 2003-02-12 [thorsten]   0.8.10claws4
963
964         * src/news.c
965                 show progress while fetching news headers
966
967 2003-02-12 [christoph]  0.8.10claws3
968
969         * configure.ac
970         * src/plugins/Makefile.am
971                 use AM_CONDITIONAL to enable plugins, automake correctly
972                 manages this when creating distdir
973
974 2003-02-12 [christoph]  0.8.10claws2
975
976         * ac/spamassassin.m4
977         * src/plugins/spamassassin/Makefile.am
978                 fix building SpamAssassin plugin without OpenSSL
979
980 2003-02-12 [paul]       0.8.10claws1
981
982         * ac/Makefile.am
983           src/Makefile.am
984           src/plugins/Makefile.am
985                 fix failure of 'make release'
986
987 2003-02-12 [paul]       0.8.10claws
988
989         * 0.8.10claws released
990
991 2003-02-12 [paul]       0.8.9claws56
992
993         * po/bg.po
994           po/es.po
995           po/it.po
996           po/ru.po
997           po/sr.po
998                 updated translations by George Danchev, Ricardo Mones Lastra,
999                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
1000                 
1001         * sylpheed.spec.in
1002                 Allow the building of RPMs by a regular user. Submitted
1003                 by Sergei Astanin
1004
1005 2003-02-11 [alfons]     0.8.9claws55
1006
1007         * src/colorlabel.c
1008                 don't use pixmaps for label color rect but draw rectangles
1009                 so we can respect the color map of palette based visuals
1010                 (fixes the long time crashes on Suns - thanks to Andreas
1011                 Engel and Steve O'Hara-Smith for testing)
1012
1013 2003-02-11 [christoph]  0.8.9claws54
1014
1015         * src/matcher_parser_parse.y
1016                 correct bug where filering rules of not existing folders in
1017                 matcherrc were added to global filtering
1018                 
1019         (closes Debian Bug #180253 - Directory's filter-rules are merged with
1020          main filter-rules after removing directory, http://bugs.debian.org/180253)
1021         
1022 2003-02-11 [paul]       0.8.9claws53
1023
1024         * sync with 0.8.10cvs7
1025                 see ChangeLog 2003-02-09
1026
1027 2003-02-11 [melvin]     0.8.9claws52
1028
1029         * po/fr.po
1030                 Updated French tranlsations
1031
1032 2003-02-10 [paul]       0.8.9claws51
1033
1034         * sylpheed.spec.in
1035                 correct --enable-openssl
1036                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
1037
1038 2003-02-09 [martin]     0.8.9claws50
1039
1040         * src/prefs_matcher.c
1041                 fix segfault in prefs_matcher_substitute_cb() when
1042                 no row is selected
1043
1044 2003-02-09 [paul]       0.8.9claws49
1045
1046         * src/folderview.c
1047                 fix bug where a newsgroup folder's processing rules were
1048                 merged with the global filtering rules when the newsgroup
1049                 folder was deleted, causing some seriously bad results,
1050                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
1051
1052 2003-02-08 [melvin]     0.8.9claws48
1053
1054         * src/compose.c
1055                 Corrected and modified an alert message.
1056
1057 2003-02-07 [paul]       0.8.9claws47
1058
1059         * src/folderview.c
1060                 fix bug where both an 'Account properties' window and a
1061                 'Folder properties' window were opened when clicking on
1062                 'Properties' in an NNTP or IMAP folder's popup menu.
1063
1064 2003-02-07 [paul]       0.8.9claws46
1065
1066         * sync with 0.8.10cvs6
1067                 see ChangeLog 2003-02-06
1068
1069 2003-02-06 [christoph]  0.8.9claws45
1070
1071         * src/mbox.c
1072                 freeze folder updates while importing mbox files
1073                 (closes bug 43 importing mbox took hours)
1074                 
1075         Patch submitted by Jens Rantil <jens.rantil@telia.com>
1076
1077 2003-02-06 [thorsten]   0.8.9claws44
1078
1079         * po/de.po
1080                 Updated german translations
1081
1082 2003-02-06 [thorsten]   0.8.9claws43
1083
1084         * src/news.h
1085                 use guint for message numbers (fix count in grouplist dialog)
1086
1087 2003-02-05 [paul]       0.8.9claws42
1088
1089         * sync with 0.8.10cvs2
1090                 see ChangeLog 2003-02-05
1091
1092 2003-02-04 [colin]      0.8.9claws41
1093
1094         * src/prefs_common.[ch]
1095           src/procmsg.c
1096           src/summaryview.c
1097                 Add an option to disable threading by subject
1098
1099 2003-02-04 [christoph]  0.8.9claws40
1100
1101         * src/inc.c
1102                 only abort fetching mails from multiple accounts when the
1103                 error is fatal and does not allow to check any more accounts
1104                 (currently only disk full error)
1105
1106         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
1107          receive mails for other accouts)
1108
1109 2003-02-04 [christoph]  0.8.9claws39
1110
1111         * src/folder.c
1112                 first add the new message to the cache, then
1113                 send the update notification
1114
1115         (closes bug 39 after sending message folderview doesnt get updated)
1116
1117 2003-02-04 [colin]      0.8.9claws38
1118
1119         * src/inc.c
1120                 _really_ fix this Connecting... status
1121
1122 2003-02-04 [paul]       0.8.9claws37
1123
1124         * sync with 0.8.10
1125                 see ChangeLog 2003-02-04
1126
1127 2003-02-04 [paul]       0.8.9claws36
1128
1129         * sync with 0.8.9cvs6
1130                 see ChangeLog 2003-02-03
1131
1132 2003-02-04 [paul]       0.8.9claws35
1133
1134         * po/pt_BR.po
1135                 updated by André Filipe de Assunção e Brito 
1136                 <bedecko@netsite.com.br>
1137
1138 2003-02-03 [thorsten]   0.8.9claws34
1139
1140         * po/de.po
1141                 Updated german translations
1142
1143 2003-02-02 [paul]       0.8.9claws33
1144
1145         * po/es.po
1146                 updated by Ricardo Mones Lastra
1147
1148 2003-02-02 [thorsten]   0.8.9claws32
1149
1150         * src/mh.c
1151                 Fix mh_get_msginfo() segfault if file is inaccessible
1152
1153 2003-01-31 [colin]      0.8.9claws31
1154
1155         * src/procheader.c
1156                 Fix last commit's bug
1157
1158 2003-01-31 [colin]      0.8.9claws30
1159
1160         * src/procheader.c
1161                 Missing a change for gpg-signed messages
1162
1163 2003-01-31 [paul]       0.8.9claws29
1164
1165         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
1166           src/procheader.c
1167           src/stock_pixmap.[ch]
1168           src/summaryview.c
1169                 indicate GnuPG signed messages by displaying an icon
1170                 in the Attachment column.
1171
1172 2003-01-31 [paul]       0.8.9claws28
1173
1174         * sync with 0.8.9cvs4
1175                 see ChangeLog 2003-01-31
1176
1177 2003-01-31 [alfons]     0.8.9claws27
1178
1179         * src/textview.c
1180                 tune URI parser to accept mailto URLs with a '?'
1181                 (patch from Ruslan Balkin)
1182
1183 2003-01-31 [colin]      0.8.9claws26
1184
1185         * src/summaryview.c
1186                 Fix a leak introduced in claws24
1187
1188 2003-01-31 [colin]      0.8.9claws25
1189
1190         * src/summaryview.c
1191                 Freeze/Thaw folder updates when deleting dups
1192
1193 2003-01-31 [colin]      0.8.9claws24
1194         
1195         * src/addr_compl.c
1196           src/summaryview.c
1197           src/msgcache.c
1198                 little speed improvements
1199
1200 2003-01-31 [colin]      0.8.9claws23
1201
1202         * src/summaryview.c
1203                 Fix segfault when forwarding nothing
1204                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
1205                 
1206 2003-01-30 [paul]       0.8.9claws22
1207
1208         * sync with 0.8.9cvs3
1209                 see ChangeLog 2003-01-30
1210
1211 2003-01-30 [paul]       0.8.9claws21
1212
1213         * sync with 0.8.9cvs2
1214                 see ChangeLog 2003-01-30
1215
1216 2003-01-29 [paul]       0.8.9claws20
1217
1218         * sync with 0.8.9cvs1
1219                 see ChangeLog 2003-01-29
1220
1221 2003-01-28 [paul]       0.8.9claws19
1222
1223         * po/POTFILES.in
1224                 update to reflect changes. 
1225                 thanks to Ricardo Mones Lastra
1226
1227 2003-01-27 [christoph]  0.8.9claws18
1228
1229         * ac/openssl.m4
1230         * ac/spamassassin.m4
1231         * src/plugins/spamassassin/README
1232         * src/plugins/spamassassin/libspamc.[ch]
1233         * src/plugins/spamassassin/utils.[ch]
1234                 updated to latest libspamc
1235
1236 2003-01-27 [christoph]  0.8.9claws17
1237
1238         * src/folder.c
1239                 fix wrong use of procheader_get_header_fields
1240
1241 2003-01-27 [christoph]  0.8.9claws16
1242
1243         * src/news.c
1244         * src/prefs_account.[ch]
1245         * src/common/nntp.[ch]
1246                 allow to force authentication for NNTP servers
1247
1248         Patch submitted by Florian Mickler <dmk@d-labs.de>
1249
1250 2003-01-26 [paul]       0.8.9claws15
1251
1252         * src/summaryview.c
1253                 speed up of marking messages as read
1254                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
1255
1256 2003-01-26 [christoph]  0.8.9claws14
1257
1258         * src/Makefile.am
1259         * src/mgutils.[ch]              ** REMOVE **
1260         * src/xml.[ch]                  ** REMOVE **
1261         * src/xmlprops.[ch]             ** REMOVE **
1262         * src/common/Makefile.am
1263         * src/common/mgutils.[ch]       ** NEW **
1264         * src/common/xml.[ch]           ** NEW **
1265         * src/common/xmlprops.[ch]      ** NEW **
1266                 move xml files to common directory
1267
1268 2003-01-26 [christoph]  0.8.9claws13
1269
1270         * src/plugins/spamassassin/spamassassin_gtk.c
1271                 only set gtk entry text if string is available
1272
1273 2003-01-26 [melvin]     0.8.9claws12
1274
1275         * src/description_window.c
1276                 Allow resizing of the window
1277                 Allow automatic horizontal scroll bar
1278                 Do not vertically expand and fill
1279
1280 2003-01-26 [christoph]  0.8.9claws11
1281
1282         * src/Makefile.am
1283         * src/gtkutils.[ch]             ** REMOVE **
1284         * src/common/sylpheed.c
1285         * src/gtk/Makefile.am
1286         * src/gtk/description_window.c
1287         * src/gtk/gtkutils.[ch]         ** NEW **
1288         * src/gtk/prefswindow.c
1289                 move gtkutils to gtk directory
1290
1291 2003-01-26 [paul]       0.8.9claws10
1292
1293         * src/summaryview.c
1294                 rename summary_unread_clicked() to summary_status_clicked()
1295
1296 2003-01-26 [melvin]     0.8.9claws9
1297
1298         * src/prefs_actions.c
1299                 Cosmetical changes to the help text
1300
1301 2003-01-26 [paul]       0.8.9claws8
1302
1303         * src/folder.[ch]
1304           src/mainwindow.c
1305           src/prefs_common.c
1306           src/prefs_sumamry_column.c
1307           summaryview.[ch]
1308                 rename the 'Unread' column to 'Status'
1309
1310 2003-01-25 [match]      0.8.9claws7
1311
1312         * src/mgutils.[ch]
1313                 removed reference to LDAP constants. removed error2string.
1314                 included functions to support LDAP dynamic queries.
1315         * src/syldap.h
1316                 moved LDAP constants here.
1317         * src/addressbook.c
1318         * src/addrindex.c
1319         * src/importldif.c
1320                 removed references to LDAP constants and references to
1321                 error2string.
1322
1323 2003-01-25 [paul]       0.8.9claws6
1324
1325         * src/summaryview.c
1326                 summary_thread_build(), summary_thread_init(): remove 
1327                 unneeded reference to summaryview->folder_item
1328
1329 2003-01-25 [christoph]  0.8.9claws5
1330
1331         * src/gtk/description_window.c
1332                 o allow description texts to expand over multiple columns
1333                 o translate all columns
1334         * src/prefs_actions.c
1335                 change syntax description to use new multi column feature
1336
1337         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1338
1339 2003-01-25 [match]      0.8.9claws4
1340
1341         * src/vcard.c
1342                 fixed bug with Quoted-Printable
1343
1344 2003-01-25 [paul]       0.8.9claws3
1345
1346         * src/folder.[ch]
1347           src/summaryview.[ch]
1348                 implement per-folder collapsed/expanded threads setting
1349                 
1350         * src/prefs_common.c
1351                 remove global collapsed/expanded threads option
1352
1353 2003-01-25 [christoph]  0.8.9claws2
1354
1355         * po/POTFILES.in
1356                 add pluginwindow and prefswindow
1357         * src/compose.c
1358                 make send respond correctly to messages that could be added
1359                 to the queue folder, but the UID of the message is unknown
1360         * src/folder.c
1361         * src/imap.c
1362                 don't return guessed UIDs in imap_add_msg anymore. We return
1363                 0 to tell the folder system it was appened but the UID is
1364                 unknown. Folder system now get's the UID by scaning the folder
1365                 and searching the cache for the Message-ID
1366                 (closes bug #29 Messages queued, but not sent)
1367
1368 2003-01-25 [paul]       0.8.9claws1
1369
1370         * src/codeconv.c
1371                 conv_encode_header():  fix bug when long headers with 8-bit
1372                 characters are used, so that the encoded words are wrapped.
1373                 If the space in the original text falls on the wrap boundary,
1374                 it can be lost.
1375                 Patch by Sergey Vlasov.
1376                 
1377         * src/folderview.c
1378                  fix bug where a change to the sorting method or thread view
1379                  of a folder's messages is lost if simpify-subject is set and
1380                  toggled on or off.
1381                  Patch by Luke Plant.
1382
1383 2003-01-24 [paul]       0.8.9claws
1384
1385         * sylpheed-0.8.9claws released
1386         
1387         * Makefile.am
1388           sylpheed.spec.in
1389                 remove reference to 'INSTALL.jp'
1390
1391 2003-01-23 [paul]       0.8.8claws128
1392
1393         * po/es.po
1394           po/it.po
1395           po/ru.po
1396           po/sr.po
1397                 updated translations. submitted by Ricardo Mones Lastra,
1398                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
1399
1400 2003-01-23 [colin]      0.8.8claws127
1401
1402         * src/compose.c
1403                 Fix drafted and queued news articles re-edition
1404
1405 2003-01-23 [melvin]     0.8.8claws126
1406
1407         * po/fr.po
1408                 Updated French translations
1409
1410 2003-01-23 [colin]      0.8.8claws125
1411
1412         * src/inc.c
1413                 Fix "Connecting to..." status message
1414
1415 2003-01-22 [paul]       0.8.8claws124
1416
1417         * po/bg.po
1418                 updated by George Danchev
1419                 
1420         * src/folder.c
1421                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
1422                 and folder deletion
1423
1424 2003-01-21 [paul]       0.8.8claws123
1425
1426         * po/bg.po
1427                 updated by George Danchev
1428                 
1429         * src/about.c
1430                 its now 2003
1431                 
1432         * src/toolbar.c
1433                 don't translate 'Separator'
1434                 
1435         * src/plugins/spamassassin/Makefile.am
1436                 add aspell to CPPFLAGS
1437                 
1438         * src/plugins/spamassassin/spamassassin.c
1439           src/plugins/spamassassin/spamassassin_gtk.c
1440                 set correct default for spamassassin_receive_spam
1441                 slightly re-word descriptions and some
1442                 other minor changes
1443
1444 2003-01-19 [alfons]     0.8.8claws122
1445                 
1446         * src/mimeview.c
1447                 mimeview_save_as(): we might as well show the file name for
1448                 the single case "Save As" too
1449
1450 2003-01-19 [alfons]     0.8.8claws121
1451
1452         * src/crash.c
1453                 change bug tracker URL to bugzilla URL
1454
1455 2003-01-19 [alfons]     0.8.8claws120
1456
1457         * src/mimeview.c
1458                 mimeview_save_all(): display name of file before overwriting;
1459                 continue saving all, even when one overwrite was cancelled
1460
1461 2003-01-19 [christoph]  0.8.8claws119
1462
1463         * src/summaryview.c
1464         * src/procmsg.[ch]
1465                 fix wrong usage of procmsg_find_children in summaryview
1466                 by using procmsg_update_unread_children instead of
1467                 summaryview_update_unread_children
1468
1469 2003-01-19 [christoph]  0.8.8claws118
1470
1471         * src/procmsg.c
1472                 fix infinite loop in procmsg_find_children
1473                  (closes bug #25 sylpheed crashes on delete.)
1474
1475         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1476
1477 2003-01-19 [paul]       0.8.8claws117
1478
1479         * po/pt_BR.po
1480                 updated by Ivan Francolin Martinez
1481
1482 2003-01-18 [melvin]     0.8.8claws116
1483
1484         * src/prefs_actions.c
1485                 Removed syntax limitation of only one '&' at the end of command.
1486                         Now actions that contain '>/dev/null 2>&1' are possible.
1487
1488 2003-01-18 [melvin]     0.8.8claws115
1489
1490         * src/prefs_actions.c
1491                 Actions IO dialog: when the action ends
1492                 the "Close" button now has focus and [Escape] closes the
1493                 window.
1494
1495 2003-01-18 [christoph]  0.8.8claws114
1496
1497         * src/procmsg.c
1498                 o add debug output when MsgInfos are really freed
1499                 o free GSLists in procmsg_find_children and
1500                   procmsg_update_unread_children
1501
1502 2003-01-18 [christoph]  0.8.8claws113
1503
1504         * src/mainwindow.c
1505                 reorder Configuration menu
1506
1507 2003-01-18 [christoph]  0.8.8claws112
1508
1509         * src/compose.c
1510                 fix applying templates to forwarded messages
1511
1512         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1513
1514 2003-01-17 [christoph]  0.8.8claws111
1515
1516         * src/folder.c
1517                 destroy folder items, when a folder item is removed
1518
1519 2003-01-17 [christoph]  0.8.8claws110
1520
1521         * src/folder.c
1522                 fix wrong folder stats update when ignored message is
1523                 deleted
1524
1525 2003-01-17 [colin]      0.8.8claws109
1526         
1527         * src/mainwindow.c
1528         * src/summaryview.c
1529                 Quicksearch bugfixes: 
1530                 - hide help button at startup if not extended
1531                 - switch to extended when looking for replies
1532
1533 2003-01-17 [paul]
1534
1535         * sync with 0.8.9 release
1536
1537 2003-01-17 [paul]       0.8.8claws108
1538
1539         * sync with 0.8.8cvs11
1540                 see ChangeLog 2003-01-17
1541
1542 2003-01-16 [colin]      0.8.8claws107
1543
1544         * src/procmsg.c
1545                 Changed encryption test to re-ask passphrase
1546                 if an encrypted message hasn't been decrypted
1547                 Fixes bug #5
1548
1549 2003-01-16 [christoph]  0.8.8claws106
1550
1551         * src/prefs_gtk.c
1552         * src/prefs_toolbar.c
1553         * src/gtk/prefswindow.h
1554         * src/plugins/spamassassin/spamassassin_gtk.c
1555                 remove page destroy function that is not used anymore
1556
1557 2003-01-16 [paul]       0.8.8claws105
1558
1559         * sync with 0.8.8cvs9
1560                 see ChangeLog 2002-01-16
1561
1562 2003-01-16 [colin]      0.8.8claws104
1563
1564         * src/compose.[ch]
1565                 Fix bug with autosaved drafts for IMAP, when draft
1566                 folder is specified - fixes bugzilla bug #20
1567
1568 2003-01-15 [paul]       0.8.8claws103
1569
1570         * src/compose.[ch]
1571           src/procmsg.c
1572                 store folder and message-id of message forwarding
1573                 in queue header and set forward flag after sending
1574
1575 2003-01-15 [paul]       0.8.8claws102
1576
1577         * sync with 0.8.8cvs8
1578                 see ChangeLog 2002-01-15
1579
1580 2003-01-15 [colin]      0.8.8claws101
1581
1582         * src/Makefile.am
1583                 Fix linking with GNU libiconv
1584
1585 2003-01-15 [darko]      0.8.8claws100
1586
1587         * src/pine.c
1588                 fix crash when importing pine address book
1589                 entry with an empty name (reported by DY
1590                 <dybulk at tri8.net>)
1591
1592 2003-01-14 [paul]       0.8.8claws99
1593
1594         * configure.in  ** REMOVED **
1595           configure.ac  ** NEW FILE **
1596                 rename configure.in to configure.ac, as it is now
1597                 preferred
1598
1599 2003-01-14 [melvin]     0.8.8claws98
1600
1601         * src/folderview.c
1602                 folderview_check_new(): More precise function description
1603
1604 2003-01-14 [melvin]     0.8.8claws97
1605
1606         * src/folderview.c
1607                 folderview_check_new(): return the number of new messages 
1608                         since last check.
1609         * src/inc.c
1610                 inc_account_mail(): Disable counting of new messages for IMAP
1611                         and NNTP until bug [19] and [14] are fixed.
1612
1613 2003-01-14 [paul]       0.8.8claws96
1614
1615         * sync with 0.8.8cvs6
1616                 see ChangeLog 2003-01-14
1617
1618 2003-01-13 [alfons]     0.8.8claws95
1619
1620         * src/textview.c
1621                 tune email address validation (c. 0.8.8claws89): if . is 
1622                 just one char away from @, the address is invalid too 
1623                 (correctly rejects addresses like foo@.com)
1624
1625 2003-01-13 [paul]       0.8.8claws94
1626
1627         * src/messageview.c
1628           src/toolbar.c
1629                 fixes to the Message View toolbar and menu:
1630                 fix non-functioning Forward button
1631                 make Reply button consider default_reply_list
1632                 remove 'Follow-up...' menu entry
1633                 add 'Forward' and 'Redirect' menu entries
1634
1635 2003-01-13 [melvin]     0.8.8claws93
1636
1637         * src/inc.c
1638                 Fixed typo that could make new messages count incorrect.
1639
1640 2003-01-13 [melvin]     0.8.8claws92
1641
1642         * src/folderview.[ch]
1643                 folderview_check_new(): return the number of new messages.
1644         * src/inc.c
1645                 Should fix bug [14] where new mail notification worked 
1646                         incorrectly with IMAP accounts.
1647                 inc_spool_account(): return number of new msgs, or -1 on error
1648                 inc_all_spool(): return number of new msgs
1649                 
1650 2003-01-13 [melvin]     0.8.8claws91
1651
1652         * src/prefs_actions.c
1653                 Justify help text.
1654
1655 2003-01-12 [thorsten]   0.8.8claws90
1656
1657         * src/common/prefs.c
1658                 close file before rename
1659
1660 2003-01-12 [alfons]     0.8.8claws89
1661
1662         * AUTHORS
1663                 add Christian Mertes
1664         * src/common/utils.[ch]
1665                 g_stricase_hash(), g_stricase_equal(): functions for 
1666                 case insensitive hash tables
1667         * src/textview.c
1668                 use top level domain names to validate email address, based
1669                 on a patch by Christian Mertes (thanks!), but changed 
1670                 implementation to use a hash table 
1671
1672 2003-01-12 [paul]       0.8.8claws88
1673
1674         * po/bg.po
1675                 updated by George Danchev
1676
1677 2003-01-12 [alfons]     0.8.8claws87
1678
1679         * src/summaryview.c
1680                 delete / execute performance: use new style folder update
1681
1682 2003-01-12 [paul]       0.8.8claws86
1683
1684         * sync with 0.8.8cvs5
1685                 see ChangeLog 2003-01-13 (!)
1686
1687 2003-01-12 [alfons]     0.8.8claws85
1688
1689         * src/filtering.c
1690         * src/matcher_parser_parse.y
1691                 prepare change_score filtering action
1692         * src/matcher.[ch]
1693                 give up const-correctness on functions that call non-const-correct functions;
1694                 several casts to gpointer in g_free();
1695                 add change_score;
1696
1697 2003-01-12 [christoph]  0.8.8claws84
1698
1699         * src/compose.c
1700                 fix 2 warnings
1701
1702         * src/gtk/prefswindow.[ch]
1703         * src/plugins/spamassassin/spamassassin_gtk.c
1704                 changed the call of the widget create function
1705                 for PrefsPages, because sometimes the widget
1706                 create function needs a widget that already has
1707                 been attached to a window (to create GDK pixmaps
1708                 for exmaple). So we simply pass the GtkWindow as
1709                 the second parameter now.
1710
1711         * src/main.c
1712         * src/mainwindow.c
1713         * src/prefs_toolbar.[ch]
1714                 rewrite Toolbar Preferences using the new
1715                 prefs window
1716
1717 2003-01-11 [alfons]     0.8.8claws83
1718
1719         * src/addressadd.c
1720                 fix crash when adding sender to addressbook because status bar
1721                 isn't there (the status bar doesn't seem to be used though,
1722                 but I'll let Match decide what to do with it)
1723
1724 2003-01-11 [colin]      0.8.8claws82
1725
1726         * src/main.c
1727           src/toolbar.c
1728                 Two useless changes reversed
1729
1730 2003-01-11 [colin]      0.8.8claws81
1731
1732         * src/mainwindow.c
1733           src/mainwindow.h
1734                 Add mainwindow_get_mainwindow()
1735         * src/alertpanel.c
1736           src/alertpanel.h
1737                 Add alertpanel_error_log() 
1738         * src/compose.c
1739           src/inc.c
1740           src/messageview.c
1741           src/toolbar.c
1742           src/main.c
1743           src/procmsg.c
1744                 Network errors get a View Log button
1745
1746 2003-01-10 [alfons]     0.8.8claws80
1747
1748         * src/prefs_toolbar.c
1749         * src/toolbar.c
1750                 use the translatable string for "Separator" as file name for
1751                 separator toolbar items (probably make this uppercase?)
1752
1753 2003-01-10 [alfons]     0.8.8claws79
1754
1755         * src/prefs_toolbar.c
1756                 put right A_SEPARATOR description string in "displayed
1757                 toolbar items list" so manually added separators are
1758                 saved correctly (bug #10, "Adding a separator to the main 
1759                 toolbar fails, entry in xml file is wrong")
1760
1761 2003-01-10 [christoph]  0.8.8claws78
1762
1763         * src/imap.c
1764                 o fix warnings
1765                 o use CAPABILITY to check if NAMESPACE is available
1766
1767 2003-01-10 [christoph]  0.8.8claws77
1768
1769         * src/imap.[ch]
1770                 apply UIDPLUS IMAP extension support patch
1771
1772         Patch submitted by Simon 'corecode' Schubert
1773
1774 2003-01-10 [paul]       0.8.8claws76
1775
1776         * src/folderview.c
1777                 a sync from main which fixes the news account folders'
1778                 Properties bug
1779
1780 2003-01-10 [christoph]  0.8.8claws75
1781
1782         * src/folder.c
1783                 don't accept 0 as a valid uid returned by copy and move
1784                 functions. 0 means the message was copied or moved but the
1785                 new uid could not be fetched. It is not an error condition
1786                 for the copy or move operation.
1787
1788 2003-01-10 [paul]       0.8.8claws74
1789
1790         * src/prefs_filtering.c
1791                 change English used in Alert when entry is not
1792                 saved.
1793                 
1794         * sync with 0.8.8cvs4
1795                 see ChangeLog 2003-01-10
1796
1797 2003-01-10 [darko]      0.8.8claws73
1798
1799         * src/pine.c
1800                 fix crash when importing address book entry
1801                 without a valid address
1802
1803 2003-01-09 [alfons]     0.8.8claws72
1804
1805         * src/inc.c
1806                 filtering performance: use new style folder update
1807
1808 2003-01-09 [christoph]  0.8.8claws71
1809
1810         * src/compose.c
1811         * src/gtk/menu.[ch]
1812                 fix wrong selecting of mime encoding type, when
1813                 opening property dialog of attachments in the
1814                 compose window. 7bit was always selected and that
1815                 destoryed files with 8bit data.
1816                 (closes bug #9 Sylpheed-claws destroys attachments when
1817                  changing MIME-types)
1818
1819 2003-01-09 [paul]       0.8.8claws70
1820
1821         * sync with 0.8.8cvs3
1822                 see ChangeLog 2003-01-09
1823
1824 2003-01-08 [alfons]     0.8.8claws69
1825         
1826         * src/addressadd.c
1827                 apply patch by Kim Schulz to fix build breakage
1828                 because of missing variable
1829
1830 2003-01-08 [paul]       0.8.8claws68
1831
1832         * sync with 0.8.8cvs2
1833                 see ChangeLog 2002-01-08
1834
1835 2003-01-08 [paul]       0.8.8claws67
1836
1837         * po/it.po
1838                 updated by Alessandro Maestri
1839                 
1840         * src/addressadd.c
1841                 when using 'Add sender to addressbook' allow
1842                 name to be edited and remarks to be entered
1843                 Patch submitted by Luke Plant
1844
1845 2003-01-08 [darko]      0.8.8claws66
1846
1847         * README.claws, src/summaryview.c
1848                 fix description for marked messages
1849
1850 2003-01-08 [paul]
1851
1852         * tools/Makefile.am
1853           tools/launch_phoenix  ** NEW FILE **
1854                 add script that enables using Phoenix as the default
1855                 web browser. 
1856                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
1857                 
1858         * tools/OOo2sylpheed.pl
1859                 remove full path to sylpheed executable, just 'sylpheed'
1860                 will do
1861                 
1862         * tools/README
1863                 add launch_phoenix informtion and re-arrange and compress
1864                 the data a little
1865
1866 2003-01-07 [christoph]  0.8.8claws65
1867
1868         * src/folder.c
1869                 fix update for source folder when moving messages
1870         * src/procmsg.[ch]
1871         * src/summaryview.c
1872                 use function to set to_folder for message infos and
1873                 automatically update the op_count for old and new
1874                 folder
1875
1876 2003-01-07 [melvin]     0.8.8claws64
1877
1878         * src/prefs_actions.c
1879                 Fixed bug where an '%p' Action on a displayed image crashed 
1880                         Sylpheed
1881                 Code clean up (get rid of duplicated code and removed unnecessary 
1882                                 structure member)
1883
1884 2003-01-07 [christoph]  0.8.8claws63
1885
1886         * src/compose.c
1887         * src/folder.[ch]
1888         * src/folderview.c
1889         * src/import.c
1890         * src/inc.c
1891         * src/main.c
1892         * src/mainwindow.c
1893         * src/messageview.c
1894         * src/prefs_folder_item.c
1895         * src/procmsg.c
1896         * src/summaryview.c
1897         * src/toolbar.c
1898                 o remove all folder update triggering from the UI code. The folder
1899                   system should know much better when a folder needs an update.
1900                 o to prevent multiple updates in a row the folder updates can be
1901                   frozen for some time.
1902
1903                 Note: - Please verify that no updates are missing
1904                       - Check where freeze/thaws should be added
1905
1906 2003-01-07 [christoph]  0.8.8claws62
1907
1908         * src/prefs_actions.c
1909                 don't translate empty strings
1910
1911         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1912
1913 2003-01-06 [christoph]  0.8.8claws61
1914
1915         * src/prefs_actions.c
1916                 mark strings for gettext
1917         * src/prefs_matcher.c
1918                 use new description window for Execute action and
1919                 match condition in Filtering
1920
1921         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1922
1923 2003-01-06 [alfons]     0.8.8claws60
1924
1925         keep myself inspired to re-organize matcher part 8; 
1926         yes, more to come (I need to move out the descriptive
1927         text for actions to matcher.c, or at least make it not
1928         depend on the wicked ordering)
1929
1930         * src/prefs_matcher.c
1931                 add documentation so others may comprehend the
1932                 UI part of the conditions
1933                 
1934 2003-01-06 [christoph]  0.8.8claws59
1935
1936         * src/prefs_actions.c
1937                 use new description window for syntax help
1938         * src/gtk/description_window.c
1939                 fix display of descriptions with column count != 2
1940
1941         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1942
1943 2003-01-06 [christoph]  0.8.8claws58
1944
1945         * src/quote_fmt.c
1946         * src/summaryview.[ch]
1947         * src/gtk/Makefile.am
1948         * src/gtk/description_window.[ch]       ** NEW **
1949                 use a generic window to display syntax descriptions
1950                 currently used in quote_fmt and summaryview (new description
1951                 for extended quick search)
1952
1953         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
1954
1955 2003-01-06 [paul]       0.8.8claws57
1956
1957         * sync with 0.8.8cvs1
1958                 see ChangeLog 2003-01-06
1959
1960 2003-01-06 [christoph]  0.8.8claws56
1961
1962         * src/mainwindow.c
1963         * src/prefs_gtk.[ch]
1964         * src/gtk/prefswindow.[ch]
1965         * src/plugins/spamassassin/spamassassin_gtk.c
1966                 o remove page management from prefswindow, pages
1967                   will be an argument to prefswindow_open
1968                 o prefswindow_open gets a datapointer that is
1969                   passed to the widget_create function to allow
1970                   creation of prefswindow for specific items
1971
1972 2003-01-06 [colin]      0.8.8claws55
1973         
1974         * src/summaryview.c
1975                 We don't want regexp in the reply-finder, 
1976                 because MIDs can contain !,$,. and so on
1977
1978 2003-01-06 [jens]       0.8.8claws54
1979
1980         * src/jpilot.c
1981                 fixed a wrong free in jpilot_read_db_files
1982
1983 2003-01-06 [alfons]     0.8.8claws53
1984
1985         re-organize matcher part 8; more to come
1986        
1987         * src/matcher.c
1988                 matcherprop_to_string(): put g_free()s before the
1989                 switch-case break to fix memleaks                
1990
1991 2003-01-06 [colin]      0.8.8claws52
1992
1993         * src/summaryview.c
1994                 cleanup & reply-finder now displays the first 
1995                 matching message
1996
1997 2003-01-05 [alfons]     0.8.8claws51
1998
1999         re-organize matcher part 7; more to come
2000
2001         * src/matcher.[ch]
2002                 fixes for constant correctness;
2003                 more documentation;
2004
2005 2003-01-05 [alfons]     0.8.8claws50
2006
2007         re-organize matcher part 6; more to come
2008         
2009         * src/matcher.[ch]
2010                 fixes for constant correctness;
2011                 more documentation;
2012         * src/filtering.c
2013                 fix for constant correctness
2014
2015 2003-01-05 [colin]      0.8.8claws49
2016
2017         * src/account.[ch]
2018                 Add account_get_reply_account function
2019         * src/compose.c
2020                 Use account_get_reply_account function 
2021         * src/summaryview.c
2022                 Basic reply-finder - click on the replied
2023                 icon gets you to the outbox using quick-search
2024
2025 2003-01-05 [paul]       0.8.8claws48
2026
2027         * src/prefs_common.c
2028                 small change to English
2029                 
2030         * src/prefs_filtering.c
2031                 prefs_filtering_action_select(): improve logic and uniformity
2032                 of gui
2033
2034 2003-01-05 [alfons]     0.8.8claws47
2035
2036         fine tune solution to focus problems (bug #7)
2037
2038         * src/mainwindow.c
2039                 mainwindow_focus_in_event(): remove grab event check
2040         * src/summaryview.c
2041                 summary_button_pressed(): move selection on right-click
2042                 too. we can't possibly move the selection back after
2043                 canceling a dialog, because gtk's incomplete focus 
2044                 management. whether this is a good solution, only time
2045                 will tell.
2046
2047 2003-01-05 [christoph]  0.8.8claws46
2048
2049         * src/imap.c
2050                 fix crash when no imap connection could be established
2051
2052 2003-01-05 [paul]       0.8.8claws45
2053
2054         * src/mainwindow.c
2055           src/sumamryview.c
2056           src/gtk/menu.[ch]
2057                 fix bug 605957 'shortcuts in popup-menu'
2058                 make user-defined shortcuts work
2059                 show shortcuts that are already defined
2060                 in the main menu
2061                 Patch submitted by Luke Plant
2062
2063 2003-01-05 [alfons]     0.8.8claws44
2064
2065         * src/mainwindow.c
2066                 focus_in_event handler should not select summary view row 
2067                 when another window (menu, dialog) grabbed for events 
2068                 (bug #7, "[0.8.8claws42] Message summary focus") 
2069
2070 2003-01-04 [christoph]  0.8.8claws43
2071
2072         * src/procmsg.c
2073                 update save folder after adding the sent message
2074                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
2075
2076 2003-01-02 [christoph]  0.8.8claws42
2077
2078         * src/common/plugin.c
2079                 fix unloading of all plugins and unload
2080                 plugins in reverse order
2081                 
2082         * src/gtk/pluginwindow.c
2083                 implement function of load and unload button
2084
2085         * src/gtk/prefswindow.c
2086         * src/gtk/prefswindow.h
2087                 rename register function and add new unregister
2088                 function
2089
2090         * src/plugins/spamassassin/spamassassin_gtk.c
2091                 unregister prefs page and update for changes in
2092                 src/gtk/prefswindow.c
2093
2094 2003-01-02 [paul]       0.8.8claws41
2095
2096         * po/es.po
2097                 updated by Ricardo Mones Lastra
2098
2099 2003-01-02 [paul]
2100
2101         * tools/tb2sylpheed
2102                 fixes and improvements by Urke MMI
2103
2104 2003-01-02 [thorsten]   0.8.8claws40
2105
2106         * src/procmsg.c
2107                 fixed wrong return value
2108
2109 2003-01-02 [thorsten]   0.8.8claws39
2110
2111         * src/prefs.c
2112                 fixed printing wrong variable
2113
2114 2003-01-02 [thorsten]   0.8.8claws38
2115
2116         * src/prefs.c
2117                 fixed acessing members of freed pfile struct
2118
2119 2003-01-02 [thorsten]   0.8.8claws37
2120
2121         * src/procmsg.c
2122                 detect loops across several messages
2123                 as suggested by Christoph Hohmann
2124
2125 2003-01-01 [match]      0.8.8claws36
2126
2127         * src/addrindex.c
2128                 fixed another memory leak.
2129
2130 2003-01-01 [match]      0.8.8claws35
2131
2132         * src/jpilot.[ch]
2133                 fixed memory leaks. applied Doxygen comments.
2134
2135 2003-01-01 [thorsten]   0.8.8claws34
2136
2137         * src/procmsg.c
2138                 inhibit endless loop if msg references itself
2139                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
2140
2141 2003-01-01 [christoph]  0.8.8claws33
2142
2143         * src/mainwindow.c
2144         * src/gtk/Makefile.am
2145         * src/gtk/pluginwindow.c                ** NEW **
2146         * src/gtk/pluginwindow.h                ** NEW **
2147                 add plugin window
2148
2149         * src/plugins/demo/demo.c
2150         * src/plugins/spamassassin/spamassassin.c
2151         * src/plugins/spamassassin/spamassassin_gtk.c
2152                 write better plugin descriptions
2153
2154 2002-12-31 [christoph]  0.8.8claws32
2155
2156         * src/gtk/prefswindow.c
2157         * src/plugins/spamassassin/spamassassin_gtk.c
2158                 some small improvements to GTK code
2159
2160 2002-12-31 [christoph]  0.8.8claws31
2161
2162         * src/plugins/spamassassin/spamassassin_gtk.c
2163                 enable folder select button
2164
2165 2002-12-31 [christoph]  0.8.8claws30
2166
2167         * src/mainwindow.c
2168         * src/gtk/Makefile.am
2169         * src/gtk/prefswindow.c                         ** NEW **
2170         * src/gtk/prefswindow.h                         ** NEW **
2171                 add new prefs window
2172
2173         * src/common/plugin.c
2174                 don't try to load empty config lines
2175         
2176         * src/plugins/spamassassin/Makefile.am
2177         * src/plugins/spamassassin/spamassassin.c
2178         * src/plugins/spamassassin/spamassassin.h       ** NEW **
2179         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
2180                 GTK config for SpamAssassin Plugin using
2181                 the new prefs window
2182
2183 2002-12-31 [paul]       0.8.8claws29
2184
2185         * po/POTFILES.in
2186                 remove obsolete entry 'src/menu.c'
2187
2188 2002-12-31 [alfons]     0.8.8claws28
2189
2190         * src/matcher.[ch]
2191         * src/matcher_parser_parse.y
2192         * src/prefs_matcher.c
2193                 add "ignore_thread" and "~ignore_thread" condition so it's
2194                 possible to make the actions / scoring operate on the ignore
2195                 thread flag
2196
2197 2002-12-31 [christoph]  0.8.8claws27
2198
2199         * src/addrbook.c
2200         * src/addrindex.c
2201         * src/folder.c
2202         * src/matcher.c
2203         * src/prefs_account.c
2204         * src/prefs_actions.c
2205         * src/prefs_customheader.c
2206         * src/prefs_display_header.c
2207         * src/prefs_gtk.c
2208         * src/procmime.c
2209         * src/toolbar.c
2210         * src/xmlprops.c
2211         * src/common/prefs.[ch]
2212                 extend prefs file handling for reading and automatic handling
2213                 of blocks. When reading prefs_set_block_label will automatically
2214                 move on to the block. When writing it will copy all other blocks
2215                 automatically
2216
2217         * src/common/plugin.c
2218                 Now loading plugin filenames from [Plugins] block in
2219                 sylpheed rc file
2220
2221 2002-12-30 [christoph]  0.8.8claws26
2222
2223         * src/common/hooks.[ch]
2224                 return abort status to caller of hooks_invoke
2225                 
2226         * src/inc.[ch]
2227                 invoke message filtering hook and stop
2228                 default handling when filter returns abort
2229
2230         * src/common/plugin.[ch]
2231         * src/plugins/demo/demo.c
2232                 modify plugin loader, because resolving symbols for strings
2233                 does not work correctly
2234         
2235         * configure.in
2236         * ac/spamassassin.m4                            ** NEW **
2237         * src/plugins/spamassassin/.cvsignore           ** NEW **
2238         * src/plugins/spamassassin/Makefile.am          ** NEW **
2239         * src/plugins/spamassassin/README               ** NEW **
2240         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
2241         * src/plugins/spamassassin/spamassassin.c       ** NEW **
2242         * src/plugins/spamassassin/utils.[ch]           ** NEW **
2243                 add spamassassin plugin, see src/plugins/spamassassin/README
2244                 for details
2245
2246 2002-12-29 [alfons]     0.8.8claws25
2247
2248         * src/mainwindow.c
2249                 when moving focus from a message view to the main 
2250                 window, don't forget to select the summary node
2251                 of the displayed message. should fix "[ 659103 ] 
2252                 focus-follows-mouse confuses sylpheed"
2253
2254 2002-12-29 [christoph]  0.8.8claws24
2255
2256         * src/Makefile.am
2257         * src/stringtable.[ch]          ** REMOVE **
2258         * src/common/Makefile.am
2259         * src/common/stringtable.[ch]   ** NEW **
2260                 move stringtable files to common directory
2261
2262 2002-12-29 [christoph]  0.8.8claws23
2263
2264         * src/Makefile.am
2265         * src/menu.[ch]                 ** REMOVE **
2266         * src/gtk/Makefile.am
2267         * src/gtk/menu.[ch]             ** NEW **
2268                 move menu files to gtk directory
2269
2270 2002-12-29 [match]      0.8.8claws22
2271
2272         * src/addressbook.c
2273         * src/syldap.c
2274                 moved UI specific code out of LDAP code into addressbook
2275                 UI code. fixed memory leak.
2276
2277 2002-12-29 [christoph]  0.8.8claws21
2278
2279         * src/folder.c
2280                 only check for IGNORED parent message when message is
2281                 not IGNORED itself
2282
2283 2002-12-29 [alfons]     0.8.8claws20
2284
2285         * src/summaryview.c
2286                 set gtksctree's anchor correct (immediate execute
2287                 changes the tree's layout, and anchor points at 
2288                 the incorrect row). fixes "[ 657233 ] multiple msg 
2289                 delete sometimes off by 1".
2290                 we probably have to look for more tree layout /
2291                 anchor glitches.
2292
2293 2002-12-29 [paul]       0.8.8claws19
2294
2295         * src/summaryview.c
2296                 fix bug [ 659054 ] incorrect sorting of 'From' column
2297                 when using 'display sender using address book'
2298                 thanks to Alfons and Luke Plant
2299
2300 2002-12-29 [christoph]  0.8.8claws18
2301
2302         * src/folder.c
2303         * src/procmsg.[ch]
2304                 check parent messages for IGNORE THREAD flag, when adding,
2305                 moving or copying messages to a folder
2306
2307 2002-12-27 [alfons]     0.8.8claws17
2308
2309         re-organize matcher part 5; more to come
2310
2311         * src/matcher.c
2312                 hash keywords in matchparser_tab 
2313
2314 2002-12-27 [alfons]     0.8.8claws16
2315
2316         re-organize matcher part 4; more to come
2317
2318         * src/matcher_parser.h
2319         * src/matcher_parser_lex.l
2320         * src/matcher_parser_parse.y
2321                 cleanup
2322
2323 2002-12-27 [alfons]     0.8.8claws15
2324
2325         re-organize matcher part 3; more to come
2326
2327         * src/matcher.[ch]
2328                 cleanup
2329
2330 2002-12-27 [alfons]     0.8.8claws14
2331
2332         re-organize matcher part 2; more to come but this should
2333         work. cc me if there are any regressions.
2334
2335         * src/matcher.h
2336                 add prototype for get_matchparser_tab_id()
2337         * src/matcher_parser_lex.l
2338                 look up keywords using matchparser_tab_id();
2339
2340 2002-12-27 [alfons]     0.8.8claws12
2341
2342         re-organize matcher part 1
2343
2344         * src/matcher.h
2345                 map yacc generated constants to sylpheed matcher constants
2346         * src/matcher.c
2347                 add function to find a matcher constant from a string
2348
2349 2002-12-27 [christoph]  0.8.8claws11
2350
2351         * src/compose.c
2352                 MENUITEM_ADD casts the 4th argument from integer to pointer
2353                 so it probably should not be a pointer, this means we
2354                 should use account id for it and not the account's pointer
2355
2356 2002-12-27 [paul]       0.8.8claws10
2357
2358         * src/mainwindow.c
2359                 remove unneeded 'GtkWidget *vbox'
2360                 
2361         * src/summaryview.c
2362                 further sync with 0.8.8 - make sort
2363                 by recipient work as expected
2364                 
2365         * NEWS
2366                 sync with 0.8.8
2367
2368 2002-12-27 [paul]       0.8.8claws9
2369
2370         * po/pt_BR.po
2371                 updated by Ivan F. Martinez
2372                 
2373 2002-12-27 [darko]      0.8.8claws8
2374
2375         * src/common/utils.c
2376                 added locked pattern to extended search
2377
2378 2002-12-27 [alfons]     0.8.8claws7
2379
2380         * src/prefs_matcher.[ch]
2381                 clean up
2382
2383 2002-12-26 [alfons]     0.8.8claws6
2384
2385         * src/matcher.[ch]
2386         * src/matcher_parser_lex.l
2387         * src/matcher_parser_parse.y
2388         * src/prefs_matcher.c
2389                 allow color label as a condition in the matcher
2390
2391 2002-12-26 [oliver]     0.8.8claws5
2392         
2393         * src/toolbar.c 
2394                 enable Addressbook for Main and Messageview
2395         * src/prefs_actions.c
2396                 enable actions in Messageview
2397
2398 2002-12-26 [christoph]  0.8.8claws4
2399
2400         * src/common/plugin.c
2401                 add a little debug output
2402         * configure.in
2403         * src/plugins/demo/Makefile.am
2404                 better use of automake
2405
2406 2002-12-26 [christoph]  0.8.8claws3
2407
2408         * src/Makefile.am
2409         * src/common/Makefile.am
2410                 fix "make distdir"
2411
2412 2002-12-26 [christoph]  0.8.8claws2
2413
2414         * configure.in
2415                 sort configure checks into common / gtk / plugins
2416         * po/POTFILES.in
2417                 add src/prefs_gtk.c
2418         * src/Makefile.am
2419                 add plugins SUBDIR
2420         * src/main.c
2421         * src/common/sylpheed.[ch]
2422                 added now sylpheed_done function for shutdown
2423         * src/common/Makefile.am
2424         * src/common/plugin.[ch]                ** NEW **
2425                 plugin loader and unloader
2426         * src/plugins/.cvsignore                ** NEW **
2427         * src/plugins/Makefile.am               ** NEW **
2428                 build plugins
2429         * src/plugins/demo/.cvsignore           ** NEW **
2430         * src/plugins/demo/Makefile.am          ** NEW **
2431         * src/plugins/demo/demo.c               ** NEW **
2432                 small demo plugin that installs a logtext hook and
2433                 outputs the log text to stdout
2434
2435 2002-12-26 [paul]       0.8.8claws1
2436
2437         * po/es.po
2438                 updated by Ricardo Mones Lastra
2439
2440 2002-12-26 [paul]       0.8.8claws
2441
2442         * 0.8.8claws released
2443
2444 2002-12-26 [paul]       0.8.7claws12
2445
2446         * po/bg.po
2447                 updated by George Danchev
2448
2449 2002-12-26 [paul]       0.8.7claws11
2450
2451         * po/POTFILES.in
2452                 remove unneeded 'src/prefs.c' entry 
2453
2454 2002-12-26 [paul]       0.8.7claws10
2455
2456         * src/codeconv.c
2457           src/mainwindow.c
2458                 sync with 0.8.8 release
2459         
2460         * src/folder.[ch]
2461           src/mh.c
2462           src/summaryview.c
2463                 partial sync with 0.8.8 release
2464         
2465
2466 2002-12-25 [alfons]     0.8.7claws9
2467
2468         * src/matcher.[ch]
2469         * src/matcher_parser_lex.l
2470         * src/matcher_parser_parse.y
2471         * src/prefs_matcher.c
2472                 add locked flag to possible filtering / matcher 
2473                 conditions (also a good example what should be
2474                 done to add a simple boolean condition)
2475
2476 2002-12-25 [christoph]  0.8.7claws8
2477
2478         * src/Makefile.am
2479         * src/account.[ch]
2480         * src/addrbook.c
2481         * src/addressbook.c
2482         * src/addrindex.c
2483         * src/filtering.c
2484         * src/folder.c
2485         * src/matcher.c
2486         * src/prefs.[ch]                ** REMOVE **
2487         * src/prefs_account.c
2488         * src/prefs_actions.c
2489         * src/prefs_common.c
2490         * src/prefs_customheader.c
2491         * src/prefs_display_header.c
2492         * src/prefs_filtering.c
2493         * src/prefs_folder_item.c
2494         * src/prefs_gtk.[ch]            ** NEW **
2495         * src/prefs_matcher.c
2496         * src/prefs_scoring.c
2497         * src/prefs_summary_column.c
2498         * src/procmime.c
2499         * src/selective_download.c
2500         * src/toolbar.c
2501         * src/common/Makefile.am
2502         * src/common/prefs.[ch]         ** NEW **
2503                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2504
2505 2002-12-24 [alfons]     0.8.7claws7
2506
2507         * src/summaryview.c
2508                 summary_thread_build(): fix real cause of the crash mentioned in
2509                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
2510                 this way we get meaningful ctree nodes 
2511
2512 2002-12-24 [oliver]     0.8.7claws6
2513
2514         * src/mainwindow.[ch]
2515         * src/messageview.[ch]
2516         * src/compose.[ch]
2517         * src/inc.c
2518         * src/summaryview.c
2519                 changes to use updated toolbar handling
2520                 
2521 2002-12-24 [oliver]     0.8.7claws5
2522
2523         * src/toolbar.[ch]
2524                 generic toolbar handling
2525                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2526         * src/prefs_toolbar.[ch]
2527                 adjust to handling
2528         
2529 2002-12-24 [oliver]     0.8.7claws4
2530         
2531         * src/stock_pixmap.[ch]
2532                 move SYLPHEED_LOGO to end of list in order 
2533                 to remove it from Custom Toolbar`s Icon View
2534
2535 2002-12-24 [alfons]     0.8.7claws3
2536
2537         * src/summaryview.c
2538                 summary_thread_build(): fix crash because of focus != selection 
2539                 after threading. when deleting the selection, gtk tries but fails 
2540                 to find the correct focusable element. we now force the selection
2541                 to be focused. this should solve the infamous bug reported by 
2542                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
2543                 a test case is available. 
2544
2545 2002-12-24 [darko]      0.8.7claws2
2546
2547         * src/summaryview.c
2548                 don't crash when unmarking message with unread children
2549
2550 2002-12-23 [christoph]  0.8.7claws1
2551
2552         * src/Makefile.am
2553         * src/common/Makefile.am
2554                 update Makefiles for moved intl.h, version.h and defs.h
2555         * src/imap.c
2556                 rewrite imap_session_get to avoid duplicate code
2557
2558 2002-12-23 [paul]       0.8.7claws
2559
2560         * Santa-Claws released
2561         
2562         * po/hu.po
2563           po/ru.po
2564                 squeeze in updated Hungarian and Russian translations.
2565                 Submitted by  Gál Zoltán and Ruslan N. Balkin
2566
2567 2002-12-23 [paul]       0.8.6claws129
2568
2569         * po/pl.po
2570                 updated by Witold Wladyslaw Wojciech Wilk
2571
2572 2002-12-23 [paul]       0.8.6claws128
2573
2574         * src/quote_fmt_parse.y
2575                 fix typo and add licence header
2576
2577 2002-12-23 [paul]       0.8.6claws127
2578
2579         * po/en_GB.po
2580                 updated
2581
2582 2002-12-23 [paul]       0.8.6claws126
2583
2584         * po/it.po
2585                 updated translation, submitted by Alessandro Maestri
2586                 
2587 2002-12-23 [paul]       0.8.6claws125
2588
2589         * src/quote_fmt_parse.y
2590                 fix signature-stripping on replies bug. match
2591                 '-- \n' and not '-- '.
2592
2593 2002-12-22 [paul]       0.8.6claws124
2594
2595         * po/bg.po
2596           po/es.po
2597           po/sr.po
2598                 updated translations. submitted by George Danchev,
2599                 Ricardo Mones Lastra, and Urke MMI respectively
2600
2601 2002-12-21 [paul]       0.8.6claws123
2602
2603         * src/addrbook.c
2604                 fix coding style
2605
2606 2002-12-21 [paul]       0.8.6claws122
2607
2608         * src/addrbook.c
2609                 fix bug [643638] where if a person is in one or more
2610                 addressbook groups editing that person's email 
2611                 address results in removal from those groups.
2612                 Patch submitted by Luke Plant.
2613
2614 2002-12-20 [christoph]  0.8.6claws121
2615
2616         * src/common/utils.c
2617         * src/summaryview.c
2618                 reimplement expand_search_string using GString to
2619                 prevent crashs caused by miscalculated string
2620                 lengths reported by Paul
2621
2622 2002-12-20 [christoph]  0.8.6claws120
2623
2624         * src/summaryview.c
2625                 don't use "changed" to check if op_count has to be changed as it
2626                 is also set when the message has unread children
2627                 (closes bug [ 653221 ] crash while deleting duplicates)
2628
2629 2002-12-20 [paul]       0.8.6claws119
2630
2631         * sync with 0.8.6cvs27
2632                 see ChangeLog 2002-12-20
2633
2634 2002-12-20 [paul]       0.8.6claws118
2635
2636         * sync with 0.8.6cvs26
2637                 see ChangeLog 2002-12-19 and 2002-12-20
2638
2639 2002-12-19 [alfons]     0.8.6claws117
2640
2641         * src/textview.c
2642                 fix incorrect parsing of email addresses, submitted by 
2643                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
2644                 name display if it contains @".
2645
2646 2002-12-18 [paul]       0.8.6claws116
2647
2648         * sync with 0.8.6cvs23
2649                 see ChangeLog 2002-12-18
2650
2651 2002-12-18 [paul]       0.8.6claws115
2652
2653         * src/Makefile.am
2654         * src/account.c
2655         * src/codeconv.c
2656         * src/gtkutils.[ch]
2657         * src/imap.c
2658                 sync with 0.8.6cvs22.
2659                 see ChangeLog 2002-12-17 and 2002-12-18
2660
2661 2002-12-17 [christoph]  0.8.6claws114
2662
2663         * src/imap.c
2664                 o don't create a session if imap greeting fails
2665                 o don't close socket when authentication fails
2666                   this is done by imap_session_destroy
2667
2668 2002-12-17 [thorsten]   0.8.6claws113
2669
2670         * tools/Makefile.am
2671           tools/README
2672           tools/google_msgid.pl ** NEW FILE **
2673                 Added "search for message-id" script and doc
2674
2675 2002-12-17 [thorsten]   0.8.6claws112
2676
2677         * po/hu.po
2678                 Updated hungarian translation
2679                 (updated by Gal Zoltan)
2680
2681 2002-12-16 [christoph]  0.8.6claws111
2682
2683         * src/addr_compl.c
2684                 remove stupid addressbook dump to debug output
2685         * src/mh.c
2686                 fix memory leak found by Hiro
2687
2688 2002-12-14 [paul]       0.8.6claws110
2689
2690         * src/compose.c
2691                 fix menubar sensitivity on send
2692                 
2693         * src/prefs_filtering.c
2694         * src/prefs_matcher.c
2695         * src/prefs_scoring.c
2696                 Fix english ;)
2697                 
2698         * src/common/quoted-printable.h
2699                 sync: fix typo
2700         
2701 2002-12-13 [christoph]  0.8.6claws109
2702
2703         * src/Makefile.am
2704         * src/manage_window.[ch]        ** REMOVE **
2705         * src/gtk/Makefile.am
2706         * src/gtk/manage_window.[ch]    ** NEW **
2707                 move manage_window files to gtk directory
2708
2709 2002-12-13 [christoph]  0.8.6claws108
2710
2711         * src/Makefile.am
2712         * src/gtkshruler.[ch]           ** REMOVE **
2713         * src/gtk/Makefile.am
2714         * src/gtk/gtkshruler.[ch]       ** NEW **
2715                 move gtkshruler files to gtk directory
2716
2717 2002-12-13 [christoph]  0.8.6claws107
2718
2719         * src/Makefile.am
2720         * src/compose.c
2721         * src/gtkstext.[ch]             ** REMOVE **
2722         * src/gtkutils.[ch]
2723         * src/textview.c
2724         * src/gtk/gtkstext.[ch]         ** NEW **
2725         * src/gtk/Makefile.am
2726                 o move stext functions to gtkstext.c to remove
2727                   dependency of gtkutils
2728                 o move gtkstext files to gtk directory
2729
2730         * src/gtk/Makefile.am
2731         * src/gtk/sslcertwindow.[ch]
2732                 UI stuff can always depend on common code so
2733                 it's ok to add ../common to include path
2734
2735 2002-12-13 [colin]      0.8.6claws106
2736
2737         * src/summaryview.c
2738                 Disconnect sighandlers for mainwindow when
2739                 quicksearch has the focus
2740                 Fix bug #653231
2741         * src/mainwindow.[ch]
2742                 Make key_pressed callback public, to be able
2743                 to disconnect it
2744
2745 2002-12-13 [christoph]  0.8.6claws105
2746
2747         * src/mh.c
2748                 create .mh_sequences file in new MH folders
2749                 (closes feature request [ 523162 ] MH folders should
2750                  get a .mh_sequences)
2751
2752 2002-12-13 [colin]      0.8.6claws104
2753
2754         * src/summaryview.c
2755                 Better handling of quicksearch show/hide
2756                 (basically the button stays under the mouse 
2757                  when toggled)
2758
2759 2002-12-13 [paul]       0.8.6claws103
2760
2761         * sync with 0.8.6cvs17
2762                 see ChangeLog 2002-12-13
2763
2764 2002-12-13 [paul]       0.8.6claws102
2765
2766         * po/es.po
2767                 updated by Ricardo Mones Lastra
2768
2769 2002-12-11 [colin]       0.8.6claws101
2770
2771         * src/folder.c
2772                 remove statusbar stuff
2773           src/folderview.c
2774                 set statusbar verbosity when moving folders
2775
2776 2002-12-11 [colin]       0.8.6claws100
2777         * src/prefs_filtering.c
2778         * src/prefs_matcher.c
2779         * src/prefs_scoring.c
2780                 Fix english ;)
2781
2782 2002-12-11 [colin]       0.8.6claws99
2783
2784         * src/prefs_common.[ch]
2785                 Add summary_quicksearch_type
2786         * src/summaryview.c
2787                 Save last used quicksearch type
2788
2789 2002-12-11 [jens]       0.8.6claws98
2790         * src/prefs_filtering.c
2791         * src/prefs_matcher.c
2792         * src/prefs_scoring.c
2793                 added dialog for incomplete rules in scoring, filtering and
2794                 matcher to ask wheather really close
2795
2796 2002-12-11 [colin]      0.8.6claws97
2797
2798         * src/folder.c
2799                 Fix folder dnd statusbar logging
2800
2801 2002-12-10 [christoph]  0.8.6claws96
2802
2803         * src/compose.c
2804         * src/folder.c
2805         * src/imap.c
2806         * src/inc.c
2807         * src/main.c
2808         * src/mainwindow.c
2809         * src/news.c
2810         * src/send.c
2811         * src/statusbar.[ch]
2812         * src/common/hooks.c
2813         * src/common/log.[ch]
2814                 o handle verbose logging in statusbar directly in statusbar code
2815                   and common code does not need any knowledge about a statusbar
2816                 o remove direct calls to statusbar_(puts|pop)_all functions
2817
2818 2002-12-10 [jens]       0.8.6claws95
2819
2820         * src/*.c
2821                 removed gettext from g_warnings
2822         * po/POTFILES.in
2823                 cleaned and updated
2824         * po/de.po
2825                 updated
2826
2827 2002-12-10 [colin]      0.8.6claws94
2828
2829         * src/main.c
2830                 finish crash dialog fix
2831
2832 2002-12-10 [colin]      0.8.6claws93
2833
2834         * src/main.c
2835                 "Fix" "sylpheed already running" instead of
2836                 crash dialog appearing after a crash
2837
2838 2002-12-10 [colin]      0.8.6claws92
2839
2840         * po/POTFILES.in
2841                 add src/gtk/sslcertwindow.c
2842
2843 2002-12-10 [paul]       0.8.6claws91
2844
2845         * po/POTFILES.in
2846                 updated to reflect recent changes
2847                 submitted by Alessandro Maestri
2848
2849 2002-12-09 [christoph]  0.8.6claws90
2850
2851         * src/Makefile.am
2852         * src/smtp.[ch]                 ** REMOVE **
2853         * src/common/Makefile.am
2854         * src/common/smtp.[ch]          ** NEW **
2855                 move smtp files to common directory
2856
2857 2002-12-09 [christoph]  0.8.6claws89
2858
2859         * src/Makefile.am
2860         * src/session.[ch]              ** REMOVE **
2861         * src/common/Makefile.am
2862         * src/common/session.[ch]       ** NEW **
2863                 move session files to common directory
2864
2865 2002-12-09 [paul]       0.8.6claws88
2866
2867         * src/account.c
2868                 fix bug [649746] edit accounts: move account reverted
2869                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
2870
2871 2002-12-09 [colin]      0.8.6claws87
2872
2873         * src/ssl_certificate.c
2874                 cleanup
2875
2876 2002-12-09 [colin]      0.8.6claws86
2877
2878         * src/ssl.c
2879                 Try to open the cert.pem database and 
2880                 issue a warning if it isn't there
2881
2882 2002-12-09 [colin]      0.8.6claws85
2883
2884         * src/common/ssl_certificate.c
2885         * src/gtk/sslcertwindow.c
2886                 Warning fixes
2887
2888 2002-12-09 [colin]      0.8.6claws84
2889
2890         * src/ssl_certificate.[ch] ** REMOVED **
2891         * src/common/ssl_certificate.[ch] ** NEW **
2892         * src/Makefile.am
2893         * src/common/Makefile.am
2894                 Moved ssl_certificate.[ch] to common
2895         * src/common/ssl.c 
2896                 Put back needed include
2897         * src/gtk/sslcertwindow.[ch]
2898                 Changed ssl_certificate.h include
2899         
2900 2002-12-09 [colin]      0.8.6claws83
2901
2902         * src/gtk/sslcertwindow.[ch]
2903                 Implement hook for certificate acception
2904         * src/ssl_certificate.[ch]
2905                 Implement hook for certificate acception
2906         * src/common/ssl.c
2907                 Reenable certificate acception check
2908         * src/mainwindow.c
2909                 Register sslcertwindow's hook
2910         
2911 2002-12-08 [christoph]  0.8.6claws82
2912
2913         * src/about.c
2914         * src/addr_compl.c
2915         * src/codeconv.c
2916         * src/manual.c
2917         * src/undo.c
2918         * src/common/utils.c
2919                 o add missing includes
2920                 o fix warnings
2921         * src/.cvsignore
2922         * src/common/.cvsignore
2923         * src/common/version.h          ** REMOVE **
2924                 remove autogenerated file
2925
2926 2002-12-08 [paul]       0.8.6claws81
2927
2928         * src/stringtable.c
2929                 put back needed include
2930
2931 2002-12-08 [colin]      0.8.6claws80
2932         
2933         * src/gtk/sslcertwindow.c
2934                 Cleaner popups when asking
2935         * src/ssl_certificate.c
2936         * src/prefs_common.[ch]
2937                 remove ssl certificate pref
2938                 put back needed include
2939         * src/undo.c
2940                 put back needed include
2941
2942 2002-12-08 [christoph]  0.8.6claws79
2943
2944         * src/folderview.c
2945         * src/logwindow.c
2946         * src/statusbar.c
2947         * src/summaryview.c
2948                 only abort hook invokation if required data is missing not
2949                 if our own data pointer is NULL, update hookfunction for
2950                 log window
2951
2952 2002-12-08 [paul]       0.8.6claws78
2953
2954         * src/about.c
2955         * src/addrcache.c
2956         * src/addrclip.c
2957         * src/addr_compl.c
2958         * src/addrselect.c
2959         * src/codeconv.c
2960         * src/colorlabel.c
2961         * src/enriched.c
2962         * src/esmtp.c
2963         * src/exporthtml.c
2964         * src/headerview.c
2965         * src/imageview.c
2966         * src/manual.c
2967         * src/noticeview.c
2968         * src/pgptext.c
2969         * src/scoring.c
2970         * src/sourcewindow.c
2971         * src/stringtable.c
2972         * src/undo.c
2973                 clean up: remove unneccesary includes
2974
2975 2002-12-08 [christoph]  0.8.6claws77
2976
2977         * src/folderview.c
2978         * src/statusbar.c
2979         * src/summaryview.c
2980         * src/common/hooks.[ch]
2981                 hook functions now have a gboolean return value, if a hook
2982                 returns TRUE it will stop executing of any more hooks in
2983                 the same hooklist for this invokation
2984
2985 2002-12-08 [colin]      0.8.6claws76
2986         
2987         * src/main.c
2988                 put back argv0 for CRASH_DIALOG
2989
2990 2002-12-08 [christoph]  0.8.6claws75
2991
2992         * src/Makefile.am
2993         * src/about.c
2994         * src/account.c
2995         * src/crash.c
2996         * src/esmtp.h
2997         * src/imap.[ch]
2998         * src/inc.c
2999         * src/main.c
3000         * src/mainwindow.c
3001         * src/news.c
3002         * src/pop.[ch]
3003         * src/prefs_account.[ch]
3004         * src/prefs_common.[ch]
3005         * src/send.[ch]
3006         * src/smtp.[ch]
3007         * src/ssl_certificate.[ch]
3008         * src/ssl_manager.[ch]
3009         * src/common/Makefile.am
3010         * src/common/log.c
3011         * src/common/nntp.[ch]
3012         * src/common/socket.[ch]
3013         * src/common/ssl.[ch]
3014         * src/gtk/sslcertwindow.[ch]
3015         * ac/openssl.m4
3016                 use new autoconf script to detect OpenSSL with extra parameters
3017                 to specify the location of libs and includes, also remove USE_SSL
3018                 to USE_OPENSSL
3019
3020         * src/common/sylpheed.[ch]
3021         * src/common/version.h.in
3022                 start seperation of common code initialization seperated from gui
3023
3024         * src/summaryview.c
3025                 The function that is called when a color label changes
3026                 should not change the color lable again
3027
3028 2002-12-08 [colin]      0.8.6claws74
3029
3030         * src/gtk/sslcertwindow.c
3031                 warning fixes
3032
3033 2002-12-08 [colin]      0.8.6claws73
3034
3035         * src/statusbar.c
3036           src/common/log.h
3037                 Register a hook for statusbar_puts_all
3038         * src/common/log.c
3039                 invoke statusbar_puts_all's hook
3040         
3041 2002-12-08 [colin]      0.8.6claws72
3042
3043         * src/ssl_certificate.c
3044                 Put back a badly-removed include
3045
3046 2002-12-08 [colin]      0.8.6claws71
3047
3048         * src/gtk/sslcertwindow.[ch]    ** NEW **
3049                 new certificate presentation
3050         * src/gtk/Makefile.am
3051                 add new files
3052         * src/ssl_certificate.[ch]
3053                 gtk cleanup, made utility functions public
3054         * src/ssl_manager.c
3055                 use new cert presentation
3056
3057 2002-12-07 [christoph]  0.8.6claws70
3058
3059         * src/Makefile.am
3060         * src/nntp.[ch]                 ** REMOVE **
3061         * src/common/Makefile.am
3062         * src/common/nntp.[ch]          ** NEW **
3063                 move nntp files to common directory
3064
3065 2002-12-07 [christoph]  0.8.6claws69
3066
3067         * src/procmsg.[ch]
3068         * src/summaryview.c
3069                 implement msginfo update callback using sylpheed's new
3070                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
3071
3072 2002-12-06 [christoph]  0.8.6claws68
3073
3074         * src/editgroup.c
3075                 This patch changes the 'Edit Group Details' dialog to
3076                 allow extended selections in either pane, so that
3077                 addresses can be added or removed from a group more
3078                 quickly and easily. (it actually is a net decrease in
3079                 file size, as some unnecessary functions have been
3080                 removed). 
3081                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
3082
3083 2002-12-06 [christoph]  0.8.6claws67
3084
3085         * src/Makefile.am
3086         * src/template.[ch]             ** REMOVE **
3087         * src/common/Makefile.am
3088         * src/common/template.[ch]      ** NEW **
3089                 move template files to common directory
3090
3091         * src/nntp.c
3092                 add missing log.h include
3093
3094 2002-12-06 [melvin]     0.8.6claws66
3095
3096         * src/prefs_actions.c
3097                 Added the trailing ">" syntax to insert command's output
3098                 without replacing old text (in contrast to trailing "|").
3099
3100 2002-12-05 [colin]      0.8.6claws65
3101         
3102         * src/common/utils.c
3103                 Don't modify original search_string or it'll change
3104                 the next iterations in the for()
3105
3106 2002-12-05 [darko]      0.8.6claws64
3107
3108         * src/common/utils.c
3109                 proper check for filtering commands, found by Colin
3110
3111 2002-12-05 [darko]      0.8.6claws63
3112
3113         * src/common/utils.c
3114                 check proper string for NULL pointer, found by Colin
3115
3116 2002-12-05 [darko]      0.8.6claws62
3117
3118         * src/common/utils.[ch]
3119                 expand_search_string(): new function
3120                 converts Mutt-like patterns to Sylpheed's
3121                 filtering engine
3122         * src/summaryview.c
3123                 use expand_search_string() to allow Mutt-like
3124                 patterns in extended search
3125         * README.claws
3126                 document extended option in quick search
3127
3128 2002-12-05 [paul]       0.8.6claws61
3129
3130         * sync with 0.8.6cvs16
3131                 see ChangeLog 2002-12-05
3132                 
3133         * po/POTFILES.in
3134                 clean up
3135
3136 2002-12-04 [christoph]  0.8.6claws60
3137
3138         * src/imap.[ch]
3139                 put imap authentication code into a new function and
3140                 remove it from imap_session_new that will allow to
3141                 send other commands before authentication
3142
3143 2002-12-04 [christoph]  0.8.6claws59
3144
3145         * src/imap.[ch]
3146                 use already existing method to prevent unneeded IMAP
3147                 folder selects. Set imap_select parameters to NULL
3148                 in some functions if the values are not required.
3149
3150         * src/xml.h
3151                 remove no longer required include
3152
3153 2002-12-04 [paul]       0.8.6claws58
3154
3155         * po/es.po
3156                 updated by Ricardo Mones Lastra
3157                 
3158         * configure.in
3159           po/hu.po      ** NEW FILE **
3160                 initial Hungarian translation, submitted
3161                 by Gál Zoltán <galzoli@hu.inter.net>
3162
3163 2002-12-03 [christoph]  0.8.6claws57
3164
3165         * src/Makefile.am
3166         * src/gtksctree.[ch]            ** REMOVE **
3167         * src/gtk/Makefile.am
3168         * src/gtk/gtksctree.[ch]        ** NEW **
3169                 move gtksctree files to gtk directory
3170
3171 2002-12-03 [christoph]  0.8.6claws56
3172
3173         * src/Makefile.am
3174         * src/md5.[ch]                  ** REMOVE **
3175         * srm/common/Makefile.am
3176         * src/common/md5.[ch]           ** NEW **
3177                 move md5 files to common directory
3178
3179         * src/gtkstext.c
3180                 remove not required #include
3181
3182 2002-12-03 [sergey]     0.8.6claws55
3183
3184         * src/gtkutils.c
3185         * src/gtkutils.h
3186                 gtkut_window_popup(): new function.
3187         * src/mainwindow.c
3188                 main_window_popup(): use gtkut_window_popup() to raise
3189                 window without changing its position.
3190                 (see sylpheed-main ML message [sylpheed:17247])
3191
3192 2002-12-03 [sergey]     0.8.6claws54
3193
3194         * src/send.c
3195                 send_message_local(): removed first-dot escaping
3196                 (SMTP-only, not needed for sending through pipe)
3197
3198 2002-12-03 [paul]       0.8.6claws53
3199
3200         * po/POTFILES.in
3201                 update to reflect recent changes (thanks
3202                 to Ricardo Mones Lastra)
3203                 
3204         * tools/filter_conv.pl
3205                  fix problem with quoted strings. Patch submitted
3206                  by Luke Plant <lukeplant@softhome.net>
3207
3208 2002-12-03 [paul]       0.8.6claws52
3209
3210         * sync with 0.8.6cvs15
3211                 see ChangeLog 2002-12-03
3212
3213 2002-12-02 [christoph]  0.8.6claws51
3214
3215         * src/logwindow.[ch]
3216         * src/common/log.[ch]
3217                 implement logging using a hook function
3218
3219         * src/folderview.c
3220         * src/folder.[ch]
3221                 define hooklist name in header file to avoid
3222                 errors caused by wrong spelling of hooklist names
3223
3224         * src/toolbar.c
3225                 fix warnings
3226
3227 2002-12-02 [christoph]  0.8.6claws50
3228
3229         * src/common/Makefile.am
3230                 add src/common/hooks.[ch]
3231
3232         * src/common/hooks.[ch]
3233                 implement a simple hook system using glib's hook functions
3234
3235         * src/folder.[ch]
3236         * src/folderview.c
3237                 use new hook system for folder item updates
3238
3239 2002-12-02 [christoph]  0.8.6claws49
3240
3241         * doc-src/ui_seperation.txt     ** NEW **
3242                 information for ui seperation
3243
3244         * src/Makefile.am
3245                 remove files that were moved to common
3246                 include common directory by default for the header files
3247
3248         * src/inc.c
3249         * src/common/socket.c
3250         * src/automaton.[ch]
3251                 implement automaton using g_io_*-functions instead of
3252                 gdk_input_add to make it ui independent
3253
3254         * src/codeconv.c
3255         * src/compose.c
3256         * src/ldif.c
3257         * src/pgptext.c
3258         * src/procmime.c
3259         * src/rfc2015.c
3260         * src/smtp.c
3261         * src/unmime.c
3262                 remove common/ prefix because directory is now in
3263                 include path
3264
3265         * src/compose.c
3266         * src/folder.c
3267         * src/folderview.c
3268         * src/mainwindow.c
3269         * src/messageview.c
3270         * src/prefs_common.c
3271         * src/procmsg.c
3272         * src/rfc2015.c
3273                 fix warnings
3274
3275         * src/imap.c
3276         * src/inc.c
3277         * src/news.c
3278         * src/pop.c
3279         * src/send.c
3280         * src/smtp.c
3281         * src/ssl_certificate.c
3282                 add log.h header file for logging functions
3283
3284         * src/main.c
3285         * src/common/utils.c
3286         * src/summaryview.c
3287         * src/xml.c
3288                 o move debug_mode to common/utils.c
3289                 o add functions to set and get debug_mode
3290
3291         * src/defs.h                    ** REMOVE **
3292         * src/intl.h                    ** REMOVE **
3293         * src/socket.[ch]               ** REMOVE **
3294         * src/ssl.[ch]                  ** REMOVE **
3295         * src/utils.[ch]                ** REMOVE **
3296                 replaced by new files in src/common/
3297         
3298         * src/common/Makefile.am
3299                 add new files in src/common/
3300
3301         * src/common/defs.h             ** NEW **
3302         * src/common/intl.h             ** NEW **
3303         * src/common/log.[ch]           ** NEW **
3304         * src/common/socket.[ch]        ** NEW **
3305         * src/common/ssl.[ch]           ** NEW **
3306         * src/common/utils.[ch]         ** NEW **
3307                 replacement for files in src/
3308
3309 2002-12-02 [colin]      0.8.6claws48
3310
3311         * src/folderview.c
3312                 Scroll folderview if necessary during dnd
3313
3314 2002-12-02 [colin]      0.8.6claws47
3315
3316         * src/folder.[ch]
3317                 Add check to verify a move is within a single mailbox
3318         * src/folderview.c
3319                 Add specific error string for this check
3320
3321 2002-12-02 [colin]      0.8.6claws46
3322
3323         * src/folder.c
3324                 Add a test to folder moving, remove a statusbar_print
3325         * src/folderview.c
3326                 Add Move folder... context-menu item
3327                 Factorize folder moving code
3328                 Enable folder DND for mbox
3329
3330 2002-12-01 [christoph]  0.8.6claws45
3331
3332         * ac/aspell.m4
3333                 remove conf.aspelltest if the version check fails
3334
3335 2002-11-30 [christoph]  0.8.6claws44
3336
3337         * autogen.sh
3338                 run libtoolize --force in autogen to create missing
3339                 libtool scripts
3340
3341 2002-11-30 [christoph]  0.8.6claws43
3342
3343         * src/Makefile.am
3344         * src/pgptext.c
3345         * src/procmime.c
3346         * src/rfc2015.c
3347         * src/uuencode.[ch]             ** REMOVED **
3348         * src/common/Makefile.am
3349         * src/common/uuencode.[ch]      ** NEW **
3350                 move uuen/decoder to common directory
3351
3352 2002-11-30 [christoph]  0.8.6claws42
3353
3354         * src/Makefile.am
3355         * src/base64.[ch]               ** REMOVED **
3356         * src/codeconv.c
3357         * src/compose.c
3358         * src/ldif.c
3359         * src/pgptext.c
3360         * src/procmime.c
3361         * src/rfc2015.c
3362         * src/smtp.c
3363         * src/unmime.c
3364         * src/common/Makefile.am
3365         * src/common/base64.[ch]        ** NEW **
3366                 move base64 en/decoder to common directory
3367
3368 2002-11-30 [christoph]  0.8.6claws41
3369
3370         * src/common                    ** NEW **
3371                 new directory for UI independent code
3372         * src/gtk                       ** NEW **
3373                 new directory for GTK frontend
3374         * src/common/.cvsignore         ** NEW **
3375         * src/gtk/.cvsignore            ** NEW **
3376                 ignore build files
3377         * src/common/Makefile.am        ** NEW **
3378         * src/gtk/Makefile.am           ** NEW **
3379                 automake files to build new seperated stuff
3380         * src/Makefile.am
3381                 the binary will currently still be build with the
3382                 files in src, so we include the code from the
3383                 subdirs for now after building the libs there
3384
3385 2002-11-30 [paul]       0.8.6claws40
3386
3387         * src/compose.c
3388                 fix bug [642731] 'Wrong selected account with drafted mail'
3389
3390 2002-11-29 [oliver]     0.8.6claws39
3391         
3392         * src/messageview.c
3393                 o update summaryview when switching between different
3394                   messageviews          
3395         * src/toolbar.c  
3396                 o check if messageview holds already removed msg
3397                   from summaryview
3398                 
3399
3400 2002-11-29 [oliver]     0.8.6claws38
3401
3402         * src/toolbar.c 
3403                 remove not needed variables and includes
3404                 make messageview stay opened and move to next when msgs are deleted 
3405
3406 2002-11-29 [oliver]     0.8.6claws37
3407         
3408         * src/toolbar.c 
3409                 disable compose button (messageview toolbar) by default
3410                 deleted msgs are moved to trash
3411         
3412 2002-11-29 [melvin]     0.8.6claws36
3413
3414         * configure.in
3415                 Increased minimal gpgme version to 0.3.10 (Zombies out)
3416                 and to detect signatures expirations (gpgme 0.3.6)
3417
3418         * src/main.c
3419                 Use non obsolescent function for Gpgme engine checking.
3420
3421         * src/rfc2015.c
3422                 Inform about expired signatures or signatures which key
3423                 has expired. Expiration date is displayed.
3424
3425         * src/sigstatus.c
3426                 Inform about expired signatures or signatures which key
3427                 has expired.
3428
3429 2002-11-28 [paul]       0.8.6claws35
3430
3431         * src/folderview.c
3432                 re-instate 'Check for new messages' in Newsgroup
3433                 folders right-click menu, after a suggestion from
3434                 Tim Mann <timmann@users.sourceforge.net>
3435
3436         * src/main.c
3437                 after a crash check only local folders for new
3438                 messages
3439
3440 2002-11-28 [paul]       0.8.6claws34
3441
3442         * configure.in
3443                 apply patch that fixes the checking of GTK with XIM 
3444                 support on different OSs, such as FreeBSD. Patch 
3445                 submitted by Topia <topia@users.sourceforge.net>
3446                 
3447 2002-11-28 [paul]       0.8.6claws33
3448
3449         * src/mainwindow.c
3450           src/prefs_common.c
3451           src/prefs_toolbar.c
3452                 more changes to the English
3453
3454 2002-11-28 [paul]       0.8.6claws32
3455
3456         * sync with 0.8.6cvs13
3457                 see ChangeLog 2002-11-28 (no sync needed
3458                 for src/compose.c)
3459
3460 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
3461         
3462         * src/mainwindow.[ch]
3463                 add patch by Ivan F. Martinez introducing messageview Toolbar
3464                 some changes and committed by oliver    
3465
3466 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
3467
3468         * src/messageview.[ch]
3469                 add patch by Ivan F. Martinez introducing messageview Toolbar
3470                 some changes and committed by oliver    
3471
3472 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
3473
3474         * src/compose.[ch]
3475                 add patch by Ivan F. Martinez introducing messageview Toolbar
3476                 some changes and committed by oliver    
3477
3478 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
3479         
3480         * src/toolbar.[ch]
3481                 add patch by Ivan F. Martinez introducing messageview Toolbar
3482                 some changes and committed by oliver
3483
3484 2002-11-28 [oliver]     0.8.6claws27
3485         
3486         * src/prefs_toolbar.[ch]
3487                 getting ready for messageview toolbar
3488                 free mem allocated by gettext
3489                 change prefs_toolbar to prefs_toolbar_open
3490  
3491 2002-11-28 [thorsten]   0.8.6claws26
3492
3493         * src/imageview.[ch]
3494                 cleaned up conflicting declarations of
3495                 imageview_show_image()
3496
3497 2002-11-28 [paul]       0.8.6claws25
3498
3499         * src/grouplistdialog.c
3500           src/prefs_common.c
3501           src/prefs_summary_column.c
3502                 a few more improvements to the English
3503
3504 2002-11-28 [colin]      0.8.6claws24
3505
3506         * man/sylpheed.1
3507                 A few updates to command-line parameters
3508
3509 2002-11-28 [colin]      0.8.6claws23
3510
3511         * src/prefs_filtering.c
3512                 Fix problems with prefs_filtering_delete_path:
3513                 a) if the first rule is removed, original pointers
3514                    weren't updated (leading to segfaults)
3515                 b) it was always global_processing updated in case
3516                    of removed path was parent of rule path
3517
3518 2002-11-27 [paul]       0.8.6claws22
3519
3520         * src/mainwindow.c
3521           src/prefs_account.c
3522           src/prefs_actions.c
3523           src/prefs_common.c
3524           src/prefs_customheader.c
3525           src/prefs_display_header.c
3526           src/prefs_filtering.c
3527           src/prefs_folder_item.c
3528           src/prefs_matcher.c
3529           src/prefs_scoring.c
3530           src/prefs_summary_column.c
3531           src/prefs_template.c
3532           src/prefs_toolbar.c
3533                  improve the English in the GUI
3534
3535 2002-11-27 [colin]      0.8.6claws21
3536
3537         * src/folder.c
3538                 Fix processing renaming problems happening after
3539                 last commit
3540
3541 2002-11-27 [colin]      0.8.6claws20
3542
3543         * src/folder.c
3544                 recursive move now deletes src each subfolder after 
3545                 having moved it
3546         * src/folderview.c
3547                 Use identifier instead of path during dnd (enables
3548                 IMAP folder dnd)
3549
3550 2002-11-27 [paul]       0.8.6claws19
3551
3552         * src/main.c
3553                 apply patch that does command-line processing 
3554                 BEFORE gtk_init, allowing claws to run from 
3555                 shell-scripts in non-X environment (e.g. crontab 
3556                 or ip-up, ip-down scripts). Patch submitted by
3557                 Ruslan N. Balkin <baron@dartel.ru>
3558                 
3559         * po/it.po
3560                 updated by Alessandro Maestri
3561
3562 2002-11-27 [paul]       0.8.6claws18
3563
3564         * sync with 0.8.6cvs12
3565           src/prefs_common.c
3566                 Differences are that main uses a 'Receive dialog'
3567                 frame on the Interface tab, whereas claws groups all 
3568                 the dialogs together in a 'Dialogs' frame.
3569
3570 2002-11-27 [colin]      0.8.6claws17
3571
3572         * src/prefs_matcher.c
3573                 Fix Execute criteria's NOT flag
3574
3575
3576 2002-11-26 [christoph]  0.8.6claws16
3577
3578         * src/ssl.c
3579                 rewrite the ssl code a little bit, only use one
3580                 SSL context, set default certificates' file/path
3581
3582 2002-11-26 [thorsten]   0.8.6claws15
3583
3584         * src/compose.c
3585                 default-reply-to didn't work for ml-reply
3586
3587 2002-11-26 [melvin]     0.8.6claws14
3588
3589         * src/prefs_actions.c
3590                 Made pipe-actions ignore short headers in message view
3591                 Made trailing-pipe-actions write in the message view with
3592                 the same font as the original message
3593
3594 2002-11-26 [paul]       0.8.6claws13
3595
3596         * src/compose.c
3597                 this time commit the correct file
3598
3599 2002-11-26 [paul]       0.8.6claws12
3600
3601         * sync with 0.8.6cvs11
3602           src/quote_fmt_parse.y  
3603                 no sync needed
3604           src/account.[ch]       
3605                 not sync'ed
3606           src/compose.c
3607                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
3608                 on draft mode.
3609                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
3610                 header
3611                 
3612         see ChangeLog 2002-11-25 and 2002-11-26
3613
3614 2002-11-26 [colin]      0.8.6claws11
3615
3616         * src/folderview.c
3617                 Fix collapsed folder not auto-expanding during
3618                 mail dnd, if it was the source folder.
3619
3620 2002-11-25 [colin]      0.8.6claws10
3621
3622         * src/folderview.[ch]
3623                 Variable renaming and cleaning (slist of nodes 
3624                 to be re-collapsed is stored in FolderView)
3625
3626 2002-11-25 [paul]       0.8.6claws9
3627
3628         * src/prefs_common.[ch]
3629                 fix breakage caused by last commit
3630
3631 2002-11-25 [paul]       0.8.6claws8
3632
3633         * sync with 0.8.6cvs4
3634                 see ChangeLog 2002-11-21
3635
3636 2002-11-25 [paul]       0.8.6claws7
3637
3638         * sync with 0.8.6cvs4
3639                 see ChangeLog 2002-11-20
3640
3641 2002-11-25 [paul]       0.8.6claws6
3642
3643         * sync with 0.8.6cvs3
3644                 see ChangeLog 2002-11-18
3645
3646 2002-11-25 [colin]      0.8.6claws5
3647
3648         * src/gtkutils.[ch]
3649                 Add gtkut_ctree_node_is_parent()
3650         * src/folderview.c
3651                 Spring-loaded folders
3652
3653 2002-11-25 [colin]      0.8.6claws4
3654
3655         * src/utils.[ch]
3656                 Add slist_concat_unique(), function to merge
3657                 two GSList filtering dups
3658         * src/folder.[ch]
3659         * src/summaryview.[ch]
3660         * src/folderview.c
3661         * src/main.c
3662                 Add detection/update/display of unread answers
3663                 to marked mails
3664         * src/procmsg.[ch]
3665                 Add procmsg_find_children()
3666                 Add procmsg_msg_has_marked_parent()
3667
3668 2002-11-25 [colin]      0.8.6claws3
3669
3670         * src/ssl_certificate.[ch]
3671                 Allow checking a certificate without a DNS
3672                 lookup
3673                 Allow to forget a cert (by deleting it)
3674                 Make ssl_certificate_destroy_public
3675         * src/ssl_manager.[ch] ** NEW FILES **
3676                 Gui to manage (display/remove) certificates
3677         * src/prefs_common.[ch]
3678                 Add a pref to allow silent acceptation of
3679                 trusted certificates or not (based on the
3680                 "I want to know what's going on" principle)
3681         * src/mainwindow.c
3682                 Add SSL manager in Tools menu
3683         * src/Makefile.am
3684                 Add the new files to the build
3685         * po/POTFILES.in
3686                 Add ssl_manager.c to translations
3687
3688 2002-11-25 [colin]      0.8.6claws2
3689
3690         * src/summaryview.[ch]
3691                 Add S_SEARCH_EXTENDED to the quick search, which 
3692                 allows to search using filtering syntax.
3693
3694 2002-11-25 [colin]      0.8.6claws1
3695
3696         * src/summaryview.c
3697                 Deletion of duplicates now prefer deleting
3698                 the unread dup (fixes feature-request 638989).
3699
3700 2002-11-24 [paul]       0.8.6claws
3701
3702         * po/es.po
3703           po/pl.po
3704           po/ru.po
3705        &nb