Statistics
| Revision:

root / ChangeLog @ 3211

History | View | Annotate | Download (225.9 kB)

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