Statistics
| Revision:

root / ChangeLog @ 2821

History | View | Annotate | Download (204.4 kB)

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