Statistics
| Revision:

root / ChangeLog @ 3176

History | View | Annotate | Download (224.2 kB)

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