Statistics
| Revision:

root / ChangeLog @ 3161

History | View | Annotate | Download (223.3 kB)

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