Statistics
| Revision:

root / ChangeLog @ 3217

History | View | Annotate | Download (226.3 kB)

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