Statistics
| Revision:

root / ChangeLog @ 3112

History | View | Annotate | Download (220.8 kB)

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