Statistics
| Revision:

root / ChangeLog @ 3220

History | View | Annotate | Download (226.5 kB)

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