Statistics
| Revision:

root / ChangeLog @ 3173

History | View | Annotate | Download (224 kB)

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