Statistics
| Revision:

root / ChangeLog @ 3195

History | View | Annotate | Download (225.1 kB)

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