Statistics
| Revision:

root / ChangeLog @ 2917

History | View | Annotate | Download (209.9 kB)

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