Statistics
| Revision:

root / ChangeLog @ 3170

History | View | Annotate | Download (223.7 kB)

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