Statistics
| Revision:

root / ChangeLog @ 3180

History | View | Annotate | Download (224.5 kB)

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