Statistics
| Revision:

root / ChangeLog @ 3166

History | View | Annotate | Download (223.5 kB)

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