Statistics
| Revision:

root / ChangeLog @ 3138

History | View | Annotate | Download (221.9 kB)

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