Statistics
| Revision:

root / ChangeLog @ 3163

History | View | Annotate | Download (223.4 kB)

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