Statistics
| Revision:

root / ChangeLog

History | View | Annotate | Download (229.9 kB)

1
2013-06-07
2
3
	* config.guess
4
	  config.sub: updated to 2009-06-11 version.
5
6
2013-06-07
7
8
	* src/template.c: template_compare_id(): fixed constness.
9
10
2013-06-03
11
12
	* src/prefs_template.c
13
	  src/template.[ch]: stabilize the order of templates.
14
15
2013-05-24
16
17
	* version 3.4.0beta4
18
19
2013-05-24
20
21
	* src/compose.c: compose_ext_editor_child_exit(): raise compose
22
	  window when the external editor exits (thanks to Steve Kirkendall).
23
24
2013-05-24
25
26
	* manual/ja/sylpheed.sgml: updated Japanese manual.
27
28
2013-05-23
29
30
	* libsylph/prefs_common.[ch]
31
	  src/messageview.c
32
	  src/filesel.c
33
	  src/summaryview.c: save selected file type.
34
35
36
2013-05-21
37
38
	* src/filesel.[ch]
39
	  src/messageview.c
40
	  src/summaryview.c: automatically modify file extension when
41
	  file type is changed.
42
43
2013-05-20
44
45
	* src/textview.c: textview_write_link(): insert space between
46
	  continuous links to avoid non-responsive links.
47
48
2013-05-15
49
50
	* src/printing.c: modified debug output.
51
52
2013-05-14
53
54
	* src/messageview.[ch]
55
	  src/mimeview.[ch]: refactored: moved MimeInfo and file path member
56
	  from MimeInfo to MessageView so that it can be used from TextView.
57
58
2013-05-14
59
60
	* libsylph/prefs_common.[ch]
61
	  src/prefs_common_dialog.c
62
	  src/textview.c: added an option to prefer HTML part in
63
	  multipart/alternative.
64
65
2013-05-14
66
67
	* libsylph/html.[ch]: supported <blockquote> tag.
68
69
2013-04-05
70
71
	* libsylph/procmsg.c: procmsg_print_message(): print all texts in
72
	  messages, not only the first one.
73
74
2013-04-05
75
76
	* src/printing.c: print all texts in messages, not only the first one.
77
78
2013-04-04
79
80
	* libsylph/procmsg.c:
81
	  procmsg_print_message()
82
	  procmsg_print_message_part()
83
	  procmsg_save_message_as_text(): win32: open output file as text mode.
84
	  convert MIME part strings to locale encoding if specified.
85
86
2013-04-04
87
88
	* src/messageview.c: messageview_save_as(): added the feature to save
89
	  message as plain text.
90
91
2013-04-03
92
93
	* libsylph/utils.[ch]
94
	  libsylph/procmsg.[ch]
95
	  src/filesel.[ch]
96
	  src/summaryview.c: added the feature to save message as plain text
97
	  (locale or UTF-8 encoding).
98
99
2013-03-29
100
101
	* version 3.4.0beta3
102
103
2013-03-29
104
105
	* src/quote_fmt_parse.y: insert current date with %d for a new message.
106
107
2013-03-29
108
109
	* src/summaryview.c: summary_junk(): select proper junk folder instead
110
	  of default one.
111
112
2013-03-28
113
114
	* src/quote_fmt_parse.y: prohibit warnings when target message does
115
	  not exist.
116
117
2013-03-28
118
119
	* src/compose.c: compose_template_apply(): enabled quotation of
120
	  messages on forwarding.
121
122
2013-03-28
123
124
	* src/compose.c: refactored compose_quote_fmt().
125
126
2013-03-26
127
128
	* libsylph/imap.c: properly escape folder/username/password which
129
	  include double-quote or backslash.
130
131
2013-03-13
132
133
	* libsylph/mh.c: mh_scan_tree_recursive(): fixed rebuilding of folder
134
	  tree which had been broken at 3.4.0beta1 (#103).
135
136
2013-02-15
137
138
	* procheader_scan_date_string(): optimized.
139
140
2013-02-15
141
142
	* libsylph/procheader.cprocheader_date_parse(): support ISO-type date
143
	  (YYYY-MM-DD HH:MM:SS).
144
	  Added workaround for time_t limit.
145
	  Supported more non-standard date.
146
147
2013-02-15
148
149
	* src/notificationwindow.c: notification_window_set_message():
150
	  check if the window exists.
151
152
2013-02-14
153
154
	* manual/ja/sylpheed.sgml: updated Japanese manual.
155
156
2013-02-14
157
158
	* libsylph/filter.c
159
	  libsylph/prefs_common.[ch]
160
	  src/prefs_common_dialog.c: added an option: "Do not classify message
161
	  as junk if sender is in the address book" (#77).
162
163
2013-02-14
164
165
	* src/notificationwindow.c: adjusted paddings again.
166
	  plugin/test/test.c: modified notification test.
167
168
2013-02-13
169
170
	* src/notificationwindow.c: adjusted paddings.
171
172
2013-02-13
173
174
	* src/plugin.[ch]
175
	  src/notificationwindow.[ch]
176
	  src/main.c
177
	  plugin/test/test.c: added plug-in API for notification window.
178
179
2013-02-13
180
181
	* src/inc.c
182
	  src/notificationwindow.[ch]: notification_window_open():
183
	  changed from notification_window_create().
184
	  Ignore first notify event when fading start.
185
186
2013-02-08
187
188
	* libsylph/prefs_common.[ch]
189
	  src/prefs_common_dialog.c
190
	  src/inc.c: added option: 'Show notification window when new messages
191
	  arrive'
192
193
2013-02-08
194
195
	* src/inc.[ch]
196
	  src/notificationwindow.[ch]: implemented new message notification
197
	  popup window.
198
199
2013-02-01
200
201
	* nsis/*.{nsh,nsi}: translate Start Menu shortcuts.
202
203
2013-01-31
204
205
	* version 3.4.0beta1
206
207
2013-01-31
208
209
	* src/mainwindow.c: help_command_line_show(): updated command line
210
	  help.
211
212
2013-01-31
213
214
	* src/rpop3.c: do not disconnect immediately but send QUIT on normal
215
	  POP3 errors.
216
	  Changed 'Refresh' button/menu to 'Resume'.
217
218
2013-01-31
219
220
	* src/main.c: changed safe mode option to "--safe-mode".
221
222
2013-01-30
223
224
	* src/rpop3.c: made button sensitivity and Stop/Refresh label
225
	  consistent.
226
227
2013-01-25
228
229
	* libsylph/mh.c: mh_scan_tree_recursive(): limit the recursion level
230
	  to 64.
231
232
2013-01-25
233
234
	* src/prefs_filter_edit.c: prefs_filter_edit_action_hbox_to_action():
235
	  check the existence of destination folder.
236
237
2013-01-24
238
239
	* libsylph/pop.c
240
	  src/inc.c: do not disconnect immediately but send QUIT on normal
241
	  POP3 errors.
242
	* libsylph/pop.c: set Pop3Session::state to POP3_ERROR if QUIT
243
	  fail.
244
245
2013-01-22
246
247
	* src/main.c
248
	  src/plugin.c: added safe mode (don't load plug-ins).
249
250
2013-01-22
251
252
	* libsylph/folder.c
253
	  libsylph/news.c
254
	  libsylph/imap.c: escape server name when creating cache directory
255
	  path (fixes IPv6 address on Windows).
256
257
2013-01-22
258
259
	* libsylph/imap.c: made "INBOX" case insensitive (follow RFC 3501).
260
261
2012-11-20
262
263
	* libsylph/socket.c: sock_connect_with_timeout(): enabled timeout
264
	  setting on Windows.
265
266
2012-10-30
267
268
	* version 3.3.0
269
270
2012-10-30
271
272
	* manual/ja/sylpheed.sgml: updated Japanese manual.
273
274
2012-10-29
275
276
	* src/textview.c: fixed hyperlink when 'Show attached files first on
277
	  message view' option was set ([sylpheed:35477]).
278
279
2012-10-12
280
281
	* libsylph/imap.c: fixed MSVC compilation (thanks to Gisle Vanem).
282
283
2012-10-10
284
285
	* nsis/sylpheed.nsi
286
	  Makefile.am
287
	  sylpheed-mailto-protocol_admin.reg
288
	  sylpheed-mailto-protocol.reg: updated Windows registry entry file.
289
290
2012-10-10
291
292
	* nsis/sylpheed.nsi: fixed a typo in writing registry.
293
294
2012-10-10
295
296
	* libsylph/Makefile.am
297
	  src/Makefile.am
298
	  plugin/test/Makefile.am
299
	  plugin/attachment_tool/Makefile.am: removed includedir from include
300
	  path in Makefiles (thanks to Valentine Barshak).
301
302
2012-10-05
303
304
	* configure.in: raised the required GTK+ version to 2.8.0.
305
306
2012-10-05
307
308
	* nsis/english.nsh
309
	  nsis/japanese.nsh
310
	  nsis/sylpheed-defs.nsh
311
	  nsis/sylpheed.nsi: .eml file association was added.
312
	  Automatically set the default mailto and .eml handler on Windows 7.
313
314
2012-09-28
315
316
	* version 3.3.0beta2
317
318
2012-09-27
319
320
	* sylpheed.desktop: added the following line (#83):
321
	  MimeType=message/rfc822;x-scheme-handler/mailto;
322
323
2012-09-26
324
325
	* sylpheed.spec.in: added sylpheed-plugins package, and fixed
326
	  plugindir.
327
328
2012-09-25
329
330
	* src/summaryview.c: summary_button_pressed(): fixed long-standing
331
	  drag begin bug on IMAP folders (#93).
332
333
2012-09-13
334
335
	* sylpheed.spec.in: fixed build on x86_64 platform.
336
337
2012-08-16
338
339
	* src/headerview.c: minor optimization for tooltips.
340
341
2012-08-16
342
343
	* src/headerview.c: fixed tooltips on windows.
344
	  Don't show previous tooltips when cleared.
345
346
2012-08-16
347
348
	* src/compose.c
349
	  src/mainwindow.c: removed redundant gtk_tooltips_new() and destroy
350
	  GtkTooltips object on close.
351
352
2012-08-16
353
354
	* src/headerview.[ch]: added tooltips of header labels.
355
356
2012-08-15
357
358
	* libsylph/prefs_common.[ch]
359
	  src/messageview.c
360
	  src/prefs_common_dialog.c: added an option to specify the position
361
	  of attach tool button.
362
363
2012-08-08
364
365
	* src/main.c: enabled viewing of external rfc822 message files.
366
	  Recognize mailto: or file: URL argument without command-line option.
367
368
2012-07-27
369
370
	* version 3.3.0beta1
371
372
2012-07-27
373
374
	* src/export.c: pass the opened FolderItem when 'Export only selected
375
	  messages' is enabled.
376
377
2012-07-27
378
379
	* libsylph/folder.[ch]
380
	  libsylph/mbox.c: added interface to cancel mbox import/export.
381
	* src/export.c
382
	  src/import.c: made export/import progress dialog cancellable.
383
384
2012-07-27
385
386
	* libsylph/mbox.[ch]
387
	  src/export.c: added 'Export only selected messages' option to
388
	  the export dialog.
389
390
2012-07-26
391
392
	* src/messageview.c: enable quick launch from the attach tool menu.
393
394
2012-07-26
395
396
	* src/prefs_common_dialog.c: moved Images option in Display - Attach
397
	  tab.
398
399
2012-07-25
400
401
	* libsylph/prefs_common.[ch]
402
	  src/messageview.[ch]
403
	  src/textview.c
404
	  src/prefs_common_dialog.c
405
	  src/mainwindow.c: added "show_attached_files_first" global option,
406
	  which shows attached files first on message view.
407
	  The UI for "show_attach_tab" option was also added.
408
	  The attachment toggle button was moved to the left.
409
	  messageview_reflect_prefs(): added.
410
411
2012-07-04
412
413
	* config.rpath
414
	  install-sh
415
	  ABOUT-NLS: updated.
416
417
2012-07-03
418
419
	* libsylph/imap.c: imap_cmd_fetch_func(): made response parser more
420
	  robust (fixes [sylpheed:35306] can't fetch message error).
421
422
2012-06-25
423
424
	* version 3.2.0
425
426
2012-06-25
427
428
	* src/Makefile.am: possible fix for gmodule link error on some
429
	  environments (#74).
430
	* libsylph/*.[ch]
431
	  src/*.[ch]
432
	  src/version.h.in: updated copyright year.
433
434
2012-06-20
435
436
	* src/icons/clip.xpm: replaced the clip icon with more visible one
437
	  on selected row.
438
	* src/summaryview.c: adjusted the width of the attach column.
439
440
2012-06-20
441
442
	* README
443
	  README.ja
444
	  INSTALL
445
	  INSTALL.ja: updated.
446
447
2012-06-20
448
449
	* libsylph/prefs_common.[ch]
450
	  src/messageview.c: added "show_attach_tab" option (no UI) which
451
	  toggles the Attachment tab and toggle button.
452
453
2012-06-19
454
455
	* src/inc.c: fixed 'Stop' button didn't become inactive after POP3
456
	  session finished.
457
458
2012-06-19
459
460
	* libsylph/prefs_common.c: win32: changed the default of junk
461
	  commands with sylfilter.
462
463
2012-06-19
464
465
	* manual/ja/sylpheed.sgml: updated Japanese manual.
466
467
2012-06-19
468
469
	* src/plugin.c: removed "dereferencing type-punned pointer will break
470
	  strict-aliasing rules" warnings.
471
472
2012-06-19
473
474
	* src/filesel.c: removed label warning on non-win32.
475
476
2012-06-19
477
478
	* libsylph/socket.c: sock_info_connect_by_hostname(): fixed
479
	  compilation error with --disable-ipv6 (thanks to Jerry Heyman).
480
481
2012-06-18
482
483
	* version 3.2.0beta9
484
485
2012-06-18
486
487
	* src/messageview.c: modified the width of tool menu arrow button.
488
489
2012-06-18
490
491
	* src/summaryview.c: added tooltip for message view toggle arrow.
492
493
2012-06-18
494
495
	* nsis/update-manager.nsi: prevent 'Sylpheed is running.' message
496
	  on update.
497
498
2012-06-18
499
500
	* src/mimeview.c: mimeview_destroy(): fixed a memory leak of a
501
	  GtkItemFactory.
502
503
2012-06-18
504
505
	* src/mimeview.[ch]: disabled 'Save all...' menu if attached files
506
	  with file name do not exist.
507
508
2012-06-18
509
510
	* src/messageview.c: added attached filenames to the tool menu.
511
512
2012-06-15
513
514
	* src/messageview.[ch]: changed the Text/Attachments tab to a toggle
515
	  button, and moved it to the right edge of the header pane.
516
	  Added tool menu arrow button and 'Save all' menu.
517
518
2012-06-13
519
520
	* src/compose.c: compose_attach_property(): force focus for compose
521
	  window (will fix #70).
522
523
2012-06-13
524
525
	* src/inc.c: included server name in the error dialog.
526
	* src/progressdialog.c: adjusted the column width.
527
528
2012-06-12
529
530
	* src/filesel.c: win32: handle multiple file selection with shortcuts.
531
	  Follow folder link on save mode.
532
533
2012-06-11
534
535
	* src/filesel.c: win32: follow Windows shortcut (.lnk).
536
537
2012-06-06
538
539
	* version 3.2.0beta8
540
541
2012-06-06
542
543
	* src/inc.c: properly detect DNS lookup error when
544
	  session_connect_full() failed immediately.
545
546
2012-05-31
547
548
	* libsylph/session.[ch]
549
	  libsylph/socket.[ch]
550
	  src/inc.[ch]
551
	  src/send_message.c: differentiate DNS lookup error from connection
552
	  errors.
553
	* libsylph/imap.c
554
	  libsylph/nntp.c: fixed resource leak on SOCKS connection failure.
555
556
2012-05-30
557
558
	* nsis/sylpheed.nsi: reserve nsProcess.dll file to speed up the launch
559
	  of installer.
560
561
2012-05-30
562
563
	* src/compose.c: compose_send(): fixed a bug that messages could not
564
	  be sent with POP before SMTP enabled ([sylpheed-jp:11173]).
565
566
2012-05-30
567
568
	* manual/ja/*.html
569
	  manual/ja/Makefile.am: convert the encoding of HTML files to UTF-8
570
	  (prevents garbled character with IE).
571
572
2012-05-28
573
574
	* src/textview.c
575
	  src/compose.c: properly set line-space for auto-wrapped lines
576
	  (fixes Bug #64).
577
578
2012-05-18
579
580
	* src/main.c: open compose window before receiving on startup
581
	  (fixes Bug #61).
582
583
2012-05-02
584
585
	* src/compose.c: compose_attach_append(): fixed Bug #54: Focus problem
586
	  when reediting/forwarding emails after attachment deleted
587
588
2012-05-02
589
590
	* src/compose.c: when queueing messages or saving to draft folder,
591
	  disable them while mail checking only if queue or draft folder is
592
	  on IMAP server.
593
	* src/mainwindow.c: disabled Send button while mail check is running.
594
595
2012-05-02
596
597
	* src/inc.c: use a flag to distinguish the state of activity.
598
599
2012-04-27
600
601
	* src/compose.c: cancel sending if new mail check is running.
602
603
2012-04-24
604
605
	* src/about.c: updated copyright year.
606
607
2012-04-23
608
609
	* libsylph/utils.[ch]
610
	  libsylph/libsylph-0.def: added play_sound() function (works only on
611
	  Windows).
612
	* libsylph/prefs_common.[ch]
613
	  src/prefs_common_dialog.c
614
	  src/inc.c: win32: added an option to play sound when new messages
615
	  arrive.
616
617
2012-04-20
618
619
	* libsylph/imap.c: imap_remove_msgs_by_seq_set(): workaround for
620
	  a broken IMAP server (Yahoo! Mail) which cannot fetch messages
621
	  right after EXPUNGE.
622
623
2012-04-18
624
625
	* src/update_check.c: removed compiler warnings caused by usage of
626
	  gboolean as gpointer (thanks to Ricard Mones).
627
628
2012-04-18
629
630
	* addr_compl.c: fixed Bug #52: Address autocomplete: Not possible to
631
	  select drop-down list element with arrow keys (Linux)
632
	  Possibly occured with GTK+ >= 2.24.
633
634
2012-04-18
635
636
	* src/addressbook.c: addressbook_list_button_pressed():
637
	  fixed Bug #47: Address book: Cancel editing contact results in
638
	  click-and-drag behaviour
639
640
2012-04-13
641
642
	* version 3.2.0beta7
643
644
2012-04-13
645
646
	* src/mimeview.c: mimeview_save_part_as(): fixed a bug that a MIME
647
	  part that didn't have a name could not be saved.
648
649
2012-04-13
650
651
	* libsylph/prefs_common.[ch]
652
	  src/filesel.[ch]: preserve the last selected folders between
653
	  sessions.
654
655
2012-04-12
656
657
	* src/inc.c: show the detail of new messages on the trayicon tooltip.
658
659
2012-04-12
660
661
	* src/addressbook.[ch]
662
	  src/addr_compl.c: also use first and last name for completion.
663
664
2012-04-11
665
666
	* src/addr_compl.c: also match to the subsequent part of the name of
667
	  contacts (Bug #51).
668
669
2012-04-11
670
671
	* nsis/sylpheed-defs.nsh
672
	  nsis/sylpheed.nsi
673
	  nsis/english.nsh
674
	  nsis/japanese.nsh: abort installation if auto-uninstall was
675
	  cancelled or failed.
676
	  Added SylFilter in the installer.
677
678
2012-03-27
679
680
	* src/textview.c: don't open in-page link of HTML mail.
681
682
2012-03-26
683
684
	* libsylph/news.c: news_fetch_msg()
685
	  libsylph/imap.c: imap_fetch_msg(): refetch message when cache
686
	  file size is 0 (Bug #50).
687
688
2012-03-26
689
690
	* libsylph/defs.h: removed direct inclusion of <glibconfig.h> and
691
	  <glib/gwin32.h> (fixes Bug #53).
692
693
2012-03-26
694
695
	* src/menu.c: menu_button_position(): adjusted the menu position.
696
697
2012-03-26
698
699
	* src/folderview.c
700
	  src/summaryview.c: also support Shift+F10 for menu popup.
701
702
2012-03-26
703
704
	* src/summaryview.c: enabled menu popup with Menu key.
705
706
2012-03-26
707
708
	* src/menu.[ch]
709
	  src/folderview.c: enabled menu popup with Menu key.
710
711
2012-03-02
712
713
	* libsylph/imap.c: relaxed the response check of AUTHENTICATE and
714
	  APPEND (don't check space after '+').
715
716
2012-02-29
717
718
	* version 3.2.0beta6
719
720
2012-02-21
721
722
	* libsylph/Makefile.am
723
	  src/Makefile.am
724
	  plugin/test/Makefile.am
725
	  plugin/attachment_tool/Makefile.am
726
	  configure.in: fixed compilation error with Fink + OS X (Bug #42).
727
	  (moved -I$(top_srcdir)/* to the beginning of INCLUDES)
728
729
2012-02-21
730
731
	* src/prefs_filter.c: fixed a bug that filter settings are removed
732
	  if Escape key is pressed quickly on auto filter rule creation.
733
	  Also made it update filter.xml file only when the list is modified.
734
735
2012-01-20
736
737
	* libsylph/imap.c: emit "add-msg", "remove-msg", "remove-all-msg",
738
	  "move-folder" and "remove-folder" signals.
739
740
2012-01-20
741
742
	* libsylph/news.c
743
	  libsylph/nntp.[ch]: supported SOCKS proxy.
744
745
2012-01-19
746
747
	* src/prefs_filter_edit.[ch]: made 'is shorter than' default for 'Age'
748
	  condition.
749
750
2012-01-18
751
752
	* src/plugin.[ch]
753
	  src/plugin-marshal.list
754
	  src/prefs_template.c
755
	  src/prefs_common_dialog.c
756
	  src/prefs_filter_edit.c
757
	  src/prefs_account_dialog.c
758
	  src/prefs_filter.c
759
	  src/plugin_manager.c: added new plug-in signals for preferences
760
	  dialogs (#30).
761
762
2012-01-11
763
764
	* src/messageview.c: add .eml extension like summary_save_as().
765
	* src/summaryview.c: summary_set_row(): show as '(No Subject)'
766
	  when subject is empty string.
767
768
2012-01-06
769
770
	* src/inc.c
771
	  src/plugin.[ch]
772
	  src/plugin-marshal.list
773
	  plugin/test/test.c: added new plug-in signals (#10):
774
	  "inc-mail-start": notify start of receiving
775
	  "inc-mail-finished": notify end of receiving and number of new
776
	  messages
777
778
2012-01-06
779
780
	* src/trayicon.c: extended the blinking period of tray icon to 10
781
	  seconds.
782
783
2012-01-06
784
785
	* manual/ja/sylpheed.sgml: updated Japanese manual.
786
787
2012-01-05
788
789
	* src/prefs_common_dialog.c: fixed a typo.
790
791
2011-12-27
792
793
	* version 3.2.0beta5
794
795
2011-12-26
796
797
	* src/rpop3.c: added refresh (reload) menu.
798
799
2011-12-22
800
801
	* src/rpop3.c: implemented reloading after the loading stopped.
802
803
2011-12-21
804
805
	* src/rpop3.c: supported SOCKS proxy.
806
	  Receive message headers from the latest one.
807
808
2011-12-21
809
810
	* libsylph/imap.c:
811
	  imap_session_get()
812
	  imap_cmd_noop(): check the activity of session, and return NULL
813
	  if busy. This fixes crashes when message fetch and new message
814
	  checking happen at the same time.
815
816
2011-12-16
817
818
	* src/mainwindow.c: main_window_create(): force visibility of the
819
	  message view on startup only if the layout type is vertical mode.
820
821
2011-11-29
822
823
	* version 3.2.0beta4
824
825
2011-11-29
826
827
	* src/prefs_common_dialog.c: sylfilter command was added as a preset
828
	  of junk filter program.
829
830
2011-11-17
831
832
	* src/mainwindow.c: main_window_create(): force visibility of the
833
	  message view on startup (fixes wrong view size on vertical-view
834
	  mode).
835
	  main_window_get_size(): don't update summaryview_vwidth if
836
	  message view is not visible.
837
838
2011-10-14
839
840
	* src/summaryview.c: show both filtered and original numbers of
841
	  messages on the status label.
842
	  Show the numbers of moved/copied/deleted marks on filtered mode.
843
844
2011-10-04
845
846
	* src/quick_search.c: implemented multiple keywords search of the
847
	  quick search entry.
848
849
2011-09-16
850
851
	* src/summaryview.c: summary_select_row(): don't always move focus
852
	  when refreshing (mainly for quick search).
853
854
2011-09-15
855
856
	* libsylph/procmime.c: made MIME debug print optional and disabled by
857
	  default.
858
	* src/summaryview.c
859
	  src/folderview.c
860
	  src/mainwindow.c: prevent "imap_cmd_gen_send: cannot send command
861
	  because another command is already running." error by locking the
862
	  UI on command execution.
863
864
2011-09-08
865
866
	* version 3.2.0beta3
867
868
2011-09-08
869
870
	* manual/ja/sylpheed.sgml: updated Japanese manual.
871
872
2011-08-11
873
874
	* version 3.2.0beta2
875
876
2011-08-11
877
878
	* libsylph/procmsg.c: procmsg_open_cache_file_mmap(): removed
879
	  warnings when cache files were not found.
880
881
2011-08-11
882
883
	* libsylph/html.c: minor code cleanup.
884
885
2011-08-10
886
887
	* libsylph/html.c: html_get_parenthesis(): fixed a bug that </style>
888
	  end tags were not properly searched if whitespace was inserted in it
889
	  (ex. </style > </style[\n]>).
890
891
2011-08-10
892
893
	* libsylph/procmime.c: removed alloca() calls.
894
895
2011-08-03
896
897
	* src/quick_search.c: applied a patch to fix quick search text color
898
	  on dark themes (thanks to speps).
899
900
2011-08-03
901
902
	* libsylph/folder.[ch]
903
	  src/summaryview.[ch]: reflect account preference for trash folder.
904
	  summary_colorlabel_menu_item_activate_item_cb(): removed a warning.
905
906
2011-07-21
907
908
	* src/textview.c: use style colors for part widgets.
909
910
2011-07-20
911
912
	* libsylph/html.c: html_get_tag(): support tags such as <br/> and
913
	  <name value="foo" />.
914
915
2011-07-05
916
917
	* libsylph/procmsg.c: use memory mapped file to read cache files.
918
	  This improves the speed of cache reading.
919
	  (requires GTK+ >= 2.8)
920
921
2011-06-30
922
923
	* version 3.2.0beta1
924
925
2011-06-30
926
927
	* libsylph/socket.c: my_getaddrinfo(): removed redundant zero clear.
928
929
2011-06-30
930
931
	* src/textview.c
932
	  src/mimeview.[ch]: added 'Print' menu in mime part menu.
933
	  Added part widget to message/rfc822 part.
934
935
2011-06-29
936
937
	* libsylph/socket.c: win32: supported IPv6 with fallback implementation
938
	  for Windows 2000.
939
	* makewin32.sh: enabled IPv6.
940
941
2011-06-28
942
943
	* src/foldersel.c: removed alloca() calls.
944
	* src/account_dialog.c: account_open(): removed alloca() call.
945
	* src/folderview.c: removed alloca() calls.
946
	* src/undo.c: undo_insert_text_cb(): removed alloca() call.
947
	* libsylph/xml.c: xml_unescape_str(): removed alloca() call.
948
949
2011-06-24
950
951
	* src/update_check.c: win32: also check the file size of updater exe.
952
953
2011-06-24
954
955
	* src/summaryview.c: summary_colorlabel_menu_item_activate_item_cb():
956
	  removed alloca().
957
	* libsylph/utils.c: my_tmpfile(): win32: fixed a memory leak.
958
	  unix: removed alloca().
959
	* src/compose.c: removed alloca() calls.
960
961
2011-06-23
962
963
	* src/mimeview.[ch]
964
	  src/textview.c: fixed a typo: mimeview_launch_part() and code
965
	  cleanups. Removed alloca() call.
966
	* src/summaryview.c
967
	  src/messageview.c
968
	  src/inc.c: removed alloca() calls.
969
	* libsylph/utils.[ch]: to_human_readable_buf(): new.
970
971
2011-06-16
972
973
	* src/menu.h
974
	  src/textview.c: use image menu item for part menu.
975
976
2011-06-15
977
978
	* src/textview.[ch]: reuse popup menu for each attachments.
979
980
2011-06-14
981
982
	* src/textview.c: textview_part_widget_destroy_notify(): fixed destroy
983
	  notify handler.
984
	  Use prelight state.
985
	  textview_part_widget_exposed(): draw edges as rounded.
986
	  textview_part_widget_button_pressed(): disable 'Copy file name'
987
	  menu if file name not exist.
988
989
2011-06-13
990
991
	* src/textview.c: highlight part widgets on mouse over.
992
993
2011-06-13
994
995
	* src/textview.c
996
	  src/mimeview.[ch]: implemented popup menu of attachments in text
997
	  view.
998
999
2011-06-13
1000
1001
	* src/textview.c: fixed handling of button release event.
1002
1003
2011-06-10
1004
1005
	* libsylph/procmsg.c
1006
	  libsylph/libsylph-0.def: procmsg_add_messages_from_queue():
1007
	  fixed an error when removing queued messages on win32.
1008
1009
2011-06-10
1010
1011
	* src/compose.c
1012
	  plugin/test/test.c: changed the spec of compose-send signal
1013
	  because the previous one prohibited sending if the signal is not
1014
	  used.
1015
1016
2011-06-10
1017
1018
	* src/textview.c: added border line before and after headers.
1019
	  Made attachments display more graphical.
1020
1021
2011-06-09
1022
1023
	* src/account_dialog.c
1024
	  src/prefs_filter.c: fixed duplicated keyboard accelerators.
1025
1026
2011-06-08
1027
1028
	* libsylph/procmsg.[ch]
1029
	  libsylph/folder.c: remove queue headers when moving messages from
1030
	  a queue folder (fixes Debian BTS #493546).
1031
1032
2011-06-08
1033
1034
	* src/messageview.c
1035
	  src/plugin.[ch]
1036
	  src/plugin-marshal.list
1037
	  plugin/test/test.c: added a new plug-in API: "messageview-show".
1038
1039
2011-06-08
1040
1041
	* src/compose.c
1042
	  src/plugin.[ch]
1043
	  src/plugin-marshal.list
1044
	  plugin/test/test.c: added a new plug-in API: "compose-send".
1045
1046
2011-06-06
1047
1048
	* src/compose.c: compose_generate_msgid(): don't use mailbox part
1049
	  of address directly, instead use md5 hash of random number + mailbox
1050
	  part.
1051
1052
2011-06-06
1053
1054
	* src/compose.c: compose_send(): don't close compose window when
1055
	  saving to outbox failed.
1056
1057
2011-05-18
1058
1059
	* libsylph/codeconv.c: conv_encode_header(): replaced alloca() with
1060
	  g_malloc() and g_strndup().
1061
1062
2011-05-18
1063
1064
	* libsylph/folder.[ch]
1065
	  libsylph/imap.[ch]
1066
	  src/mainwindow.c: cancel online mode switch if active sessions
1067
	  exist (fixes crash on offline switch while IMAP session is active).
1068
1069
2011-05-13
1070
1071
	* src/textview.c: textview_make_clickable_parts(): removed alloca()
1072
	  and use GSList.
1073
	* src/compose.c: removed some alloca() calls.
1074
	* libsylph/procheader.c: removed alloca() calls.
1075
	* libsylph/imap.c: imap_utf8_to_modified_utf7(): removed alloca()
1076
	  calls.
1077
1078
2011-05-12
1079
1080
	* src/prefs_ui.c: removed alloca() calls.
1081
1082
2011-05-12
1083
1084
	* libsylph/prefs.h
1085
	  libsylph/account.c
1086
	  src/account_dialog.c: increased the prefs buffer size from 1024
1087
	  to 8192.
1088
1089
2011-05-06
1090
1091
	* version 3.1.1
1092
1093
2011-03-22
1094
1095
	* configure.in: added the following line for newer gcc-4.5:
1096
	  LIBS="$LIBS `$PKG_CONFIG --libs enchant`"
1097
	  (thanks to Ricardo Mones)
1098
1099
2011-03-16
1100
1101
	* src/compose.c: changed keyboard shortcut of File/Send to prevent
1102
	  accidental sending.
1103
1104
2011-03-14
1105
1106
	* src/summaryview.c: mark messages read when message view becomes
1107
	  visible by Enter or Space key.
1108
1109
2011-03-01
1110
1111
	* src/addressadd.c
1112
	  src/addrindex.c: renamed variable 'interface' to 'iface'.
1113
1114
2011-02-28
1115
1116
	* src/addressbook.c
1117
	  src/prefs_common_dialog.c: fixed compilation problem on MinGW
1118
	  (interface -> iface). Thanks to Hayashi.
1119
1120
2011-02-25
1121
1122
	* libsylph/defs.h
1123
	  libsylph/utils.c
1124
	  src/main.c: OS X: changed the location of settings to
1125
	  ~/Library/Application Support/Sylpheed .
1126
1127
2011-02-25
1128
1129
	* libsylph/utils.c
1130
	  libsylph/defs.h
1131
	  src/mimeview.c
1132
	  src/prefs_common_dialog.c: use 'open' command for URI, file open
1133
	  and text editor on OS X.
1134
1135
2011-02-15
1136
1137
	* src/summaryview.c: summary_show_queued_msgs(): clear selection list
1138
	  because it can be invalid after appending messages.
1139
1140
2011-02-14
1141
1142
	* src/addressbook.c
1143
	  src/addressitem.h
1144
	  src/addrindex.[ch]: renamed 'interface' in struct to 'iface' to
1145
	  prevent compilation problem on some environments.
1146
1147
2011-02-10
1148
1149
	* src/main.c
1150
	  src/gtkutils.c: implement fix_font_setting() for Mac OS X.
1151
1152
2011-02-10
1153
1154
	* libsylph/codeconv.c:
1155
	  conv_get_locale_charset()
1156
	  conv_get_locale_charset_str(): return correct locale encoding
1157
	  for Mac OS X (usually UTF-8).
1158
1159
2011-02-04
1160
1161
	* libsylph/prefs_common.[ch]
1162
	  src/addressbook.c: save the columns width of address book.
1163
1164
2011-01-31
1165
1166
	* version 3.1.0
1167
1168
2011-01-31
1169
1170
	* sylpheed.desktop: added Ukrainian and Russian comment.
1171
1172
2011-01-28
1173
1174
	* sylpheed.desktop: added Turkish comment.
1175
1176
2011-01-24
1177
1178
	* src/prefs_common_dialog.c: removed a warning.
1179
	* src/sylpheed.rc.in: updated LegalCopyright.
1180
	* libsylph/procmime.c: procmime_get_part_fp_fp(): fixed return value
1181
	  on error.
1182
1183
2011-01-24
1184
1185
	* version 3.1.0rc
1186
1187
2011-01-24
1188
1189
	* src/plugin-marshal.list
1190
	  src/Makefile.am: added marshaller for plug-in library.
1191
1192
2011-01-24
1193
1194
	* src/sylpheed-marshal.list
1195
	  src/textview.c
1196
	  src/plugin.[ch]
1197
	  plugin/test/test.c: added MsgInfo argument to "textview-menu-popup"
1198
	  signal.
1199
1200
2011-01-24
1201
1202
	* src/summaryview.c: fixed warnings about non-string literal format.
1203
1204
2011-01-21
1205
1206
	* src/addressbook.c: fixed double underline in menu label
1207
	  (thanks to Ricardo Mones).
1208
1209
2011-01-21
1210
1211
	* README
1212
	  README.ja
1213
	  LICENSE
1214
	  nsis/COPYING*.txt
1215
	  src/about.c: updated copyright year.
1216
1217
2011-01-21
1218
1219
	* src/undo.c: fixed long-standing undo-redo bug:
1220
	  1. input "a b"
1221
	  2. delete 3 chars by backspace
1222
	  3. undo 2 times
1223
	  4. "a ba" is entered, not "a b"
1224
1225
2011-01-19
1226
1227
	* src/sylpheed-marshal.list
1228
	  src/textview.c
1229
	  src/plugin.[ch]
1230
	  PLUGIN.txt
1231
	  PLUGIN.ja.txt: added "textview-menu-popup" signal for plug-ins.
1232
	* plugin/test/test.[ch]: use "textview-menu-popup" signal.
1233
1234
2011-01-19
1235
1236
	* libsylph/filter.[ch]
1237
	  src/inc.c
1238
	  src/summaryview.c: check the return value of junk filter command
1239
	  and show error dialog on failure.
1240
1241
2011-01-18
1242
1243
	* src/inc.c
1244
	  src/folderview.c: do not count junk-filtered or trashed messages as
1245
	  new ones.
1246
	  Do not display new state as red color on Junk folder.
1247
1248
2011-01-18
1249
1250
	* src/addressadd.c: removed warnings about xpm.
1251
1252
2011-01-17
1253
1254
	* src/summaryview.c: summary_qsearch(): fixed crash when folder tree is
1255
	  empty.
1256
1257
2011-01-17
1258
1259
	* version 3.1.0beta7
1260
1261
2011-01-17
1262
1263
	* manual/ja/sylpheed.sgml: updated Japanese manual.
1264
1265
2011-01-17
1266
1267
	* src/version.h.in
1268
	  src/about.c: added build revision to the about dialog.
1269
1270
2011-01-17
1271
1272
	* src/summaryview.c: summary_get_tmp_marked_msg_list(): don't use
1273
	  full copy for saving flags.
1274
1275
2011-01-16
1276
1277
	* src/summaryview.c: summary_restore_tmp_marks(): optimized.
1278
1279
2011-01-14
1280
1281
	* src/summaryview.c: preserve temporary movec/copy marks on refresh.
1282
	  summary_show_queued_msgs(): update status display.
1283
1284
2011-01-11
1285
1286
	* src/update_check.c: win32: properly set the parameter of default
1287
	  download URL.
1288
	* makewin32.sh: also install attachment_tool plug-in.
1289
1290
2011-01-07
1291
1292
	* libsylph/prefs_common.[ch]
1293
	  src/compose.c
1294
	  src/send_message.c
1295
	  src/prefs_common_dialog.c: added an option to disable the send
1296
	  dialog. Made the compose window insensitive on sending.
1297
1298
2011-01-07
1299
1300
	* src/send_message.[ch]: send_message_queue_all(): refactored.
1301
1302
2011-01-06
1303
1304
	* libsylph/filter.c: filter_match_rule(): optimized by modifying the
1305
	  order of condition matching.
1306
1307
2011-01-06
1308
1309
	* src/prefs_common_dialog.c: modified 'Address auto-completion'
1310
	  setting layout.
1311
1312
2011-01-06
1313
1314
	* src/query_search.c
1315
	  src/prefs_filter_edit.c: made the default boolean type of query
1316
	  search and filter condition AND.
1317
1318
2011-01-06
1319
1320
	* src/textview.c: added context menu 'Reply to this address'.
1321
1322
2011-01-05
1323
1324
	* src/inc.c: always update summary even when
1325
	  prefs_common.open_inbox_on_inc is true (fixes wrong unread number
1326
	  display).
1327
1328
2010-12-24
1329
1330
	* version 3.1.0beta6
1331
1332
2010-12-24
1333
1334
	* src/main.c: win32: always check if text font is loadable on startup.
1335
1336
2010-12-24
1337
1338
	* manual/ja/sylpheed.sgml: updated Japanese manual.
1339
1340
2010-12-22
1341
1342
	* libsylph/filter.[ch]
1343
	  libsylph/prefs_common.[ch]
1344
	  libsylph/mbox.c
1345
	  src/inc.[ch]
1346
	  src/main.c
1347
	  src/summaryview.[ch]
1348
	  src/prefs_common_dialog.c: refactored junk filter rule management.
1349
	  Create junk filter rule on demand.
1350
	  Deprecated prefs_common_junk_filter_list_set().
1351
	  Automatically select appropriate Junk folder on filtering.
1352
1353
2010-12-22
1354
1355
	* src/addressbook.c: added menu 'Add to recipient/Cc/Bcc'.
1356
1357
2010-12-21
1358
1359
	* libsylph/session.c
1360
	  src/rpop3.c
1361
	  src/compose.c
1362
	  src/inc.c
1363
	  src/passphrase.c
1364
	  src/sigstatus.c: changed deprecated gtk_timeout_add() to
1365
	  g_timeout_add(_full)(). Use G_PRIORITY_LOW for long timeout
1366
	  interval (may fix slow receiving problem?).
1367
1368
2010-12-20
1369
1370
	* libsylph/prefs_common.[ch]
1371
	  src/compose.[ch]
1372
	  src/addressbook.c
1373
	  src/addr_compl.c
1374
	  src/prefs_common_dialog.c: added new option: "Set only mail address
1375
	  when composing from address book".
1376
	  Don't add modified flag when opening composition window from
1377
	  address book.
1378
	* src/importldif.c: fixed uninitialized variable.
1379
1380
2010-12-17
1381
1382
	* src/compose.c
1383
	  src/mimeview.c: changed the label 'MIME type' to 'Data type' for
1384
	  understandability.
1385
1386
2010-12-17
1387
1388
	* libsylph/html.c: html_parse_tag(): look at every attribute in 'a'
1389
	  tag for 'href' (thanks to Rich Coe).
1390
1391
2010-12-15
1392
1393
	* src/summaryview.c: summary_toggle_view(): mark as read when message
1394
	  view is toggled on.
1395
1396
2010-12-14
1397
1398
	* libsylph/folder.[ch]
1399
	  src/mainwindow.c: disconnect all current sessions of remote folders
1400
	  when going offline.
1401
1402
2010-12-14
1403
1404
	* src/summaryview.c: reverted the behavior when 'Always open messages
1405
	  in summary when selected' is off (don't display a message when
1406
	  opening a folder).
1407
1408
2010-12-09
1409
1410
	* version 3.1.0beta5
1411
1412
2010-12-09
1413
1414
	* src/send_message.c: send_message_smtp(): fixed a bug that
1415
	  temporary password was not cleared on auth failure.
1416
1417
2010-12-09
1418
1419
	* src/plugin.h: fixed typo.
1420
	* src/update_check.c: update_check(): win32: fixed crash on update
1421
	  check.
1422
	* configure.in: enable updatecheckplugin only if updatecheck is
1423
	  enabled.
1424
1425
2010-12-08
1426
1427
	* version 3.1.0beta4
1428
1429
2010-12-08
1430
1431
	* libsylph/socks.c: win32: fixed compilation error.
1432
1433
2010-12-07
1434
1435
	* libsylph/prefs_account.[ch]
1436
	  src/prefs_account_dialog.c: added UI for SOCKS settings.
1437
	* libsylph/session.c: session_connect_full(): check if
1438
	  socks_info->proxy_host is set.
1439
	* libsylph/imap.c: added SOCKS proxy support.
1440
	* manual/ja/sylpheed.sgml: added SOCKS proxy description.
1441
1442
2010-12-07
1443
1444
	* libsylph/prefs_account.[ch]
1445
	  libsylph/socks.[ch]
1446
	  libsylph/session.[ch]
1447
	  src/inc.c
1448
	  src/send_message.c: added SOCKS4/5 proxy support.
1449
1450
2010-12-03
1451
1452
	* nsis/*: added NSIS installer script files.
1453
1454
2010-12-01
1455
1456
	* libsylph/prefs_common.[ch]
1457
	  src/summaryview.c
1458
	  src/prefs_common_dialog.c: added an option 'Always mark as read when
1459
	  a message is opened'. This will bring back the previous behavior.
1460
1461
2010-11-25
1462
1463
	* src/main.c
1464
	  src/setup.h: win32: added missing code for WAB file import.
1465
1466
2010-11-18
1467
1468
	* manual/ja/sylpheed.sgml: updated to 3.1.
1469
1470
2010-11-16
1471
1472
	* libsylph/xml.[ch]: xml_escape_str(): added.
1473
1474
2010-11-12
1475
1476
	* src/plugin_manager.c: fixed button order.
1477
1478
2010-11-09
1479
1480
	* src/rpop3.c: rpop3_account(): clear temporary password if
1481
	  authentication fails.
1482
1483
2010-11-05
1484
1485
	* src/update_check.c
1486
	  src/mainwindow.c: modified strings about plug-ins.
1487
1488
2010-11-05
1489
1490
	* src/main.c
1491
	  src/update_check.c: convert argv[0] to UTF-8 (fixes restart of
1492
	  process on Win32 when installed on non-ascii path).
1493
1494
2010-11-02
1495
1496
	* libsylph/sylmain.c
1497
	  libsylph/defs.h
1498
	  src/update_check.[ch]
1499
	  src/plugin_manager.c
1500
	  src/plugin.[ch]
1501
	  src/main.[ch]
1502
	  src/libsylpheed-plugin-0.def
1503
	  src/mainwindow.[ch]
1504
	  plugin/test/test.c
1505
	  configure.in: merged plug-in update check and automatic update patch.
1506
1507
2010-10-25
1508
1509
	* libsylph/procmime.[ch]: added procmime_get_part_fp_fp().
1510
1511
2010-10-21
1512
1513
	* src/plugin.[ch]
1514
	  src/main.c: added new functions for sending messages.
1515
1516
2010-10-21
1517
1518
	* src/summaryview.c: modified always_show_msg flag handling.
1519
1520
2010-08-31
1521
1522
	* libsylph/prefs_account.c: leave messages on POP3 server for 7 days
1523
	  by default.
1524
1525
2010-08-30
1526
1527
	* src/main.c: remote_command_exec(): fixed the bug that default
1528
	  account's inbox was not properly selected when 'Open inbox on
1529
	  startup' was enabled.
1530
1531
2010-08-19
1532
1533
	* src/addressbook.[ch]
1534
	  src/setup.c: win32: implemented automatic import of Windows Address
1535
	  Book (WAB) file.
1536
1537
2010-08-18
1538
1539
	* version 3.1.0beta3
1540
1541
2010-08-17
1542
1543
	* src/importldif.[ch]: addressbook_imp_ldif_file(): new function to
1544
	  import LDIF file automatically.
1545
	* src/ldif.[ch]: supported "nickname" tag. Ignore null-string
1546
	  fld->userName. Skip duplicated "mail" tags. Fixed a memory leak.
1547
	* src/setup.c: setup_import_data(): don't create duplicate folders.
1548
1549
2010-08-10
1550
1551
	* libsylph/imap.c: imap_parse_envelope(): fixed for response:
1552
	  (... RFC822.SIZE 0 RFC822.HEADER "" ...)
1553
1554
2010-08-10
1555
1556
	* plugin/attachment_tool/attachment_tool.c: skip multipart messages
1557
	  without attachments.
1558
1559
2010-08-09
1560
1561
	* faq/en/*: updated Sylpheed FAQ to 2.2 (thanks to Petr Kovar).
1562
1563
2010-08-09
1564
1565
	* src/main.c
1566
	  src/setup.c
1567
	  src/import.c: enabled cancellation of eml/dbx import.
1568
1569
2010-08-06
1570
1571
	* src/main.c
1572
	  src/setup.[ch]
1573
	  src/import.[ch]: win32: implemented automatic import of Outlook
1574
	  Express mail stores on first run.
1575
1576
2010-08-05
1577
1578
	* src/import.c: implemented the import feature of Outlook Express
1579
	  mailboxes (dbx).
1580
1581
2010-08-04
1582
1583
	* plugin/attachment_tool/Makefile.am: fixed.
1584
1585
2010-08-04
1586
1587
	* configure.in
1588
	  plugin/Makefile.am
1589
	  plugin/attachment_tool/*: added new plug-in 'Attachment Tool
1590
	  Plug-in'. This plug-in is distributed under the GNU LGPL.
1591
1592
2010-08-04
1593
1594
	* src/plugin.[ch]
1595
	  src/main.c
1596
	  src/summaryview.[ch]: added/fixed SummaryView and alert panel
1597
	  plug-in APIs.
1598
1599
2010-08-02
1600
1601
	* src/summaryview.c: summary_save_as(): added extension .eml for
1602
	  default file name.
1603
1604
2010-08-02
1605
1606
	* src/inc.[ch]: made the progress of receive dialog display only
1607
	  number/size in current session, not including already received ones.
1608
1609
2010-07-30
1610
1611
	* libsylph/prefs_common.[ch]
1612
	  src/prefs_common_dialog.c
1613
	  src/folderview.c
1614
	  src/mainwindow.[ch]: added new global option 'Change current account
1615
	  on folder open'.
1616
	  Made 'mark_as_read_on_new_window' a hidden option.
1617
1618
2010-07-30
1619
1620
	* src/inc.c: added 'Cancel all' button to the incorporation dialog.
1621
1622
2010-07-30
1623
1624
	* src/summaryview.c: summary_mark_displayed_read(): made
1625
	  mark_as_read_on_new_window setting work.
1626
1627
2010-07-30
1628
1629
	* libsylph/folder.c: folder_destroy(): remove private data after
1630
	  folder_tree_destroy() to prevent warnings.
1631
	* libsylph/prefs_account.[ch]
1632
	  src/compose.c
1633
	  src/prefs_account_dialog.c: added new account option 'Put signature
1634
	  before quote (not recommended)'.
1635
1636
2010-07-30
1637
1638
	* src/summaryview.c: summary_selection_changed(): don't clear message
1639
	  view on multiple selection and always_show_msg mode.
1640
	* libsylph/prefs_common.c: made always_show_message_when_selected
1641
	  enable by default.
1642
1643
2010-07-29
1644
1645
	* src/prefs_common_dialog.c: modified description of Junk mail folder.
1646
1647
2010-07-29
1648
1649
	* libsylph/procmsg.c
1650
	  src/folderview.c: added 'Empty junk' context menu to Junk folder.
1651
1652
2010-07-29
1653
1654
	* libsylph/prefs_common.c
1655
	  src/main.c
1656
	  src/summaryview.c: use default Junk folder when
1657
	  prefs_common.junk_folder is not set.
1658
1659
2010-07-29
1660
1661
	* libsylph/mh.c
1662
	  libsylph/folder.[ch]
1663
	  libsylph/defs.h
1664
	  src/icons/stock_spam_16.png
1665
	  src/icons/Makefile.am
1666
	  src/foldersel.c
1667
	  src/prefs_folder_item.c
1668
	  src/stock_pixmap.[ch]
1669
	  src/folderview.c: added 'Junk' special folder and automatically
1670
	  create it when not exist.
1671
1672
2010-07-28
1673
1674
	* src/folderview.c: folderview_menu_popup(): show/hide needless items
1675
	  depending on context.
1676
1677
2010-07-28
1678
1679
	* src/summaryview.[ch]
1680
	  src/mainwindow.c: improved the always-show-msg-on-summary-select
1681
	  mode (don't mark as read on automatic selection).
1682
1683
2010-07-27
1684
1685
	* libsylph/sylmain.c
1686
	  src/main.c: moved ssl_init()/ssl_done() from
1687
	  syl_init()/syl_cleanup() to src/main. Fixes accepted SSL certs
1688
	  not loaded when using alternative config dir.
1689
1690
2010-07-23
1691
1692
	* libsylph/virtual.c
1693
	  src/folderview.c: enabled moving of virtual folders.
1694
1695
2010-07-22
1696
1697
	* src/addressbook.c: implemeted drag and drop of addresses.
1698
1699
2010-07-21
1700
1701
	* src/prefs_template.c: notify on OK button press if not saved.
1702
1703
2010-07-21
1704
1705
	* src/prefs_template.c: confirm on cancel if templates are modified.
1706
	  Added Up/Down button to reorder template list.
1707
1708
2010-07-20
1709
1710
	* src/importcsv.c: added 'Alias' attribute.
1711
1712
2010-07-16
1713
1714
	* version 3.1.0beta2
1715
1716
2010-07-16
1717
1718
	* manual/*/Makefile.am: disabled install of sylpheed.sgml.
1719
1720
2010-07-16
1721
1722
	* libsylph/utils.c
1723
	  libsylph/procmsg.c: removed redundant debug print.
1724
1725
2010-07-16
1726
1727
	* libsylph/libsylph-0.def: updated.
1728
	* src/libsylpheed-plugin-0.def: updated.
1729
1730
2010-07-16
1731
1732
	* libsylph/filter.c: filter_cond_new(): fixed a bug that the value of
1733
	  <account-id> tag was not parsed correctly.
1734
1735
2010-07-16
1736
1737
	* manual/GFDL-1.2
1738
	  manual/en/sylpheed.sgml
1739
	  manual/en/*.html: updated to sylpheeddoc_manual_en_09032003.tar.gz.
1740
	  Added missing SGML source file. Also included GFDL-1.2 text file.
1741
1742
2010-07-14
1743
1744
	* src/plugin.[ch]
1745
	  src/main.c: added syl_plugin_summary_show_queued_msgs() and cleanup
1746
	  the code.
1747
1748
2010-07-14
1749
1750
	* src/gtkutils.[ch]
1751
	  src/addressbook.c
1752
	  src/compose.c
1753
	  src/mainwindow.c: always display fixed-positioned windows on screen
1754
	  (prevent windows displayed outside of screen between multi and
1755
	  single monitor switching).
1756
	* src/compose.c: always display compose window at the same location
1757
	  even if overlapped.
1758
1759
2010-07-13
1760
1761
	* src/summaryview.c: summary_show_queued_msgs(): scroll summary view
1762
	  to make added messages are visible.
1763
1764
2010-07-13
1765
1766
	* src/mainwindow.c: show error dialog on failure.
1767
1768
2010-07-13
1769
1770
	* libsylph/procmsg.c: procmsg_concat_partial_messages(): fully
1771
	  implemented RFC 2046.
1772
1773
2010-07-13
1774
1775
	* libsylph/procmsg.c
1776
	  libsylph/procmime.c: allow Content-Type without total parameter.
1777
1778
2010-07-12
1779
1780
	* libsylph/utils.[ch]
1781
	  libsylph/procmsg.[ch]
1782
	  libsylph/procmime.[ch]
1783
	  src/mainwindow.c: implemented concatenation of partial messages
1784
	  (RFC 2046). The header concatenation is still incomplete.
1785
1786
2010-07-08
1787
1788
	* faq/GFDL-1.2
1789
	  faq/Makefile.am
1790
	  faq/en/*.xml
1791
	  faq/en/Makefile.am: added missing source files of English FAQ.
1792
	  Also included GFDL-1.2 text file.
1793
1794
2010-07-07
1795
1796
	* src/prefs_common_dialog.c: changed the upper limit of auto check
1797
	  interval to 1000 minutes.
1798
1799
2010-07-06
1800
1801
	* src/plugin.[ch]
1802
	  src/main.c
1803
	  plugin/test/test.c: added plug-in APIs to get selected messages
1804
	  on summary.
1805
1806
2010-07-06
1807
1808
	* src/plugin.[ch]
1809
	  src/main.c
1810
	  src/summaryview.c
1811
	  plugin/test/test.c: added new plug-in APIs for manipulating the
1812
	  summary view popup menu.
1813
1814
2010-07-02
1815
1816
	* src/mainwindow.c
1817
	  src/summaryview.c
1818
	  src/prefs_common_dialog.c: changed 'Mark/Mark' to 'Mark/Set flag',
1819
	  'Mark/Unmark' to 'Mark/Unset flag'.
1820
1821
2010-07-02
1822
1823
	* src/summaryview.c: summary_show(): display error if a connection to
1824
	  IMAP/News server failed.
1825
1826
2010-07-02
1827
1828
	* src/plugin.[ch]
1829
	  src/main.c
1830
	  src/summaryview.[ch]
1831
	  src/folderview.c: added write lock mode on summary view.
1832
1833
2010-07-01
1834
1835
	* src/foldersel.c: move up/collapse/expand row with left/right key.
1836
1837
2010-07-01
1838
1839
	* src/folderview.c: folderview_key_pressed(): modified key handling
1840
	  code.
1841
1842
2010-07-01
1843
1844
	* src/mimeview.c: mimeview_selection_changed(): don't display images
1845
	  when inline image setting is off (workaround for vulnerability).
1846
1847
2010-06-30
1848
1849
	* src/folderview.c: folderview_key_pressed(): move up/collapse/expand
1850
	  row with left/right key (like Windows Explorer).
1851
1852
2010-06-30
1853
1854
	* libsylph/procmsg.[ch]
1855
	  src/inc.c
1856
	  src/summaryview.[ch]: update summary view on receiving on the fly.
1857
	* configure.in: updated/fixed libtool version.
1858
1859
2010-06-18
1860
1861
	* libsylph/pop.c
1862
	  libsylph/session.c: protect against session->sock == NULL
1863
	  (fixes crash on cancel).
1864
1865
2010-06-17
1866
1867
	* libsylph/prefs_common.h
1868
	  src/compose.c
1869
	  src/main.c: made user-agent string configurable from plug-ins.
1870
1871
2010-06-15
1872
1873
	* version 3.1.0beta1
1874
1875
2010-06-15
1876
1877
	* src/libsylpheed-plugin-0.def: updated.
1878
1879
2010-06-15
1880
1881
	* src/addr_compl.c: removed debug print.
1882
1883
2010-06-11
1884
1885
	* src/plugin.c
1886
	  src/folderview.c: fixed syl_plugin_folderview_add_sub_widget().
1887
	* plugin/test/test.c: added syl_plugin_folderview_add_sub_widget()
1888
	  test.
1889
1890
2010-06-11
1891
1892
	* src/plugin.[ch]
1893
	  src/main.c
1894
	  src/folderview.[ch]: added plug-in APIs for folder view.
1895
	  Added folderview_add_sub_widget() which adds sub widget under
1896
	  folder view.
1897
1898
2010-06-11
1899
1900
	* src/action.c: reset signal handlers of child process to prevent
1901
	  app_will_exit() called on SIGTERM.
1902
	  Added debug output.
1903
1904
2010-06-10
1905
1906
	* src/folderview.[ch]: put vbox on the top of folder view.
1907
1908
2010-06-09
1909
1910
	* src/action.c: prevent double free when using %f.
1911
	  Obtain thread lock in gdk_input_add() callbacks.
1912
1913
2010-06-07
1914
1915
	* libsylph/prefs_common.[ch]
1916
	  src/addr_compl.c
1917
	  src/prefs_common_dialog.c: made the old behavior of address
1918
	  completion configurable.
1919
1920
2010-06-05
1921
1922
	* src/addr_compl.c: replace_address_in_edit(): fixed infinite loop
1923
	  on completion start with GTK+ 2.18+.
1924
1925
2010-06-04
1926
1927
	* src/addr_compl.c: implemented real automatic address completion.
1928
1929
2010-06-03
1930
1931
	* src/quick_search.c: suppress filter debug output.
1932
1933
2010-06-02
1934
1935
	* libsylph/filter.c: added debug log for filter.
1936
1937
2010-06-01
1938
1939
	* src/summaryview.c: modified 'Go to next folder' dialog description.
1940
1941
2010-05-31
1942
1943
	* src/plugin.[ch]
1944
	  src/main.c: added some functions for FolderView.
1945
1946
2010-05-28
1947
1948
	* src/update_check.c: support DISP_RELEASE / DISP_DEVEL which
1949
	  set displayed new version.
1950
1951
2010-05-28
1952
1953
	* src/update_check.[ch]
1954
	  src/plugin.[ch]
1955
	  src/main.c: added functions to modify URLs for update check.
1956
1957
2010-05-27
1958
1959
	* src/prefs_common_dialog.c: prefs_colorlabel_create(): added
1960
	  description for the color label settings.
1961
1962
2010-05-25
1963
1964
	* src/mainwindow.c: help_command_line_show(): added Windows-only
1965
	  --ipcport option.
1966
1967
2010-05-24
1968
1969
	* src/compose.c: compose_attach_open(): fixed compilation on win32.
1970
1971
2010-05-24
1972
1973
	* src/inc.c: fixed crash when clicking tray icon menu
1974
	  'Get from current account' with no account.
1975
1976
2010-05-24
1977
1978
	* src/main.c: added --instance-id <ID> option, which allows users to
1979
	  run multiple instances of Sylpheed. There is no extra checks for
1980
	  config directory, so use with caution.
1981
1982
2010-05-21
1983
1984
	* libsylph/filter.c: filter_apply(): fixed a bug that MIME flag was
1985
	  not set to filtered messages. This occurred to filtered sent
1986
	  messages.
1987
1988
2010-05-21
1989
1990
	* src/prefs_common_dialog.c
1991
	  src/prefs_filter_edit.c
1992
	  src/prefs_account_dialog.c
1993
	  src/editldap.c: removed warnings 'GtkSpinButton: setting an
1994
	  adjustment with non-zero page size is deprecated'.
1995
	  The last value of gtk_adjustment_new() must be 0 for GtkSpinButton.
1996
1997
2010-05-21
1998
1999
	* libsylph/socket.c: sock_kill_process(): prevent redundant error
2000
	  messages when waitpid() is interrupted by EINTR.
2001
2002
2010-05-20
2003
2004
	* src/compose.c: added "Open" menu in the attach context menu.
2005
	  attach_button_pressed(): modify sensitivity of attach context menu.
2006
2007
2010-05-11
2008
2009
	* src/syldap.c: allow deprecated LDAP API calls (debian BTS #463366).
2010
	  Possibly fixes crash on 64-bit architecture.
2011
2012
2010-05-11
2013
2014
	* src/setup.c: removed debug print.
2015
2016
2010-05-08
2017
2018
	* libsylph/mbox.c: proc_mbox_full(): fixed a bug that MIME flag was
2019
	  not properly set on importing mbox file.
2020
2021
2010-04-23
2022
2023
	* faq/en/sylpheed-faq*: updated Sylpheed FAQ (English)
2024
	  (thanks to Petr Kovar).
2025
2026
2010-04-09
2027
2028
	* libsylph/sylmain.c
2029
	  libsylph/defs.h
2030
	  src/main.c: also load plug-ins from user plug-in directory.
2031
2032
2010-04-07
2033
2034
	* libsylph/defs.h
2035
	  src/prefs_common_dialog.c: made DEFAULT_BROWSER_CMD 'xdg-open'
2036
	  (thanks to Doruk Fisek). Removed obsolete commands.
2037
2038
2010-04-02
2039
2040
	* version 3.0.2
2041
2042
2010-04-02
2043
2044
	* src/folderview.c: folderview_create(): use fixed-height-mode
2045
	  for the GtkTreeView if GTK+ >= 2.12. This fixes random scrolling
2046
	  problem on selecting folders.
2047
2048
2010-03-19
2049
2050
	* src/account_dialog.c: update folder config file after account name
2051
	  changed.
2052
2053
2010-03-19
2054
2055
	* src/main.c
2056
	  src/setup.c
2057
	  src/mainwindow.c: update account and folder config files after
2058
	  creating new accounts.
2059
2060
2010-03-16
2061
2062
	* version 3.0.1
2063
2064
2010-03-12
2065
2066
	* manual/ja/sylpheed.sgml: updated.
2067
2068
2010-03-01
2069
2070
	* src/update_check.c
2071
	  src/setup.c: fixed typos (thanks to Ricardo Mones).
2072
2073
2010-02-24
2074
2075
	* version 3.0.0
2076
2077
2010-02-24
2078
2079
	* src/sslmanager.c: fixed freeze when sending/receiving messages with
2080
	  STARTTLS and 'SSL certificate verify failed' dialog popped up.
2081
2082
2010-02-19
2083
2084
	* version 3.0.0rc
2085
2086
2010-02-19
2087
2088
	* src/update_check.c: set curl timeout to 10 secs.
2089
2090
2010-02-19
2091
2092
	* src/prefs_actions.c: removed compilation warning.
2093
2094
2010-02-16
2095
2096
	* src/addressadd.c: translate 'Auto-registered address' book.
2097
2098
2010-02-16
2099
2100
	* libsylph/prefs_common.[ch]
2101
	  src/compose.c
2102
	  src/prefs_common_dialog.c: added 'Enable address auto-completion'
2103
	  setting.
2104
2105
2010-02-16
2106
2107
	* src/plugin.h: bumped SYL_PLUGIN_INTERFACE_VERSION.
2108
2109
2010-02-16
2110
2111
	* libsylph/folder.c: folder_find_child_item_by_name(): use case
2112
	  insensitive match on Win32 to prohibit multiple reference of folder.
2113
2114
2010-02-15
2115
2116
	* src/query_search.c: row_activated(): fixed a bug that 'Getting
2117
	  message n' message was left on the status bar on displaying IMAP4
2118
	  messages with new window.
2119
2120
2010-02-15
2121
2122
	* src/setup.c: fixed compile error with OpenSSL disabled.
2123
	  Don't accept default Gmail address.
2124
2125
2010-02-12
2126
2127
	* version 3.0.0beta8
2128
2129
2010-02-12
2130
2131
	* libsylph/libsylph-0.def: updated.
2132
2133
2010-02-12
2134
2135
	* libsylph/filter.c: made default_addrbook_func static.
2136
2137
2010-02-12
2138
2139
	* src/compose.c: compose_change_spell_lang_menu(): force selection of
2140
	  currently selected item to update compose->spell_lang.
2141
2142
2010-02-12
2143
2144
	* src/compose.c: Preserve PGP settings saving and loading drafts
2145
	  (thanks to Antonio).
2146
2147
2010-02-12
2148
2149
	* src/compose.c: Preserve spell-checking settings saving and loading
2150
	  drafts (thanks to Antonio).
2151
2152
2010-02-12
2153
2154
	* libsylph/folder.c
2155
	  src/quick_search.[ch]
2156
	  src/addressbook.c: added 'In addressbook' to the quick search menu.
2157
2158
2010-02-12
2159
2160
	* src/compose.c: compose_add_new_recipients_to_addressbook():
2161
	  use addressbook_has_address().
2162
2163
2010-02-12
2164
2165
	* src/addressbook.c: lock addr_table since it can be accessed from
2166
	  sub threads.
2167
2168
2010-02-10
2169
2170
	* libsylph/filter.c: filter_write_file(): fixed crash.
2171
2172
2010-02-10
2173
2174
	* libsylph/filter.[ch]
2175
	  src/prefs_filter_edit.[ch]
2176
	  src/addressbook.[ch]
2177
	  src/main.c: added a new filter match type: is (not) in addressbook.
2178
	  addressbook_has_address(): new function for fast search of address
2179
	  book by addresses.
2180
2181
2010-02-05
2182
2183
	* src/setup.c: confirm on cancel. Modified messages.
2184
2185
2010-02-05
2186
2187
	* src/setup.c: check the input values for address, ID and server.
2188
2189
2010-02-05
2190
2191
	* src/mainwindow.c: new_account_cb(): don't update UI when cancelled.
2192
2193
2010-02-05
2194
2195
	* src/setup.c: modified messages.
2196
2197
2010-02-05
2198
2199
	* src/main.c
2200
	  src/setup.[ch]
2201
	  src/mainwindow.c: implemented new account setup wizard.
2202
2203
2010-02-04
2204
2205
	* src/mimeview.c
2206
	  src/rfc2015.c: fixed crash when checking signature while GnuPG is
2207
	  not available.
2208
2209
2010-02-02
2210
2211
	* src/addr_compl.c: address_completion_complete_address_in_entry():
2212
	  don't open completion menu if entry equals to the completed address.
2213
2214
2010-01-29
2215
2216
	* version 3.0.0beta7
2217
2218
2010-01-29
2219
2220
	* src/compose.c: applied the patch: Preserve 'Auto wrapping' setting
2221
	  when saving to and loading from drafts (thanks to Antonio Ospite).
2222
2223
2010-01-28
2224
2225
	* libsylph/libsylph-0.def
2226
	  src/libsylpheed-plugin-0.def: updated.
2227
	* configure.in: bumped the version.
2228
2229
2010-01-27
2230
2231
	* libsylph/prefs_common.[ch]
2232
	  src/prefs_common_dialog.c:
2233
	  src/compose.c: made address auto-registration configurable.
2234
2235
2010-01-27
2236
2237
	* src/addressbook.c
2238
	  src/editbook.c: show translated messages on the statusbar.
2239
	  Replaced sprintf() with g_snprintf(). Removed global
2240
	  addressbook_msgbuf[].
2241
	  Prohibit addressbook names begin with '@'.
2242
2243
2010-01-26
2244
2245
	* src/compose.c
2246
	  src/addressbook.[ch]
2247
	  src/addressadd.[ch]
2248
	  src/addrindex.[ch]: implemented auto-registration of new recipients.
2249
2250
2010-01-21
2251
2252
	* src/main.c: check_gpg(): show more verbose debug messages.
2253
2254
2010-01-21
2255
2256
	* src/compose.[ch]
2257
	  src/plugin.[ch]
2258
	  src/main.c: added new plug-in APIs for compose window:
2259
	  syl_plugin_compose_new, syl_plugin_compose_entry_set,
2260
	  syl_plugin_compose_entry_append, syl_plugin_compose_entry_get_text,
2261
	  syl_plugin_compose_lock, syl_plugin_compose_unlock
2262
	* src/compose.h: made GtkSpell members non-conditional for binary
2263
	  compatibility.
2264
	* plugin/test/test.c: added tests for new signals.
2265
2266
2010-01-19
2267
2268
	* src/summaryview.c: summary_show(): prevent beep when changing to
2269
	  folders which are sorted in descending order.
2270
2271
2010-01-15
2272
2273
	* libsylph/imap.[ch]
2274
	  src/summaryview.c: save color labels on IMAP server using custom
2275
	  keywords (partially compatible with Thunderbird).
2276
2277
2010-01-14
2278
2279
	* version 3.0.0beta6
2280
2281
2010-01-14
2282
2283
	* libsylph/utils.[ch]
2284
	  libsylph/imap.c
2285
	  src/colorlabel.[ch]
2286
	  src/sylpheed.rc.in
2287
	  src/prefs_common_dialog.c
2288
	  src/about.c
2289
	  README.ja
2290
	  README: updated copyright year.
2291
2292
2010-01-14
2293
2294
	* libsylph/utils.c: to_unumber(); return 0 on error (-1 will return
2295
	  UINT_MAX). Fixes the bug that IMAP caches get wrongly deleted.
2296
2297
2010-01-13
2298
2299
	* version 3.0.0beta5
2300
2301
2010-01-13
2302
2303
	* libsylph/utils.c: to_unumber(): added.
2304
	  remove_numbered_files()
2305
	  remove_expired_files(): made filename to number conversion unsigned
2306
	  (fixes undeleted IMAP caches with UIDs larger than INT_MAX).
2307
2308
2010-01-13
2309
2310
	* libsylph/imap.c: imap_cmd_append(): added date-time info on APPEND
2311
	  using Date: header (for Gmail to display received date).
2312
2313
2010-01-12
2314
2315
	* configure.in: added workaround for crash by enchant with zemberek.
2316
2317
2010-01-12
2318
2319
	* configure.in: added AM_SILENT_RULES (requires automake 1.11)
2320
	  (thanks to Antonio Ospite).
2321
2322
2010-01-06
2323
2324
	* src/colorlabel.[ch]: fixed a memory leak.
2325
2326
2010-01-05
2327
2328
	* src/colorlabel.[ch]
2329
	  src/prefs_common_dialog.c: implemented the UI for customizing
2330
	  color label text.
2331
2332
2009-12-28
2333
2334
	* src/main.c: lock_socket_input_cb(): added missing lock on I/O
2335
	  callback (fixes freeze on remote commands).
2336
2337
2009-12-28
2338
2339
	* src/update_check.[ch]
2340
	  src/main.c
2341
	  src/prefs_common_dialog.c
2342
	  src/mainwindow.c: added configure option '--disable-updatecheck'
2343
	  which disables the update check feature.
2344
	* src/compose.c: removed redundant code.
2345
2346
2009-12-24
2347
2348
	* src/colorlabel.[ch]
2349
	  src/main.c: made color label text customizable
2350
	  (~/.sylpheed-2.0/colorlabelrc).
2351
2352
2009-12-22
2353
2354
	* src/colorlabel.[ch]: implemented a feature to change color label
2355
	  text.
2356
2357
2009-12-21
2358
2359
	* libsylph/utils.[ch]
2360
	  libsylph/prefs_common.[ch]
2361
	  src/compose.c
2362
	  src/prefs_common_dialog.c: added option to set only mail address of
2363
	  recipients when replying.
2364
2365
2009-12-17
2366
2367
	* version 3.0.0beta4
2368
2369
2009-12-17
2370
2371
	* src/inputdialog.c: win32: fixed focus problem.
2372
2373
2009-12-17
2374
2375
	* src/inputdialog.[ch]
2376
	  src/filesel.c
2377
	  src/mainwindow.c: added select button to 'Add mailbox' dialog.
2378
2379
2009-12-17
2380
2381
	* libsylph/utils.[ch]
2382
	  src/setup.c: check whether the specified location includes settings
2383
	  folder.
2384
2385
2009-12-16
2386
2387
	* src/summaryview.c: summary_show(): fixed quick search on refresh.
2388
2389
2009-12-16
2390
2391
	* libsylph/utils.[ch]: strcasestr_with_skip_quote(): added.
2392
	* src/compose.c: compose_reply_set_entry(): ignore case when checking
2393
	  mailing list post.
2394
2395
2009-12-16
2396
2397
	* renamed folder-group.png to group.png.
2398
	* removed unused icons.
2399
2400
2009-12-16
2401
2402
	* src/icons/folder-group.png: new group icon.
2403
2404
2009-12-16
2405
2406
	* src/icons/folder-search.png: modified color.
2407
2408
2009-12-16
2409
2410
	* src/quick_search.[ch]
2411
	  src/summaryview.c: show description when the entry doesn't have
2412
	  focus.
2413
2414
2009-12-15
2415
2416
	* src/update_check.c: don't show update dialog if modal dialog exists
2417
	  or incorporation is active.
2418
2419
2009-12-15
2420
2421
	* src/icons/folder-search.png: modified.
2422
	* src/icons/folder-group.png: added.
2423
	* src/stock_pixmap.[ch]
2424
	  src/addressbook.c
2425
	  src/foldersel.c
2426
	  src/summaryview.c
2427
	  src/addressadd.c
2428
	  src/folderview.c
2429
	  src/prefs_filter_edit.c: renamed STOCK_PIXMAP_DIR_* to
2430
	  STOCK_PIXMAP_FOLDER_*.
2431
2432
2009-12-14
2433
2434
	* src/setup.c: changed the icon. Use name 'Mailbox' only when basename
2435
	  is 'Mail'.
2436
2437
2009-12-11
2438
2439
	* src/setup.c: modified path display.
2440
2441
2009-12-11
2442
2443
	* src/setup.c: adjusted dialog width.
2444
	  Append "/Mail" at the tail of selected folder.
2445
2446
2009-12-11
2447
2448
	* src/setup.c: new setup dialog which improves usability.
2449
2450
2009-12-11
2451
2452
	* src/icons/folder-close.png
2453
	  src/icons/folder-noselect.png
2454
	  src/icons/folder-open.png: modified folder icons.
2455
2456
2009-12-10
2457
2458
	* src/addressbook.c
2459
	  src/foldersel.c
2460
	  src/folderview.c: decreased spacing between icon and text.
2461
2462
2009-12-10
2463
2464
	* src/icons/folder-*.png
2465
	  src/stock_pixmap.c: added new folder icons.
2466
2467
2009-12-09
2468
2469
	* src/prefs_common_dialog.c: adjusted layout.
2470
2471
2009-12-09
2472
2473
	* srsrc/quick_search.[ch]: added status label to display number of
2474
	  matched messages.
2475
2476
2009-12-09
2477
2478
	* src/icons/interface.xpm: modified.
2479
2480
2009-12-09
2481
2482
	* src/foldersel.c: made New button secondary.
2483
2484
2009-12-09
2485
2486
	* src/compose.[ch]: added a menu item to request disposition
2487
	  notification.
2488
2489
2009-12-08
2490
2491
	* src/icons/stock_book.png
2492
	  src/stock_pixmap.c: new icon.
2493
2494
2009-12-08
2495
2496
	* libsylph/folder.c
2497
	  src/quick_search.[ch]: added 'Last 7 days' to the quick search.
2498
2499
2009-12-08
2500
2501
	* src/addressbook.c: added Search: label.
2502
2503
2009-12-08
2504
2505
	* src/compose.c: compose_close_cb(): fixed response handling on win32.
2506
2507
2009-12-08
2508
2509
	* src/addressbook.c: removed unused xpm objects. Added person icon.
2510
2511
2009-12-08
2512
2513
	* src/icons/address.xpm: modified icon.
2514
	* src/icons/stock_person.png
2515
	  src/stock_pixmap.[ch]: added new icon.
2516
2517
2009-12-08
2518
2519
	* libsylph/ssl.c
2520
	  src/sslmanager.c: prohibit acception of expired certificates.
2521
2522
2009-12-08
2523
2524
	* src/compose.c: compose_close_cb(): modified button order on win32.
2525
2526
2009-12-04
2527
2528
	* src/summaryview.c: summary_filter_real(): disable sort while
2529
	  filtering to prohibit 'The model has been modified from within
2530
	  gtk_tree_selection_selected_foreach.' warning.
2531
2532
2009-11-26
2533
2534
	* version 3.0.0beta3
2535
2536
2009-11-26
2537
2538
	* src/Makefile.am: sylpheed.res: depend on icons/sylpheed.ico.
2539
2540
2009-11-26
2541
2542
	* src/addressbook.c: enabled lookup feature for all addressbook type.
2543
2544
2009-11-26
2545
2546
	* src/sylpheed.rc.in: modified LegalCopyright.
2547
2548
2009-11-26
2549
2550
	* libsylph/ssl.c: ssl_init_socket_with_method(): modified debug
2551
	  output.
2552
2553
2009-11-26
2554
2555
	* libsylph/prefs_common.[ch]
2556
	  src/prefs_common_dialog.c
2557
	  src/folderview.c: the visibility of message number columns in the
2558
	  folder view is now configurable for each column.
2559
2560
2009-11-26
2561
2562
	* libsylph/imap.c: made error log more verbose.
2563
	* libsylph/socket.c: sock_connect_with_timeout(): check socket with
2564
	  getsockopt() even if select() succeed.
2565
2566
2009-11-25
2567
2568
	* src/sslmanager.c: display issued and expire date. Refined text
2569
	  format.
2570
2571
2009-11-24
2572
2573
	* src/addressbook.c: re-enabled sort order change because the bug
2574
	  seems to be fixed.
2575
2576
2009-11-24
2577
2578
	* src/addressbook.c: addressbook_create(): create renderer for
2579
	  each column.
2580
2581
2009-11-19
2582
2583
	* libsylph/ssl.c
2584
	  src/sslmanager.c: calculate and display SHA1/MD5 fingerprint
2585
	  if verification of SSL certificate failed.
2586
2587
2009-11-16
2588
2589
	* version 3.0.0beta2
2590
2591
2009-11-16
2592
2593
	* src/icons/sylpheed.ico: added 48x48(32bpp), 32x32(32bpp),
2594
	  16x16(32bpp) icons.
2595
2596
2009-11-13
2597
2598
	* libsylph/imap.c: removed redundant debug print.
2599
	* libsylph/libsylph-0.def: updated.
2600
2601
2009-11-13
2602
2603
	* src/addressbook.c: added sort order change (but disabled because of
2604
	  random crash bug inside GTK+).
2605
	  Hide Lookup button if LDAP is not used.
2606
2607
2009-11-11
2608
2609
	* src/plugin.[ch]
2610
	  src/main.c: added plugin APIs: syl_plugin_main_window_lock(),
2611
	  syl_plugin_main_window_unlock() and syl_plugin_inc_is_active().
2612
2613
2009-11-09
2614
2615
	* src/addressbook.c: addressbook_read_file(): show more descriptive
2616
	  error.
2617
2618
2009-11-09
2619
2620
	* libsylph/mh.c
2621
	  src/inc.c: removed redundant debug print.
2622
2623
2009-11-09
2624
2625
	* libsylph/imap.c: imap_get_msginfo(): SELECT before FETCH
2626
	  (fixed opening message by syl_plugin_open_message().
2627
2628
2009-11-09
2629
2630
	* src/plugin.h: increased SYL_PLUGIN_INTERFACE_VERSION.
2631
2632
2009-11-06
2633
2634
	* libsylph/mh.c
2635
	  libsylph/folder.c
2636
	  libsylph/sylmain.c
2637
	  libsylph/account.[ch]
2638
	  src/account_dialog.c: added "account-updated" signal to SylApp.
2639
	  Don't emit signals if SylApp is not initialized.
2640
	  Call account_updated() only once.
2641
2642
2009-11-06
2643
2644
	* src/plugin.c
2645
	  src/main.c:
2646
	  syl_plugin_add_menuitem()
2647
	  syl_plugin_add_factory_item(): added <IMAPFolder> and <NewsFolder>
2648
	  to parent factory.
2649
2650
2009-11-06
2651
2652
	* configure.in: increased LT_CURRENT because the interface is not
2653
	  completely compatible.
2654
2655
2009-11-05
2656
2657
	* libsylph/folder.[ch]
2658
	  libsylph/news.c
2659
	  libsylph/imap.c: add a new flag:
2660
	  RemoteFolder::remove_cache_on_destroy. If this is not set, caches
2661
	  will not be removed on folder_destroy().
2662
	* libsylph/utils.c: remove_dir_recursive(): added debug print.
2663
2664
2009-11-05
2665
2666
	* libsylph/imap.c: imap_create_tree(): return error if
2667
	  imap_scan_tree() failed.
2668
	* src/account_dialog.c: show waiting dialog on creating folder tree.
2669
	* src/folderview.c: disable close button of waiting dialog.
2670
2671
2009-11-05
2672
2673
	* libsylph/imap.c: imap_create_tree(): don't continue if connection
2674
	  failed.
2675
	* libsylph/socket.c: don't use alarm() if threads are enabled.
2676
	  sock_connect_with_timeout(): check with FD_ISSET() when select()
2677
	  succeeded.
2678
2679
2009-11-04
2680
2681
	* libsylph/socket.c: sock_connect_with_timeout(): use non-blocking
2682
	  socket and select() for connection timeout (fix crash on connection
2683
	  failure).
2684
2685
2009-11-04
2686
2687
	* libsylph/imap.c
2688
	  src/query_search.c
2689
	  src/main.c: fixed a bug that prohibited query search on IMAP
2690
	  folders. Don't call gtk_main_iteration() from non-main threads.
2691
2692
2009-11-02
2693
2694
	* src/summaryview.c: summary_selection_changed(): fixed unintended
2695
	  drag start on IMAP.
2696
2009-11-02
2697
2698
	* libsylph/utils.[ch]
2699
	  libsylph/mh.c
2700
	  libsylph/procmsg.c
2701
	  libsylph/news.c: more fix for UID more than INT_MAX.
2702
2703
2009-11-02
2704
2705
	* libsylph/imap.[ch]
2706
	  src/summaryview.c: don't allow parallel multiple command on IMAP.
2707
2708
2009-10-29
2709
2710
	* src/update_check.c: fixed freeze bug on showing dialog.
2711
2712
2009-10-29
2713
2714
	* version 3.0.0beta1
2715
2716
2009-10-29
2717
2718
	* libsylph/libsylph-0.def
2719
	  src/libsylpheed-plugin-0.def: updated.
2720
2721
2009-10-29
2722
2723
	* src/addressbook.c: modified the design.
2724
2725
2009-10-29
2726
2727
	* src/addressbook.c: addressbook_list_button_pressed(): change
2728
	  selection if a non-selected row is right-clicked.
2729
2730
2009-10-28
2731
2732
	* libsylph/socket.c: sock_connect_async_thread(): fixed a crash
2733
	  when connection failed.
2734
2735
2009-10-28
2736
2737
	* src/addressbook.c: removed debug print.
2738
2739
2009-10-28
2740
2741
	* src/update_check.c: made release version have priority over
2742
	  development version.
2743
2744
2009-10-28
2745
2746
	* src/addressbook.c: expand tree row when double-clicked.
2747
	  Removed commented out code.
2748
2749
2009-10-28
2750
2751
	* src/addressbook.c: automatically sort the tree and list.
2752
2753
2009-10-28
2754
2755
	* src/addressbook.c: don't change selection when the list is right-
2756
	  clicked.
2757
2758
2009-10-27
2759
2760
	* src/addressbook.c: reimplemented addressbook_move_nodes_up().
2761
2762
2009-10-27
2763
2764
	* src/addressbook.c
2765
	  src/addressitem.h: reimplemented the list view of address book UI
2766
	  with GtkTreeView.
2767
2768
2009-10-26
2769
2770
	* src/addressbook.c
2771
	  src/addressitem.h: reimplemented the folder tree of address book
2772
	  UI with GtkTreeView.
2773
2774
2009-10-23
2775
2776
	* configure.in: made threads enabled by default.
2777
2778
2009-10-20
2779
2780
	* libsylph/imap.c:
2781
	  imap_fetch_msg()
2782
	  imap_cmd_fetch(): fixed a bug that could not fetch UID more than
2783
	  INT_MAX.
2784
2785
2009-10-20
2786
2787
	* faq/en/sylpheed-faq*: updated Sylpheed FAQ (English)
2788
	  (thanks to Petr Kovar).
2789
	* README
2790
	  README.ja: updated.
2791
2792
2009-10-16
2793
2794
	* libsylph/utils.[ch]: added tzoffset_buf().
2795
	  Made get_rfc822_date(), get_outgoing_rfc2822_str() and
2796
	  generate_mime_boundary() thread-safe.
2797
2798
2009-10-16
2799
2800
	* libsylph/mh.c
2801
	  libsylph/procmsg.c
2802
	  libsylph/news.c
2803
	  libsylph/filter.c
2804
	  libsylph/imap.c: use itos_buf() because itos() is not thread-safe.
2805
2806
2009-10-16
2807
2808
	* src/plugin.[ch]: properly check plug-in version.
2809
2810
2009-10-16
2811
2812
	* libsylph/codeconv.c: made codeconv module thread-safe.
2813
	* src/query_search.c: update search window using timer.
2814
2815
2009-10-13
2816
2817
	* src/plugin.[ch]
2818
	  src/main.c: added new APIs: syl_plugin_summary_lock(),
2819
	  syl_plugin_summary_unlock() and syl_plugin_summary_is_locked().
2820
2821
2009-10-13
2822
2823
	* libsylph/utils.c
2824
	  libsylph/imap.c
2825
	  libsylph/socket.c
2826
	  src/query_search.c: use g_atomic_int_{get,set} for thread
2827
	  terminate flags.
2828
2829
2009-10-09
2830
2831
	* src/send_message.c: made send dialog non-modal.
2832
2833
2009-10-08
2834
2835
	* src/query_search.c: destroy async queue when finished.
2836
2837
2009-10-08
2838
2839
	* makewin32.sh: added --enable-threads.
2840
2841
2009-10-08
2842
2843
	* libsylph/imap.c
2844
	  src/query_search.c: fixed compilation without thread support.
2845
2846
2009-10-08
2847
2848
	* src/query_search.c: execute query search in another thread.
2849
2850
2009-10-07
2851
2852
	* src/inc.c: inc_drop_message(): fixed a bug that MIME flag was not
2853
	  properly set on receiving.
2854
2855
2009-10-07
2856
2857
	* libsylph/mh.c: mh_get_mtime(): fixed memory leak.
2858
	  Added global locks to each functions.
2859
2860
2009-10-06
2861
2862
	* src/rpop3.c: added missing GDK locks.
2863
2864
2009-10-05
2865
2866
	* libsylph/utils.c
2867
	  libsylph/pop.c
2868
	  libsylph/socket.c
2869
	  src/logwindow.c: removed some debug prints.
2870
	* libsylph/session.c: uncommented code block for unix.
2871
2872
2009-10-05
2873
2874
	* libsylph/imap.c: imap_session_destroy(): free thread pool.
2875
2876
2009-10-05
2877
2878
	* src/main.c: display status on loading plug-ins.
2879
2880
2009-10-02
2881
2882
	* libsylph/imap.c: execute imap_get_uncached_messages() in another
2883
	  thread.
2884
2885
2009-10-02
2886
2887
	* src/trayicon.c
2888
	  src/syldap.c
2889
	  src/summaryview.c
2890
	  src/folderview.c: added missing locks on idle callbacks.
2891
2892
2009-10-01
2893
2894
	* libsylph/imap.c: reimplemented using GThreadPool.
2895
2896
2009-10-01
2897
2898
	* libsylph/imap.c: refactored.
2899
2900
2009-09-30
2901
2902
	* libsylph/imap.c: execute imap_cmd_fetch() in another thread.
2903
2904
2009-09-30
2905
2906
	* libsylph/utils.[ch]
2907
	  src/logwindow.c: added log_flush() function.
2908
	* libsylph/imap.c: execute imap_cmd_ok() in another thread.
2909
2910
2009-09-30
2911
2912
	* libsylph/socket.[ch]
2913
	  libsylph/session.c: renamed sock_connect_async() to
2914
	  sock_connect_async_thread().
2915
	* libsylph/imap.c: imap_open(): connect in another thread.
2916
2917
2009-09-29
2918
2919
	* libsylph/utils.c: made writing to log file thread-safe.
2920
2921
2009-09-29
2922
2923
	* src/logwindow.[ch]: made LogWindow thread-safe.
2924
	* libsylph/utils.c
2925
	  libsylph/socket.c
2926
	  src/inc.c
2927
	  src/statusbar.c
2928
	  src/send_message.c
2929
	  src/main.c: made gdk_threads_enter() / gdk_threads_leave()
2930
	  reentrant.
2931
2932
2009-09-25
2933
2934
	* libsylph/utils.[ch]
2935
	  libsylph/socket.[ch]
2936
	  libsylph/session.c
2937
	  libsylph/pop.c
2938
	  src/inc.c
2939
	  src/main.c: fixed the handling of GDK thread lock.
2940
2941
2009-09-18
2942
2943
	* libsylph/utils.c: execute_command_line_async_wait(): disable
2944
	  threading if USE_THREADS is not set.
2945
2946
2009-09-18
2947
2948
	* introduced multi-threading.
2949
	* libsylph/session.c
2950
	  libsylph/socket.[ch]: win32: connect() on another thread to avoid
2951
	  UI blocking.
2952
	* libsylph/filter.c
2953
	  libsylph/utils.[ch]: execute command on another thread to avoid
2954
	  UI blocking.
2955
	* src/rpop3.c
2956
	  src/compose.c
2957
	  src/inc.c
2958
	  src/trayicon.c
2959
	  src/main.c
2960
	  src/send_message.c
2961
	  src/folderview.c
2962
	  src/sigstatus.c: surround timeout/IO-watch callback functions with 
2963
	  gdk_threads_enter() and gdk_threads_leave().
2964
2965
2009-09-17
2966
2967
	* folderview_new_folder_cb(): win32: fixed prohibited character check.
2968
2969
2009-09-15
2970
2971
	* libsylph/mh.c
2972
	  libsylph/procmsg.c
2973
	  src/rpop3.c
2974
	  src/compose.c: mh_add_msgs(): generate cache on adding messages.
2975
	  Cleanup the code.
2976
2977
2009-09-15
2978
2979
	* libsylph/procmsg.c: minor optimization: use g_slist_prepend() for
2980
	  mark/cache queue.
2981
2982
2009-09-14
2983
2984
	* libsylph/procmsg.c: use MsgFlagInfo struct for mark queue to reduce
2985
	  its memory usage.
2986
2987
2009-09-14
2988
2989
	* src/import.c: update summary cache on eml import.
2990
2991
2009-09-14
2992
2993
	* libsylph/mh.c: update summary cache on move/copy.
2994
2995
2009-09-14
2996
2997
	* libsylph/mbox.c: update summary cache when importing from mbox.
2998
2999
2009-09-14
3000
3001
	* libsylph/mh.c
3002
	  libsylph/procmsg.[ch]
3003
	  libsylph/folder.[ch]
3004
	  libsylph/virtual.c
3005
	  libsylph/news.c
3006
	  libsylph/filter.c
3007
	  libsylph/imap.c
3008
	  src/inc.c
3009
	  src/summaryview.c: update summary caches on receiving. This
3010
	  improves the opening speed of folders with many new messages.
3011
3012
2009-09-03
3013
3014
	* libsylph/mh.c
3015
	  src/summaryview.c: show progress when scanning folders.
3016
3017
2009-08-20
3018
3019
	* libsylph/utils.c: set_log_file(): open log file as text mode.
3020
3021
2009-08-13
3022
3023
	* version 2.7.1
3024
3025
2009-08-13
3026
3027
	* manual/ja/sylpheed.sgml: updated import/export description.
3028
3029
2009-08-13
3030
3031
	* libsylph/Makefile.am
3032
	  src/Makefile.am
3033
	  configure.in: added -version-info to libtool.
3034
3035
2009-08-12
3036
3037
	* src/export.c: don't overwrite existing file.
3038
3039
2009-08-12
3040
3041
	* src/export.c: implemented export to .eml or MH files.
3042
3043
2009-08-12
3044
3045
	* libsylph/mh.c: mh_do_move_msgs(): emit remove-msg signal after
3046
	  add-msg for speedup.
3047
3048
2009-08-12
3049
3050
	* src/import.c: removed 'eml (file)'. Update description label.
3051
3052
2009-08-11
3053
3054
	* libsylph/mbox.c
3055
	  src/export.[ch]: show progress bar on export.
3056
	* src/mainwindow.c
3057
	  src/import.c: modified menu label and function names.
3058
3059
2009-08-11
3060
3061
	* src/import.c: implemented eml file import (with folder).
3062
3063
2009-08-10
3064
3065
	* src/import.c: added eml file import (one file).
3066
3067
2009-08-10
3068
3069
	* src/import.c: added format selection menu, and refactored the code.
3070
3071
2009-08-10
3072
3073
	* libsylph/procmime.c: procmime_scan_content_type_str():
3074
	  remove comments from Content-Type charset parameter.
3075
3076
2009-08-05
3077
3078
	* src/plugin.c: syl_plugin_load_all(): don't output warning when
3079
	  failed to open directory.
3080
3081
2009-08-05
3082
3083
	* src/import.c: modified progressbar dialog.
3084
3085
2009-08-04
3086
3087
	* sylpheed.spec.in: fixed %files section.
3088
3089
2009-08-04
3090
3091
	* libsylph/mbox.c
3092
	  src/progressdialog.[ch]
3093
	  src/import.c: show progressbar on mbox import.
3094
3095
2009-07-21
3096
3097
	* version 2.7.0
3098
3099
2009-07-01
3100
3101
	* PLUGIN.txt
3102
	  PLUGIN.ja.txt: added plugin document.
3103
3104
2009-07-01
3105
3106
	* plugin/test/Makefile.am: fixed build issue.
3107
3108
2009-06-25
3109
3110
	* updated COPYING and LICENSE.
3111
3112
2009-06-25
3113
3114
	* manual/ja/sylpheed.sgml: updated bsfilter description.
3115
3116
2009-06-17
3117
3118
	* src/plugin.[ch]
3119
	  src/main.c
3120
	  src/libsylpheed-plugin-0.def: made syl_plugin_lookup_symbol()
3121
	  public. Added syl_plugin_main_window_get_statusbar().
3122
3123
2009-06-12
3124
3125
	* plugin/test/Makefile.am: do not install automatically (added make
3126
	  install-plugin target).
3127
3128
2009-06-12
3129
3130
	* manual/ja/sylpheed.sgml: updated for 2.7.
3131
3132
2009-06-10
3133
3134
	* merged plugin-test branch into trunk.
3135
3136
2009-06-08
3137
3138
	* libsylph/procmsg.c
3139
	  libsylph/procheader.c: made perror() more descriptive.
3140
3141
2009-06-03
3142
3143
	* src/plugin.[ch]
3144
	  src/main.c: syl_plugin_manage_window_get_focus_window(): added.
3145
3146
2009-05-28
3147
3148
	* src/folderview.c: folderview_new_folder_cb(): win32: don't allow
3149
	  filesystem-unsafe characters.
3150
3151
2009-05-27
3152
3153
	* configure.in
3154
	  src/update_check.c: added config.h macro DEVEL_VERSION.
3155
3156
2009-05-27
3157
3158
	* src/update_check.c: disable auto update check if specified.
3159
	  don't show check button on manual checking.
3160
3161
2009-05-26
3162
3163
	* src/defs.h
3164
	  src/update_check.c: moved VERSION_URI in defs.h.
3165
3166
2009-05-22
3167
3168
	* libsylph/prefs_common.[ch]
3169
	  src/update_check.[ch]
3170
	  src/main.c
3171
	  src/prefs_common_dialog.c
3172
	  src/mainwindow.c: implemented update check (using curl).
3173
	* src/plugin_manager.c: show grid lines.
3174
3175
2009-05-18
3176
3177
	* src/plugin.h: added padding into SylPluginInfo.
3178
	* src/about.c: updated copyright year.
3179
	* configure.in: updated version to 2.7.0beta1.
3180
3181
2009-05-15
3182
3183
	* libsylph/procmsg.c: made error message more descriptive on fopen().
3184
3185
2009-05-15
3186
3187
	* src/plugin.h
3188
	  src/plugin_manager.c: added description to SylPluginInfo.
3189
3190
2009-05-14
3191
3192
	* src/plugin_manager.c
3193
	  src/main.c
3194
	  src/mainwindow.c: implemented plugin manager.
3195
3196
2009-05-14
3197
3198
	* src/plugin.[ch]
3199
	  src/libsylpheed-plugin-0.def: added APIs to change menu sensitivity.
3200
3201
2009-05-11
3202
3203
	* src/plugin_manager.c: added template of window creation.
3204
3205
2009-05-08
3206
3207
	* src/plugin.[ch]
3208
	  src/libsylpheed-plugin-0.def
3209
	  src/main.c
3210
	  src/plugin_manager.[ch]
3211
	  plugin/test/test.c: added new plugin APIs to manage plug-ins.
3212
	  added plugin interface version check.
3213
3214
2009-04-24
3215
3216
	* src/plugin.c
3217
	* src/plugin.h
3218
	* src/main.c
3219
	* src/manage_window.[ch]: added new plugin APIs.
3220
3221
2009-04-23
3222
3223
	* imap.c: imap_folder_destroy(): fixed crash when folder->account
3224
	  was NULL.
3225
3226
2009-04-23
3227
3228
	* libsylph/mh.c
3229
	  libsylph/sylmain.c
3230
	  libsylph/syl-marshal.*: added new signal: move-folder.
3231
3232
2009-04-22
3233
3234
	* libsylph/sylmain.[ch]: added syl_init_gettext().
3235
3236
2009-04-21
3237
3238
	* added new signal: folderlist-updated, remove-folder.
3239
3240
2009-04-20
3241
3242
	* added new API:
3243
	  syl_plugin_folder_sel()
3244
	  syl_plugin_folder_sel_full()
3245
	  syl_plugin_input_dialog()
3246
	  syl_plugin_input_dialog_with_invisible()
3247
3248
2009-04-16
3249
3250
	* added new API:
3251
	  syl_plugin_folderview_get()
3252
	  syl_plugin_folderview_get_selected_item()
3253
3254
2009-04-16
3255
3256
	* src/plugin.[ch]
3257
	  src/main.c
3258
	  src/folderview.c: added new signal: folderview-menu-popup.
3259
	  added new API: syl_plugin_add_factory_item().
3260
3261
2009-04-15
3262
3263
	* src/plugin.[ch]
3264
	  src/main.c: added new APIs for opening messages.
3265
3266
2009-03-23
3267
3268
	* src/mainwindow.c: enable 'Remote mailbox' only if current account
3269
	  is POP3.
3270
3271
2009-03-19
3272
3273
	* src/folderview.c: show 'Send queued messages' instead of 'Mark all
3274
	  read' in the context menu of the Queue folder.
3275
3276
2009-03-17
3277
3278
	* libsylph/prefs.c: prefs_file_close(): win32: use _commit() as well
3279
	  as fsync() on Unix.
3280
3281
2009-03-17
3282
3283
	* libsylph/prefs.c: prefs_file_close(): abort if fsync() fails.
3284
3285
2009-03-17
3286
3287
	* libsylph/prefs.c
3288
	  configure.in: prefs_file_close(): do fflush() and fsync() before
3289
	  fclose() to lessen the possibility of data loss.
3290
3291
2009-03-16
3292
3293
	* libsylph/utils.[ch]
3294
	  libsylph/mh.c: g_link(): fixed infinite loop bug on Unix and
3295
	  renamed g_link to syl_link.
3296
3297
2009-03-13
3298
3299
	* libsylph/utils.[ch]
3300
	  libsylph/mh.c: win32: use CreateHardLink() if available.
3301
	  It will improve file I/O on receive.
3302
3303
2009-02-27
3304
3305
	* libsylph/prefs_common.c
3306
	  src/prefs_common_dialog.c: modified the default command line option
3307
	  of spam filters (added undo-contrary option).
3308
3309
2009-02-25
3310
3311
	* src/addr_compl.c: add_address(): fixed crash when name == NULL
3312
	  which can happen with csv import (thanks to Simon Effenberg).
3313
3314
2008-12-26
3315
3316
	* libsylph/procmime.c: procmime_decode_content(): properly process
3317
	  lines longer than 8192 bytes.
3318
3319
2008-12-19
3320
3321
	* version 2.6.0
3322
3323
2008-12-15
3324
3325
	* libsylph/procmime.c: procmime_parse_mime_parameter(): modified
3326
	  variable name.
3327
3328
2008-12-11
3329
3330
	* libsylph/mbox.c
3331
	  libsylph/smtp.[ch]
3332
	  src/inc.c: renamed/removed MSGBUFSIZE since it conflicts with
3333
	  OpenBSD's header file.
3334
3335
2008-12-11
3336
3337
	* libsylph/procmime.c: procmime_parse_mime_parameter(): made a
3338
	  workaround for raw-JIS filename (Eudora etc.).
3339
3340
2008-12-03
3341
3342
	* libsylph/socket.[ch]
3343
	  libsylph/session.c: added SYL_ prefix to SockFlags enum to avoid
3344
	  confliction with recent glibc header file
3345
	  (/usr/include/bits/socket.h) (thanks to Michael Schwendt).
3346
3347
2008-12-01
3348
3349
	* version 2.6.0rc
3350
3351
2008-11-28
3352
3353
	* libsylph/news.c
3354
	  libsylph/imap.c: when removing news/imap accounts, remove cache
3355
	  directory with server name if it becomes empty.
3356
3357
2008-11-27
3358
3359
	* src/foldersel.c: only expand folders which are expanded in the
3360
	  folder view.
3361
3362
2008-11-27
3363
3364
	* libsylph/prefs.[ch]: made backup generation configurable.
3365
	* libsylph/pop.c: pop3_write_uidl_list(): don't save older backups.
3366
3367
2008-11-27
3368
3369
	* src/addressbook.c: addressbook_refresh(): fixed a bug that the
3370
	  addressbook window was not refreshed when adding sender to
3371
	  addressbook.
3372
3373
2008-11-25
3374
3375
	* libsylph/mbox.c: proc_mbox_full(): only count for non-junk and
3376
	  not-deleted and not-marked-as-read messages (thanks to Otinov
3377
	  Sergey).
3378
3379
2008-11-25
3380
3381
	* src/foldersel.[ch]
3382
	  src/summaryview.c
3383
	  src/mainwindow.c: added message label to the folder selection
3384
	  dialog.
3385
3386
2008-11-25
3387
3388
	* src/main.c: added #include <conio.h> for _getch() (thanks to Gisle
3389
	  Vanem).
3390
3391
2008-11-20
3392
3393
	* src/addressbook.c
3394
	  src/editgroup.c
3395
	  src/gtkutils.c
3396
	  src/select-keys.c
3397
	  src/addr_compl.c
3398
	  src/prefs_summary_column.c
3399
	  src/prefs_display_items.c: include gtk/gtk.h as a workaround for
3400
	  GTK+ >= 2.13.3.
3401
3402
2008-11-19
3403
3404
	* libsylph/session.c: session_connect(): fixed a bug that
3405
	  session->server was not set.
3406
3407
2008-11-19
3408
3409
	* src/foldersel.c: made virtual folders unselectable when not in
3410
	  FOLDER_SEL_ALL mode.
3411
3412
2008-11-19
3413
3414
	* libsylph/prefs.c: prefs_file_close(): keep backups for four
3415
	  generations.
3416
3417
2008-11-14
3418
3419
	* version 2.6.0beta2
3420
3421
2008-11-14
3422
3423
	* src/rpop3.c: added menu using GtkUIManager.
3424
3425
2008-11-14
3426
3427
	* src/prefs_toolbar.c: use GTK_STOCK_NETWORK as the icon of POP3
3428
	  remote mailbox.
3429
3430
2008-11-13
3431
3432
	* po/Makefile.in.in: updated for datarootdir.
3433
	* missing: updated.
3434
3435
2008-11-13
3436
3437
	* src/jpilot.c: moved code conversion to separated function.
3438
	  Code cleanup.
3439
3440
2008-10-07
3441
3442
	* src/prefs_toolbar.[ch]
3443
	  src/mainwindow.[ch]: added POP3 remote mailbox button to the
3444
	  toolbar.
3445
3446
2008-10-07
3447
3448
	* src/mainwindow.c: disable '/Message/Receive/Remote mailbox...'
3449
	  when mail incorporation is active.
3450
3451
2008-10-03
3452
3453
	* manual/ja/sylpheed.sgml: updated Japanese manual.
3454
3455
2008-10-01
3456
3457
	* src/rpop3.c: fixed sorting by subject, date and size.
3458
3459
2008-09-29
3460
3461
	* version 2.6.0beta1
3462
3463
2008-09-29
3464
3465
	* src/main.c
3466
	  libsylph/codeconv.c: check for HAVE_LOCALE_H and ENABLE_NLS
3467
	  (thanks to Enrico Troger).
3468
3469
2008-09-26
3470
3471
	* src/inc.c
3472
	  src/progressdialog.[ch]
3473
	  src/send_message.c: added progress column to the progress dialog.
3474
3475
2008-09-26
3476
3477
	* src/messageview.c
3478
	  src/summaryview.c
3479
	  src/mainwindow.c
3480
	  src/prefs_filter_edit.[ch]
3481
	  src/prefs_filter.[ch]: use target header field as a default filter
3482
	  name when creating filter rule automatically.
3483
3484
2008-09-25
3485
3486
	* src/rpop3.c: send NOOP command for each 30 seconds to prevent
3487
	  session timeout.
3488
3489
2008-09-24
3490
3491
	* src/inputdialog.c: don't debug print return string on invisible
3492
	  mode.
3493
	* libsylph/imap.c: imap_parse_envelope(): allow responses such as
3494
	  "RFC822.HEADER{...}" (workaround for some broken servers).
3495
3496
2008-09-24
3497
3498
	* src/rpop3.c: display 'Quitting...' on logout.
3499
3500
2008-09-19
3501
3502
	* src/rpop3.c: modified style.
3503
	* configure.in: updated version.
3504
3505
2008-09-19
3506
3507
	* libsylph/socket.c: also handle G_IO_NVAL.
3508
	* src/rpop3.c: added stop button which stops retrieving of headers.
3509
3510
2008-09-18
3511
3512
	* src/rpop3.c: enabled cancellation on connection.
3513
3514
2008-09-18
3515
3516
	* src/rpop3.c: implemented receiving of messages.
3517
3518
2008-09-18
3519
3520
	* src/rpop3.c: added timeout. Show dialog on error.
3521
3522
2008-09-17
3523
3524
	* libsylph/pop.c
3525
	  src/rpop3.c: modified column width. Implemented message display.
3526
3527
2008-09-17
3528
3529
	* libsylph/pop.[ch]: made some functions non-static.
3530
	  pop3_session_new(): set server, port, userid and password.
3531
	* src/inc.c: sync with the libsylph/pop.[ch] change.
3532
	* src/rpop3.[ch]
3533
	  src/mainwindow.c: first implementation of remote POP3 mailbox
3534
	  feature. Currently, only deletion of messages is available.
3535
3536
2008-07-16
3537
3538
	* src/compose.[ch]: fixed Enchant support.
3539
	  Force 'en' dictionary if user-specified language doesn't match.
3540
3541
2008-07-10
3542
3543
	* libsylph/imap.c: imap_add_inter_folders(): more error checks.
3544
3545
2008-07-09
3546
3547
	* libsylph/imap.c: imap_get_folder_list(): add intermediate folders
3548
	  because some IMAP servers don't return \NoSelect parent folders
3549
	  at 'LIST "" "*"'.
3550
3551
2008-07-04
3552
3553
	* src/main.c: win32: handle window messages even if console is
3554
	  initialized.
3555
3556
2008-07-04
3557
3558
	* src/main.c: win32: handle console ctrl events.
3559
	  Call register_system_events() after all config files are read.
3560
3561
2008-06-27
3562
3563
	* configure.in
3564
	  src/compose.c: supported GtkSpell 2.0.13 (with Enchant)
3565
	  (thanks to Michael Schwendt).
3566
	* Makefile.am: removed unrequired ACLOCAL_AMFLAGS.
3567
	* config.guess
3568
	  ltmain.sh
3569
	  config.sub: updated.
3570
3571
2008-06-20
3572
3573
	* src/main.c: handle SIGHUP/SIGINT/SIGTERM/SIGQUIT signals on Unix,
3574
	  and unified the function with Win32.
3575
3576
2008-06-19
3577
3578
	* libsylph/codeconv.[ch]:
3579
	  conv_set_autodetect_type()
3580
	  conv_get_autodetect_type(): added function to change the behavior
3581
	  of character encoding auto-detection.
3582
3583
2008-06-18
3584
3585
	* libsylph/procmime.c: procmime_scan_mime_header(): also use
3586
	  MimeInfo::filename to determine file type.
3587
3588
2008-06-17
3589
3590
	* version 2.5.0
3591
3592
2008-06-17
3593
3594
	* sylpheed.desktop: added Polish translation (thanks to Jan Stepien).
3595
3596
2008-06-06
3597
3598
	* version 2.5.0rc2
3599
3600
2008-06-06
3601
3602
	* src/template.c: template_load(): removed the restriction that the
3603
	  template body over 8KB could not be read.
3604
3605
2008-06-06
3606
3607
	* INSTALL
3608
	  INSTALL.ja: fixed GnuPG/GPGME URL.
3609
	* configure.in: require GPGME >= 1.0.0.
3610
	* src/about.c: updated copyright year.
3611
3612
2008-06-05
3613
3614
	* libsylph/codeconv.c: conv_get_locale_charset(): recognize "utf8"
3615
	  in locale strings as UTF-8 (fixes some character corruption).
3616
3617
2008-06-05
3618
3619
	* libsylph/procmime.c: procmime_scan_encoding(): fixed
3620
	  Content-Transfer-Encoding with comments.
3621
3622
2008-05-22
3623
3624
	* src/summaryview.c: summary_display_msg_idle_func(): fixed a crash
3625
	  (thanks to Michael Schwendt).
3626
3627
2008-05-19
3628
3629
	* version 2.5.0rc
3630
3631
2008-05-16
3632
3633
	* src/compose.c: display alert dialog when signing/encryption failed.
3634
	* src/select-keys.c: fixed window position and focus.
3635
3636
2008-05-14
3637
3638
	* src/summaryview.c: summary_display_msg_full(): don't move focus
3639
	  from text view to summary view.
3640
3641
2008-05-08
3642
3643
	* libsylph/prefs_common.[ch] 
3644
	  src/compose.[ch]: remember the maximized state.
3645
3646
2008-04-30
3647
3648
	* sylpheed.desktop: fixed warnings and added German translation
3649
	  (thanks to Enrico Troger).
3650
	* Makefile.am: install sylpheed.desktop and sylpheed-64x64.png.
3651
3652
2008-04-24
3653
3654
	* version 2.5.0beta3
3655
3656
2008-04-24
3657
3658
	* libsylph/prefs_common[ch]
3659
	  src/compose.c
3660
	  src/prefs_common_dialog.c: added option of excluded
3661
	  addresses/domains for recipients confirmation.
3662
3663
2008-04-24
3664
3665
	* src/compose.c: compose_check_attachments(): exclude quoted lines.
3666
	* src/prefs_common_dialog.c: modified English.
3667
3668
2008-04-11
3669
3670
	* version 2.5.0beta2
3671
3672
2008-04-11
3673
3674
	* src/summaryview.c: reset quick search condition if search bar is
3675
	  not shown.
3676
3677
2008-04-11
3678
3679
	* src/gtkutils.h: added missing include.
3680
3681
2008-04-10
3682
3683
	* src/quick_search.c
3684
	  src/mainwindow.c: added 'Edit/Quick search' menu.
3685
	  Also search To: header in Sent/Draft/Queue folders.
3686
3687
2008-04-10
3688
3689
	* src/gtkutils.[ch]
3690
	  src/prefs_account_dialog.c: spaces in address and server
3691
	  entries are automatically removed at applying configuration.
3692
3693
2008-04-09
3694
3695
	* libsylph/session.c
3696
	  src/send_message.c: always display error dialog when connection
3697
	  to SMTP server failed.
3698
3699
2008-04-08
3700
3701
	* src/compose.c: compose_check_recipients(): fixed leaks of GSList.
3702
3703
2008-04-08
3704
3705
	* libsylph/prefs_common.[ch]
3706
	  src/compose.c
3707
	  src/prefs_common_dialog.c: added the option to confirm recipients
3708
	  before sending.
3709
3710
2008-03-28
3711
3712
	* src/compose.c: delete attach property dialog when closed.
3713
3714
2008-03-28
3715
3716
	* libsylph/prefs_common.[ch]
3717
	  src/prefs_common_dialog.c
3718
	  src/compose.c: the feature to confirm missing attachments was added.
3719
3720
2008-03-27
3721
3722
	* src/query_search.c: number of matches is displayed when search is
3723
	  done.
3724
3725
2008-03-19
3726
3727
	* src/main.c: parse_cmd_opt(): win32: fixed absolute path was not
3728
	  handled correctly.
3729
3730
2008-03-13
3731
3732
	* src/addr_compl.c: get_completion_address(): added characters to be
3733
	  quoted.
3734
	  get_address_from_edit(): treat other characters than ',' and space
3735
	  as valid ones.
3736
3737
2008-02-29
3738
3739
	* src/quick_search.c: added missing #include <gtk/gtkentry.h>.
3740
3741
2008-02-29
3742
3743
	* version 2.5.0beta1
3744
3745
2008-02-29
3746
3747
	* src/summaryview.c: fixed new/unread status display on filtered mode.
3748
3749
2008-02-28
3750
3751
	* src/prefs_common_dialog.c: fixed a bug that the quote description
3752
	  dialog never appeared again after closing it with close button.
3753
3754
2008-02-15
3755
3756
	* libsylph/socket.c:
3757
	  sock_connect_async_cb()
3758
	  sock_connect_address_list_async(): also watch for G_IO_ERR and
3759
	  G_IO_HUP (fixes busy loop when connection is immediately refused).
3760
3761
2008-02-15
3762
3763
	* libsylph/ssl.c
3764
	  src/sslmanager.c: added the feature to save SSL peer certificate
3765
	  and always accept it.
3766
3767
2008-01-08
3768
3769
	* src/quick_search.c: quick_search_create(): fixed crash on menu
3770
	  change.
3771
3772
2007-12-28
3773
3774
	* libsylph/enums.h
3775
	  libsylph/prefs_common.[ch]
3776
	  src/quick_search.[ch]
3777
	  src/summaryview.[ch]
3778
	  src/mainwindow.[ch]
3779
	  src/Makefile.am: implemented vertical view. Separated quick search
3780
	  into another module.
3781
3782
2007-12-27
3783
3784
	* libsylph/prefs_common.[ch]
3785
	  src/messageview.c
3786
	  src/prefs_common_dialog.c: added the option 'Treat HTML only
3787
	  messages as attachment'.
3788
3789
2007-12-27
3790
3791
	* configure.in
3792
	  src/Makefile.am: don't enable windres on non-win32 platforms.
3793
3794
2007-12-21
3795
3796
	* version 2.4.8
3797
3798
2007-12-21
3799
3800
	* src/main.c: wndproc(): win32: call app_will_exit() when WM_ENDSESSION
3801
	  is received (fixes folder tree state not saved etc.).
3802
3803
2007-12-20
3804
3805
	* src/summaryview.c: summary_show(): fixed beep on folders with one
3806
	  message when using GTK+ 2.12.
3807
3808
2007-12-18
3809
3810
	* src/syldap.c: syldap_display_search_results(): fixed warnings again.
3811
3812
2007-12-17
3813
3814
	* src/syldap.c: fixed memory leaks (thanks to Michael Schwendt).
3815
	  syldap_display_search_results(): fixed warnings (thanks to Michael
3816
	  Schwendt).
3817
3818
2007-12-07
3819
3820
	* libsylph/codeconv.c: conv_encode_header(): use outgoing encoding
3821
	  to determine B or Q encoding instead of MB_CUR_MAX.
3822
3823
2007-11-08
3824
3825
	* libsylph/utils.c: my_memmem(): fixed buffer overrun bug (though
3826
	  unused).
3827
3828
2007-10-11
3829
3830
	* src/messageview.c: messageview_set_menu_state(): disable
3831
	  /Message/Re-edit menu in non-sent folders.
3832
3833
2007-10-03
3834
3835
	* version 2.4.7
3836
3837
2007-09-28
3838
3839
	* src/compose.c
3840
	  src/select-keys.c: fixed the crash when try to use ascii-armored PGP
3841
	  encryption.
3842
3843
2007-09-27
3844
3845
	* libsylph/folder.c: folder_item_compare(): fixed a bug that virtual
3846
	  folders were not sorted properly.
3847
3848
2007-09-27
3849
3850
	* src/summaryview.[ch]: fixed the status label so that it will
3851
	  automatically resize when there is not enough width.
3852
3853
2007-09-26
3854
3855
	* src/mainwindow.c: main_window_separation_change(): keep previous
3856
	  focus when separation changed.
3857
3858
2007-09-20
3859
3860
	libsylph/utils.c
3861
	libsylph/procmsg.c
3862
	libsylph/procmsg.h
3863
	libsylph/procmime.c
3864
	libsylph/imap.c
3865
	src/addrcache.c
3866
	src/compose.c
3867
	src/inc.c
3868
	src/trayicon.c
3869
	src/printing.c
3870
	src/addressbook.c
3871
	src/prefs_toolbar.c
3872
	src/editbook.c
3873
	src/ldif.c
3874
	src/mimeview.c
3875
	src/importcsv.c
3876
	src/main.c
3877
	src/gtkshruler.c
3878
	src/send_message.c
3879
	src/rfc2015.c
3880
	src/summaryview.c
3881
	src/mainwindow.c
3882
	src/manage_window.c
3883
	src/prefs_display_items.c: removed all warnings output with -Wall.
3884
3885
2007-09-20
3886
3887
	* src/prefs_common_dialog.c: fixed a bug that 'Set display item of
3888
	  summary...' button always show send folder setting.
3889
3890
2007-09-19
3891
3892
	* version 2.4.6
3893
3894
2007-09-19
3895
3896
	* libsylph/filter.c: filter_apply_msginfo(): disabled auto decrypt
3897
	  to avoid passphrase dialog.
3898
3899
2007-09-18
3900
3901
	* src/compose.c: display error and abort sending if the read of attach
3902
	  files fails.
3903
3904
2007-09-14
3905
3906
	* libsylph/imap.c: imap_create_folder(): check for \NoInferior and
3907
	  \Noselect flags.
3908
3909
2007-09-14
3910
3911
	* libsylph/folder.[ch]: folder_item_copy(): new. It duplicates
3912
	  FolderItem struct.
3913
	* libsylph/imap.c: imap_scan_tree(): use 'LIST "" "*"' command
3914
	  instead of 'LIST "" "%"' to obtain folder list.
3915
3916
2007-09-14
3917
3918
	* src/inc.[ch]
3919
	  src/summaryview.c: block notify if a new message is read on
3920
	  receiving.
3921
3922
2007-09-13
3923
3924
	* src/summaryview.c: summary_cmp_by_to(): compare using simpilfied
3925
	  To strings.
3926
3927
2007-09-13
3928
3929
	* libsylph/procheader.[ch]: procheader_get_toname(): added.
3930
	* src/summaryview.c: summary_set_row(): simplify To headers.
3931
3932
2007-09-13
3933
3934
	* libsylph/procmsg.[ch]: procmsg_set_auto_decrypt_message(): added.
3935
	* src/query_search.c: query_search_folder(): disabled the passphrase
3936
	  dialog on query search.
3937
3938
2007-09-12
3939
3940
	* libsylph/enums.h
3941
	  libsylph/folder.h
3942
	  libsylph/prefs_common.[ch]
3943
	  src/summaryview.c
3944
	  src/prefs_summary_column.[ch]
3945
	  src/mainwindow.c: added 'To' column to the summary view. It will
3946
	  be displayed at sent folders (Sent, Draft, Queue) by default.
3947
	  The display column setting of sent and normal folders became
3948
	  independent.
3949
3950
2007-09-10
3951
3952
	* src/compose.c
3953
	  src/rfc2015.[ch]: use combined method for encrypt and sign with
3954
	  PGP/MIME.
3955
	  rfc2015_encrypt_sign(): added.
3956
	  rfc2015_encrypt_sign_armored(): fixed a memory leak.
3957
3958
2007-09-07
3959
3960
	* src/compose.c
3961
	  src/rfc2015.[ch]: implemented proper ascii-armored PGP encryption.
3962
	  rfc2015_encrypt_armored()
3963
	  rfc2015_encrypt_sign_armored(): added.
3964
3965
2007-08-31
3966
3967
	* version 2.4.5
3968
3969
2007-08-31
3970
3971
	* src/addr_compl.c: get_complete_address(): fixed another format
3972
	  string bug in address completion (thanks to Megaman 9703).
3973
3974
2007-08-23
3975
3976
	* src/compose.c: compose_is_itemized(): also don't join '--'.
3977
3978
2007-08-23
3979
3980
	* libsylph/codeconv.c: conv_get_current_locale(): fixed the case
3981
	  when cur_locale = "" (thanks to Elohin Igor').
3982
3983
2007-08-23
3984
3985
	* src/inc.c: inc_put_error(): fixed format string vulnerability
3986
	  (thanks to Ulf Harnhammar, Secunia Research).
3987
3988
2007-07-20
3989
3990
	* version 2.4.4
3991
3992
2007-07-20
3993
3994
	* src/compose.c: compose_reply(): fixed a memory leak.
3995
3996
2007-07-20
3997
3998
	* libsylph/socket.c: ssl_read(): win32: set errno to EIO to avoid
3999
	  random error message.
4000
	* src/send_message.c: send_message_smtp(): ignore errors right after
4001
	  QUIT (workaround for Gmail SMTP server).
4002
4003
2007-07-18
4004
4005
	* src/compose.c: compose_parse_source_msg(): fixed wrong null check.
4006
4007
2007-07-17
4008
4009
	* src/mimeview.c: mimeview_reply(): remove file after reply.
4010
4011
2007-07-17
4012
4013
	* src/compose.c
4014
	  src/send_message.[ch]: send_message_set_reply_flag(): check reply
4015
	  target's Message-Id when adding reply flags.
4016
4017
2007-07-13
4018
4019
	* libsylph/prefs_common.[ch]: prefs_common_junk_folder_rename_path():
4020
	  added.
4021
	* src/folderview.c: also update junk folder path when a folder is
4022
	  renamed.
4023
4024
2007-07-13
4025
4026
	* libsylph/filter.c: filter_rule_rename_dest_path()
4027
	  filter_rule_delete_action_by_dest_path(): fixed path separator
4028
	  (win32: fixes renaming of folder didn't modify filter actions).
4029
4030
2007-07-12
4031
4032
	* src/compose.[ch]
4033
	  src/send_message.[ch]: refactored
4034
	  add-reply-or-forward-mark-after-sending.
4035
	* libsylph/procmsg.c: removed debug print.
4036
4037
2007-07-11
4038
4039
	* libsylph/folder.[ch]: folder_find_item_and_num_from_id(): added.
4040
	* src/compose.c
4041
	  src/send_message.c: code cleanup.
4042
4043
2007-07-11
4044
4045
	* src/editbook.c: win32: fixed a bug that the name entry didn't
4046
	  accept key input.
4047
4048
2007-07-10
4049
4050
	* src/compose.c
4051
	  src/mimeview.[ch]
4052
	  src/send_message.c: added the feature to reply to attached
4053
	  message/rfc822 messages.
4054
	* src/quote_fmt_parse.y: removed the check of MsgInfo::folder.
4055
4056
2007-07-10
4057
4058
	* src/compose.c: restore reply/forward target on reedit.
4059
	* src/send_message.c: send_get_queue_info(): fixed memory leaks.
4060
4061
2007-07-09
4062
4063
	* src/compose.c
4064
	  src/send_message.[ch]: implemented add-reply-or-forward-mark
4065
	  after sending from queue.
4066
4067
2007-07-09
4068
4069
	* src/compose.c: implemented add-forward-mark-after-sending.
4070
4071
2007-07-09
4072
4073
	* libsylph/procmsg.[ch]: procmsg_get_msginfo(): added.
4074
	* src/compose.c
4075
	  src/summaryview.[ch]: implemented add-reply-mark-after-sending.
4076
4077
2007-06-26
4078
4079
	* version 2.4.3
4080
4081
2007-06-25
4082
4083
	* src/addressbook.c: addressbook_format_address(): null-check person
4084
	  to avoid crash (thanks to Michael Schwendt).
4085
4086
2007-06-22
4087
4088
	* src/about.c: place cursor at the start (fixed unintended scroll
4089
	  on win32).
4090
4091
2007-06-15
4092
4093
	* src/manage_window.c: manage_window_set_transient(): force popup
4094
	  of parent window (fixes invisible dialog when main window is hidden).
4095
4096
2007-06-11
4097
4098
	* libsylph/socket.[ch]: added sock_add_watch_poll().
4099
	* libsylph/session.c: win32: use blocking socket while sending data
4100
	  (fixes stall of SMTP when sending via dialup connection).
4101
4102
2007-06-08
4103
4104
	* src/compose.c: compose_get_signature_str(): supported UTF-8 with
4105
	  BOM.
4106
4107
2007-06-07
4108
4109
	* libsylph/session.c: session_ping_cb(): abort if not connected.
4110
4111
2007-06-04
4112
4113
	* src/summaryview.c: clear search entry when Escape key is pressed.
4114
4115
2007-05-28
4116
4117
	* src/compose.c: compose_exec_ext_editor(): win32: fixed infinite loop
4118
	  when pid was not obtained.
4119
4120
2007-05-28
4121
4122
	* src/filesel.c: filesel_select_file_full(): don't execute automatic
4123
	  incorporation while dialog is open.
4124
4125
2007-05-18
4126
4127
	* version 2.4.2
4128
4129
2007-05-18
4130
4131
	* src/main.c: open_message(): fixed a memory leak.
4132
4133
2007-05-18
4134
4135
	* libsylph/utils.[ch]: uriencode_for_mailto(): added.
4136
	* src/textview.c: URI encode mailto: to protect '+'.
4137
4138
2007-05-17
4139
4140
	* src/main.c
4141
	  src/mainwindow.c: added --open to the help message.
4142
4143
2007-05-16
4144
4145
	* src/summaryview.[ch]: summary_mark_all_read(): improved the
4146
	  performance of IMAP4 by only modifying the flagged messages.
4147
4148
2007-05-16
4149
4150
	* libsylph/utils.[ch]:
4151
	  extract_parenthesis_with_escape()
4152
	  extract_quote_with_escape(): added.
4153
	* libsylph/procheader.c: procheader_get_fromname(): process
4154
	  quoted-pair correctly.
4155
4156
2007-05-15
4157
4158
	* libsylph/procmime.[ch]: procmime_get_encoding_for_str(): added.
4159
	* src/compose.c: compose_write_to_file(): chomp all trailing spaces
4160
	  only if body charset is ISO-2022-JP. Use quoted-printable or
4161
	  base64 in other case.
4162
4163
2007-05-14
4164
4165
	* src/summaryview.c: the quick search key now persists on refresh.
4166
	  The selection now persists on the update of quick search.
4167
4168
2007-05-10
4169
4170
	* libsylph/folder.c: qsearch_cond_type now persists between sessions.
4171
4172
2007-05-10
4173
4174
	* src/mainwindow.c: main_window_set_toolbar_sensitive(): made a
4175
	  workaround for the GTK+ bug (Bug 56070 - Can't click button after
4176
	  setting it sensitive.)
4177
4178
2007-05-10
4179
4180
	* src/summaryview.c: fixed wrong status on persist qsearch filter.
4181
4182
2007-05-10
4183
4184
	* libsylph/folder.[ch]: added qsearch_cond_type to FolderItem.
4185
	* libsylph/prefs_common.[ch]: added persist_qsearch_filter option.
4186
	* src/summaryview.c: the quick search condition now persists for the
4187
	  whole session.
4188
4189
2007-05-09
4190
4191
	* src/main.c: also supported '--open' in initial startup.
4192
4193
2007-05-09
4194
4195
	* src/main.c: implemented '--open' command line option which open
4196
	  messages specified with command-line in new window.
4197
	* libsylph/mh.c: mh_fetch_msg(): don't show warning when num is
4198
	  out of range.
4199
4200
2007-05-08
4201
4202
	* src/prefs_account_dialog.c: prefs_account_ssl_create():
4203
	  automatically set SSL ports in Advanced tab when the radio buttons
4204
	  are toggled.
4205
4206
2007-05-07
4207
4208
	* src/folderview.c: enabled recursive download of remote folders.
4209
4210
2007-05-02
4211
4212
	* version 2.4.1
4213
4214
2007-05-02
4215
4216
	* src/sylpheed.rc.in: updated copyright year.
4217
4218
2007-04-27
4219
4220
	* src/query_search.c: query_search_create_vfolder(): win32: fixed
4221
	  path separator problem (use / for abstract path).
4222
4223
2007-04-27
4224
4225
	* src/main.c: win32: read sylpheed.ini file on startup. Added --ipcport
4226
	  option.
4227
4228
2007-04-26
4229
4230
	* src/addr_compl.c: insert address only if shift or control key is
4231
	  pressed when accepting.
4232
4233
2007-04-26
4234
4235
	* src/addressbook.c: addressbook_load_completion(): added nickname to
4236
	  the callback argument for completion only. Give priority to display
4237
	  name rather than nickname.
4238
	* src/addr_compl.c: removed g_ prefix from non-glib symbols. Removed
4239
	  duplicated candidates.
4240
4241
2007-04-26
4242
4243
	* src/main.c: win32: disable autocheck timer while suspending to
4244
	  prevent network error on resume.
4245
4246
2007-04-23
4247
4248
	* libsylph/ssl.c
4249
	  src/sslmanager.c: use OPENSSL_free() instead of g_free() for
4250
	  strings allocated by OpenSSL (fixes crash on Win32 when an OpenSSL
4251
	  DLL linked with MSVCR71.DLL was used. Thanks to Akihiro Okamura).
4252
4253
2007-04-20
4254
4255
	* version 2.4.0
4256
4257
2007-04-20
4258
4259
	* manual/ja/sylpheed.sgml
4260
	  manual/ja/sylpheed*.html: updated.
4261
4262
2007-04-19
4263
4264
	* libsylph/pop.c:
4265
	  pop3_getauth_apop_send()
4266
	  pop3_session_recv_msg(): check for invalid APOP timestamp
4267
	  (CVE-2007-1558), and check for the functions' return value.
4268
4269
2007-04-19
4270
4271
	* src/mainwindow.c: toolbar_customize()
4272
	  src/compose.c: toolbar_customize(): write config file after toolbar
4273
	  customization.
4274
4275
2007-04-18
4276
4277
	* version 2.4.0rc
4278
4279
2007-04-18
4280
4281
	* libsylph/recv.c: recv_bytes(): restrict the buffer size up to
4282
	  BUFFSIZE (fixes crashes when trying to fetch >64KB messages on IMAP4
4283
	  via FreeCap on Win32).
4284
	* libsylph/utils.c: log_print(): use g_print() instead of fputs()
4285
	  when output to stdout to display UTF-8 correctly.
4286
4287
2007-04-18
4288
4289
	* src/printing.c: message_count_page(): a workaround for the crash
4290
	  which seems to occur on Fedora Core.
4291
4292
2007-04-17
4293
4294
	* manual/ja/sylpheed.sgml
4295
	  manual/ja/sylpheed*.html: updated.
4296
4297
2007-04-17
4298
4299
	* src/addrcache.c
4300
	  src/addressbook.c: fixed a crash bug that if a person was removed
4301
	  and its e-mail address was referenced by a group in another folder.
4302
4303
2007-04-17
4304
4305
	* libsylph/session.[ch]: remove idle callback on close, and check
4306
	  GSource in the callback (possibly fixes crashes on cancellation).
4307
4308
2007-04-16
4309
4310
	* manual/ja/sylpheed.sgml
4311
	  manual/ja/sylpheed*.html: updated for 2.4.0.
4312
4313
2007-04-16
4314
4315
	* libsylph/prefs_common.c
4316
	  src/gtkutils.[ch]
4317
	  src/main.c: win32: check if the font "MS Gothic 12" is really
4318
	  loadable. Also check for multi-byte font name for the new JIS2004
4319
	  MS Gothic font.
4320
4321
2007-04-13
4322
4323
	* libsylph/utils.c: copy_file(): optimized using read() / write().
4324
4325
2007-04-13
4326
4327
	* libsylph/utils.c: file_exist(): use g_file_test() if allow_fifo is
4328
	  FALSE (optimization in win32).
4329
	  rename_force(): win32: don't use workaround in recent version of GLib
4330
	  since its g_rename() now atomically overwrites the destination file.
4331
	  move_file(): use is_file_entry_exist() instead of is_file_exist() in
4332
	  non-overwrite mode.
4333
4334
2007-04-12
4335
4336
	* version 2.4.0beta8
4337
4338
2007-04-12
4339
4340
	* src/menu.h
4341
	  src/mainwindow.c: added toolbar style switch to the context menu of
4342
	  the toolbar.
4343
4344
2007-04-12
4345
4346
	* src/addressbook.c
4347
	  src/editbook.c: use 'Address Book' instead of 'Addressbook'.
4348
4349
2007-04-12
4350
4351
	* libsylph/codeconv.[ch]: supported ISO-8859-16.
4352
4353
2007-04-11
4354
4355
	* src/query_search.c: query_search_folder(): flush summary mark/cache
4356
	  before retrieving message list (fixes incorrect message number on
4357
	  search. Thanks to Nakada).
4358
4359
2007-04-11
4360
4361
	* src/filesel.c: use Yes/No button for overwrite confirmation dialog.
4362
4363
2007-04-11
4364
4365
	* src/filesel.c: use custom overwrite confirmation dialog.
4366
4367
2007-04-11
4368
4369
	* src/filesel.c: use GTK's overwrite confirmation dialog.
4370
4371
2007-04-11
4372
4373
	* src/importldif.c
4374
	  src/importcsv.c: fixed the position of transient window.
4375
4376
2007-04-11
4377
4378
	* src/importcsv.c: scroll CList when reordering.
4379
4380
2007-04-11
4381
4382
	* src/importcsv.c: supported tab-separated file.
4383
4384
2007-04-11
4385
4386
	* libsylph/utils.[ch]: strsplit_csv(): added.
4387
	* src/importcsv.c: properly process CSV with double quotations.
4388
4389
2007-04-11
4390
4391
	* src/addressbook.c: set focus row after import.
4392
4393
2007-04-11
4394
4395
	* src/importcsv.c: adjusted spacing and wrap file name.
4396
4397
2007-04-11
4398
4399
	* src/importcsv.c: added description to the field page.
4400
4401
2007-04-11
4402
4403
	* src/importcsv.c: imp_csv_load_fields(): fixed initially incorrect
4404
	  scrollbar size.
4405
4406
2007-04-11
4407
4408
	* src/inc.c: inc_cancel()
4409
	  src/send_message.c: send_cancel_button_cb(): disconnect immediately
4410
	  when cancelled (possibly fixes crash after cancellation).
4411
4412
2007-04-10
4413
4414
	* src/importcsv.c: added Remarks field. Fixed reorder of the last row.
4415
4416
2007-04-10
4417
4418
	* src/importcsv.c: implemented enable/disable of fields.
4419
4420
2007-04-10
4421
4422
	* src/importldif.c: modified the navigate buttons.
4423
	* src/importcsv.c: implemented reorder of items.
4424
4425
2007-04-10
4426
4427
	* src/addressbook.c: also delete physical files when deleting data
4428
	  sources. Bring addressbook window in front after closing the import
4429
	  dialogs.
4430
	* src/importcsv.c: imp_csv_load_fields(): implemented case:
4431
	  CSV columns < address book fileds.
4432
4433
2007-04-10
4434
4435
	* src/importldif.c
4436
	  src/importcsv.c: convert filename from/to UTF-8.
4437
4438
2007-04-10
4439
4440
	* src/importldif.c
4441
	  src/importcsv.c: use GtkFileChooser.
4442
	* src/passphrase.c
4443
	  src/editjpilot.c
4444
	  src/export.c
4445
	  src/import.c
4446
	  src/editvcard.c: removed redundant includes.
4447
4448
2007-04-10
4449
4450
	* src/mainwindow.c
4451
	  src/prefs_filter.c: modified the string "Filter setting" to
4452
	  "Filter settings".
4453
4454
2007-04-06
4455
4456
	* src/importcsv.c: fixed import of locale encoding.
4457
4458
2007-04-06
4459
4460
	* src/importcsv.[ch]
4461
	  src/addressbook.c
4462
	  src/Makefile.am: implemented CSV import (in progress).
4463
4464
2007-04-06
4465
4466
	* src/compose.c: modified the menu string '/View/Reply-To' and
4467
	  '/View/Followup-To'.
4468
4469
2007-04-06
4470
4471
	* src/compose.c: made the position of the ruler ticks accurate.
4472
4473
2007-04-06
4474
4475
	* libsylph/filter.[ch]: return error code.
4476
	* src/inc.c
4477
	  src/summaryview.c: display error dialog if the execution of the
4478
	  junk filter command failed.
4479
4480
2007-04-06
4481
4482
	* src/summaryview.c: added new quick search rule: 'Within 1 day' and
4483
	  'Recent 5 days'. Fixed a memory leak.
4484
4485
2007-04-05
4486
4487
	* src/compose.c: added margin to the text view.
4488
	* src/gtkshruler.[ch]: added new APIs for tick start position.
4489
4490
2007-04-04
4491
4492
	* libsylph/procmime.c: procmime_scan_multipart_message(): use heap
4493
	  memory instead of stack for read buffer, and increased the max
4494
	  recursion level to 64.
4495
4496
2007-04-04
4497
4498
	* src/inc.c: inc_is_active(): also check for session queue.
4499
	  inc_cancel_all(): really cancel all sessions.
4500
4501
2007-04-03
4502
4503
	* version 2.4.0beta7
4504
4505
2007-04-03
4506
4507
	* libsylph/mh.c
4508
	  libsylph/folder.c
4509
	  libsylph/imap.c: win32: fixed a bug that the path separator of
4510
	  FolderItem::path was not processed correctly (fixed path information
4511
	  becoming incorrect on renaming folders).
4512
4513
2007-04-02
4514
4515
	* sylpheed.desktop: added Comment[hu] and modified Categories
4516
	  (thanks to nTOMasz).
4517
4518
2007-04-02
4519
4520
	* src/prefs_toolbar.[ch]
4521
	  src/mainwindow.[ch]: added Stop button to the toolbar.
4522
4523
2007-03-30
4524
4525
	* libsylph/utils.[ch]: scan_mailto_url(): added an argument for
4526
	  in-reply-to header.
4527
	* src/compose.c: supported In-Reply-To header in mailto URL (thanks
4528
	  to Laurent Bigonville).
4529
4530
2007-03-29
4531
4532
	* src/main.c: app_will_exit(): force process termination (fixes
4533
	  unable to exit sylpheed in some case).
4534
4535
2007-03-29
4536
4537
	* src/inc.c
4538
	  src/main.c: disable --compose, --receive, --send remote commands
4539
	  when a modal dialog exists.
4540
4541
2007-03-28
4542
4543
	* src/textview.c: textview_show_message(): put error message when
4544
	  decryption failed.
4545
4546
2007-03-28
4547
4548
	* src/folderview.c: folderview_select_next_unread(): temporarily
4549
	  disable remember_last_selected option (fixes select next unread).
4550
4551
2007-03-28
4552
4553
	* version 2.4.0beta6
4554
4555
2007-03-27
4556
4557
	* src/prefs_display_header.c
4558
	  src/prefs_actions.c
4559
	  src/addressbook.c
4560
	  src/editgroup.c
4561
	  src/importldif.c
4562
	  src/prefs_template.c
4563
	  src/select-keys.c
4564
	  src/editaddress.c
4565
	  src/addressadd.c
4566
	  src/editldap_basedn.c
4567
	  src/prefs_summary_column.c
4568
	  src/prefs_filter_edit.c
4569
	  src/prefs_display_items.c
4570
	  src/prefs_customheader.c
4571
	  src/gtkutils.[ch]: win32: made a workaround for the redraw problem
4572
	  in GTK+ 2.10.11.
4573
4574
2007-03-25
4575
4576
	* libsylph/imap.c
4577
	  libsylph/mh.c: fixed get_msg_list() with uncached_only flag.
4578
	* src/inc.c: inc_remote_account_mail(): fixed a bug that messages which
4579
	  were not filtered were not counted as new messages.
4580
4581
2007-03-25
4582
4583
	* src/main.c: app_init(): win32: disabled LANGUAGE (fixes incorrect
4584
	  language selection).
4585
4586
2007-03-23
4587
4588
	* src/folderview.c: label_window_create(): don't use
4589
	  gtk_widget_show_now() (fixes stall on rebuilding folder tree).
4590
4591
2007-03-20
4592
4593
	* src/prefs_display_item.c: win32: made a workaround for the CList
4594
	  redraw problem in GTK+ 2.10.11.
4595
4596
2007-03-16
4597
4598
	* version 2.4.0beta5
4599
4600
2007-03-15
4601
4602
	* libsylph/filter.c: filter_action_exec(): fixed a bug that flag
4603
	  changes were not applied on copy action in local filtering.
4604
	* src/inc.c: inc_remote_account_mail(): apply flag changes in IMAP
4605
	  automatic filtering.
4606
4607
2007-03-14
4608
4609
	* libsylph/mh.c
4610
	  libsylph/folder.c: win32: use '/' instead of '\' for folder path
4611
	  (fixes data format incompatibility between Unix and Win32).
4612
4613
2007-03-14
4614
4615
	* src/inc.c: inc_remote_account_mail(): enabled automatic junk mail
4616
	  filtering on IMAP.
4617
4618
2007-03-14
4619
4620
	* libsylph/codeconv.c: conv_encode_header(): fixed wrong handling
4621
	  of quotation in continuing multi-byte strings.
4622
4623
2007-03-13
4624
4625
	* src/summaryview.c: fixed crash on exit when the order of summary
4626
	  columns were changed by DnD.
4627
4628
2007-03-02
4629
4630
	* src/printing.c: printing_print_messages_gtk(): made the default
4631
	  directory of printing dialog document dir.
4632
4633
2007-03-02
4634
4635
	* src/addr_compl.c: completion_window_key_press(): prevent warnings
4636
	  when ESC, BS etc. is pressed.
4637
	* src/addressbook.c: removed Name: label.
4638
4639
2007-03-01
4640
4641
	* src/rfc2015.c
4642
	  src/sigstatus.c: guard against null verify result.
4643
4644
2007-02-23
4645
4646
	* src/inc.c: inc_remote_account_mail(): count filtered messages for
4647
	  new mail notification.
4648
4649
2007-02-23
4650
4651
	* libsylph/session.c: win32: fixed a bug that the timeout didn't work.
4652
4653
2007-02-21
4654
4655
	* src/addressbook.c
4656
	  src/addressitem.h: added close button to the address book.
4657
	  Set the minimum size of the window.
4658
4659
2007-02-16
4660
4661
	* src/editaddress.c: removed unused code, and set window position to
4662
	  center on parent.
4663
4664
2007-02-16
4665
4666
	* src/editgroup.c: improved the layout of the edit group dialog.
4667
4668
2007-02-15
4669
4670
	* version 2.4.0beta4
4671
4672
2007-02-15
4673
4674
	* src/addressbook.c: code cleanups. Disable 'Lookup' button if LDAP
4675
	  is disabled.
4676
4677
2007-02-15
4678
4679
	* src/addressbook.c: addressbook_load_completion(): fixed possible
4680
	  crash.
4681
4682
2007-02-15
4683
4684
	* src/folderview.c: folderview_create(): enabled coloring of
4685
	  new/unread/total columns.
4686
4687
2007-02-13
4688
4689
	* src/addressbook.c: enabled multiple copy and paste of persons.
4690
4691
2007-02-13
4692
4693
	* src/addressbook.c
4694
	  src/addrbook.[ch]: when deleting email from group, only remove from
4695
	  group list and not from person.
4696
	  Added "Delete" shortcut key to '/Address/Delete'.
4697
4698
2007-02-13
4699
4700
	* wrc/mainwindow.c: main_window_get_size(): fixed the problem that
4701
	  the width of the folder view was not saved on maximized state.
4702
4703
2007-02-13
4704
4705
	* src/folderview.c: folderview_check_new(): don't give up unless the
4706
	  network failure of remote mailboxes.
4707
4708
2007-02-09
4709
4710
	* src/addressbook.c: removed redundant signal handler.
4711
4712
2007-02-09
4713
4714
	* src/addressbook.c: addressbook_menuitem_set_sensitive(): fixed the
4715
	  sensitivity of 'New Address'.
4716
	* src/editgroup.c: improved the behavior of edit group dialog.
4717
4718
2007-02-09
4719
4720
	* src/addressbook.c: implemented copy and paste of person, and
4721
	  refactored the menu sensitivity management.
4722
4723
2007-02-08
4724
4725
	* libsylph/mbox.[ch]
4726
	  src/inc.c: added the argument filter_junk to proc_mbox_full().
4727
	  proc_mbox(): don't filter junk if folder_table is NULL.
4728
4729
2007-02-07
4730
4731
	* version 2.4.0beta3
4732
4733
2007-02-07
4734
4735
	* src/prefs_filter_edit.c: prefs_filter_edit_set_header_list():
4736
	  fixed a memory leak.
4737
4738
2007-02-07
4739
4740
	* libsylph/procheader.[ch]
4741
	  src/query_search.c
4742
	  src/prefs_filter_edit.c
4743
	  src/prefs_filter.[ch]: fixed a bug that the saved search rule
4744
	  could be broken after editing a search folder.
4745
	  Fixed a bug that the user-defined headers was not saved.
4746
4747
2007-02-06
4748
4749
	* libsylph/mbox.[ch]
4750
	  src/inc.c: filter junk mails from local mbox even if
4751
	  prefs_common.filter_on_inc is FALSE.
4752
	  proc_mbox_full(): added.
4753
4754
2007-02-06
4755
4756
	* src/prefs_toolbar.[ch]
4757
	  src/icons/stock_notspam.png
4758
	  src/icons/Makefile.am
4759
	  src/stock_pixmap.[ch]
4760
	  src/mainwindow.[ch]: added 'Not junk' and 'Search' button to the
4761
	  main toolbar.
4762
4763
2007-02-05
4764
4765
	* src/compose.c: fixed '/View/Customize toolbar...' menu.
4766
4767
2007-02-02
4768
4769
	* src/compose.c
4770
	  src/main.c
4771
	  src/mainwindow.c: disable 'Send' button when no queued messages
4772
	  exist.
4773
4774
2007-02-02
4775
4776
	* src/prefs_toolbar.c
4777
	  src/prefs_summary_column.c
4778
	  src/prefs_display_items.c: disalbed reordering by DnD because of
4779
	  GtkCList bug. Added dummy row to the display list. Made separator
4780
	  label more visible.
4781
4782
2007-02-01
4783
4784
	* src/prefs_toolbar.c: fixed 'Get' icon.
4785
4786
2007-02-01
4787
4788
	* version 2.4.0beta2
4789
4790
2007-02-01
4791
4792
	* libsylph/prefs_common.c
4793
	  src/compose.[ch]
4794
	  src/prefs_toolbar.[ch]
4795
	  src/mainwindow.c
4796
	  src/prefs_display_items.h: refactored the toolbar structure.
4797
	  Added common and account prefs tool button to the compose window.
4798
4799
2007-02-01
4800
4801
	* src/mainwindow.c: main_window_set_menu_sensitive(): don't lock some
4802
	  items in Configuration menu.
4803
4804
2007-02-01
4805
4806
	* src/mainwindow.c: main_window_window_state_cb(): fixed a bug that
4807
	  the window was kept being skipped from window list after it became
4808
	  visible with window shading or switching workspaces.
4809
4810
2007-01-31
4811
4812
	* libsylph/enums.h
4813
	  src/compose.c
4814
	  src/prefs_toolbar.h
4815
	  src/mainwindow.c: added the option 'Text at the right of icon' for
4816
	  the toolbar.
4817
4818
2007-01-31
4819
4820
	* src/mainwindow.c
4821
	  src/prefs_account_dialog.c: made labels more descriptive.
4822
4823
2007-01-31
4824
4825
	* src/compose.c
4826
	  src/menu.c
4827
	  src/gtkutils.[ch]
4828
	  src/mainwindow.c: reimplemented the toolbar with new APIs.
4829
	  Overflow menu was added, and the size of button became not fully
4830
	  homogeneous.
4831
4832
2007-01-30
4833
4834
	* libsylph/mh.c: mh_scan_tree_recursive(): also scan symbolic links.
4835
	* libsylph/utils.c: remove_dir_recursive_real(): if rmdir() fails,
4836
	  try unlink() for symbolic links.
4837
4838
2007-01-30
4839
4840
	* src/mainwindow.[ch]
4841
	  src/prefs_toolbar.[ch]: added new toolbar items.
4842
4843
2007-01-30
4844
4845
	* src/mainwindow.c: main_window_set_toolbar_button_visibility():
4846
	  don't automatically hide Junk and Execute button.
4847
	* src/prefs_toolbar.h: PrefsToolbarItem: added stock_id.
4848
4849
2007-01-29
4850
4851
	* version 2.4.0beta1
4852
4853
2007-01-26
4854
4855
	* src/mainwindow.c
4856
	  src/compose.c: fixed a bug that the toolbar state was reset to
4857
	  GTK_TOOLBAR_BOTH after the customization of toolbar.
4858
4859
2007-01-26
4860
4861
	* src/prefs_toolbar.c
4862
	  src/mainwindow.c
4863
	  src/prefs_display_items.[ch]: set dialog title and label.
4864
	* src/prefs_summary_column.c: place window on the center of parent.
4865
4866
2007-01-26
4867
4868
	* src/compose.c
4869
	  src/prefs_toolbar.[ch]
4870
	  src/mainwindow.c
4871
	  src/prefs_display_items.[ch]: implemented the toolbar customization
4872
	  of the composition window.
4873
	* src/prefs_summary_column.c: prefs_summary_column_add(): add items
4874
	  before focused row.
4875
4876
2007-01-25
4877
4878
	* src/prefs_display_items.[ch]
4879
	  src/prefs_toolbar.[ch]
4880
	  src/mainwindow.c: implemented the toolbar customization dialog.
4881
4882
2007-01-24
4883
4884
	* libsylph/socket.c: fd_open_inet(): win32: inhibit the warning of
4885
	  setsockopt().
4886
4887
2007-01-22
4888
4889
	* libsylph/session.c: session_ping_cb(): prohibit blocking here.
4890
	  libsylph/socket.[ch]: added SockFlags as a member of SockInfo.
4891
	  fd_check_io(): select() sockets if SOCK_CHECK_IO flag is up even if
4892
	  in non-blocking mode (prevents WSAEWOULDBLOCK in Win32).
4893
4894
2007-01-19
4895
4896
	* libsylph/session.c
4897
	  libsylph/socket.c: win32: increased SO_SNDBUF and SO_RCVBUF
4898
	  (fixes low performance on sending data).
4899
4900
2007-01-19
4901
4902
	* src/send_message.c: send_message_smtp(): prevent incorporation
4903
	  while executing the event loop.
4904
4905
2007-01-18
4906
4907
	* libsylph/prefs_common.[ch]
4908
	  src/mainwindow.c: implemented the framework of toolbar
4909
	  customization.
4910
4911
2007-01-18
4912
4913
	* src/prefs_account_dialog.c: prefs_account_receive_create(): added
4914
	  the option "Filter new messages in INBOX on receiving".
4915
4916
2007-01-18
4917
4918
	* src/mainwindow.c: main_window_toolbar_create(): added separator
4919
	  between junk and next (or execute).
4920
4921
2007-01-18
4922
4923
	* src/textview.c: textview_clear(): made a workaround for the assertion
4924
	  failure in gtk_text_view_validate_onscreen().
4925
4926
2007-01-17
4927
4928
	* libsylph/filter.c: filter_apply_msginfo(): return immediately if
4929
	  procmsg_get_message_file() failed.
4930
	* libsylph/imap.c: imap_get_msg_list_full(): return NULL if
4931
	  uncached_only.
4932
4933
2007-01-17
4934
4935
	* libsylph/virtual.c: fixed virtual class structure.
4936
4937
2007-01-17
4938
4939
	* libsylph/mh.c
4940
	  libsylph/folder.[ch]
4941
	  libsylph/news.c
4942
	  libsylph/prefs_account.[ch]
4943
	  libsylph/imap.c
4944
	  src/inc.c: implemented the automatic filtering of IMAP4 INBOX
4945
	  folder.
4946
	  folder_item_get_uncached_msg_list(): new API.
4947
4948
2007-01-17
4949
4950
	* src/about.[ch]
4951
	  README
4952
	  README.ja
4953
	  COPYING: modified the copyright year.
4954
4955
2007-01-17
4956
4957
	* libsylph/codeconv.c: conv_encode_header(): force output of UTF-8
4958
	  if code conversion failed.
4959
4960
2007-01-16
4961
4962
	* libsylph/procmsg.c: procmsg_open_data_file(): fixed a bug that the
4963
	  version of a data file was not checked when the file couldn't be
4964
	  opened with EACCES and reopened.
4965
4966
2007-01-15
4967
4968
	* libsylph/utils.c: get_rc_dir(): win32: use SHGetFolderPath() instead
4969
	  of using environmental variable APPDATA. 
4970
4971
2007-01-15
4972
4973
	* libsylph/utils.c: get_domain_name(): win32: return correct domain
4974
	  name (if possible).
4975
4976
2007-01-12
4977
4978
	* src/account_dialog.c: account_edit_create(): place edit account
4979
	  window at the center of parent window.
4980
4981
2007-01-12
4982
4983
	* libsylph/utils.c
4984
	  libsylph/codeconv.c: conv_encode_header(): handle quote correctly
4985
	  (fixes stray quote character appearing after encoding mail headers).
4986
4987
2007-01-11
4988
4989
	* libsylph/procmime.c: procmime_parse_mime_parameter(): allow spaces
4990
	  around equals between name and value of MIME parameters.
4991
4992
2007-01-11
4993
4994
	* libsylph/prefs_common.[ch]
4995
	  src/trayicon.c
4996
	  src/prefs_common_dialog.c: added the option to toggle window on
4997
	  trayicon click.
4998
4999
2007-01-11
5000
5001
	* libsylph/ssl.c: find_certs_file(): also look for "ca-root.crt".
5002
5003
2006-12-28
5004
5005
	* libsylph/mbox.c: proc_mbox(): filter junk mails when
5006
	  filter_junk_on_recv is enabled.
5007
5008
2006-12-28
5009
5010
	* configure.in: check additional libraries (resolv, socket, nsl)
5011
	  (fixes compilation failure in some OSes).
5012
5013
2006-12-28
5014
5015
	* libsylph/imap.c: imap_cmd_fetch(): read until last response on
5016
	  error (fixes out of sync response).
5017
5018
2006-12-28
5019
5020
	* src/compose.c: compose_create(): win32: don't set geometry hint
5021
	  (fixes compose window cannot be maximized).
5022
5023
2006-12-28
5024
5025
	* src/compose.c: compose_exec_ext_editor(): display verbose error
5026
	  message. Fixed a memory leak.
5027
5028
2006-12-25
5029
5030
	* libsylph/utils.c: change_file_mode_rw(): win32: use widechar API.
5031
5032
2006-12-25
5033
5034
	* libsylph/utils.c: change_file_mode_rw(): win32: use
5035
	  SetFileAttributes() to change file attributes.
5036
	* libsylph/procmsg.c:
5037
	  procmsg_write_mark_file(): check if procmsg_open_mark_file() really
5038
	  succeeds (fixes crash when .sylpheed_mark is not writable).
5039
	  procmsg_open_data_file(): remove read-only/hidden attributes
5040
	  when data file is unable to open with EACCES.
5041
5042
2006-12-25
5043
5044
	* libsylph/socket.c: added #include "utils.h" (fixes compilation
5045
	  failure with GLib 2.4).
5046
5047
2006-12-22
5048
5049
	* version 2.3.0
5050
5051
2006-12-22
5052
5053
	* manual/ja/sylpheed.sgml
5054
	  manual/ja/sylpheed*.html
5055
	  manual/ja/Makefile.am: added security feature section.
5056
5057
2006-12-20
5058
5059
	* manual/ja/sylpheed.sgml
5060
	  manual/ja/sylpheed*.html
5061
	  manual/ja/Makefile.am: updated for 2.3.0.
5062
5063
2006-12-19
5064
5065
	* version 2.3.0rc
5066
5067
2006-12-19
5068
5069
	* src/mainwindow.c: main_window_popup(): follow the current visibility
5070
	  state in separate window mode (fixes blank message view is always
5071
	  appears on window popup).
5072
5073
2006-12-18
5074
5075
	* libsylph/ssl.c: ssl_init(): call SSL_CTX_load_verify_locations()
5076
	  also when only certs_file exists.
5077
5078
2006-12-18
5079
5080
	* libsylph/ssl.c: ssl_init(): look for CA certificates bundle file
5081
	  in multiple location.
5082
	  ssl_init_socket_with_method(): disabled reject list (for now).
5083
5084
2006-12-14
5085
5086
	* src/version.h.in: modified PROG_VERSION string.
5087
5088
2006-12-14
5089
5090
	* version 2.3.0beta7
5091
5092
2006-12-14
5093
5094
	* libsylph/ssl.c: x509_cmp_func(): use X509_cmp().
5095
5096
2006-12-14
5097
5098
	* src/compose.c
5099
	  src/prefs_template.c
5100
	  src/template.[ch]: added Bcc: and Reply-To: to the template.
5101
5102
2006-12-13
5103
5104
	* src/printing.c: adjusted the margin for page number.
5105
5106
2006-12-13
5107
5108
	* src/printing.[ch]
5109
	  src/messageview.c
5110
	  src/mainwindow.c: implemented page setup.
5111
5112
2006-12-13
5113
5114
	* src/sslmanager.c: ssl_manager_verify_cert(): follow comply_gnome_hig
5115
	  setting.
5116
5117
2006-12-13
5118
5119
	* libsylph/socket.c: Unix: reload /etc/resolv.conf if it has been
5120
	  modified.
5121
5122
2006-12-13
5123
5124
	* libsylph/ssl.c: ssl_init(): read /etc/ssl/certs if exist.
5125
	* src/main.c: call sock_init() and ssl_init() after parse_cmd_opt()
5126
	  for debug option.
5127
5128
2006-12-13
5129
5130
	* src/compose.c: compose_reedit(): place cursor at the top of the
5131
	  text. Set the default focus to To or Subject entry if they're empty.
5132
5133
2006-12-12
5134
5135
	* libsylph/ssl.[ch]
5136
	  src/sslmanager.[ch]
5137
	  src/main.c: implemented SSL certificate dialog.
5138
5139
2006-12-12
5140
5141
	* src/printing.c: draw_page(): fixed crash on the request of a page
5142
	  which is out of range.
5143
5144
2006-12-12
5145
5146
	* src/printing.c: reimplemented multiple page printing.
5147
	  Implemented printing of MIME part using GtkPrintOperation.
5148
5149
2006-12-11
5150
5151
	* src/prefs_common_dialog.c
5152
	  src/prefs_account_dialog.c: don't make GtkTextView auto-expanded.
5153
5154
2006-12-11
5155
5156
	* src/prefs_account_dialog.c: implemented auto-input of signature.
5157
5158
2006-12-08
5159
5160
	* libsylph/prefs_account.[ch]
5161
	  src/prefs_account_dialog.c
5162
	  src/compose.c: added the option to input signature directly.
5163
5164
2006-12-08
5165
5166
	* src/printing.c: use the display font size.
5167
5168
2006-12-07
5169
5170
	* src/prefs_account_dialog.c: prefs_account_receive_create(): modified
5171
	  the description.
5172
5173
2006-12-07
5174
5175
	* version 2.3.0beta6
5176
5177
2006-12-07
5178
5179
	* src/messageview.c
5180
	  src/textview.c: give the priority to the separated message view's
5181
	  encoding setting on display and on reply.
5182
5183
2006-12-06
5184
5185
	* src/printing.c: layout_set_headers(): fixed a memory leak.
5186
	  message_count_page(): adjusted the line number of first page.
5187
5188
2006-12-06
5189
5190
	* src/printing.c: added page number.
5191
5192
2006-12-06
5193
5194
	* src/printing.c: more proper implementetion.
5195
5196
2006-12-05
5197
5198
	* src/summaryview.c:
5199
	  summary_filter_func()
5200
	  summary_filter_junk_func(): flush UI for each 100 messages.
5201
5202
2006-12-05
5203
5204
	* src/send_message.c: send_send_data_progressive(): win32: force
5205
	  flushing of UI (fixes the dialog not updated while sending large
5206
	  messages).
5207
5208
2006-12-04
5209
5210
	* src/printing.c: implemented printing of multiple pages.
5211
5212
2006-12-04
5213
5214
	* src/printing.c: implemented page counting.
5215
5216
2006-12-04
5217
5218
	* src/printing.c: printing_print_message_part(): show confirmation
5219
	  dialog.
5220
5221
2006-12-04
5222
5223
	* libsylph/imap.c: imap_get_uncached_messages(): fixed a warning
5224
	  (thanks to Sebastian Kargel).
5225
5226
2006-11-30
5227
5228
	* libsylph/procmsg.c
5229
	  src/printing.[ch]
5230
	  src/messageview.c
5231
	  src/mimeview.[ch]
5232
	  src/summaryview.c: implemented printing of MIME part. Code cleanups.
5233
5234
2006-11-29
5235
5236
	* libsylph/prefs_common.[ch]
5237
	  src/summaryview.c
5238
	  src/prefs_common_dialog.c: added an option "Use external program for
5239
	  printing". It is ignored on GTK+ < 2.10, though.
5240
5241
2006-11-29
5242
5243
	* libsylph/prefs_common.[ch]
5244
	  src/compose.c
5245
	  src/prefs_common_dialog.c: added an option "Inherit recipients on
5246
	  reply to self messages".
5247
5248
2006-11-24
5249
5250
	* src/mainwindow.c: account_selector_menu_cb(): only change current
5251
	  account display (fixes message view get scrolled to the top on
5252
	  account change).
5253
5254
2006-11-22
5255
5256
	* src/gtkutils.c: gtkut_window_popup(): win32: ensure that the window
5257
	  is displayed at the top (fixes window not brought in front with
5258
	  the tray icon click after DnD).
5259
5260
2006-11-22
5261
5262
	* src/printing.[ch]
5263
	  src/summaryview.c: initial implementation of new printing using
5264
	  GtkPrintOperation.
5265
5266
2006-11-21
5267
5268
	* src/summaryview.c
5269
	  src/folderview.c
5270
	  src/mainwindow.c: disable new mail notification when any message
5271
	  is displayed, marked as read, or trashes are emptied.
5272
5273
2006-11-21
5274
5275
	* merged from LibSylph branch.
5276
	* libsylph/utils.c: my_tmpfile(): guard against unset progname.
5277
	* libsylph/session.c: check whether notify callback is set.
5278
	* libsylph/smtp.h
5279
	  libsylph/session.h
5280
	  libsylph/socket.h: fixed the offset of struct members independent
5281
	  from configuration.
5282
5283
2006-11-20
5284
5285
	* libsylph/folder.[ch]: added folder_scan_tree() and
5286
	  folder_create_tree().
5287
5288
2006-11-20
5289
5290
	* merged from LibSylph branch.
5291
	* libsylph/prefs_common.[ch]: added prefs_common_get().
5292
	* libsylph/filter.h: modified the prototype of filter_cond_new().
5293
	* libsylph/account.[ch]: added account_get_current_account().
5294
	* libsylph/mbox.c: use account_get_current_account().
5295
	* libsylph/procmime.[ch]: removed unused procmime_mimeinfo_replace().
5296
5297
2006-11-16
5298
5299
	* src/mainwindow.c: main_window_create(): modified the height of
5300
	  the statusbar.
5301
5302
2006-11-16
5303
5304
	* src/summaryview.c: periodically update UI on manual filtering.
5305
5306
2006-11-15
5307
5308
	* src/jpilot.c: applied the patch for libpisock12 support (fixes
5309
	  AddressDB.pdb import failure). Thanks to Colin and Corey.
5310
5311
2006-11-14
5312
5313
	* libsylph/utils.[ch]: added get_document_dir() which returns the
5314
	  document directory (in Win32, it is 'My Documents'. In Unix, it is
5315
	  home directory).
5316
	* src/filesel.c: filesel_select_file_full(): made the default directory
5317
	  document folder.
5318
5319
2006-11-14
5320
5321
	* src/addressadd.c: removed statusbar.
5322
5323
2006-11-13
5324
5325
	* src/headerview.[ch]: added Cc: header.
5326
5327
2006-11-13
5328
5329
	* src/addressadd.c: made the window position at the center of parent
5330
	  window. Also modified the layout.
5331
5332
2006-11-10
5333
5334
	* version 2.3.0beta5
5335
5336
2006-11-10
5337
5338
	* src/trayicon.[ch]: implemented trayicon_set_notify() with
5339
	  eggtrayicon. Don't compile eggtrayicon with GTK+ >= 2.10.0.
5340
	  Some code cleanups.
5341
5342
2006-11-09
5343
5344
	* src/inc.c
5345
	  src/summaryview.c: only disable new mail notification when a new
5346
	  mail is actually read.
5347
	* src/trayicon.c: removed redundant include.
5348
5349
2006-11-08
5350
5351
	* src/trayicon.c
5352
	  src/icons/stock_sylpheed_newmail.png
5353
	  src/icons/stock_sylpheed_newmail_16.png
5354
	  src/icons/Makefile.am
5355
	  src/stock_pixmap.[ch]: added icons for notifying the arrival of new
5356
	  mail.
5357
5358
2006-11-06
5359
5360
	* src/undo.c: fixed a bug that text was not redrawn on the undo of
5361
	  large text.
5362
5363
2006-11-06
5364
5365
	* libsylph/procmsg.c: procmsg_print_message(): fixed a crash when
5366
	  printing a message with empty Subject, From, and To (thanks to
5367
	  Jonathan Woithe).
5368
	* libsylph/codeconv.c:
5369
	  conv_convert()
5370
	  conv_codeset_strdup_full()
5371
	  conv_iconv_strdup_with_cd(): return NULL if input string is NULL
5372
	  (fixes crashes with NULL strings).
5373
5374
2006-11-02
5375
5376
	* libsylph/folder.[ch]
5377
	  libsylph/prefs_common.[ch]
5378
	  src/summaryview.c
5379
	  src/prefs_common_dialog.c: added the option "Remember last selected
5380
	  message".
5381
5382
2006-11-01
5383
5384
	* libsylph/prefs_common.[ch]
5385
	  src/main.c
5386
	  src/prefs_common_dialog.c: added the option "Open inbox on startup".
5387
5388
2006-10-31
5389
5390
	* src/prefs_account_dialog.c: prefs_account_protocol_activated():
5391
	  disable POP before SMTP option with non-POP3 account.
5392
5393
2006-10-30
5394
5395
	* version 2.3.0beta4
5396
5397
2006-10-30
5398
5399
	* libsylph/pop.[ch]
5400
	  src/inc.[ch]
5401
	  src/send_message.c
5402
	  src/prefs_account_dialog.c: implemented POP before SMTP (thanks to
5403
	  Nakamoto).
5404
5405
2006-10-20
5406
5407
	* src/trayicon.c: trayicon_set_notify(): unset blinking correctly.
5408
5409
2006-10-19
5410
5411
	* libsylph/codeconv.c: conv_get_code_conv_func(): added JIS-SJIS and
5412
	  UTF-8 to SJIS conversion (fixes character corruption on printing
5413
	  when environment-dependent characters are used in win32).
5414
5415
2006-10-19
5416
5417
	* src/summaryview.c: summary_unset_sort_column_id(): fixed crash when
5418
	  using GTK+ 2.4.x.
5419
5420
2006-10-19
5421
5422
	* sylpheed-mailto-protocol.reg: added values for start menu (thanks
5423
	  to Fukasawa).
5424
5425
2006-10-16
5426
5427
	* version 2.3.0beta3
5428
5429
2006-10-16
5430
5431
	* src/icons/group.xpm: removed the extra spaces.
5432
5433
2006-10-13
5434
5435
	* libsylph/socket.c: win32: properly handle WSAEWOULDBLOCK.
5436
	  is_nonblocking_mode(): implemented by saving SockInfo list.
5437
	* libsylph/session.c: win32: session_ping_cb(): only dispatch if no
5438
	  event occurs for more than one second.
5439
	  Don't use sock_has_read_data() anymore.
5440
5441
2006-10-12
5442
5443
	* src/messageview.c: removed the border.
5444
	* src/mainwindow.c: decreased the size of statusbar.
5445
5446
2006-10-12
5447
5448
	* src/main.c
5449
	  src/stock_pixmap.[ch]
5450
	  src/icons/stock_sylpheed_32.png
5451
	  src/icons/Makefile.am: added 32x32 icon for win32 application icon.
5452
5453
2006-10-10
5454
5455
	* src/gtkutils.c: gtkut_tree_view_fast_clear(): enable fast clear
5456
	  if GTK+ >= 2.10.0.
5457
5458
2006-10-10
5459
5460
	* src/headerview.c: headerview_init()
5461
	  src/alertpanel.c: alertpanel_create(): win32: modified the style of
5462
	  labels which are set not to have focus to make the selection visible.
5463
5464
2006-10-10
5465
5466
	* src/foldersel.c: foldersel_create(): removed vertical padding.
5467
5468
2006-10-10
5469
5470
	* src/icons/dir-*.xpm: removed extra spaces.
5471
5472
2006-10-10
5473
5474
	* src/main.c: win32: use small icon for application icon (fixes icon
5475
	  image got garbled).
5476
5477
2006-10-06
5478
5479
	* src/action.c: execute_actions(): don't move cursor on insertion
5480
	  mode (fixed a bug that inserted text was always placed at the top).
5481
5482
2006-10-05
5483
5484
	* src/gtkutils.c: gtkut_window_popup(): unset skip_taskbar_hint (fixes
5485
	  main window kept hidden on popup with another process).
5486
	* src/trayicon.c: use main_window_popup().
5487
5488
2006-10-04
5489
5490
	* version 2.3.0beta2
5491
5492
2006-10-04
5493
5494
	* libsylph/session.c
5495
	  libsylph/socket.[ch]: win32: implemented sock_set_nonblocking_mode().
5496
5497
2006-10-04
5498
5499
	* src/inc.c: inc_drop_message(): exclude junk mails from the number of
5500
	  new messages.
5501
5502
2006-10-03
5503
5504
	* libsylph/socket.c: win32: fd_read(), fd_write(): if recv() or send()
5505
	  fail with WSAEWOULDBLOCK, set errno to EAGAIN.
5506
5507
2006-10-03
5508
5509
	* src/inc.[ch]: exclude messages marked as read when counting new
5510
	  messages.
5511
	* libsylph/pop.[ch]: count messages skipped by size limit.
5512
5513
2006-10-02
5514
5515
	* src/mainwindow.c: main_window_get_position(): don't update position
5516
	  when window is hidden.
5517
5518
2006-09-28
5519
5520
	* version 2.3.0beta1
5521
5522
2006-09-28
5523
5524
	* libsylph/ssl.c: ssl_init_socket_with_method(): retry SSL_connect()
5525
	  if it fails with SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE.
5526
5527
2006-09-28
5528
5529
	* src/trayicon.[ch]: trayicon_hide(): added.
5530
	* src/mainwindow.c: call trayicon_hide() instead of trayicon_destroy().
5531
	* src/main.c: app_will_exit(): call trayicon_destroy().
5532
5533
2006-09-28
5534
5535
	* src/trayicon.c: use 16x16 icon for Windows system tray.
5536
	* src/icons/stock_sylpheed_16.png
5537
	  src/icons/Makefile.am
5538
	  src/stock_pixmap.[ch]: added 16x16 Sylpheed icon.
5539
5540
2006-09-28
5541
5542
	* src/trayicon.c: some code cleanups.
5543
5544
2006-09-27
5545
5546
	* src/summaryview.c: adjusted the width of icon columns for win32.
5547
5548
2006-09-27
5549
5550
	* src/trayicon.[ch]: trayicon_set_notify(): added. It blinks the tray
5551
	  icon for 5 seconds.
5552
	* src/inc.c: blink the tray icon when new mails arrive.
5553
5554
2006-09-26
5555
5556
	* libsylph/prefs_common.[ch]
5557
	  src/trayicon.[ch]
5558
	  src/prefs_common_dialog.c
5559
	  src/mainwindow.c: implemented tray icon in Win32 using GtkStatusIcon.
5560
	  Just present window with left click of the tray icon.
5561
	  Removed 'About' menu.
5562
	  Added 'Display Sylpheed' menu.
5563
	  Added 'Minimize to tray icon' option.
5564
5565
2006-09-26
5566
5567
	* libsylph/session.[ch]: win32: made workaround for state machine
5568
	  freeze problem in GLib >= 2.8.x.
5569
	  session_read_data_as_file_cb(): reset Session::read_buf_len to
5570
	  prevent the unexpected call of idle functions.
5571
5572
2006-09-22
5573
5574
	* version 2.2.9
5575
5576
2006-09-22
5577
5578
	* libsylph/defs.h: updated HOMEPAGE_URI.
5579
	  src/gtkshruler.c: updated URI.
5580
5581
2006-09-22
5582
5583
	* src/summaryview.c: fixed crash when summary was sorted by logical
5584
	  columns.
5585
5586
2006-09-21
5587
5588
	* version 2.2.8
5589
5590
2006-09-21
5591
5592
	* src/summaryview.c: summary_set_tree_model_from_list(): set the tree
5593
	  view even if mlist is empty to update sort indicator.
5594
5595
2006-09-20
5596
5597
	* src/compose.c: compose_destroy()
5598
	  src/textview/c: textview_destroy(): remove selection clipboard
5599
	  before destruction (fixes crash with GTK+ 2.10 when closing window
5600
	  while selection is active).
5601
5602
2006-09-19
5603
5604
	* libsylph/utils.[ch]
5605
	  src/compose.c: compose_write_to_file(): chomp all trailing spaces
5606
	  when signing with PGP/MIME instead of using quoted-printable for
5607
	  compatibility with other MUAs.
5608
5609
2006-09-19
5610
5611
	* src/compose.c: compose_write_to_file(): check Bcc recipients before
5612
	  encryption.
5613
5614
2006-09-14
5615
5616
	* libsylph/pop.c: pop3_write_uidl_list(): use PrefFile to protect
5617
	  uidl file on disk full.
5618
5619
2006-09-14
5620
5621
	* src/textview.c: textview_write_error(): new.
5622
	  Made error messages display with red color. Show error when writing
5623
	  body failed.
5624
5625
2006-09-14
5626
5627
	* src/inc.c: inc_pop3_session_do(): update dialog when starting
5628
	  session (fixes incorrect state display in Win32).
5629
5630
2006-09-14
5631
5632
	* src/summaryview.c: workaround for broken
5633
	  gtk_tree_view_column_set_sort_column_id() in GTK+ 2.10.x was made.
5634
	  Don't show sort indicator on icon columns.
5635
	  Simplified compose mode.
5636
5637
2006-09-13
5638
5639
	* libsylph/utils.c
5640
	  libsylph/procmime.c: fflush() stream before rewind() to ensure
5641
	  error checking.
5642
	  procmime_get_part_fp(): check the return value of
5643
	  procmime_decode_content().
5644
	* libsylph/procmsg.c: procmsg_open_data_file(): avoid uninitialized
5645
	  value.
5646
5647
2006-09-13
5648
5649
	* libsylph/procmsg.c: procmsg_read_cache(): fixed crash when reading
5650
	  a corrupted cache data.
5651
	* libsylph/session.c: session_read_data_as_file_cb(): fflush buffer
5652
	  and check error before rewind().
5653
5654
2006-09-13
5655
5656
	* libsylph/procmime.c: procmime_decode_content(): fflush temporary
5657
	  file and check errors.
5658
5659
2006-09-12
5660
5661
	* src/importldif.c: change cancel button to close when import
5662
	  finished.
5663
	* src/ldif.c: ldif_get_line(): refactored.
5664
	  ldif_read_file(): fixed a memory leak.
5665
5666
2006-09-12
5667
5668
	* libsylph/codeconv.c
5669
	  src/compose.c: made workaround for UTF-8 with BOM.
5670
5671
2006-09-12
5672
5673
	* src/ldif.[ch]: supported base64 encoded entries.
5674
	  Supported "mozillaNickname" entry.
5675
	  Use cn for display name if exists.
5676
	  Reverse first and last name on Japanese locale.
5677
5678
2006-09-06
5679
5680
	* src/messageview.c
5681
	  src/summaryview.c
5682
	  src/mainwindow.c: unify menu strings "View/Message source" and
5683
	  "View/All headers".
5684
5685
2006-09-06
5686
5687
	* libsylph/procmsg.h: MsgInfo
5688
	  src/compose.h: AttachInfo: don't use off_t because its size may
5689
	  change between compile time.
5690
5691
2006-09-06
5692
5693
	* libsylph/socket.c: retry waitpid() when it is interrupted
5694
	  (thanks to Stefaan).
5695
5696
2006-09-06
5697
5698
	* src/action.c: free_children(): wait for processes when they still
5699
	  exist.
5700
	  Kill/wait child pid instead of pgid (thanks to Stefaan A Eeckels).
5701
5702
2006-09-06
5703
5704
	* src/eggtrayicon.[ch]: updated eggtrayicon source, and added icon
5705
	  transparency (thanks to Fryderyk Dziarmagowski).
5706
5707
2006-09-04
5708
5709
	* src/action.c: execute_actions(): fixed wrong insertion point at
5710
	  TextView.
5711
5712
2006-08-23
5713
5714
	* libsylph/imap.[ch]
5715
	  src/prefs_account_dialog.c: supported PLAIN authentication on IMAP4
5716
	  (thanks to IKEDA Soji).
5717
5718
2006-08-23
5719
5720
	* libsylph/procmsg.[ch]
5721
	  libsylph/procmime.[ch]
5722
	  src/textview.c
5723
	  src/mimeview.c
5724
	  src/rfc2015.c: added signature information to MsgInfo. Removed unused
5725
	  member from MimeInfo.
5726
5727
2006-08-17
5728
5729
	* src/textview.c
5730
	  src/rfc2015.c: supported verification of encrypted and signed
5731
	  messages with combined method.
5732
	  Show full signature information on the text view.
5733
5734
2006-08-16
5735
5736
	* src/sourcewindow.c: fixed scrolling problem on first click.
5737
5738
2006-08-15
5739
5740
	* libsylph/prefs_common.[ch]
5741
	  src/summaryview.c: don't move to trash on manual junk filtering when
5742
	  'Delete junk mails from server on receiving' is set.
5743
5744
2006-08-10
5745
5746
	* src/prefs_ui.[ch]
5747
	  src/prefs_common_dialog.c: link the state of 'Open first unread
5748
	  message when entering a folder' with 'Always open messages in
5749
	  summary when selected'.
5750
5751
2006-08-09
5752
5753
	* src/compose.c: compose_set_ext_editor_sensitive(): also set the
5754
	  sensitivity of '/File/Append signature'.
5755
5756
2006-08-09
5757
5758
	* libsylph/codeconv.[ch]: conv_check_file_encoding(): check the
5759
	  encoding of text file to see if it is locale encoding or UTF-8.
5760
	* src/compose.c: compose_insert_file(): check whole file to see if it
5761
	  is UTF-8.
5762
5763
2006-08-07
5764
5765
	* configure.in: use onig-config.
5766
5767
2006-08-07
5768
5769
	* src/folderview.c: added separator before 'Mark all read'.
5770
5771
2006-08-04
5772
5773
	* src/sylpheed.rc.in
5774
	  configure.in: added version information.
5775
5776
2006-08-04
5777
5778
	* src/sylpheed.rc.in
5779
	  src/Makefile.am
5780
	  configure.in: generate sylpheed.rc from sylpheed.rc.in.
5781
5782
2006-08-03
5783
5784
	* configure.in: fixed a bug that $LIBS was not properly restored
5785
	  when OpenSSL test failed (thanks to IWAMOTO Kouichi).
5786
5787
2006-08-03
5788
5789
	* libsylph/filter.c
5790
	  src/about.c
5791
	  src/prefs_filter_edit.c
5792
	  configure.in: Oniguruma can be used instead of system's regex API
5793
	  (thanks to IWAMOTO Kouichi).
5794
5795
2006-08-02
5796
5797
	* src/sumaryview.c:
5798
	  summary_filter_func()
5799
	  summary_filter_junk_func(): fixed a bug that flag changes were not
5800
	  saved with manual filtering.
5801
5802
2006-07-31
5803
5804
	* version 2.2.7
5805
5806
2006-07-31
5807
5808
	* src/folderview.c: folderview_menu_popup(): enable some menu items
5809
	  on receiving.
5810
	* libsylph/procmsg_empty_trash(): check whether the folder is really
5811
	  trash.
5812
5813
2006-07-28
5814
5815
	* src/rfc2015.c: sig_status_for_key(): check the error of
5816
	  gpgme_get_key() (fixes crashes on checking signature).
5817
5818
2006-07-28
5819
5820
	* src/compose.c
5821
	  src/messageview.c
5822
	  src/prefs_common_dialog.c
5823
	  src/mainwindow.c: added Windows-1257 encoding for Baltic.
5824
5825
2006-07-27
5826
5827
	* libsylph/md5_hmac.c: md5_hex_hmac(): fixed a memory leak.
5828
5829
2006-07-26
5830
5831
	* src/compose.c: compose_reply_set_entry(): use original address
5832
	  strings instead of stripped ones. Fixed a bug that To: address
5833
	  was duplicated in Cc: on reply-to-all.
5834
5835
2006-07-25
5836
5837
	* libsylph/prefs_common.[ch]
5838
	  src/inc.c
5839
	  src/prefs_common_dialog.c: added an option to filter junk mails
5840
	  before normal filtering.
5841
5842
2006-07-24
5843
5844
	* src/summaryview.c: added 'Set as (not) junk mail' to the context
5845
	  menu.
5846
5847
2006-07-21
5848
5849
	* src/summaryview.c: summary_filter_real(): fixed a bug that manual
5850
	  junk filtering didn't work when no filter rule exist.
5851
5852
2006-06-27
5853
5854
	* po/tr.po: fixed a typo which caused crash.
5855
5856
2006-06-26
5857
5858
	* src/gtkutils.[ch]: gtkut_tree_view_fast_clear(): new.
5859
	* src/summaryview.c: made workarounds for the crash in GTK+ 2.8.x.
5860
5861
2006-06-25
5862
5863
	* libsylph/mh.c: mh_scan_tree_recursive(): win32: improved its
5864
	  performance.
5865
	  Don't scan virtual folders.
5866
5867
2006-06-25
5868
5869
	* src/summaryview.c: summary_execute_move(), summary_execute_copy():
5870
	  removed redundant folder scan.
5871
	* libsylph/mh.c: mh_scan_folder_full(): win32: supported non-unicode
5872
	  platforms (not tested).
5873
5874
2006-06-23
5875
5876
	* libsylph/mh.c: mh_scan_folder_full(): win32: optimized scanning of
5877
	  directory using FindFirstFile() / FindNextFile().
5878
5879
2006-06-16
5880
5881
	* src/folderview.c: folderview_menu_popup(): enable "Mark all read"
5882
	  only when selected folder is opened in the case of IMAP4.
5883
5884
2006-06-16
5885
5886
	* libsylph/procmsg.[ch]
5887
	  src/folderview.c: added "Mark all read" to the folder context menu.
5888
5889
2006-06-09
5890
5891
	* version 2.2.6
5892
5893
2006-06-08
5894
5895
	* src/textview.c: textview_write_link(): remove spaces from href
5896
	  (fixes execution failure with ShellExecute() on Win32 and URI check).
5897
5898
2006-06-04
5899
5900
	* src/send_message.c: send_message_smtp(): added missing timeout
5901
	  handling (thanks to Colin).
5902
5903
2006-06-01
5904
5905
	* libsylph/imap.c: support 8-bit literal (literal8) defined in RFC
5906
	  3516.
5907
5908
2006-05-29
5909
5910
	* version 2.2.5
5911
5912
2006-05-26
5913
5914
	* libsylph/pop.c: pop3_lookup_next(): increment
5915
	  Pop3Session::cur_total_bytes too when deleting expired messages.
5916
5917
2006-05-26
5918
5919
	* src/foldersel.c: fixed a bug that bold face was disabled with
5920
	  GLib 2.10 and Pango 1.12.
5921
5922
2006-05-17
5923
5924
	* src/main.c: fixed execution failure when using accessibility module.
5925
	* libsylph/codeconv.c: conv_sjistojis(): fixed character corruption
5926
	  and buffer overflow when using half-width kana.
5927
5928
2006-05-09
5929
5930
	* src/summaryview.c: don't decrease new/unread count if zero.
5931
5932
2006-03-29
5933
5934
	* version 2.2.4
5935
5936
2006-03-27
5937
5938
	* src/prefs_common_dialog.c: made "RFC 2231" not translatable.
5939
5940
2006-03-27
5941
5942
	* libsylph/utils.[ch]: subst_control(): new.
5943
	* libsylph/procheader.c: procheader_parse_stream(): remove control
5944
	  characters from headers.
5945
	* src/folderview.c
5946
	  src/summaryview.c: fixed a bug that bold face was disabled with
5947
	  GLib 2.10 and Pango 1.12.
5948
5949
2006-03-24
5950
5951
	* src/summaryview.[ch]: added the clear button for quick search entry.
5952
5953
2006-03-24
5954
5955
	* src/prefs_common_dialog.c: prefs_keybind_apply_clicked(): fixed
5956
	  "/View/Show all headers" menu string (thanks to Kyosuke Takayama).
5957
5958
2006-03-17
5959
5960
	* src/prefs_ui.[ch]
5961
	  src/prefs_common_dialog.[ch]: added the option for MIME filename
5962
	  encoding method.
5963
5964
2006-03-17
5965
5966
	* libsylph/utils.[ch]
5967
	  libsylph/prefs_common.[ch]
5968
	  libsylph/procmime.c
5969
	  libsylph/codeconv.[ch]
5970
	  src/compose.c: implemented RFC 2231 filename encoding on send.
5971
5972
2006-03-16
5973
5974
	* libsylph/procmime.c: implemented RFC 2231 parameter value extension.
5975
5976
2006-03-14
5977
5978
	* libsylph/mh.c: mh_scan_tree_recursive(): allow Unix path separator
5979
	  when comparing path on Win32 (fixes duplicated subfolders when
5980
	  rebuilding folder tree on Win32 while settings were shared between
5981
	  Win32 and Unix).
5982
5983
2006-03-14
5984
5985
	* version 2.2.3
5986
5987
2006-03-10
5988
5989
	* src/icons/sylpheed.ico: made background transparent.
5990
5991
2006-03-10
5992
5993
	* src/query_search.c: enabled sorting of the result.
5994
5995
2006-03-10
5996
5997
	* src/editbook.c
5998
	  src/editgroup.c
5999
	  src/importldif.c
6000
	  src/editjpilot.c
6001
	  src/editaddress.c
6002
	  src/addressadd.c
6003
	  src/editldap_basedn.c
6004
	  src/editvcard.c
6005
	  src/editldap.c: modified the spacing of statusbar.
6006
6007
2006-03-10
6008
6009
	* src/addressbook.c: modified the accelerators, and the layout.
6010
6011
2006-03-10
6012
6013
	* libsylph/procmsg.[ch]
6014
	  src/messageview.c
6015
	  src/summaryview.c: printing messages now follows 'Show all headers'
6016
	  status.
6017
6018
2006-03-09
6019
6020
	* libsylph/procmime.c: procmime_execute_open_file(): parse ~/.mailcap
6021
	  if ~/.sylpheed-2.0/mailcap not found.
6022
6023
2006-03-09
6024
6025
	* libsylph/utils.[ch]
6026
	  libsylph/prefs_common.[ch]
6027
	  src/mimeview.c: added a hidden option "mime_command" for backward
6028
	  compatibility.
6029
	* libsylph/procmime.c
6030
	  libsylph/procmsg.c
6031
	  src/compose.c
6032
	  src/inc.c
6033
	  src/messageview.c
6034
	  src/summaryview.c: use str_find_format_times().
6035
6036
2006-03-08
6037
6038
	* libsylph/procmime.c: read mailcap file other than standard location.
6039
6040
2006-03-08
6041
6042
	* libsylph/procmime.[ch]
6043
	  src/mimeview.c: removed metamail support and replaced it with
6044
	  the alternative implementation.
6045
	* libsylph/prefs_common.c: leave "mime_image_viewer" and
6046
	  "mime_audio_player" options for compatibility, but made them empty
6047
	  by default.
6048
6049
2006-03-07
6050
6051
	* src/compose.c: compose_get_signature_str(): allow relative signature
6052
	  path.
6053
6054
2006-03-06
6055
6056
	* src/textview.c: textview_uri_security_check(): ignore trailing path
6057
	  separator when comparing URI.
6058
6059
2006-03-06
6060
6061
	* src/compose.[ch]
6062
	  src/addressbook.c: always enable To, Cc, and Bcc button. Create new
6063
	  compose window if not exist.
6064
6065
2006-03-06
6066
6067
	* libsylph/prefs_common.[ch]
6068
	  src/addressbook.c: preserve the window position of address book.
6069
	  Moved the position of Help menu.
6070
6071
2006-03-06
6072
6073
	* src/compose.c: compose_select_account(): enabled View/Cc menu on
6074
	  mail accounts.
6075
6076
2006-03-03
6077
6078
	* version 2.2.2
6079
6080
2006-03-02
6081
6082
	* src/message_search.c: fixed crash after a message window was closed
6083
	  while the search dialog was still open.
6084
6085
2006-03-02
6086
6087
	* libsylph/imap.c: imap_rename_folder_real(): fixed crash when tried
6088
	  to move folders right under the root folder.
6089
6090
2006-03-01
6091
6092
	* src/alertpanel.c: place dialog center if it is out of range (fixes
6093
	  main window becomes not responsive when alert dialog is shown while
6094
	  it is minimized on win32).
6095
6096
2006-03-01
6097
6098
	* src/main.c: win32: do console initialization only once.
6099
6100
2006-02-28
6101
6102
	* src/main.c: win32: output debug and help messages to newly created
6103
	  console.
6104
6105
2006-02-27
6106
6107
	* libsylph/utils.c: execute_async(), execute_sync(): win32: fixed
6108
	  encoding problem (GSpawn in GLib < 2.8.2 takes codepage arguments).
6109
6110
2006-02-27
6111
6112
	* version 2.2.1
6113
6114
2006-02-24
6115
6116
	* configure.in: enabled GtkSpell by default.
6117
6118
2006-02-24
6119
6120
	* libsylph/folder.h: fixed comments.
6121
6122
2006-02-24
6123
6124
	* src/summaryview.c: performance fix when resetting the quick search
6125
	  while sorted by thread date with descending order.
6126
	* Makefile.am
6127
	  sylpheed.spec.in: added README.es.
6128
6129
2006-02-24
6130
6131
	* README.es: added (thanks to Ricardo Mones).
6132
	* README, README.ja: changed the FSF address.
6133
6134
2006-02-23
6135
6136
	* src/subscribedialog.c: ignore non-ascii newsgroup names (fixes crash
6137
	  on Win32).
6138
6139
2006-02-22
6140
6141
	* libsylph/folder.c: folder_get_path(): use filename-safe string for
6142
	  IMAP cache directory.
6143
	* src/prefs_common_dialog.c: fixed a warning on compile.
6144
6145
2006-02-21
6146
6147
	* libsylph/utils.[ch]: uriencode_for_filename(): creates filename-safe
6148
	  string by URI encode (except space).
6149
	* libsylph/pop.c: use filename-safe string for UIDL file (might break
6150
	  backward compatibility on Unix).
6151
6152
2006-02-14
6153
6154
	* libsylph/session.c
6155
	  libsylph/socket.[ch]: win32: avoid blocking when reading from
6156
	  socket.
6157
6158
2006-02-13
6159
6160
	* version 2.2.0
6161
6162
2006-02-10
6163
6164
	* sylpheed.spec.in: modified Requires:.
6165
6166
2006-02-09
6167
6168
	* src/summaryview.c
6169
	  src/folderview.c: prohibit move/copy from/to queue folders, and
6170
	  move/copy to virtual folders.
6171
6172
2006-02-09
6173
6174
	* version 2.2.0rc
6175
6176
2006-02-08
6177
6178
	* libsylph/codeconv.c: conv_get_fallback_for_private_encoding():
6179
	  supported "x-sjis" encoding.
6180
6181
2006-02-08
6182
6183
	* libsylph/codeconv.c:
6184
	  conv_get_locale_charset()
6185
	  conv_get_locale_charset_str(): use GLib API on Win32 (fixes wrong
6186
	  encoding returned).
6187
	  src/rfc2015.c: sig_status_full(): use g_locale_to_utf8() for locale
6188
	  to UTF-8 conversion.
6189
6190
2006-02-07
6191
6192
	* src/mainwindow.c: made the help window of command line options
6193
	  singleton.
6194
6195
2006-02-07
6196
6197
	* src/tryaicon.c: trayicon_button_pressed(): force dropping of
6198
	  obscured flag in case window is obscured by always-on-top windows.
6199
6200
2006-02-07
6201
6202
	* src/compose.c: compose_exec_ext_editor(): fixed a problem that the
6203
	  UI was still insensitive after execution of external editor failed
6204
	  (thanks to M.Suzuki).
6205
6206
2006-02-07
6207
6208
	* src/tryaicon.c: trayicon_button_pressed(): use gtk_widget_iconify()
6209
	  instead of gtk_widget_hide() (fixes some problems).
6210
6211
2006-02-06
6212
6213
	* version 2.2.0beta8
6214
6215
2006-02-06
6216
6217
	* src/prefs_filter_edit.c: disabled regex match type on win32.
6218
6219
2006-02-06
6220
6221
	* libsylph/mh.c
6222
	  libsylph/imap.c: don't reset unread flag when moving/copying
6223
	  messages into trash.
6224
6225
2006-02-06
6226
6227
	* libsylph/mh.c: win32: fixed a bug that the contents of folders which
6228
	  have specific Japanese characters such as 'Hyou' (which contains
6229
	  0x5c ('\') at the second byte) at the end of its name couldn't be
6230
	  seen.
6231
6232
2006-02-06
6233
6234
	* src/messageview.[ch]: update menu when show_all_headers state
6235
	  changed.
6236
6237
2006-02-05
6238
6239
	* libsylph/pop.c: pop3_getrange_stat_recv(): fixed non-portable format
6240
	  string ("%Ld" is not defined in *BSD, including Mac OS X). This
6241
	  fixes wrong status display at receiving on *BSD systems.
6242
	* libsylph/utils.c: to_human_readable(): disabled translation.
6243
6244
2006-02-03
6245
6246
	* src/summaryview.c: summary_row_expanded(): re-enabled workaround
6247
	  on GTK+ 2.8.
6248
6249
2006-02-03
6250
6251
	* src/mimeview.c: mimeview_show_mime_part(): show filenames with
6252
	  normal font.
6253
6254
2006-02-02
6255
6256
	* manual/ja/sylpheed.sgml: partially updated for 2.2.
6257
6258
2006-02-02
6259
6260
	* src/mainwindow.c: main_window_key_pressed(): handle Tab key as a
6261
	  special case.
6262
6263
2006-02-02
6264
6265
	* src/inc.c
6266
	  src/trayicon.c
6267
	  src/gtkutils.[ch]
6268
	  src/mainwindow.[ch]: don't enable trayicon action if modal window
6269
	  exists. Present window on click if main window is obscured.
6270
6271
2006-02-02
6272
6273
	* src/mainwindow.c: added the help of command line options.
6274
6275
2006-02-02
6276
6277
	* src/mainwindow.c: main_window_key_pressed(): fixed key event
6278
	  handling of the quick search entry.
6279
6280
2006-02-01
6281
6282
	* src/inc.c
6283
	  src/folderview.[ch]: properly count the number of new messages on
6284
	  local and remote mailboxes.
6285
6286
2006-02-01
6287
6288
	* libsylph/imap.c: imap_cmd_gen_recv(): trim too long lines (ex.
6289
	  SEARCH command).
6290
6291
2006-02-01
6292
6293
	* src/mainwindow.[ch]: disable Send button if no account exist.
6294
6295
2006-02-01
6296
6297
	* libsylph/prefs_common.c: modified the default of summaryview_height.
6298
6299
2006-02-01
6300
6301
	* src/compose.c
6302
	  src/messageview.c
6303
	  src/mainwindow.c: disabled Actions menu on win32.
6304
6305
2006-01-31
6306
6307
	* version 2.2.0beta7
6308
6309
2006-01-31
6310
6311
	* src/compose.c
6312
	  src/messageview.c
6313
	  src/prefs_common_dialog.c
6314
	  src/mainwindow.c: added Arabic encoding (thanks to Mohammed Sameer).
6315
6316
2006-01-31
6317
6318
	* src/statusbar.c
6319
	  src/textview.c: disabled the trimming of statusbar strings.
6320
6321
2006-01-31
6322
6323
	* libsylph/prefs_common.[ch]
6324
	  src/addressbook.c: the size of address book is now remembered.
6325
6326
2006-01-31
6327
6328
	* src/mainwindow.c: added 'Mark thread as read' menu.
6329
	* src/summaryview.c: summary_mark_thread_as_read(): fixed leaks of
6330
	  GtkTreePath list.
6331
6332
2006-01-30
6333
6334
	* src/summaryview.[ch]: implemented 'Mark thread as read'.
6335
6336
2006-01-30
6337
6338
	* src/summaryview.c: enabled the move/copy of the whole message in
6339
	  collapsed threads.
6340
6341
2006-01-30
6342
6343
	* libsylph/account.[ch]
6344
	  src/compose.c: compose_reply(): fixed a bug that automatic account
6345
	  selection was disabled on IMAP4 folders.
6346
6347
2006-01-30
6348
6349
	* libsylph/socket.[ch]: code cleanup.
6350
6351
2006-01-28
6352
6353
	* src/main.c: win32: properly popup main window on remote command mode
6354
	  using SetForegroundWindow().
6355
6356
2006-01-27
6357
6358
	* src/summaryview.c: summary_selection_changed(): only execute idle
6359
	  function on button press.
6360
6361
2006-01-27
6362
6363
	* src/summaryview.c: summary_selection_changed(): display message in
6364
	  idle function (fixes wrong drag begin state after passphrase dialog
6365
	  appeared).
6366
6367
2006-01-27
6368
6369
	* src/passphrase.c: convert passphrase into locale encoding.
6370
6371
2006-01-27
6372
6373
	* src/gtkutils.[ch]
6374
	  src/summaryview.c: when deleting a collapsed thread, all the
6375
	  messages in the thread will be removed.
6376
6377
2006-01-27
6378
6379
	* src/query_search.[ch]
6380
	  src/Makefile.am
6381
	  src/folderview.c
6382
	  src/mainwindow.c: renamed summary_search.[ch] to query_search.[ch].
6383
6384
2006-01-26
6385
6386
	* libsylph/prefs_common.[ch]
6387
	  src/compose.c
6388
	  src/prefs_common_dialog.c: removed 'Wrap before sending' option,
6389
	  which was rather problematic.
6390
6391
2006-01-26
6392
6393
	* libsylph/socket.c
6394
	  configure.in: supported IPv6 on Win32.
6395
6396
2006-01-26
6397
6398
	* src/textview.c
6399
	  src/mimeview.c
6400
	  src/summaryview.c
6401
	  src/folderview.c: also recognize GDK_KP_* keycodes.
6402
6403
2006-01-25
6404
6405
	* version 2.2.0beta6
6406
6407
2006-01-25
6408
6409
	* libsylph/virtual.c
6410
	  src/summary_search.c: exclude trash on recursive search.
6411
	* src/prefs_search_folder.[ch]
6412
	  src/folderview.c: update summary when virtual folders are modified.
6413
6414
2006-01-25
6415
6416
	* libsylph/procmsg.[ch]: procmsg_trash_messages_exist(): added.
6417
	* src/folderview.c: folderview_menu_popup(): don't make 'Empty trash'
6418
	  active if trashed messages don't exist.
6419
	  src/mainwindow.c: main_window_empty_trash(): return immediately
6420
	  when trashed messages don't exist.
6421
6422
2006-01-25
6423
6424
	* src/compose.c: 'File/Insert signature' now inserts signature into
6425
	  current cursor position. 'File/Append signature' was added for the
6426
	  previous behavior.
6427
6428
2006-01-24
6429
6430
	* src/summaryview.c: summary_qsearch_reset(), summary_qsearch():
6431
	  update the sensitivity of UI.
6432
6433
2006-01-24
6434
6435
	* src/compose.c: compose_attach_parts(): force attaching of specific
6436
	  types even if filename is unspecified.
6437
	  src/procmime.[ch]: added MIME_VIDEO to ContentType.
6438
6439
2006-01-24
6440
6441
	* src/foldersel.c: place dialog at the center on parent window.
6442
6443
2006-01-24
6444
6445
	* src/alertpanel.c
6446
	  src/inputdialog.c: set transient window before gtk_widget_show()
6447
	  (fixed wrong window position).
6448
6449
2006-01-24
6450
6451
	* libsylph/account.c
6452
	  libsylph/prefs_account.c
6453
	  src/prefs_account_dialog.c: fixed memory leaks.
6454
	* libsylph/imap.c: imap_session_connect(): save temporary password.
6455
	  imap_close(): don't try to connect to server when closing.
6456
6457
2006-01-24
6458
6459
	* libsylph/procsg.c: procmsg_remove_all_cached_messages(): skip
6460
	  virtual folders.
6461
6462
2006-01-23
6463
6464
	* libsylph/procmsg.[ch]
6465
	  libsylph/prefs_account.[ch]
6466
	  src/main.c
6467
	  src/prefs_account_dialog.[ch]: implemented clearing of IMAP4 message
6468
	  caches on exit.
6469
6470
2006-01-23
6471
6472
	* libsylph/imap.c: imap_do_copy_msgs(): fixed a bug that cache files
6473
	  in source folder was not removed was fixed.
6474
6475
2006-01-20
6476
6477
	* src/compose.c: compose_new(): fixed filename encoding.
6478
	* src/main.c: open_compose_new(): allow non-ascii mailto string and
6479
	  filename.
6480
6481
2006-01-20
6482
6483
	* src/alertpanel.c
6484
	  src/inputdialog.c
6485
	  src/filesel.c: place dialog at the center on parent window.
6486
6487
2006-01-20
6488
6489
	* version 2.2.0beta5
6490
6491
2006-01-20
6492
6493
	* src/summaryview.c: added tooltip for search entry.
6494
6495
2006-01-20
6496
6497
	* src/prefs_search_folder.c
6498
	  src/prefs_folder_item.c: use gtk_widget_modify_base() instead of
6499
	  copying style. Realize window before getting style.
6500
6501
2006-01-19
6502
6503
	* src/summaryview.c: summary_qsearch_reset(), summary_qsearch(): clear
6504
	  invalidated selection (fixes crash on quick search).
6505
6506
2006-01-19
6507
6508
	* src/trayicon.c
6509
	  src/menu.h: fixed account selector of compose window having
6510
	  unintended mnemonic.
6511
6512
2006-01-19
6513
6514
	* libsylph/imap.c: imap_scan_tree_recursive(): handle virtual folders
6515
	  properly.
6516
	* src/folderview.c: folderview_menu_popup(): prohibit new folder under
6517
	  virtual folders.
6518
6519
2006-01-19
6520
6521
	* src/summaryview.c: summary_thread_build(), summary_unthread(): block
6522
	  signal handlers for optimization.
6523
6524
2006-01-19
6525
6526
	* src/summaryview.[ch]: implemented quick filter.
6527
6528
2006-01-18
6529
6530
	* libsylph/filter.[ch]
6531
	  src/prefs_filter_edit.[ch]: added filter conditions of status such
6532
	  as 'unread', 'mark', 'color-label', and 'mime'.
6533
6534
2006-01-18
6535
6536
	* src/summaryview.c: update all_mlist on sorting to save the order.
6537
6538
2006-01-17
6539
6540
	* src/export.c
6541
	  src/import.c: modified the window management of export / import
6542
	  dialog.
6543
6544
2006-01-17
6545
6546
	* libsylph/prefs_common.[ch]
6547
	  src/summaryview.[ch]
6548
	  src/mainwindow.c: enabled toggle of the searchbar.
6549
6550
2006-01-17
6551
6552
	* src/summaryview.[ch]
6553
	  src/mainwindow.c: implemented quick search of the summary view.
6554
6555
2006-01-17
6556
6557
	* libsylph/news.c: news_get_group_list(): show more verbose warnings.
6558
6559
2006-01-13
6560
6561
	* version 2.2.0beta4
6562
6563
2006-01-13
6564
6565
	* libsylph/prefs_common.[ch]
6566
	  src/trayicon.c
6567
	  src/menu.h
6568
	  src/main.h
6569
	  src/prefs_common_dialog.c
6570
	  src/mainwindow.[ch]: perform show/hide on trayicon click.
6571
	  Implemented popup menu on trayicon.
6572
6573
2006-01-13
6574
6575
	* libsylph/pop.[ch]
6576
	  src/inc.[ch]: fixed 32-bit integer overflow where the total size of
6577
	  messages is greater than 2GB.
6578
6579
2006-01-12
6580
6581
	* src/summaryview.c: summary_set_tree_model_from_list(): fixed a
6582
	  memory leak where threading is off.
6583
6584
2006-01-12
6585
6586
	* libsylph/virtual.c: virtual_rename_folder(): added.
6587
	* src/folderview.c: folderview_rename_folder_cb(): fixed renaming of
6588
	  virtual folders.
6589
	  folderview_move_folder_cb(): don't allow a virtual folder as parent.
6590
	  folderview_menu_popup(): enabled rename/delete of virtual folders
6591
	  on newsgroups.
6592
6593
2006-01-12
6594
6595
	* src/folderview.c: replace "Search messages..." with "Edit search
6596
	  condition..." menu on virtual folder.
6597
	  folderview_menu_popup(): code cleanup.
6598
6599
2006-01-12
6600
6601
	* src/about.[ch]
6602
	  README
6603
	  README.ja: updated copyright year.
6604
6605
2006-01-11
6606
6607
	* src/folderview.c: folderview_check_new(): exclude virtual folders.
6608
6609
2006-01-11
6610
6611
	* version 2.2.0beta3
6612
6613
2006-01-11
6614
6615
	* src/mainwindow.c: search_cb(): open search folder property on
6616
	  virtual folder.
6617
6618
2006-01-10
6619
6620
	* src/prefs_search_folder.c: added name entry. Also show name in the
6621
	  window title.
6622
6623
2006-01-10
6624
6625
	* src/textview.c: get_uri_part(): use glib functions for isgraph() and
6626
	  ispunct(). Include some trailing punctuations as URI.
6627
6628
2006-01-10
6629
6630
	* src/summaryview.c
6631
	  src/mainwindow.c: repositioned the "Delete" menu and added a
6632
	  separator to prevent accidental selection.
6633
6634
2006-01-10
6635
6636
	* libsylph/virtual.c
6637
	  libsylph/defs.h
6638
	  src/prefs_search_folder.c: implemented the modification of search
6639
	  folder condition.
6640
6641
2006-01-06
6642
6643
	* src/prefs_search_folder.[ch]
6644
	  src/summary_search.[ch]
6645
	  src/folderview.c
6646
	  src/prefs_filter_edit.[ch]: partially implemented search folder
6647
	  properties.
6648
6649
2006-01-06
6650
6651
	* src/folderview.c: modified the message of deleting search folder.
6652
6653
2006-01-06
6654
6655
	* src/summary_search.c: accept when name entry is activated on the
6656
	  save dialog.
6657
	* src/summaryview.c: summary_status_show(): use gint64 for sel_size to
6658
	  avoid overflow on environments where sizeof(off_t) is 4.
6659
6660
2006-01-06
6661
6662
	* libsylph/virtual.c: don't compare temporary flags (fixes a bug that
6663
	  search cache occasionally didn't work).
6664
6665
2006-01-06
6666
6667
	* src/summary_search.c
6668
	  src/prefs_filter_edit.[ch]: prefs_filter_edit_cond_edit_to_list():
6669
	  added for minor code cleanup.
6670
6671
2006-01-05
6672
6673
	* src/textview.c: textview_make_clickable_parts(): add http:// scheme
6674
	  before implicit URIs begin with 'www.'.
6675
6676
2006-01-05
6677
6678
	* libsylph/virtual.c
6679
	  src/folderview.c: fixed a bug that search folders under IMAP4 or
6680
	  NNTP folders couldn't be removed.
6681
6682
2005-12-27
6683
6684
	* libsylph/procmsg.[ch]
6685
	  libsylph/virtual.c: cache search result to speed up on and after
6686
	  the second search.
6687
	* src/summary_search.c: fixed a warning.
6688
6689
2005-12-26
6690
6691
	* version 2.2.0beta2
6692
6693
2005-12-26
6694
6695
	* libsylph/pop.[ch]: prevent duplicate retrieval after incomplete
6696
	  session.
6697
6698
2005-12-26
6699
6700
	* src/compose.c
6701
	  src/messageview.c
6702
	  src/prefs_common_dialog.c
6703
	  src/mainwindow.c: added Windows-1252 for display encoding. Removed
6704
	  EUC-TW from the outgoing encoding of compose window.
6705
6706
2005-12-26
6707
6708
	* src/compose.c: compose_attach_parts(): don't traverse inside
6709
	  message/rfc822 to avoid duplicated attachments.
6710
6711
2005-12-26
6712
6713
	* src/compose.c: only add modified flag when files are manually
6714
	  attached.
6715
6716
2005-12-26
6717
6718
	* libsylph/utils.c: subst_for_filename(): added more characters to be
6719
	  substituted (for Win32).
6720
	  generate_mime_boundary(): replaced subst_char() with subst_chars().
6721
6722
2005-12-25
6723
6724
	* src/compose.c: compose_attach_parts(): include message/rfc822 parts.
6725
6726
2005-12-25
6727
6728
	* src/folderview.c: fixed a bug that previously selected row was
6729
	  removed from the view instead of currently selected one when
6730
	  deleting/renaming folders from the context menu.
6731
6732
2005-12-25
6733
6734
	* src/compose.c: compose_attach_parts(): attach all parts with
6735
	  filenames, and don't if not (fixes failure of forwarding attachments
6736
	  in some cases).
6737
6738
2005-12-22
6739
6740
	* version 2.2.0beta1
6741
6742
2005-12-22
6743
6744
	* src/compose.c: compose_is_itemized(): fixed enumerated lines
6745
	  detection.
6746
6747
2005-12-22
6748
6749
	* src/summary_search.c
6750
	  src/mainwindow.c: modified window handling.
6751
6752
2005-12-22
6753
6754
	* src/summaryview.[ch]
6755
	  src/summary_search.c: select activated message in summary view if
6756
	  possible.
6757
6758
2005-12-22
6759
6760
	* src/summaryview.c: summary_row_expanded(): disable workaround with
6761
	  GTK+ 2.8.
6762
6763
2005-12-21
6764
6765
	* libsylph/procmsg.[ch]
6766
	  src/compose.c
6767
	  src/summaryview.[ch]: reflect flag changes on virtual folders in the
6768
	  real ones.
6769
6770
2005-12-21
6771
6772
	* libsylph/virtual.c
6773
	  libsylph/filter.c
6774
	  src/summary_search.c
6775
	  src/prefs_folder_item.c
6776
	  src/folderview.c: show progress when opening search folder. Don't
6777
	  allow the search of search folder. Save case-sensitive option.
6778
	* libsylph/procmsg.h
6779
	  src/compose.c
6780
	  src/summaryview.c: added MSG_FLAG_CHANGED flag.
6781
6782
2005-12-20
6783
6784
	* src/compose.c: compose_is_itemized(): also check for enumerated
6785
	  lines such as (1), (2), 3. ...
6786
6787
2005-12-20
6788
6789
	* libsylph/account.[ch]: account_address_exist(): new.
6790
	  src/account_dialog.c
6791
	  src/summaryview.c: look for all accounts when the option "Display
6792
	  recipient on `From' column if sender is yourself" is enabled.
6793
	  src/folderview.c: write account config file immediately when an
6794
	  account is removed.
6795
6796
2005-12-20
6797
6798
	* src/summaryview.c: summary_set_row(): fixed a memory leak.
6799
6800
2005-12-20
6801
6802
	* src/folderview.[ch]: reflect display_folder_unread setting
6803
	  immediately.
6804
6805
2005-12-20
6806
6807
	* src/filesel.c: filesel_select_file_full(): fixed preselected
6808
	  directory with GTK+ 2.8.
6809
6810
2005-12-19
6811
6812
	* src/subscribedialog.c: popup main window when the dialog is closed.
6813
6814
2005-12-19
6815
6816
	* src/mainwindow.c: main_window_get_size(): save summary view height
6817
	  even if window is maximized.
6818
6819
2005-12-19
6820
6821
	* libsylph/prefs_common.[ch]
6822
	  src/mainwindow.c: remember the maximized state.
6823
6824
2005-12-19
6825
6826
	* src/summary_search.[ch]
6827
	  src/folderview.c
6828
	  src/mainwindow.c: removed SummaryView* from the argument of
6829
	  summary_search(). Preset folder when saving as search folder.
6830
6831
2005-12-19
6832
6833
	* libsylph/virtual.[ch]
6834
	  libsylph/folder.[ch]
6835
	  libsylph/filter.[ch]
6836
	  libsylph/Makefile.am
6837
	  src/summary_search.[ch]
6838
	  src/prefs_folder_item.c
6839
	  src/summaryview.c
6840
	  src/folderview.c
6841
	  src/mainwindow.c
6842
	  src/prefs_filter_edit.[ch]: implemented query search and virtual
6843
	  folder.
6844
6845
2005-12-19
6846
6847
	* libsylph/codeconv.[ch]: support nonstandard encoding
6848
	  "ks_c_5601-1987" (thanks to Yoo Chung).
6849
6850
2005-12-14
6851
6852
	* version 2.1.9
6853
6854
2005-12-14
6855
6856
	* libsylph/prefs_account.[ch]
6857
	  src/inc.c
6858
	  src/folderview.[ch]
6859
	  src/prefs_account_dialog.c: added an option to update only INBOX on
6860
	  checking new messages of IMAP4 accounts.
6861
6862
2005-12-13
6863
6864
	* libsylph/account.c
6865
	  libsylph/prefs_account.[ch]
6866
	  src/prefs_account_dialog.c: enabled custom queue folder.
6867
6868
2005-12-13
6869
6870
	* src/subscribedialog.c: fixed a bug that invisible subscribed groups
6871
	  was removed after refresh. Assume wildcards for keywords without
6872
	  them. Display status when receiving of newsgroups list started.
6873
6874
2005-12-09
6875
6876
	* src/foldersel.c: also select top folder on FOLDER_SEL_ALL.
6877
	* libsylph/folder.c: folder_find_item_from_identifier(): also return
6878
	  top folder.
6879
6880
2005-12-09
6881
6882
	* src/filter.[ch]: filter_rule_requires_full_headers(): added.
6883
	* libsylph/procheader.[ch]: procheader_get_header_list_from_msginfo():
6884
	  added.
6885
6886
2005-12-09
6887
6888
	* src/prefs_filter_edit.[ch]: prefs_filter_edit_cond_hbox_to_cond():
6889
	  added an argument for case sensitivity.
6890
6891
2005-12-08
6892
6893
	* src/prefs_filter_edit.[ch]
6894
	  src/prefs_filter.[ch]: made more functions public.
6895
6896
2005-12-08
6897
6898
	* src/prefs_filter_edit.[ch]: generalized the condition edit.
6899
6900
2005-12-08
6901
6902
	* libsylph/imap.c: imap_get_msg_list(): only update mtime when folder
6903
	  is not opened.
6904
6905
2005-12-07
6906
6907
	* libsylph/mh.c
6908
	  libsylph/news.c
6909
	  libsylph/imap.c
6910
	  libsylph/procmsg.[ch]: update caches and flags when reading message
6911
	  list from a folder.
6912
6913
2005-12-06
6914
6915
	* src/prefs_filter_edit.[ch]: made CondHBox / ActionHBox related APIs
6916
	  public.
6917
6918
2005-12-05
6919
6920
	* src/compose.c: compose_reply_set_entry(): enabled
6921
	  COMPOSE_REPLY_TO_ALL for NNTP. fixed a memory leak.
6922
6923
2005-12-05
6924
6925
	* libsylph/utils.[ch]
6926
	  libsylph/imap.c: imap_cmd_append(): send message contents all at
6927
	  once.
6928
6929
2005-12-02
6930
6931
	* src/textview.c: textview_add_part(): modified font for signature
6932
	  part.
6933
6934
2005-12-02
6935
6936
	* src/addrbook.c: addrbook_update_address_list(): fixed crash bug when
6937
	  an address in a group was modified.
6938
	* src/addrbook.c: addrbook_update_group_list()
6939
	  src/editgroup.c: addressbook_edit_group(): fixed memory leaks.
6940
6941
2005-12-02
6942
6943
	* src/passphrase.c: gpgmegtk_passphrase_cb(): fixed blocking on win32.
6944
6945
2005-12-01
6946
6947
	* src/folderview.c: added "Update summary" to the context menu.
6948
6949
2005-12-01
6950
6951
	* libsylph/session.h
6952
	  libsylph/smtp.h: fixed compilation failure on some environments.
6953
6954
2005-11-30
6955
6956
	* src/summaryview.[ch]: display progress on filtering.
6957
6958
2005-11-30
6959
6960
	* version 2.1.8
6961
6962
2005-11-29
6963
6964
	* libsylph/session.c: removed debug print.
6965
6966
2005-11-29
6967
6968
	* src/send_message.c: send_message_queue_all(): follow the change of
6969
	  compose.c::compose_send().
6970
6971
2005-11-28
6972
6973
	* libsylph/prefs_common.[ch]
6974
	  src/prefs_common_dialog.c: moved outgoing encoding option into
6975
	  Display - Encoding tab.
6976
6977
2005-11-28
6978
6979
	* libsylph/procmime.c: procmime_decode_content(): also normalize text
6980
	  files on win32. Also do normalization for quoted-printable part.
6981
6982
2005-11-28
6983
6984
	* libsylph/pop.c
6985
	  libsylph/recv.c
6986
	  src/compose.c: reverted linebreak conversion.
6987
6988
2005-11-25
6989
6990
	* src/compose.c: also canonicalize on redirect/queue.
6991
6992
2005-11-25
6993
6994
	* src/compose.c: compose_write_to_file(): always canonicalize composed
6995
	  message.
6996
6997
2005-11-25
6998
6999
	* libsylph/procmime.c: procmime_decode_content(): uncanonicalize
7000
	  unencoded text.
7001
7002
2005-11-25
7003
7004
	* libsylph/pop.c
7005
	  libsylph/recv.c: don't convert CR+LF to LF.
7006
	* libsylph/procmime.c: procmime_decode_content(): don't uncanonicalize
7007
	  message/rfc822.
7008
7009
2005-11-25
7010
7011
	* src/imageview.c: size_allocate_cb(): don't update image view if
7012
	  image_data doesn't exist.
7013
	* src/mimeview.c: mimeview_change_view_type(): clear hidden view.
7014
7015
2005-11-25
7016
7017
	* libsylph/session.[ch]: session_read_data_as_file_cb(): don't write
7018
	  to file until buffer is filled more than the half. Extended the
7019
	  buffer size.
7020
7021
2005-11-25
7022
7023
	* libsylph/session.c: session_recv_data_as_file_idle_cb(): fixed a bug
7024
	  that lost first part of message data.
7025
7026
2005-11-24
7027
7028
	* libsylph/procmime.c: procmime_decode_content(): win32: don't
7029
	  uncanonicalize text files.
7030
7031
2005-11-24
7032
7033
	* libsylph/pop.c
7034
	  libsylph/session.[ch]: implemented session_recv_data_as_file(),
7035
	  which receives data as file stream, to reduce memory usage on POP3
7036
	  session.
7037
7038
2005-11-22
7039
7040
	* src/compose.c
7041
	  src/prefs_common_dialog.c: don't save filtered sent message to
7042
	  outbox. Only enable filtering of sent messages when saving of sent
7043
	  messages is enabled.
7044
	* src/inc.c: inc_drop_message(): removed redundant code.
7045
7046
2005-11-22
7047
7048
	* libsylph/utils.[ch]
7049
	  libsylph/session.[ch]
7050
	  libsylph/smtp.[ch]
7051
	  src/send_message.c: reduced memory usage on SMTP session.
7052
7053
2005-11-22
7054
7055
	* libsylph/imap.c: QUOTE_IF_REQUIRED(): add "[]&" to characters to be
7056
	  quoted (for courier-imap).
7057
7058
2005-11-22
7059
7060
	* libsylph/prefs_common.[ch]
7061
	  src/compose.c: remember the last window position.
7062
	* src/sourcewindow.c: win32: fixed window appeared always top-left.
7063
	  Added margin to the TextView.
7064
7065
2005-11-21
7066
7067
	* src/compose.c: compose_create(): win32: fixed window appeared always
7068
	  top-left.
7069
7070
2005-11-21
7071
7072
	* src/compose.c:
7073
	  compose_get_signature_str()
7074
	  compose_insert_file(): give priority to locale to UTF-8 conversion
7075
	  (fixes wrong Japanese conversion on some case).
7076
7077
2005-11-21
7078
7079
	* libsylph/prefs_common.[ch]: modified the order of options.
7080
7081
2005-11-21
7082
7083
	* src/prefs_ui.[ch]
7084
	  src/prefs_common_dialog.c: reorganized the common prefs.
7085
7086
2005-11-18
7087
7088
	* version 2.1.7
7089
7090
2005-11-18
7091
7092
	* libsylph/prefs_common.[ch]
7093
	  src/prefs_common_dialog.c: moved the position of Spell tab.
7094
7095
2005-11-17
7096
7097
	* src/compose.c: compose_set_title(): made edit mark less intrusive.
7098
7099
2005-11-17
7100
7101
	* libsylph/utils.c: set_startup_dir(): win32: always set the startup
7102
	  directory to the same directory as the location of executable file
7103
	  (fixes untranslated messages when launched by other apps).
7104
7105
2005-11-17
7106
7107
	* src/prefs_common_dialog.c: fixed crash when quote colors dialog was
7108
	  closed by the window close button. Fixed window focus after closing
7109
	  it.
7110
7111
2005-11-17
7112
7113
	* src/about.c: show GtkSpell in compiled-in features.
7114
7115
2005-11-17
7116
7117
	* configure.in: fixed wrong status report of GtkSpell.
7118
7119
2005-11-17
7120
7121
	* libsylph/prefs_common.[ch]
7122
	  src/compose.[ch]
7123
	  src/prefs_common_dialog.c
7124
	  configure.in: implemented spell checking using GtkSpell
7125
	  (thanks to Victor Ananajevsky).
7126
7127
2005-11-16
7128
7129
	* src/compose.c: compose_reply_set_entry(): don't reply to list for
7130
	  subscribe confirmation request etc.
7131
7132
2005-11-16
7133
7134
	* src/folderview.c: folderview_search_unread_recursive(): don't show
7135
	  '+' (unread) mark even if unread messages are in Trash.
7136
7137
2005-11-16
7138
7139
	* src/summaryview.c: fixed a bug that the selection was broken (and
7140
	  sometimes crashed) when mark, unread, and colorlabel flags were
7141
	  changed while the summary was sorted by the flags.
7142
7143
2005-11-16
7144
7145
	* src/compose.c: fixed compilation error if GPGME is not enabled.
7146
7147
2005-11-15
7148
7149
	* src/account_dialog.c: account_open(): popup main window if edit
7150
	  account dialog is not present.
7151
7152
2005-11-15
7153
7154
	* src/mimeview.c: mimeview_view_file(): win32: use g_file_test() to
7155
	  detect common executable suffix.
7156
7157
2005-11-14
7158
7159
	* libsylph/mh.c
7160
	  libsylph/mbox.c
7161
	  src/compose.c: always set FolderItem::mtime to 0 if the folder
7162
	  contents changed (fixes occasional summary update failure on win32
7163
	  and some filesystems).
7164
7165
2005-11-14
7166
7167
	* libsylph/utils.[ch]
7168
	  src/summaryview.[ch]: use gint64 for total_size to avoid overflow
7169
	  on environments where sizeof(off_t) is 4.
7170
7171
2005-11-14
7172
7173
	* src/textview.c: changed the shadow type to GTK_SHADOW_ETCHED_IN.
7174
	* src/summaryview.[ch]
7175
	  src/mainwindow.c: added separator between the summary status and
7176
	  the header pane.
7177
7178
2005-11-11
7179
7180
	* src/compose.c: fixed separator of newsgroups (thanks to KAZUKI
7181
	  SHIMURA).
7182
	  compose_reedit_set_entry(): also set Newsgroups and Followup-To
7183
	  entry.
7184
7185
2005-11-11
7186
7187
	* src/main.c: app_init(): win32: disable digit locale variable such as
7188
	  "LANG=1041".
7189
7190
2005-11-11
7191
7192
	* src/mainwindow.c: removed the outer border.
7193
7194
2005-11-10
7195
7196
	* libsylph/prefs_common.c
7197
	  src/prefs_common_dialog.c: don't show gpg warning on win32 by
7198
	  default. Changed "gpg_warning" to "show_gpg_warning".
7199
7200
2005-11-10
7201
7202
	* src/rfc2015.[ch]
7203
	  src/main.c: implemented rfc2015_disable_all() and
7204
	  rfc2015_is_available().
7205
	* src/compose.c: hide PGP checkboxes if PGP is not available.
7206
	* src/logwindow.c: prohibit abort when invalid UTF-8 text is inserted.
7207
7208
2005-11-09
7209
7210
	* src/passphrase.c
7211
	  configure.in: check the availability of mlock().
7212
	  src/main.c: check_gpg(): check if OpenPGP protocol is available.
7213
7214
2005-11-09
7215
7216
	* src/account_dialog.c
7217
	  src/prefs_filter.c: win32: fixed window focus problem.
7218
7219
2005-11-09
7220
7221
	* src/compose.c: allow drop of files in the whole window. Disabled
7222
	  insertion of text by DnD.
7223
7224
2005-11-08
7225
7226
	* version 2.1.6
7227
7228
2005-11-08
7229
7230
	* src/ldif.c: ldif_get_line(): fixed buffer overflow.
7231
7232
2005-11-07
7233
7234
	* src/main.[ch]
7235
	  src/mainwindow.c: added '--exit' command line option.
7236
7237
2005-11-07
7238
7239
	* libsylph/prefs_common.[ch]
7240
	  src/compose.[ch]
7241
	  src/prefs_common_dialog.c: implemented auto-save.
7242
7243
2005-11-07
7244
7245
	* src/prefs_common_dialog.c: hide options which is useless on win32.
7246
7247
2005-11-07
7248
7249
	* src/prefs_common_dialog.c: moved fallback_encoding from Advanced tab
7250
	  to Message tab.
7251
	* libsylph/prefs_common.[ch]: changed 'fallback_encoding' to
7252
	  'default_encoding'.
7253
7254
2005-11-04
7255
7256
	* src/compose.c: compose_ext_editor_kill(): fixed a crash when the
7257
	  external editor was terminated while opening confirmation dialog.
7258
7259
2005-11-04
7260
7261
	* src/prefs_common_dialog.c: prefs_junk_create(): added preset menu
7262
	  for learning commands.
7263
	* libsylph/prefs_common.c: made the default junk commands on win32
7264
	  bsfilter.
7265
7266
2005-11-04
7267
7268
	* src/summaryview.c: summary_junk_func(): follow the
7269
	  'mark_junk_as_read' setting.
7270
7271
2005-11-02
7272
7273
	* src/account_dialog.c
7274
	  src/prefs_account_dialog.c: popup main window when account edit
7275
	  dialog is closed.
7276
7277
2005-11-02
7278
7279
	* libsylph/prefs_common.[ch]
7280
	  src/summaryview.c
7281
	  src/prefs_common_dialog.c: added an option to mark filtered junk
7282
	  mails as read (thanks to Takushi Miyoshi). Added more description.
7283
7284
2005-11-02
7285
7286
	* src/compose.c: unlink compose->exteditor_file if exist.
7287
7288
2005-11-02
7289
7290
	* src/compose.c: compose_ext_editor_kill(): stop watching of child
7291
	  process in case something weird happened.
7292
7293
2005-11-02
7294
7295
	* src/compose.c: fixed for win32.
7296
7297
2005-11-02
7298
7299
	* src/compose.[ch]: reimplemented external editor with GSpawn and
7300
	  GChildWatch.
7301
	* libsylph/utils.c: execute_async(): fixed wrong argument type.
7302
7303
2005-11-02
7304
7305
	* src/prefs_common_dialog.c: moved fallback encoding setting to
7306
	  Advanced tab.
7307
7308
2005-11-01
7309
7310
	* src/prefs_actions.c
7311
	  src/prefs_template.c
7312
	  src/prefs_folder_item.c
7313
	  src/prefs_common_dialog.c
7314
	  src/prefs_summary_column.c
7315
	  src/prefs_account_dialog.c
7316
	  src/prefs_filter.c: bring main window in front after dialogs are
7317
	  closed (to avoid the focus problem on win32).
7318
7319
2005-11-01
7320
7321
	* libsylph/prefs_common.[ch]
7322
	  libsylph/procmime.c
7323
	  src/textview.c
7324
	  src/prefs_common_dialog.c: added fallback encoding setting.
7325
	  Removed multi-byte alphanumeric to ascii conversion option.
7326
7327
2005-11-01
7328
7329
	* src/icons/sylpheed.ico
7330
	  src/icons/Makefile.am
7331
	  src/Makefile.am
7332
	  configure.in: win32: added program icon.
7333
7334
2005-10-31
7335
7336
	* libsylph/utils.c: execute_sync(): win32: get exit status of child
7337
	  process by not using helper program.
7338
7339
2005-10-31
7340
7341
	* src/textview.c: textview_show_part(): fixed scroll jumping on focus.
7342
7343
2005-10-29
7344
7345
	* version 2.1.5
7346
7347
2005-10-27
7348
7349
	* libsylph/socket.c: fd_accept(): enabled on win32.
7350
7351
2005-10-27
7352
7353
	* libsylph/socket.[ch]: fd_connect_inet(), fd_open_inet(): new.
7354
	  fd_open_unix(): set SO_REUSEADDR flag to avoid bind() error.
7355
	* src/main.c: win32: implemented remote command using TCP socket.
7356
7357
2005-10-27
7358
7359
	* src/compose.c: add hbox into the window before creating option menu
7360
	  (fixed initially wrong widget size).
7361
7362
2005-10-27
7363
7364
	* libsylph/procmime.c: procmime_get_mime_type_table(): win32: read
7365
	  mime.types in startup directory.
7366
	* mime.types: included in the source tree.
7367
7368
2005-10-26
7369
7370
	* libsylph/prefs_common.[ch]
7371
	  src/summaryview.c
7372
	  src/prefs_common_dialog.c: added a setting to delete filtered junk
7373
	  mails from server.
7374
7375
2005-10-26
7376
7377
	* libsylph/utils.[ch]: address_equal(): new.
7378
	* src/compose.c: compose_reply_set_entry(): when replying to ML post
7379
	  that has the Reply-To set, set the ML address in To: and Reply-To
7380
	  address in Cc: (thanks to Colin Leroy).
7381
7382
2005-10-26
7383
7384
	* libsylph/utils.c: uri_list_extract_filenames(): use GLib functions
7385
	  to extract URIs if available.
7386
7387
2005-10-26
7388
7389
	* src/main.c: win32: convert locale string to UTF-8 when setting
7390
	  rc dir.
7391
7392
2005-10-25
7393
7394
	* src/messageview.c
7395
	  src/summaryview.c: display confirmation dialog instead of input
7396
	  dialog when printing.
7397
7398
2005-10-25
7399
7400
	* libsylph/procmsg.c: fixed a typo.
7401
7402
2005-10-25
7403
7404
	* configure.in: changed zh_TW.Big5 to zh_TW.
7405
7406
2005-10-25
7407
7408
	* libsylph/utils.[ch]: execute_print_file(): added.
7409
	* libsylph/procmsg.c: procmsg_print_message(): win32: canonicalize
7410
	  output file, and use ShellExecute() if command is unspecified.
7411
7412
2005-10-25
7413
7414
	* libsylph/procmsg.c: procmsg_print_message(): match the output
7415
	  headers to the message view.
7416
	* libsylph/procheader.[ch]: procheader_get_header_array_for_display():
7417
	  added.
7418
	* libsylph/displayheader.[ch]: moved from src/.
7419
	* src/textview.c: textview_show_header(): code cleanup.
7420
7421
2005-10-24
7422
7423
	* src/inputdialog.c: win32: make dialog in front on focus out.
7424
7425
2005-10-24
7426
7427
	* src/inputdialog.c: create/destroy dialog each time it is displayed.
7428
7429
2005-10-24
7430
7431
	* src/messageview.c: set the title of separated message window to
7432
	  "(Subject) - Sylpheed".
7433
7434
2005-10-24
7435
7436
	* src/summaryview.c
7437
	  src/mimeview.c: fixed the problem that DnD didn't work on GTK+ 2.8
7438
	  (thanks to Victor Ananajevsky).
7439
7440
2005-10-21
7441
7442
	* src/main.c: replaced gdk_input_add() with GIOChannel.
7443
7444
2005-10-20
7445
7446
	* src/textview.c: textview_adj_value_changed(): optimized a bit.
7447
7448
2005-10-20
7449
7450
	* src/textview.c: textview_adj_value_changed(): don't move cursor
7451
	  if selection exists.
7452
7453
2005-10-20
7454
7455
	* libsylph/filter.c: fixed execution failure if a file path includes
7456
	  space.
7457
7458
2005-10-20
7459
7460
	* src/textview.c: fixed a problem that the view was scrolled to top
7461
	  when it got focus.
7462
7463
2005-10-20
7464
7465
	* libsylph/utils.[ch]: set_startup_dir(), set_rc_dir(),
7466
	  get_startup_dir(): new.
7467
	* src/main.[ch]: removed global variable startup_dir. Instead use
7468
	  get_startup_dir().
7469
	  added '--configdir' option which specifies directory which stores
7470
	  configuration files.
7471
	* src/manual.c: win32: fixed document paths.
7472
7473
2005-10-18
7474
7475
	* version 2.1.4
7476
7477
2005-10-18
7478
7479
	* libsylph/prefs_common.c: win32: modified the default commands.
7480
7481
2005-10-18
7482
7483
	* src/prefs_filter.c: prefs_filter_open(): correct focus when msginfo
7484
	  is specified.
7485
7486
2005-10-17
7487
7488
	* src/prefs_common_dialog.c: win32: made the default editor command
7489
	  'notepad'.
7490
7491
2005-10-17
7492
7493
	* src/inputdialog.c: adjusted the minimum dialog size.
7494
7495
2005-10-17
7496
7497
	* libsylph/prefs_common.c: win32: fixed compilation failure.
7498
7499
2005-10-17
7500
7501
	* src/prefs_common_dialog.c: added the default browser to the option
7502
	  of URI command.
7503
7504
2005-10-17
7505
7506
	* src/trayicon.c: handle destroy event properly (thanks to Victor
7507
	  Ananajevsky).
7508
7509
2005-10-16
7510
7511
	* libsylph/utils.c: open_uri(): win32: use ShellExecute() to open URI.
7512
	  libsylph/prefs_common.c
7513
	  src/prefs_common_dialog.c: win32: made the default URI command empty
7514
	  which means to use the default browser.
7515
7516
2005-10-16
7517
7518
	* src/mimeview.c: win32: restrict launching of executable files.
7519
7520
2005-10-14
7521
7522
	* makewin32.sh: modified the optimization flags.
7523
7524
2005-10-14
7525
7526
	* src/main.c: win32: prohibit duplicate exec using CreateMutex().
7527
7528
2005-10-14
7529
7530
	* libsylph/procmime.c
7531
	  src/compose.c: made some warnings just debug messages.
7532
7533
2005-10-14
7534
7535
	* libsylph/codeconv.c: changed the locale charset of Japanese Windows
7536
	  from Shift_JIS to CP932.
7537
7538
2005-10-13
7539
7540
	* libsylph/codeconv.[ch]: enhanced the support of
7541
	  environment-dependent Japanese characters (thanks to MORIYAMA).
7542
7543
2005-10-13
7544
7545
	* src/inputdialog.c
7546
	  src/setup.c
7547
	  src/mainwindow.c: modified the text of mailbox setup dialog.
7548
7549
2005-10-13
7550
7551
	* libsylph/utils.[ch]
7552
	  src/mimeview.c: win32: use ShellExecute() to launch attachments, and
7553
	  warn on launching an executable file.
7554
7555
2005-10-13
7556
7557
	* libsylph/folder.[ch]
7558
	  src/prefs_folder_item.c
7559
	  src/folderview.c: enabled the property of the top folder.
7560
	* src/prefs_common_dialog.c: modified the text of key binding dialog.
7561
7562
2005-10-13
7563
7564
	* libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data (skip
7565
	  quotes).
7566
7567
2005-10-12
7568
7569
	* libsylph/recv.c: recv_bytes(): null-terminate the received data
7570
	  in case it's a string.
7571
	  libsylph/imap.c: imap_cmd_ok(): also log literal strings.
7572
7573
2005-10-12
7574
7575
	* src/alertpanel.c: win32: make dialog in front on focus out.
7576
7577
2005-10-12
7578
7579
	* src/main.c: default_log_func(): fixed prefix on G_LOG_LEVEL_WARNING.
7580
7581
2005-10-12
7582
7583
	* libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data.
7584
7585
2005-10-12
7586
7587
	* src/summaryview.c: brought back 'Create filter rule' in the context
7588
	  menu.
7589
7590
2005-10-11
7591
7592
	* src/prefs_folder_item.c: fixed the label "Type" not aligned to right.
7593
7594
2005-10-11
7595
7596
	* libsylph/utils.[ch]
7597
	  src/main.c: output g_log() messages to the log window and log file.
7598
	* configure.in: disabled console window on win32.
7599
7600
2005-10-11
7601
7602
	* src/folderview.c: folderview_drag_motion_cb(): win32: reset
7603
	  context->actions if modifier key is not pressed (fixed DnD action
7604
	  becoming copy by default).
7605
7606
2005-10-10
7607
7608
	* libsylph/utils.c
7609
	  libsylph/procheader.c: fixed a bug that caused crashes on receive
7610
	  if Date: header has abnormal time.
7611
7612
2005-10-07
7613
7614
	* libsylph/recv.[ch]
7615
	  libsylph/imap.c: imap_cmd_ok(): support literals in response
7616
	  (fixed out of sync when literals appeared).
7617
7618
2005-10-06
7619
7620
	* libsylph/codeconv.c:
7621
	  conv_filename_from_utf8(), conv_filename_to_utf8(): put an
7622
	  assertion.
7623
7624
2005-10-06
7625
7626
	* libsylph/utils.c: don't define _s_tempnam() on Unix.
7627
	* src/prefs_folder_item.c: added file system path info.
7628
7629
2005-10-06
7630
7631
	* libsylph/utils.c: get_rc_dir(): win32: use environmental variable
7632
	  APPDATA.
7633
	* libsylph/prefs.c: prefs_set_default()
7634
	  src/prefs_ui.c: prefs_set_dialog_to_default(): win32: don't convert
7635
	  the encoding of environmental variable. Expand '~' to rc dir.
7636
7637
2005-10-06
7638
7639
	* src/main.c: win32: include startup directory into %PATH% for GSpawn.
7640
7641
2005-10-05
7642
7643
	* configure.in: support SSL on win32.
7644
	* makewin32.sh: convenient build script for win32.
7645
7646
2005-10-04
7647
7648
	* libsylph/utils.c: my_tmpfile(): use g_mkstemp() instead of
7649
	  directly using mkstemp().
7650
	  win32: use _wtempnam() , open() and fdopen() instead of tmpfile()
7651
	  because it creates temporary files to the root directory.
7652
7653
2005-10-03
7654
7655
	* src/main.c: app_init(): win32: pass locale encoding directory name
7656
	  for bindtextdomain() (fixed not-working translation on non-ascii
7657
	  directory).
7658
7659
2005-10-03
7660
7661
	* libsylph/mh.c:
7662
	  mh_create_tree(): create directory hierarchy for root path.
7663
	  mh_move_folder_real(): change current directory to prevent rename
7664
	  failure on Win32.
7665
	  libsylph/folder.c: folder_get_path(): always return absolute path.
7666
7667
2005-09-30
7668
7669
	* libsylph/prefs_common.c: prefs_common_read_config(): Win32: set the
7670
	  default font to "MS Gothic 12" on Japanese environment.
7671
7672
2005-09-29
7673
7674
	* version 2.1.3
7675
7676
2005-09-28
7677
7678
	* src/main.c: app_init(): make the message catalog location absolute
7679
	  path if LOCALEDIR is relative.
7680
7681
2005-09-28
7682
7683
	* src/compose.c: compose_set_title(): only show subject.
7684
7685
2005-09-27
7686
7687
	* src/rfc2015.c: check_signature(): disabled gpgme_data_set_encoding()
7688
	  (it somehow results in error).
7689
7690
2005-09-27
7691
7692
	* src/rfc2015.c: check_signature(): set transfer encoding for S/MIME.
7693
7694
2005-09-27
7695
7696
	* src/compose.c: display the subject line in the window title bar
7697
	  (thanks to Thomas White).
7698
7699
2005-09-27
7700
7701
	* src/mimeview.c
7702
	  src/rfc2015.c: verify PKCS#7 (S/MIME) signature (thanks to Thomas
7703
	  White).
7704
	* src/main.c: null-check engineInfo->version when displaying debug
7705
	  information of GPGME.
7706
7707
2005-09-26
7708
7709
	* libsylph/html.c: convert character entity references to UTF-8,
7710
	  rather than US-ASCII (thanks to Lyonel Vincent). Use UCS-4 to
7711
	  UTF-8 conversion for numbered references.
7712
7713
2005-09-22
7714
7715
	* libsylph/utils.[ch]
7716
	  libsylph/procmime.[ch]
7717
	  src/mimeview.[ch]
7718
	  src/filesel.[ch]: implemented "Save all", which saves all
7719
	  attachments in a message.
7720
7721
2005-09-22
7722
7723
	* src/gtkutils.[ch]
7724
	  src/summaryview.[ch]: align selected row to center when reached to
7725
	  the edge on key operation.
7726
7727
2005-09-22
7728
7729
	* src/summaryview.c: keep selecting row after changing thread display.
7730
7731
2005-09-21
7732
7733
	* configure.in: removed mbs/wcs functions check.
7734
7735
2005-09-21
7736
7737
	* libsylph/utils.[ch]
7738
	  src/compose.c
7739
	  src/gtkutils.[ch]
7740
	  src/undo.c
7741
	  src/addr_compl.c: removed mbs/wcs functions which are no longer
7742
	  required.
7743
7744
2005-09-21
7745
7746
	* src/account_dialog.c: don't display checkbox if 'get all' is
7747
	  unavailable.
7748
7749
2005-09-21
7750
7751
	* src/subscribedialog.c: don't display checkbox on non-selectable
7752
	  rows.
7753
7754
2005-09-20
7755
7756
	* libsylph/news.[ch]
7757
	  src/subscribedialog.[ch]
7758
	  src/Makefile.am
7759
	  src/folderview.c: renamed grouplistdialog to subscribedialog, and