Statistics
| Revision:

root / ChangeLog @ 3209

History | View | Annotate | Download (225.8 kB)

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