-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog.gtk1
24187 lines (17227 loc) · 553 KB
/
ChangeLog.gtk1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
2005-03-29 [paul] 1.0.4cvs1
* src/compose.c
fix bug 697 'Segmentation Fault due to
NULL string (%s) pointers in fprintf'
draft privacy information only when
privacy system available
patch by by Markus Schwarzenberg
(schwarzb<AT>ipms_fraunhofer_de)
* src/gtk/gtkaspell.c
don't pass NULL to *printf() and the likes
spotted by Alex Moore, patch by Alfons
2005-03-24 [paul] 1.0.4
* 1.0.4 released
2005-03-24 [paul] 1.0.3cvs8
* ChangeLog
* ChangeLog.jp
* src/codeconv.c
* src/textview.c
* src/unmime.c
* src/unmime.h
* src/common/smtp.c
sync with main 1.0.4
see ChangeLog 2005-03-18 and 2005-03-24
fixes buffer overflow
2005-03-25 [paul]
* tools/Makefile.am
* tools/README
* tools/acroread2sylpheed.pl
add script to send pdfs as attachments from Adobe Reader 7
2005-03-21 [holger] 1.0.3cvs7
* src/plugins/spamassassin/spamassassin.c
Don't leave hook registered when plugin init
failed.
2005-03-20 [colin] 1.0.3cvs6
* src/common/plugin.c
Check that plugin isn't already loaded
* src/procheader.c
Fix buffer overflow (security issue)
Both patches by Alfons
2005-03-20 [paul] 1.0.3cvs5
* src/compose.c
neglect Reply-To header if empty
Patch by Alfons
2005-03-19 [holger] 1.0.3cvs4
* src/summaryview.c
* src/summaryview.h
Add plugin hook for manual filtering invocation,
remove some dead code.
2005-03-18 [paul] 1.0.3cvs3
* AUTHORS
* src/gtk/about.c
* src/pixmaps/sylpheed_logo.xpm
add new Sylpheed-Claws logo by Jesper Schultz
2005-03-11 [paul] 1.0.3cvs2
* src/plugins/trayicon/trayicon.c
make a string translatable
2005-03-11 [paul] 1.0.3cvs1
* po/ru.po
updated by Pavlo Bohmat
2005-03-10 [paul] 1.0.3
* po/de.po
* po/es.po
* po/fr.po
* po/it.po
* po/pt_BR.po
* po/sk.po
* po/sr.po
* po/zh_CN.po
updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
Andrej Kacian, Aleksandar Urosevic, Ralgh Young
1.0.3 released
2005-03-04 [colin] 1.0.1cvs22
* src/common/smtp.c
* src/common/smtp.h
Don't use SIZE parameter in MAIL FROM: if
server doesn't support it. Patch by
Eugen Freiter <[email protected]>
2005-03-04 [paul] 1.0.1cvs21
* ChangeLog
* ChangeLog.jp
* src/addrharvest.c
* src/codeconv.c
* src/codeconv.h
* src/compose.c
* src/procmime.c
sync with main 1.0.3
see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
fix buffer overflow, CAN-2005-0667, see
http://secunia.com/advisories/14491/
2005-02-27 [paul] 1.0.1cvs20
* src/messageview.c
fix crash-causing typo. spotted by
Ralgh Young
2005-02-25 [paul] 1.0.1cvs19
* src/prefs_account.c
* src/prefs_folder_item.c
* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
fix bug 698 'Clicking OK without username 'crashes'
account edit window'. Patch by Alfons
2005-02-24 [colin] 1.0.1cvs18
* src/messageview.c
Don't send out receipts if offline. Ask.
2005-02-23 [colin] 1.0.1cvs17
* src/compose.c
Encode parts when signing
2005-02-23 [colin] 1.0.1cvs16
* src/compose.c
* src/procmsg.c
Fix mimeinfo leakages
2005-02-21 [colin] 1.0.1cvs15
* src/compose.c
Fix signing/encrypting still on after
privacy system has been disabled
2005-02-18 [colin] 1.0.1cvs14
* src/quote_fmt_lex.l
* src/quote_fmt_parse.y
Bugfix: Fix parser init (patch by Ivan)
2005-02-18 [colin] 1.0.1cvs13
* src/plugins/pgpmime/pgpmime.c
Fix build (missed my `mv`)
2005-02-18 [colin] 1.0.1cvs12
* src/Makefile.am
* src/privacy.c ** RE-ADDED **
* src/privacy.cpp ** REMOVED **
* src/privacy.h
* src/plugins/pgpmime/Makefile.am
* src/plugins/pgpmime/passphrase.h
* src/plugins/pgpmime/pgpmime.c ** RE-ADDED **
* src/plugins/pgpmime/pgpmime.cpp ** REMOVED **
* src/plugins/pgpmime/pgpmime.h
* src/plugins/pgpmime/prefs_gpg.h
* src/plugins/pgpmime/select-keys.h
* src/plugins/pgpmime/sgpgme.h
Revert huge API breakage.
2005-02-16 [christoph] 1.0.1cvs11
* src/mh.c
add scan required function for MH folders
(Patch by Ivan Rayner <[email protected]>)
2005-02-15 [christoph] 1.0.1cvs10
* src/plugins/pgpmime/pgpmime.cpp
* src/plugins/pgpmime/pgpmime.h
add sign and encrypt functions
2005-02-15 [christoph] 1.0.1cvs9
* configure.ac
* src/Makefile.am
* src/privacy.c ** REMOVE **
* src/privacy.cpp ** NEW **
* src/privacy.h
* src/plugins/pgpmime/Makefile.am
* src/plugins/pgpmime/passphrase.h
* src/plugins/pgpmime/pgpmime.c ** REMOVE **
* src/plugins/pgpmime/pgpmime.cpp ** NEW **
* src/plugins/pgpmime/pgpmime.h
* src/plugins/pgpmime/prefs_gpg.h
* src/plugins/pgpmime/select-keys.h
* src/plugins/pgpmime/sgpgme.h
change Privacy-API to C++
2005-02-15 [colin] 1.0.1cvs8
* src/mimeview.c
* src/common/utils.c
Sanitize substitution for saved filenames:
only \ / * and \r \n \t are bad.
2005-02-15 [colin] 1.0.1cvs7
* src/compose.c
* src/procmime.c
Optimize (constant instead of strlen). Thanks
Alfons for the hint.
2005-02-14 [colin] 1.0.1cvs6
* src/compose.c
* src/procmime.c
Use quoted-printable instead of 7bit or 8bit
to encode "^From " and avoid mail corruption
on the MTA, as specified by RFC 3156. Thanks
Hoa for the hint.
2005-02-12 [colin] 1.0.1cvs5
* src/filtering.c
Remove wrong use of compose struct after
compose_send(). Spotted by Alfons and Holger Berndt.
2005-02-10 [paul] 1.0.1cvs4
* src/compose.c
sync with main, see ChangeLog 2005-02-10
2005-02-10 [colin] 1.0.1cvs3
* src/mainwindow.c
dereference freed messageview,
and don't try to use it after free.
This caused occasional late segfaults
when quitting.
2005-02-10 [colin] 1.0.1cvs2
* src/messageview.c
Don't display html with plugin automatically
(Dillo steals focus)
2005-02-09 [colin] 1.0.1cvs1
* src/mimeview.c
* src/mimeview.h
* src/messageview.c
Display first relevant part using plugin
if not text/plain if possible (useful for
vCalendar for example)
2005-02-08 [paul] 1.0.1
1.0.1 released
2005-02-08 [paul] 1.0.0cvs29
* po/de.po
* po/es.po
* po/fr.po
* po/it.po
* po/pt_BR.po
* po/sk.po
* po/sr.po
updated by Thomas Gilgin, Ricardo Mones Lastra,
Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
Guimaraes, Andrej Kacian, Aleksandar Urosevic
2005-02-05 [paul] 1.0.0cvs28
* src/compose.c
fix Bug 682 'redirect is broken'
2005-02-05 [thorsten] 1.0.0cvs27
* src/partial_download.c
fix buf overflow
2005-02-03 [colin] 1.0.0cvs26
* src/common/plugin.c
Don't load GTK2 plugins at all. This solves
the plugins problem when switching between
GTK1 and GTK2 version.
2005-02-02 [colin] 1.0.0cvs25
* src/messageview.c
Fix dangerous typo
2005-01-31 [colin] 1.0.0cvs24
* src/compose.c
Fix MsgInfo reference leak
2005-01-28 [colin] 1.0.0cvs23
* src/folderview.c
Change check - partial_recv is not cached.
2005-01-28 [colin] 1.0.0cvs22
* src/folderview.c
Don't call partial_mark_for_delete() when
it's useless
2005-01-27 [colin] 1.0.0cvs21
* src/procmsg.c
* src/compose.c
Fix build - sorry.
2005-01-27 [christoph] 1.0.0cvs20
* src/folder.c
use normal message remove function if a folder has no function
to remove all messages
* src/folderview.c
fix memory leak
2005-01-27 [colin] 1.0.0cvs19
* src/procmime.c
Forgot to commit this file with cvs18.
2005-01-27 [colin] 1.0.0cvs18
* src/compose.c
Uhm, better not touch the original msginfo_list.
2005-01-27 [colin] 1.0.0cvs17
* src/procmsg.c
* src/procmsg.h
Add a way to dump message/rfc822 MimeInfos to MsgInfos...
* src/compose.c
... And use it to be able to reply to the currently
selected MimeInfo.
2005-01-27 [colin] 1.0.0cvs16
* src/messageview.c
* src/summaryview.c
* src/compose.c
* src/compose.h
* src/toolbar.c
* src/mainwindow.c
Factorize this reply mess
2005-01-26 [paul] 1.0.0cvs15
* ChangeLog
* ChangeLog.jp
* src/common/template.c
sync with main, (fix memory leak), see ChangeLog
2005-01-25
2005-01-25 [paul] 1.0.0cvs14
* src/compose.c
compose_redirect(): fix sensitivity of attachment
"Properties..." button
2005-01-24 [colin] 1.0.0cvs13
* src/summaryview.c
Freeze clist during operations involving message
lists.
2005-01-24 [paul] 1.0.0cvs12
* ChangeLog
* ChangeLog.jp
* src/messageview.c
* src/mh.c
* src/common/utils.c
sync with main, see ChangeLog 2005-01-19
2005-01-24 [colin] 1.0.0cvs11
* src/procheader.c
Fix build with MIPSpro compiler.
Patch by Ivan Rayner <[email protected]>
2005-01-24 [colin] 1.0.0cvs10
* src/folderview.c
Use (+) in collapsed folders with quicksearch-
matching subfolders
2005-01-23 [holger] 1.0.0cvs9
* src/crash.c
Include missing header file
2005-01-22 [colin] 1.0.0cvs8
* src/summaryview.c
* src/gtk/quicksearch.c
Make recursive quicksearch work in
root folders (and code fixes)
2005-01-21 [colin] 1.0.0cvs7
* src/summaryview.c
Set cursor to wait while looking in subfolders
2005-01-21 [colin] 1.0.0cvs6
* src/summaryview.c
Don't clear quicksearch if recursion is on,
even if !sticky
2005-01-21 [colin] 1.0.0cvs5
* src/gtk/quicksearch.c
* src/prefs_common.c
* src/prefs_common.h
Add option to recurse or not
2005-01-21 [colin] 1.0.0cvs4
* src/folder.h
* src/folderview.c
* src/folderview.h
* src/summaryview.c
* src/gtk/quicksearch.c
* src/gtk/quicksearch.h
Make quicksearch recursive - results materialized
by search icons in the folderview.
2005-01-20 [holger] 1.0.0cvs3
* src/addrindex.c
* src/addrindex.h
Add addrindex_load_person_attribute() (for plugins)
2005-01-19 [colin] 1.0.0cvs2
* src/mbox.c
* src/mbox.h
* src/mainwindow.c
* src/summaryview.c
* src/summaryview.h
Add an easy way to export specific messages
to an mbox file.
2005-01-19 [paul] 1.0.0cvs1
* po/ja.po
* po/ko.po
updated by Rui Hirokawa and
SungHyun Nam
2005-01-18 [paul] 1.0.0
* version 1.0.0 released
2005-01-17 [thorsten] 0.9.13cvs38
* src/crash.c
* src/gtk/pluginwindow.c
return value of filesel should not be free()d
2005-01-17 [paul] 0.9.13cvs37
* AUTHORS
* po/es.po
* po/fr.po
* po/hr.po
* po/it.po
* po/pt_BR.po
* po/sk.po
* po/sr.po
update translations. submitted by Ricardo Mones
Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
Frederico Goncalves Guimaraes, Andrej Kacian,
Aleksandar Urosevic
2005-01-16 [colin] 0.9.13cvs36
* src/prefs_toolbar.c
Fix two leaks, both found by Alfons.
2005-01-15 [paul] 0.9.13cvs35
* src/gtk/pluginwindow.c
fix 2 memleaks, patch by Alfons
2005-01-15 [paul] 0.9.13cvs34
* ChangeLog
* ChangeLog.jp
* src/common/template.c
sync with main, see ChangeLog 2005-01-11
(fix potential memory corruption bug)
2005-01-14 [colin] 0.9.13cvs33
* src/html.c
* src/msgcache.c
Fix coding style issues from the last patch
2005-01-14 [colin] 0.9.13cvs32
* src/msgcache.c
Fix possible double free, avoid putting 8k on the stack
* src/html.c
* src/html.h
Fix links with tags inside, add some entities
* AUTHORS
Both patches by Rich Coe <[email protected]>
2005-01-09 [thorsten] 0.9.13cvs31
* tools/calypso_convert.pl
support nested subdirs (possible in recent calypso versions)
fix "change of readonly value" error with perl >= 5.8
2005-01-08 [colin] 0.9.13cvs30
* src/prefs_filtering_action.c
Plug leak - patch by Alfons
2005-01-07 [paul] 0.9.13cvs29
* ChangeLog
* ChangeLog.jp
* src/pop.c
* src/pop.h
sync with main, see ChangeLog 2005-01-06
2005-01-06 [colin] 0.9.13cvs28
* src/prefs_matcher.c
Plug leak. Patch by Alfons
2005-01-04 [christoph] 0.9.13cvs27
* src/folderview.c
* src/imap_gtk.c
* src/news_gtk.c
Create extra popup menu entries for account settings
(Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
2005-01-03 [colin] 0.9.13cvs26
* src/main.c
Plugins should be loaded before --receive or --receive-all
is processed.
Patch by Felix Eckhofer <[email protected]>
2005-01-03 [colin] 0.9.13cvs25
* src/pop.c
* src/pop.h
Add data_len member, because we can get NULs from network
Patch by Alfons
2005-01-01 [colin] 0.9.13cvs24
* src/procmime.c
Fix possible memleak in corner case - found by
Martin Kluge, patch by Alfons
2004-12-30 [colin] 0.9.13cvs23
* src/account.c
Fix prototypes - patch by Alfons
2004-12-30 [paul] 0.9.13cvs22
* ChangeLog
* ChangeLog.jp
* NEWS
* src/account.c
sync with main 1.0.0.
see ChangeLog 2004-12-22
2004-12-18 [paul] 0.9.13cvs21
* AUTHORS
* ChangeLog
* ChangeLog.jp
* src/action.c
sync with main, see ChangeLog 2004-12-17
2004-12-17 [thorsten] 0.9.13cvs20
* src/compose.c
protect trailing spaces when signing message
2004-12-16 [paul] 0.9.13cvs19
* ChangeLog
* ChangeLog.jp
* NEWS
* src/compose.c
* src/syldap.c
sync with main 1.0.0rc
see ChangeLog 2004-12-15
2004-12-14 [colin] 0.9.13cvs18
* src/gtk/prefswindow.c
Fix build. Sorry :)
2004-12-14 [colin] 0.9.13cvs17
* src/gtk/gtkutils.c
* src/gtk/gtkutils.h
* src/gtk/prefswindow.c
Catch Enter in prefswindow while in text
widget. Patch by Alfons.
2004-12-14 [paul] 0.9.13cvs16
* ChangeLog
* ChangeLog.jp
* src/action.c
* src/compose.c
* src/common/utils.c
sync with main, see ChangeLog entries 2004-12-10
and 2004-12-13
* po/ru.po
updated by Pavlo Bohmat
2004-12-13 [thorsten] 0.9.13cvs15
* src/plugins/spamassassin/libspamc.c
fix memleak
2004-12-13 [colin] 0.9.13cvs14
* src/gtk/prefswindow.c
* src/gtk/pluginwindow.c
Fix key_pressed handlers
2004-12-11 [colin] 0.9.13cvs13
* src/quote_fmt_parse.y
Rework quote_fmt_parse to use less local
arrays in local blocks, so it doesn't
freak out IBM's stack protector. Patch
by Alfons.
2004-12-10 [colin] 0.9.13cvs12
* src/messageview.c
Fix logic error
* src/mainwindow.c
Fix corruptions when de-separating messageview
2004-12-10 [paul] 0.9.13cvs11
* src/prefs_themes.c
use a different set of icons for the Preview
2004-12-09 [colin] 0.9.13cvs10
* src/procmime.c
Fix procmime_encode_content doing horribly wrong
stuff when encoding to B64 from memory
2004-12-08 [colin] 0.9.13cvs9
* src/gtk/colorlabel.c
Fix color label off-by-one
Patch by Alfons
2004-12-08 [hoa] 0.9.13cvs8
* src/quote_fmt_parse.y
really fix buffer overflow
2004-12-08 [colin] 0.9.13cvs7
* src/matcher_parser_parse.y
* src/msgcache.c
* src/prefs_matcher.c
* src/procheader.c
* src/matcher.c
* src/common/defs.h
Cache total_size and use that to speed up
'partial' match.
Add 'partial' to the list of useable stuff
in filtering
2004-12-08 [paul]
* po/sr.po
updated by URKE MMI
2004-12-08 [colin] 0.9.13cvs6
* src/textview.c
Fix possible boundary overrun in
get_email_part(). Patch by Alfons
2004-12-08 [hoa] 0.9.13cvs5
* src/quote_fmt_parse.y
fix buffer overflow
http://bugs.gentoo.org/show_bug.cgi?id=67253
2004-12-07 [thorsten] 0.9.13cvs4
* src/procmime.c
fix leak introduced with 0.9.13cvs1
2004-12-07 [keith] 0.9.13cvs3
* src/procmime.c
Fix typo
2004-12-07 [colin] 0.9.13cvs2
* AUTHORS
* src/prefs_account.c
* src/common/smtp.c
* src/common/smtp.h
Add SMTP PLAIN authentication. Patch by
George Michaelson <[email protected]>
2004-12-07 [thorsten] 0.9.13cvs1
* src/procmime.c
[Bug 650] reply button causes crash
Patch partly by David Relson
2004-12-06 [paul] 0.9.13
0.9.13 released
2004-12-06 [paul]
* po/sk.po
updated by Andrej Kacian
* INSTALL
* README.claws
updated
2004-12-06 [christoph]
* configure.ac
move GPGME check to PGP/MIME plugin checks
2004-12-06 [colin] 0.9.12cvs187
* src/compose.c
X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
2004-12-06 [paul] 0.9.12cvs186
* INSTALL
* README.claws
updated
* po/es.po
* po/fr.po
* po/it.po
* po/ja.po
* po/pt_BR.po
* po/zh_CN.po
updated by Ricardo Mones Lastra, Fabien Vantard, Andrea
Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
and Yang Guilong
2004-12-05 [paul] 0.9.12cvs185
* INSTALL
* Makefile.am
* README.claws
update
* TODO.claws **REMOVED**
removed, use the wiki instead
* tools/Makefile.am
* tools/README
remove newscache_conv.pl from the release package
and notes as it is broken and not currently maintained
* tools/filter_conv.pl
use --config-dir to find claws' config dir
* tools/kdeservicemenu/README
* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
make a top-level menu entry
2004-12-04 [paul] 0.9.12cvs184
* src/addrharvest.c
conv_unmime_header_overwrite(name)
2004-12-04 [colin] 0.9.12cvs183
* src/compose.c
Fix saving of compose window position
when sending mail. Patch by Alfons.
2004-12-04 [paul] 0.9.12cvs182
* ChangeLog
* ChangeLog.jp
* INSTALL
* NEWS
* README
* README.jp
* doc/manual/ja/Makefile.am
* doc/manual/ja/sylpheed-1.html
* doc/manual/ja/sylpheed-10.html
* doc/manual/ja/sylpheed-11.html
* doc/manual/ja/sylpheed-12.html
* doc/manual/ja/sylpheed-13.html
* doc/manual/ja/sylpheed-14.html
* doc/manual/ja/sylpheed-15.html
* doc/manual/ja/sylpheed-16.html
* doc/manual/ja/sylpheed-17.html
* doc/manual/ja/sylpheed-18.html
* doc/manual/ja/sylpheed-19.html
* doc/manual/ja/sylpheed-2.html
* doc/manual/ja/sylpheed-20.html
* doc/manual/ja/sylpheed-3.html
* doc/manual/ja/sylpheed-4.html
* doc/manual/ja/sylpheed-5.html
* doc/manual/ja/sylpheed-6.html
* doc/manual/ja/sylpheed-7.html
* doc/manual/ja/sylpheed-8.html
* doc/manual/ja/sylpheed-9.html
* doc/manual/ja/sylpheed.html
* doc/manual/ja/sylpheed.sgml
* src/Makefile.am
* src/procmime.c
* src/pixmaps/regular.xpm **REMOVED**
sync with main 1.0.0beta4, including: "canonicalize text files
before encoding to BASE64, and uncanonicalize after decoding
to conform with RFC 2045"
2004-12-03 [christoph] 0.9.12cvs181
* src/compose.c
build the Privacy System menu without GtkItemFactory to
allow '/' in Privacy System names
* src/plugins/pgpmime/pgpmime.c
* src/plugins/pgpmime/plugin.c
Update description and change Privacy System name
2004-12-03 [paul]
* src/pixmaps/dir_close.xpm
* src/pixmaps/dir_open.xpm
* src/pixmaps/drafts_close.xpm
* src/pixmaps/drafts_open.xpm
* src/pixmaps/group.xpm
* src/pixmaps/unread.xpm
update icons (sync with main (adjust hue))
2004-12-02 [paul] 0.9.12cvs180
* ChangeLog
* ChangeLog.jp
* src/Makefile.am
* src/pop.c
* src/common/utils.c
* src/common/utils.h
* src/pixmaps/folder.xpm **REMOVED**
sync with main
fixes bug 644 'extra CRs in subject line break filtering'
2004-12-02 [colin] 0.9.12cvs179
* src/compose.c
Prevent duplicate edition of queued
and drafted mails
2004-12-02 [colin] 0.9.12cvs178
* src/compose.c
Fix quote linewrapping ignoring pref
Patch by Alfons
2004-11-30 [colin] 0.9.12cvs177
* src/gtk/prefswindow.c
* src/gtk/pluginwindow.c
Add shortcut keys to prefs window
and plugin window. Patch by Fabien Vantard.
2004-11-29 [colin] 0.9.12cvs176
* src/folderview.c
Fix disappearing separators in folderview's popup
2004-11-29 [colin] 0.9.12cvs175
* src/procmime.c
Another format bug
2004-11-29 [colin] 0.9.12cvs174
* src/pop.c
Fix format string
2004-11-26 [colin] 0.9.12cvs173
* src/common/smtp.c
* src/common/smtp.h
Use ESMTP for all servers advertising it
Add SIZE= parameter to MAIL command for
ESMTP servers
2004-11-24 [colin] 0.9.12cvs172
* src/plugins/pgpmime/pgpmime.c
Forgot one :(
2004-11-24 [colin] 0.9.12cvs171
* src/plugins/pgpmime/pgpmime.c
Fix numerous GpgmeGtk leaks
2004-11-24 [colin] 0.9.12cvs170
* src/plugins/pgpmime/pgpmime.c
Fix numerous GpgmeCtx leaks
2004-11-24 [colin] 0.9.12cvs169
* src/plugins/pgpmime/plugin.c
Update requirements
* src/plugins/trayicon/Makefile.am
* src/plugins/trayicon/newmarkedmail.xpm
* src/plugins/trayicon/trayicon.c
* src/plugins/trayicon/unreadmarkedmail.xpm
Add new icons when there are unread marked mails
answers
2004-11-23 [thorsten] 0.9.12cvs168
* src/plugins/pgpmime/plugin.c
typo: plugin_init instead of plugin_done
2004-11-23 [thorsten] 0.9.12cvs167
* commitHelper
o add me
* src/partial_download.c
* src/partial_download.h
o fix path for includes
2004-11-23 [colin] 0.9.12cvs166
* src/procmime.c
Uh, changed API.
2004-11-23 [colin] 0.9.12cvs165
* src/procmime.c
Fix mime headers wrapping
2004-11-23 [christoph] 0.9.12cvs164
* src/common/Makefile.am
* src/common/partial_download.[ch]
* src/Makefile.am
* src/partial_download.[ch]
* src/folderview.c
move to src because it depends on src stuff
* src/codeconv.c
* src/common/base64.h
move B64LEN macro to base64.h
* src/compose.c
* src/privacy.[ch]
add PrefsAccount to sign-function parameters
* src/main.c
* src/prefs_account.[ch]