Statistics
| Revision:

root / ChangeLog @ 3168

History | View | Annotate | Download (223.7 kB)

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