Statistics
| Revision:

root / ChangeLog @ 3204

History | View | Annotate | Download (225.7 kB)

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