Statistics
| Revision:

root / ChangeLog @ 3146

History | View | Annotate | Download (222.4 kB)

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