Statistics
| Revision:

root / ChangeLog @ 3191

History | View | Annotate | Download (224.6 kB)

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