Statistics
| Revision:

root / ChangeLog @ 2886

History | View | Annotate | Download (207.6 kB)

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