Statistics
| Revision:

root / ChangeLog @ 3159

History | View | Annotate | Download (223.2 kB)

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