Statistics
| Revision:

root / ChangeLog @ 3152

History | View | Annotate | Download (222.9 kB)

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