Statistics
| Revision:

root / ChangeLog @ 3143

History | View | Annotate | Download (222.3 kB)

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