Statistics
| Revision:

root / ChangeLog @ 575

History | View | Annotate | Download (59.8 kB)

1
2005-09-13
2
3
	* COPYING: updated GPL (changed the address of FSF).
4
	* COPYING.LIB: added LGPL.
5
6
2005-09-13
7
8
	* libsylph/procmsg.[ch]
9
	  libsylph/enums.h
10
	  libsylph/folder.[ch]
11
	  src/summaryview.c
12
	  src/mainwindow.c: added 'View/Sort/by thread date'.
13
14
2005-09-12
15
16
	* libsylph/imap.c: changed the message number limit on COPY.
17
	  imap_do_copy_msgs(): update progress bar on copy.
18
19
2005-09-09
20
21
	* libsylph/imap.c: added missing translation string.
22
23
2005-09-09
24
25
	* libsylph/utils.[ch]
26
	  libsylph/imap.c
27
	  src/main.c
28
	  src/mainwindow.[ch]: update progress bar when executing long
29
	  operations.
30
31
2005-09-08
32
33
	* src/addressbook.c: addressbook_tree_button_pressed(): fixed a bug
34
	  that the expander of the folder tree didn't work.
35
36
2005-09-08
37
38
	* libsylph/md5_hmac.c: md5_hmac_get(): minor code cleanup.
39
40
2005-09-08
41
42
	* libsylph/md5.[ch]: replaced with public domain code in GNet.
43
	* libsylph/md5_hmac.[ch]: separated from md5.[ch] and rewrote.
44
	* libsylph/pop.c
45
	  libsylph/smtp.c
46
	  libsylph/imap.c: modified for new MD5 interface.
47
48
2005-09-08
49
50
	* configure.in: use ${datadir} instead of ${prefix}/${DATADIRNAME}.
51
52
2005-09-08
53
54
	* libsylph/mbox.[ch]: moved into libsylph.
55
56
2005-09-07
57
58
	* libsylph/imap.c: limit number of messages to be copied at a time
59
	  with COPY command to prevent network timeout.
60
61
2005-09-07
62
63
	* libsylph/utils.[ch]: renamed print_status() to status_print().
64
	* libsylph/imap.c: adjusted the frequency of UI update.
65
	* src/folderview.c: don't allow selection if summary is locked.
66
67
2005-09-07
68
69
	* libsylph/codeconv.c: conv_guess_ja_encoding(): also support UTF-8
70
	  encoding.
71
72
2005-09-06
73
74
	* libsylph/imap.c: fixed warnings of signedness difference.
75
	  Added UI hints.
76
	* libsylph/utils.[ch]
77
	  src/gtkutils.[ch]
78
	  src/main.c: added ui_update() as a function for UI hints.
79
80
2005-09-06
81
82
	* libsylph/prefs_common.[ch]
83
	  libsylph/prefs_account.[ch]
84
	  libsylph/pop.h: save GPG settings even if GPGME is disabled.
85
86
2005-09-05
87
88
	* libsylph/imap.c: show progress when executing operations which
89
	  takes long time.
90
91
2005-09-05
92
93
	* libsylph/account.[ch]
94
	  libsylph/customheader.[ch]
95
	  libsylph/enums.h
96
	  libsylph/filter.[ch]
97
	  libsylph/folder[ch]
98
	  libsylph/imap.[ch]
99
	  libsylph/md5.[ch]
100
	  libsylph/mh.[ch]
101
	  libsylph/news.[ch]
102
	  libsylph/nntp.[ch]
103
	  libsylph/pop.[ch]
104
	  libsylph/prefs_account.[ch]
105
	  libsylph/prefs_common.[ch]
106
	  libsylph/procheader.[ch]
107
	  libsylph/procmime.[ch]
108
	  libsylph/procmsg.[ch]
109
	  libsylph/smtp.[ch]
110
	  libsylph/Makefile.am: moved more modules to libsylph.
111
112
2005-09-05
113
114
	* src/messageview.c
115
	  src/procmsg.[ch]
116
	  src/filter.[ch]
117
	  src/summaryview.[ch]
118
	  src/mainwindow.c
119
	  src/prefs_filter.h: moved procmsg.c::procmsg_get_filter_keyword()
120
	  to filter.c::filter_get_keyword_from_msg().
121
122
2005-09-05
123
124
	* libsylph/utils.[ch]
125
	  src/inc.c
126
	  src/main.c
127
	  src/imap.c
128
	  src/send_message.c
129
	  src/news.c: made query-password function UI independent.
130
	  Added UI independent print status func.
131
132
2005-09-05
133
134
	* src/main.c
135
	  src/procmsg.[ch]
136
	  src/send_message.[ch]
137
	  src/mainwindow.c: moved procmsg.c::procmsg_send_queue() to
138
	  send_message.c::send_message_queue_all().
139
140
2005-09-02
141
142
	* src/html.c
143
	  src/session.c
144
	  src/unmime.c: fixed 'warning: pointer targets in assignment differ
145
	  in signedness'.
146
147
2005-09-02
148
149
	* src/sourcewindow.c: added missing include.
150
	* src/filter.[ch]
151
	  src/prefs_filter.[ch]
152
	  src/folderview.c: moved prefs_filter_rename_path() and
153
	  prefs_filter_delete_path() to filter.c.
154
155
2005-09-02
156
157
	* src/main.c
158
	  src/filter.[ch]
159
	  src/prefs_filter.[ch]: moved prefs_filter_read_config() to filter.c.
160
161
2005-09-02
162
163
	* libsylph/recv.[ch]: moved to libsylph.
164
165
2005-09-02
166
167
	* libsylph/html.[ch]: moved to libsylph.
168
169
2005-09-01
170
171
	* src/prefs_common.c
172
	  src/procmsg.c: removed unused headers.
173
174
2005-09-01
175
176
	* src/account.[ch]
177
	  src/account_dialog.[ch]
178
	  src/folderview.c
179
	  src/mainwindow.c
180
	  src/main.c: separated UI code from account.c.
181
182
2005-09-01
183
184
	* src/prefs_account.c
185
	  src/prefs_common.c: removed unused headers.
186
	* src/enums.h
187
	  src/prefs_common.h
188
	  src/summaryview.h
189
	  src/mainwindow.h: separated some enums to reduce dependency.
190
191
2005-09-01
192
193
	* src/customheader.[ch]
194
	  src/prefs_customheader.[ch]
195
	  src/prefs_account.c: moved customheader read/write config function
196
	  to customheader.c.
197
	* src/main.c
198
	  src/prefs_common.c: don't use gtkutils.h from prefs_common.c.
199
200
2005-08-31
201
202
	* libsylph/prefs.h
203
	  src/prefs_ui.[ch]
204
	  src/account.c
205
	  src/prefs_template.c
206
	  src/prefs_account.[ch]
207
	  src/prefs_common.[ch]
208
	  src/prefs_account_dialog.[ch]
209
	  src/prefs_common_dialog.[ch]
210
	  src/mainwindow.c
211
	  src/Makefile.am: separated UI code from prefs_common.c and
212
	  prefs_account.c.
213
214
2005-08-31
215
216
	* src/trayicon.c: enable compilation on MinGW.
217
218
2005-08-31
219
220
	* libsylph/prefs.[ch]: added prefs_param_table_get() and
221
	  prefs_param_table_destroy().
222
	  prefs_config_parse_one_line(): optimized by using
223
	  prefs_param_table_get().
224
225
2005-08-31
226
227
	* libsylph/Makefile.am
228
	  libsylph/base64.[ch]
229
	  libsylph/codeconv.[ch]
230
	  libsylph/defs.h
231
	  libsylph/prefs.[ch]
232
	  libsylph/quoted-printable.[ch]
233
	  libsylph/session.[ch]
234
	  libsylph/socket.[ch]
235
	  libsylph/ssl.[ch]
236
	  libsylph/stringtable.[ch]
237
	  libsylph/unmime.[ch]
238
	  libsylph/utils.[ch]
239
	  libsylph/uuencode.[ch]
240
	  libsylph/xml.[ch]: made some core modules library (libsylph).
241
	* src/Makefile.am: modified so that it uses libsylph.la.
242
243
2005-08-30
244
245
	* src/prefs.[ch]
246
	  src/prefs_ui.[ch]: separated UI code from prefs.[ch].
247
	* src/prefs_common.c
248
	  src/prefs_account.c: added casts for (GtkWidget **).
249
250
2005-08-30
251
252
	* src/main.c: code cleanup.
253
254
2005-08-29
255
256
	* src/statusbar.c
257
	  src/utils.[ch]: separate statusbar from utils.c.
258
259
2005-08-29
260
261
	* src/logwindow.c
262
	  src/utils.[ch]: separate LogWindow from utils.c.
263
264
2005-08-29
265
266
	* src/main.[ch]
267
	  src/xml.c
268
	  src/utils.[ch]: made debug_mode static variable in utils.c.
269
270
2005-08-29
271
272
	* src/compose.c: compose_write_attach(): don't encode message/*
273
	  parts with quoted-printable or base64 (fixes broken attachments
274
	  on pgp-sign).
275
276
2005-08-26
277
278
	* src/compose.c: the line space setting now applies to the compose
279
	  window.
280
281
2005-08-26
282
283
	* src/socket.c: use g_io_channel_shutdown() instead of deprecated
284
	  g_io_channel_close().
285
	  sock_close(): use g_io_channel_shutdown() instead of directly
286
	  calling close() (fixes resource leak on Win32).
287
	  fd_close(): call closesocket() on Win32.
288
289
2005-08-25
290
291
	* src/folderview.c: folderview_button_pressed(): expand/collapse
292
	  tree row on double click.
293
294
2005-08-25
295
296
	* src/addressbook.c: fixed refresh of folder contents.
297
298
2005-08-24
299
300
	* src/trayicon.[ch]
301
	  src/mainwindow.[ch]
302
	  src/inc.c: separated trayicon into another module.
303
	  Notify new messages with trayicon on receive.
304
305
2005-08-24
306
307
	* src/prefs.[ch]
308
	  src/prefs_common.c: use GtkFontButton for font setting (thanks to
309
	  Alfons).
310
311
2005-08-24
312
313
	* src/stock_pixmap.[ch]
314
	  src/summaryview.c
315
	  src/prefs_filter_edit.c: removed stock_pixmap_widget() (instead
316
	  use stock_pixbuf_widget()).
317
318
2005-08-23
319
320
	* src/folderview.c
321
	  src/mainwindow.c: modified the 'Empty trash' messages.
322
323
2005-08-23
324
325
	* src/eggtrayicon.[ch]: added (borrowed from Loqui svn trunk).
326
	* src/mainwindow.[ch]: initial implementation of the tray icon.
327
	* src/stock_pixmap.[ch]: added stock_pixbuf_widget_scale().
328
329
2005-08-23
330
331
	* src/textview.c: modified fonts for mime parts.
332
333
2005-08-22
334
335
	* version 2.1.1
336
337
2005-08-22
338
339
	* src/addressbook.c:
340
	  addressbook_tree_selected()
341
	  addressbook_tree_button_pressed(): fixed a bug that multiple
342
	  selection with Ctrl key didn't work with GTK+ 2.6.9.
343
344
2005-08-22
345
346
	* src/procmsg.c
347
	  src/summaryview.c: fall back to date comparison on sorting
348
	  (fixes random date order when sorting by subject etc.).
349
350
2005-08-19
351
352
	* src/utils.c: path_cmp(): allow both '/' and G_DIR_SEPARATOR as
353
	  separator.
354
355
2005-08-19
356
357
	* src/folder.c:
358
	  folder_item_get_identifier(): force separator to "/".
359
	  folder_item_get_path(): force separator to filesystem's.
360
361
2005-08-19
362
363
	* src/recv.c
364
	  src/imap.c: made error check more strict.
365
366
2005-08-19
367
368
	* src/socket.c: fd_write_all(): use fd_write() instead of directly
369
	  using write() (fixes IMAP4 on win32).
370
371
2005-08-19
372
373
	* src/pixmaps/: renamed to src/icons/.
374
375
2005-08-18
376
377
	* configure.in: made $localedir, $manualdir, and $faqdir
378
	  user-configurable.
379
380
2005-08-18
381
382
	* src/compose.[ch]
383
	  src/mainwindow.[ch]: disused GtkHandleBox which haven't worked well.
384
	* src/stock_pixmap.c: stock_pixbuf_gdk(): allow NULL window.
385
386
2005-08-09
387
388
	* version 2.1.0
389
390
2005-08-09
391
392
	* src/mh.c
393
	  src/main.c
394
	  src/procmime.c: fix for config dir.
395
396
2005-08-09
397
398
	* src/folder.c
399
	  src/main.c
400
	  src/utils.[ch]
401
	  src/defs.h: modified directories for Windows convention.
402
403
2005-08-08
404
405
	* src/mh.c
406
	  src/template.c
407
	  src/codeconv.c
408
	  src/main.c
409
	  src/utils.c
410
	  src/addrbook.c: use GDir instead of directly using opendir().
411
412
2005-08-08
413
414
	* src/utils.[ch]: added wrappers for C library function that take
415
	  pathname arguments.
416
	* src/*.c: use wrapper functions.
417
418
2005-08-07
419
420
	* src/defs.h: modification for Win32.
421
	* src/main.c: check filename encoding only on Unix.
422
	* src/prefs_common.c: modification for Win32.
423
424
2005-08-07
425
426
	* src/codeconv.c: some fixes for Win32.
427
428
2005-08-07
429
430
	* src/procmsg.c: procmsg_send_queue(): close queue file before
431
	  removing it (Win32 fix).
432
433
2005-08-05
434
435
	* src/mh.c
436
	  src/session.c
437
	  src/mbox.c: braced Unix-specific code with #ifdef G_OS_UNIX.
438
	* configure.in: added -lws2_32 on MinGW environment.
439
440
2005-08-05
441
442
	* src/filter.c
443
	  configure.in: check for regex.h and regcomp().
444
445
2005-08-05
446
447
	* src/utils.[ch]: rename_force(): force rename even if the destination
448
	  file already exists (on non-Unix environment).
449
	* src/prefs.c
450
	  src/main.c: use rename_force().
451
452
2005-08-05
453
454
	* src/addrcache.c
455
	  src/compose.c
456
	  src/inc.c
457
	  src/action.c
458
	  src/session.c
459
	  src/main.c
460
	  src/utils.c
461
	  src/send_message.c
462
	  src/mbox.c
463
	  src/about.c
464
	  src/socket.c
465
	  src/socket.h
466
	  configure.in: enabled compilation with MinGW.
467
468
2005-08-04
469
470
	* src/compose.c
471
	  src/main.c
472
	  src/socket.[ch]: braced Unix-specific code with #ifdef G_OS_UNIX.
473
474
2005-08-04
475
476
	* configure.in: add -mms-bitfields to CFLAGS if the target is MinGW.
477
478
2005-08-04
479
480
	* src/utils.c: replaced tolower() with g_ascii_tolower().
481
482
2005-08-04
483
484
	* src/compose.c
485
	  src/main.c
486
	  src/utils.c
487
	  src/procmsg.c: replaced random() with portable g_random_*().
488
489
2005-08-04
490
491
	* src/about.c: modified version display.
492
	* src/socket.c: added sock_init() and sock_cleanup().
493
494
2005-08-04
495
496
	* src/mh.c: use GTimer for measuring time.
497
	* src/inc.[ch]
498
	  src/recv.c
499
	  src/session.[ch]: replaced gettimeofday() with portable
500
	  g_get_current_time(). 
501
	* src/socket.c: corrected signedness. Replaced usleep() with
502
	  portable g_usleep().
503
504
2005-08-04
505
506
	* src/prefs_common.c: removed mgedit from exteditor's candidates.
507
508
2005-08-03
509
510
	* src/utils.c:
511
	  execute_async()
512
	  execute_sync(): replaced fork() + exec() with GSpawn.
513
514
2005-08-02
515
516
	* src/compose.c
517
	  src/textview.c
518
	  src/quote_fmt_parse.y
519
	  src/pop.c
520
	  src/prefs_account.c
521
	  src/codeconv.c
522
	  src/imap.c
523
	  src/xml.c
524
	  src/utils.[ch]
525
	  src/addr_compl.c
526
	  src/procmsg.c
527
	  src/procmime.c
528
	  src/quoted-printable.c: replaced incorrect locale-dependent ctype
529
	  functions with GLib's. Corrected signedness mismatch.
530
	* src/about.c: set focus to the OK button.
531
532
2005-07-29
533
534
	* version 2.0.0
535
536
2005-07-22
537
538
	* version 2.0.0rc
539
540
2005-07-21
541
542
	* src/headerview.c: headerview_create(): added spacing for vbox.
543
544
2005-07-21
545
546
	* src/mh.c: mh_get_msg_list(): force strict cache checking on Queue
547
	  or Draft folders (fixes cache discrepancy).
548
549
2005-07-21
550
551
	* src/imap.c:
552
	  imap_modified_utf7_to_utf8(): fixed modified-UTF7 to UTF-8
553
	  conversion when the string includes '+'.
554
	  imap_utf8_to_modified_utf7(): use g_ascii_isprint() instead of
555
	  locale-dependent isprint().
556
	  Fixed warnings on conversion error.
557
558
2005-07-21
559
560
	* src/prefs_folder_item.c: display path with GtkLabel.
561
562
2005-07-20
563
564
	* src/rfc2015.c: unified indent. Use g_getenv() instead of getenv().
565
	  Use locale-independent g_ascii_toupper() instead of toupper().
566
567
2005-07-20
568
569
	* src/main.c: remove temporary files on startup. Code cleanups.
570
571
2005-07-19
572
573
	* src/compose.c: compose_insert_drag_received_cb(): added a hack to
574
	  prevent duplicated insertion.
575
576
2005-07-19
577
578
	* src/compose.c: compose_get_line_break_pos(): don't break line after
579
	  '/' (to protect file path etc.).
580
581
2005-07-19
582
583
	* src/compose.c: don't remove drag source on GDK_ACTION_MOVE.
584
	  Explicitly call gtk_drag_finish().
585
	* src/summaryview.c
586
	  src/folderview.c: made GtkTargetEntry static.
587
588
2005-07-15
589
590
	* src/summaryview.c: summary_modify_threads(): select correct row
591
	  when sorting is enabled.
592
593
2005-07-14
594
595
	* version 2.0.0beta6
596
597
2005-07-14
598
599
	* src/menu.c
600
	  src/prefs.c: removed '#warning FIXME_GTK2'.
601
602
2005-07-14
603
604
	* src/prefs_common.c: made textview_cursor_visible a hidden option.
605
606
2005-07-14
607
608
	* src/procmime.c: procmime_decode_content(): don't uncanonicalize
609
	  files whose name is *.txt but the Content-Type is
610
	  application/octet-stream.
611
612
2005-07-14
613
614
	* src/filter.c
615
	  src/folderview.c: modify filter rules after moving folders.
616
617
2005-07-13
618
619
	* src/textview.c
620
	  src/mimeview.c
621
	  src/procmime.[ch]: made the file size of attachments more accurate,
622
	  and human-readable.
623
624
2005-07-13
625
626
	* src/foldersel.c: display folder names with new/unread
627
	  representation.
628
629
2005-07-12
630
631
	* src/compose.c: compose_get_line_break_pos(): don't break line after
632
	  '-' (to protect e-mail address etc.).
633
634
2005-07-12
635
636
	* src/main.c
637
	  src/stock_pixmap.[ch]
638
	  src/Makefile.am
639
	  src/pixmaps/stock_sylpheed.png
640
	  sylpheed.png
641
	  sylpheed-64x64.png
642
	  sylpheed-128x128.png: added a new app icon, and specified it as
643
	  a default window icon.
644
645
2005-07-12
646
647
	* src/procmsg.[ch]: procmsg_send_queue(): clear summary cache to
648
	  prevent cache discrepancy.
649
650
2005-07-12
651
652
	* src/filesel.c: comply with prefs_common.comply_gnome_hig option.
653
654
2005-07-12
655
656
	* src/compose.c
657
	  src/addressbook.c
658
	  src/textview.c
659
	  src/account.c
660
	  src/summaryview.c: modified several alerts, and added accelerators
661
	  for the buttons.
662
663
2005-07-11
664
665
	* gtkut_tree_view_scroll_to_cell(): added margin for visibility.
666
667
2005-07-11
668
669
	* src/compose.c: compose_parse_header(): use Content-Type's charset as
670
	  a fallback encoding of broken header strings.
671
672
2005-07-11
673
674
	* src/compose.c: don't convert encoding if inserted file is UTF-8.
675
676
2005-07-11
677
678
	* src/compose.c: fixed duplicate signature problem in re-edit or
679
	  after editing with external editor.
680
681
2005-07-11
682
683
	* src/textview.c: get_uri_part(): don't include characters '{', '}',
684
	  '[', ']' in URI characters.
685
686
2005-07-11
687
688
	* src/compose.[ch]: replaced gdk_input_*() with GIOChannel.
689
690
2005-07-08
691
692
	* version 2.0.0beta5
693
694
2005-07-08
695
696
	* src/editjpilot.c
697
	  src/editvcard.c: fixed a crash when cancelling file selection dialog
698
	  by Escape key. Made non-ascii filename selectable. Use new file
699
	  chooser dialog.
700
701
2005-07-08
702
703
	* src/compose.c
704
	  src/procmsg.[ch]: put existing window in front when trying to reedit
705
	  draft/queued messages which are already open.
706
707
2005-07-08
708
709
	* src/alertpanel.[ch]: alertpanel_full(): added more generic function.
710
	* src/compose.c
711
	  src/account.c
712
	  src/folderview.c: modified some alert dialogs.
713
714
2005-07-08
715
716
	* src/addressbook.c
717
	  src/alertpanel.[ch]
718
	  src/summaryview.c: added G_ALERTCANCEL to AlertValue, and return it
719
	  if cancelled.
720
721
2005-07-07
722
723
	* src/summary_search.c
724
	  src/message_search.c: modified the order of buttons.
725
726
2005-07-07
727
728
	* src/prefs_display_header.c
729
	  src/prefs_actions.c
730
	  src/prefs.[ch]
731
	  src/prefs_account.c
732
	  src/prefs_common.[ch]
733
	  src/prefs_summary_column.c
734
	  src/prefs_template.c
735
	  src/gtkutils.[ch]
736
	  src/foldersel.c
737
	  src/summary_search.c
738
	  src/inputdialog.c
739
	  src/editbook.c
740
	  src/editgroup.c
741
	  src/editjpilot.c
742
	  src/editaddress.c
743
	  src/editldap_basedn.c
744
	  src/editvcard.c
745
	  src/editldap.c: made the order of buttons comply with GNOME HIG.
746
747
2005-07-06
748
749
	* src/stock_pixmap.[ch]
750
	  src/sylpheed-logo.png: replaced Sylpheed logo with new one.
751
752
2005-07-06
753
754
	* src/stock_pixmap.[ch]
755
	  src/pixmaps/*.xpm: removed unused images.
756
757
2005-07-06
758
759
	* src/pixmaps/stock_hand-signed.png: added.
760
	* src/compose.c: use new icon for Signature tool button.
761
762
2005-07-05
763
764
	* src/pixmaps/Makefile.am: added BUILT_SOURCES to EXTRA_DIST for
765
	  'make distcheck'.
766
767
2005-07-05
768
769
	* src/stock_pixmap.[ch]
770
	  src/pixmaps/*.png
771
	  src/pixmaps/Makefile.am: replaced pixmaps icons with png images
772
	  (most of them are copied from gnome-icon-theme,
773
	  stock_mail_receive_all and stock_mail_send_queue are contributed
774
	  from Jean-Yves Lefort).
775
	* src/compose.c
776
	  src/mainwindow.c: use new png icons.
777
	* src/folderview.c: use special icon for draft folder.
778
779
2005-07-04
780
781
	* src/procmsg.c: procmsg_read_cache(): mark cache as dirty if open
782
	  failed.
783
784
2005-07-04
785
786
	* version 2.0.0beta4
787
788
2005-07-04
789
790
	* src/folderview.[ch]: lock button/key input while a folder is
791
	  loading (fixed selection becoming wrong when another folder was
792
	  clicked quickly).
793
794
2005-07-04
795
796
	* src/mh.c: unified move_folder and rename_folder.
797
798
2005-07-04
799
800
	* src/imap.c
801
	  src/folderview.c: implemented IMAP4 folder move.
802
803
2005-07-01
804
805
	* src/mh.c
806
	  src/folder.h
807
	  src/foldersel.[ch]
808
	  src/imap.c
809
	  src/news.c
810
	  src/folderview.[ch]
811
	  src/mainwindow.c: implemented folder move (currently restricted
812
	  inside the same MH mailbox).
813
814
2005-07-01
815
816
	* src/filter.c: fixed a bug in syncing folder path.
817
	* src/folderview.c: some code cleanups.
818
819
2005-06-30
820
821
	* src/summaryview.c: summary_filter_func(): reflect flag changes to
822
	  IMAP server.
823
824
2005-06-30
825
826
	* src/compose.c: compose_write_to_file(): check for line length limit
827
	  and display warning if exceeds.
828
	* src/utils.[ch]: check_line_length(): new.
829
830
2005-06-29
831
832
	* src/main.c: main(): check for filename encoding on the first run.
833
834
2005-06-29
835
836
	* src/utils.c: get_outgoing_rfc2822_str(): reverted the previous
837
	  change (RFC 2822: 3.6.1. The origination date field).
838
839
2005-06-28
840
841
	* src/utils.c: get_outgoing_rfc2822_str(): overwrite Date: header
842
	  with current time (corrects date of queued messages).
843
844
2005-06-28
845
846
	* src/mh.c: mh_scan_tree_recursive(): put a warning and skip if
847
	  G_FILENAME_ENCODING is not specified but invalid UTF-8 directory
848
	  name appeared.
849
850
2005-06-27
851
852
	* src/imageview.c: fixed a possible crash on the view change from
853
	  imageview to textview (thanks to NINOMIYA Yuuki).
854
855
2005-06-24
856
857
	* src/ssl.c: show verify result as string.
858
859
2005-06-24
860
861
	* src/utils.c:
862
	  is_dir_exist()
863
	  is_file_entry_exist()
864
	  dirent_is_regular_file()
865
	  dirent_is_directory(): use g_file_test() instead of stat().
866
867
2005-06-24
868
869
	* src/ssl.c: verify SSL certificate (thanks to Kazuhiro NISHIYAMA).
870
871
2005-06-24
872
873
	* src/utils.[ch]
874
	  src/rfc2015.c: use a wrapper of strftime() to suppress the warning
875
	  of gcc about %c.
876
	* src/procheader.c: removed warning about invalid date.
877
	* src/jpilot.c
878
	  src/vcard.c: use get_home_dir() instead of g_get_home_dir().
879
880
2005-06-24
881
882
	* src/prefs_common.[ch]: removed unused option 'enable_hscrollbar'.
883
884
2005-06-24
885
886
	* src/summaryview.c: removed unrequired function
887
	  summary_set_column_titles().
888
889
2005-06-23
890
891
	* version 2.0.0beta3
892
893
2005-06-23
894
895
	* src/foldersel.c
896
	  src/folderview.[ch]: expand parent folder when new one is created.
897
898
2005-06-23
899
900
	* src/textview.c: added "Compose new message" and "Open with Web
901
	  browser" to the context menu.
902
903
2005-06-23
904
905
	* src/folderview.[ch]: modified the way to revert selection after
906
	  menu popup.
907
908
2005-06-23
909
910
	* src/editldap.c: made bind password entry invisible.
911
912
2005-06-22
913
914
	* src/prefs_common.c: quote_colors_set_dialog_key_pressed(): destroy
915
	  dialog only if Escape key is pressed.
916
	* src/textview.[ch]: update colors of text tags when prefs are
917
	  updated.
918
919
2005-06-22
920
921
	* src/summaryview.[ch]: made summary columns reorderable by DnD.
922
923
2005-06-22
924
925
	* src/mh.c
926
	  src/procmsg.h
927
	  src/prefs_common.[ch]: disabled strict checking of caches by stat()
928
	  and improved the performance.
929
	  Added MSG_CACHED flag to MsgTmpFlags.
930
	  Added 'Advanced' tab to the common prefs.
931
932
2005-06-21
933
934
	* src/folderview.c: folderview_delete_folder_cb(): modified the alert
935
	  message on deleting folders.
936
937
2005-06-21
938
939
	* src/prefs_account.[ch]
940
	  src/prefs_common.[ch]
941
	  src/news.c: moved the option of max news articles to account prefs.
942
943
2005-06-21
944
945
	* src/compose.c: compose_reply()
946
	  src/prefs_account.[ch]: added an option to encrypt when replying to
947
	  encrypted message (thanks to Vladi Belperchinov-Shabanski).
948
949
2005-06-21
950
951
	* src/summaryview.c: summary_reply(): use currently visible textview
952
	  for selection reply.
953
954
2005-06-20
955
956
	* configure.in: enabled GPGME and OpenSSL support by default.
957
	  Use pkg-config to detect OpenSSL (thanks to Michael Schwendt).
958
959
2005-06-20
960
961
	* src/imap.c: replace embedded null characters with ' ' when parsing
962
	  block data (fix parse errors when embedded null characters appeared
963
	  in headers).
964
	* src/socket.[ch]: modified *_getline() so that it returns the length
965
	  of string including embedded null characters.
966
	* src/utils.[ch]: subst_null(): replaces null characters with
967
	  specified one.
968
969
2005-06-20
970
971
	* src/textview.c: added "Add to address book" to the context menu
972
	  (thanks to Tomohiro Masubuchi), and changed "Copy this link" to
973
	  "Copy this address" when address is clicked.
974
	* src/addressadd.c: addressadd_selection(): open edit person dialog
975
	  right after it is added.
976
977
2005-06-17
978
979
	* src/prefs.h: added macro PACK_SMALL_LABEL().
980
	* src/inc.c: inc_finished()
981
	  src/prefs_common.[ch]: added an option to execute command when new
982
	  messages arrived.
983
984
2005-06-16
985
986
	* version 2.0.0beta2
987
988
2005-06-16
989
990
	* src/send_message.c: send_message_local(): check exit status to
991
	  detect errors.
992
993
2005-06-16
994
995
	* src/procmsg.c: procmsg_empty_trash(): unset dirty flag after cleared
996
	  cache/mark files (fixed wrong unread count of trash folders).
997
998
2005-06-15
999
1000
	* src/summaryview.[ch]
1001
	  src/mainwindow.c: added 'Tools/Filter junk mails in folder' and
1002
	  'Tools/Filter junk mails in selected messages'.
1003
1004
2005-06-15
1005
1006
	* src/compose.c: made 'File/Insert signature' replace current
1007
	  signature, or add it to the bottom.
1008
1009
2005-06-14
1010
1011
	* src/textview.c: fixed slightly wrong scroll position when the
1012
	  displayed message changed.
1013
1014
2005-06-14
1015
1016
	* src/compose.c: scroll the view to the cursor position after paste.
1017
1018
2005-06-14
1019
1020
	* src/compose.c: don't scroll when view is created.
1021
	  compose_input_cb(): set cursor to the top when the text is replaced.
1022
1023
2005-06-14
1024
1025
	* src/compose.c: scroll the view to the cursor position after
1026
	  inserting signatures or files.
1027
1028
2005-06-14
1029
1030
	* src/mh.c: mh_remove_msg(): fixed a bug that unintentionally set
1031
	  FolderItem::last_num to 0 (which caused wrong unread number
1032
	  display).
1033
1034
2005-06-14
1035
1036
	* src/summaryview.c: summary_set_colorlabel(): fixed a bug that the
1037
	  change of color labels was not saved.
1038
1039
2005-06-13
1040
1041
	* src/prefs_common.[ch]
1042
	  src/inc.c: integrated junk filter setting into common prefs.
1043
	* src/filter.[ch]: added filter_rule_list_free().
1044
1045
2005-06-13
1046
1047
	* src/summaryview.c: include currently selected row on flag search
1048
	  if message view is visible but the row is not displayed.
1049
1050
2005-06-13
1051
1052
	* src/imap.c: reacquire CAPABILITY after STARTTLS since it can be
1053
	  changed (thanks to Tomasz).
1054
1055
2005-06-10
1056
1057
	* replaced every strcasecmp/g_strcasecmp with g_ascii_strcasecmp,
1058
	  and strncasecmp/g_strncasecmp with g_ascii_strncasecmp
1059
	  (fixes Turkish locale problem) (thanks to Doruk Fisek).
1060
1061
2005-06-10
1062
1063
	* src/prefs.h
1064
	  src/prefs_common.c: unified some frames and checkboxes.
1065
1066
2005-06-10
1067
1068
	* src/summaryview.c: summary_modify_node(): really fixed the crash
1069
	  bug (referred freed memory on sorting).
1070
1071
2005-06-10
1072
1073
	* src/summaryview.c: flush events before scrolling to selected.
1074
1075
2005-06-10
1076
1077
	* src/summaryview.c: fixed possible crash (take 2).
1078
1079
2005-06-10
1080
1081
	* src/summaryview.c: fixed possible crash when sorted by
1082
	  From/To/Subject.
1083
1084
2005-06-09
1085
1086
	* version 2.0.0beta1
1087
1088
2005-06-09
1089
1090
	* src/gtkutils.[ch]: added gtkut_tree_view_scroll_to_cell().
1091
	  Removed ununsed CTree functions.
1092
	* src/summaryview.c: fixed scroll positon problem after some
1093
	  operations.
1094
1095
2005-06-08
1096
1097
	* src/inc.c
1098
	  src/send_message.c
1099
	  src/progressdialog.[ch]: reimplemented progress dialog with
1100
	  GtkTreeView. Added some APIs.
1101
1102
2005-06-08
1103
1104
	* sylpheed.spec.in: modified for the latest RPM (thanks to Paul
1105
	  Dickson).
1106
1107
2005-06-08
1108
1109
	* src/account.c
1110
	  src/prefs_filter.c: made some buttons stock button.
1111
1112
2005-06-08
1113
1114
	* src/summaryview.c: summary_tree_view_create(): disabled typeahead
1115
	  find.
1116
1117
2005-06-07
1118
1119
	* src/compose.c
1120
	  src/main.c
1121
	  src/procmsg.[ch]
1122
	  src/send_message.[ch]
1123
	  src/prefs_common.[ch]
1124
	  src/mainwindow.c: added an option to apply filter rules to sent
1125
	  messages.
1126
1127
2005-06-06
1128
1129
	* src/mimeview.c
1130
	  src/sourcewindow.c: don't use "destroy" signal to destroy objects.
1131
1132
2005-06-06
1133
1134
	* src/compose.c: don't use "destroy" signal to destroy Compose object
1135
	  (fix rare crashes on discard?).
1136
1137
2005-06-06
1138
1139
	* src/summaryview.c:
1140
	  summary_attract_by_subject()
1141
	  summary_sort(): clear selection list when the order of the list is
1142
	  changed.
1143
1144
2005-06-06
1145
1146
	* src/summaryview.c: summary_remove_invalid_messages(): fixed a bug
1147
	  that it took time at O(n^2) order if all messages were selected
1148
	  and then they were removed.
1149
1150
2005-06-06
1151
1152
	* src/compose.c
1153
	  src/messageview.c
1154
	  src/prefs_common.c
1155
	  src/mainwindow.c: added Hebrew encodings.
1156
1157
2005-06-06
1158
1159
	* src/codeconv.[ch]: always enabled Japanese auto-detection if the
1160
	  first letters of locale string is "ja".
1161
1162
2005-06-03
1163
1164
	* src/compose.c
1165
	  src/summaryview.[ch]
1166
	  src/folderview.c: improved the DnD. Don't copy files on
1167
	  summary-to-folder drag, and set mime type to message/rfc822 on
1168
	  summary-to-compose drag.
1169
1170
2005-06-03
1171
1172
	* src/prefs_common.c: prefs_junk_create(): modified the description.
1173
1174
2005-06-03
1175
1176
	* src/summaryview.c: summary_junk_func(), summary_junk(): allow
1177
	  empty junk folder.
1178
1179
2005-06-02
1180
1181
	* src/prefs_common.c: prefs_font_select(): select current font
1182
	  when opening the dialog.
1183
1184
2005-06-02
1185
1186
	* src/prefs_common.[ch]
1187
	  src/mainwindow.[ch]
1188
	  src/summaryview.[ch]: added a feature for junk mail control.
1189
1190
2005-06-01
1191
1192
	* src/summaryview.c: summary_msgid_table_create_func(): ignore invalid
1193
	  or deleted messages.
1194
1195
2005-06-01
1196
1197
	* src/textview.c:
1198
	  textview_search_string()
1199
	  textview_search_string_backward(): improved sequential searches.
1200
1201
2005-06-01
1202
1203
	* src/summaryview.c: don't include the current message for
1204
	  "View/Go to/(Prev|Next) (unread|new) message".
1205
1206
2005-05-31
1207
1208
	* src/imap.c: imap_scan_tree_recursive(): disabled scanning of folders
1209
	  because the STATUS command costs much.
1210
1211
2005-05-31
1212
1213
	* src/summaryview.c: summary_show(): fixed a bug that caused crash
1214
	  if FolderView::selected is NULL (thanks to Yann Grossel).
1215
	* src/folderview.[ch]: folderview_set_opened_item(): new.
1216
1217
2005-05-30
1218
1219
	* src/manage_window.c: manage_window_focus_out(): don't reset
1220
	  focus_window on focus-out event.
1221
	* src/inc.c
1222
	  src/send_message.c: call manage_window_destroy() to reset
1223
	  focus_window before destruction of window.
1224
1225
2005-05-30
1226
1227
	* src/alertpanel.c: don't let message label take focus.
1228
	* src/headerview.c: don't let header labels take focus.
1229
1230
2005-05-30
1231
1232
	* src/summaryview.[ch]: optimized getting the selection list.
1233
	  Set cache as dirty when reordered to remember the current order.
1234
1235
2005-05-29
1236
1237
	* version 1.9.12
1238
1239
2005-05-27
1240
1241
	* src/compose.c: compose_entries_set(): don't interpret Bcc header
1242
	  field (conform to RFC 2368).
1243
1244
2005-05-27
1245
1246
	* src/mh.c
1247
	  src/compose.c
1248
	  src/folder.[ch]
1249
	  src/imap.c
1250
	  src/procmsg.c
1251
	  src/news.c
1252
	  src/summaryview.c: added FolderItem::mark_dirty flag to determine
1253
	  if mark file really needs to be updated.
1254
	  Write mark file only if cache_dirty or mark_dirty flag is set.
1255
1256
2005-05-27
1257
1258
	* src/imap.c: don't destroy the previous Session object when
1259
	  reconnecting (fixed crash when reconnection happened while scanning
1260
	  tree).
1261
	  imap_cmd_search(): fixed a bug that only the first response was
1262
	  recognized (thanks to Hanno Meyer-Thurow).
1263
	* src/procmsg.h: added MSG_IS_SIGNED() macro.
1264
1265
2005-05-26
1266
1267
	* src/main.c: app_will_exit(): cleanup tmp directory when exit.
1268
	* src/mimeview.c: fixed DnD of non-ascii filename.
1269
	* src/utils.[ch]: encode_uri(): new.
1270
	* src/summaryview.[ch]: use subject as the filename of droppend
1271
	  messages. Added .eml as the extension.
1272
1273
2005-05-25
1274
1275
	* src/textview.c: textview_write_link(): also skip non-ascii space
1276
	  at the head of link strings (phishing check didn't work at the case).
1277
1278
2005-05-25
1279
1280
	* src/utils.c: get_command_output(): use g_spawn_command_line_sync()
1281
	  instead of popen().
1282
1283
2005-05-25
1284
1285
	* src/send_message.c: send_message_local(): use GSpawn, and detect
1286
	  errors.
1287
1288
2005-05-25
1289
1290
	* src/message_search.c: removed Clear button.
1291
1292
2005-05-24
1293
1294
	* src/folder.[ch]: added FolderItem::cache_dirty flag to determine
1295
	  if cache file really needs to be updated.
1296
	* src/mh.c
1297
	  src/imap.c
1298
	  src/procmsg.c
1299
	  src/news.c: set cache_dirty flag if folder contents differ from
1300
	  the cache file.
1301
	* src/summaryview.c: set cache_dirty flag if folder contents changed.
1302
	  Write cache file only if cache_dirty flag is set.
1303
1304
2005-05-24
1305
1306
	* src/compose.c: disable attach toggle button for now.
1307
1308
2005-05-24
1309
1310
	* src/compose.[ch]: added a toggle button for the attachment pane.
1311
1312
2005-05-24
1313
1314
	* src/compose.[ch]: reimplemented the attachment list with
1315
	  GtkTreeView. Fixed attaching of locale filename.
1316
	* src/utils.c: uri_list_extract_filenames(): properly parse URI.
1317
1318
2005-05-24
1319
1320
	* src/gtkutils.c: fixed compilation failure with GTK 2.4.
1321
1322
2005-05-23
1323
1324
	* src/summaryview.[ch]: enabled DnD to external apps.
1325
1326
2005-05-23
1327
1328
	* src/compose.[ch]: added PGP Sign/Encrypt check button on the compose
1329
	  window.
1330
1331
2005-05-23
1332
1333
	* src/summaryview.c: summary_step(): don't use "move-cursor" signal
1334
	  to move cursor.
1335
1336
2005-05-23
1337
1338
	* src/gtksctree.[ch]: removed.
1339
	* src/gtkutils.c: added missing include, and removed GtkSCTree init.
1340
1341
2005-05-23
1342
1343
	* src/textview.c
1344
	  src/mimeview.[ch]
1345
	  src/summaryview.c
1346
	  src/mainwindow.c: reimplemented MimeView with GtkTreeView.
1347
1348
2005-05-20
1349
1350
	* src/summaryview.c: summary_show(): fixed the selection state on
1351
	  refresh.
1352
1353
2005-05-20
1354
1355
	* src/summaryview.c: summaryview_clear_list(): set the value of
1356
	  vadjustment to 0.0 so that the "value-changed" signal is always
1357
	  emitted (fixes the scroll problem on refresh).
1358
1359
2005-05-19
1360
1361
	* src/message_search.c: improved the interface and made code cleanup.
1362
1363
2005-05-19
1364
1365
	* src/summary_search.c: improved the interface and made code cleanup.
1366
1367
2005-05-19
1368
1369
	* src/summaryview.c: summary_show(): fixed a problem that no message
1370
	  was selected after processing left marks.
1371
1372
2005-05-19
1373
1374
	* src/textview.[ch]
1375
	  src/prefs_common.[ch]
1376
	  src/mainwindow.c: added an option to toggle cursor in message view
1377
	  (thanks to Godwin Stewart).
1378
1379
2005-05-19
1380
1381
	* src/summaryview.c: summary_modify_threads(): block selection_changed
1382
	  callback while modifying threads so that the toolbar doesn't
1383
	  become insensitive unexpectedly.
1384
1385
2005-05-18
1386
1387
	* src/summaryview.c: set minimum column width.
1388
	  src/folderview.c: set minimum column width. Remember every column
1389
	  width.
1390
1391
2005-05-18
1392
1393
	* src/summaryview.c: display next messages after deleting when
1394
	  immediate_exec is enabled.
1395
1396
2005-05-17
1397
1398
	* version 1.9.11
1399
1400
2005-05-17
1401
1402
	* src/summaryview.c: summary_remove_invalid_messages(): adjusted
1403
	  selection and message display on execution.
1404
	  summary_get_modified_node(): fixed an order problem.
1405
1406
2005-05-17
1407
1408
	* src/summaryview.c: summary_row_expanded(): made a workaround for
1409
	  last-row expand problem.
1410
1411
2005-05-16
1412
1413
	* src/summaryview.c: summary_selection_changed(): forgot to unset
1414
	  SummaryView::selected on empty selection.
1415
1416
2005-05-16
1417
1418
	* src/summaryview.c: fixed selection problem after execution.
1419
	* src/gtkutils.c: gtkut_tree_model_find_by_column_data(): also compare
1420
	  start node.
1421
1422
2005-05-15
1423
1424
	* src/summaryview.c: summary_button_pressed(): fixed a bug that
1425
	  prohibited column resize.
1426
1427
2005-05-15
1428
1429
	* src/summaryview.c: summary_key_pressed(): fixed a bug that Return,
1430
	  Space and Delete key are ignored when multiple messages were
1431
	  selected.
1432
	* src/headerview.c: added missing gtk/gtkimage.h include.
1433
1434
2005-05-13
1435
1436
	* version 1.9.10
1437
1438
2005-05-13
1439
1440
	* src/prefs_common.[ch]
1441
	  src/summaryview.c: made rules hint configurable. Removed debug code.
1442
	* src/gtkutils.c: gtkut_tree_row_reference_equal(): return FALSE if
1443
	  one of the reference is invalid.
1444
1445
2005-05-13
1446
1447
	* src/summaryview.c: don't open selected messages on 'View/Go to'
1448
	  if the message view is hidden.
1449
1450
2005-05-13
1451
1452
	* src/summaryview.c: modified the handling of middle-click and
1453
	  double-click.
1454
1455
2005-05-13
1456
1457
	* src/summaryview.c: adjusted the width of icon-titled columns.
1458
1459
2005-05-12
1460
1461
	* src/summaryview.c: summary_attract_by_subject()
1462
	  src/mainwindow.c: main_window_set_menu_sensitive(): disable 'Attract
1463
	  by subject' if sorted.
1464
1465
2005-05-12
1466
1467
	* src/summaryview.c: summary_attract_by_subject(): optimized using
1468
	  gtk_tree_store_reorder() (gtk_tree_store_move_after() is too slow).
1469
1470
2005-05-12
1471
1472
	* src/summaryview.c: display collapsed rows which have unread children
1473
	  as bold.
1474
1475
2005-05-11
1476
1477
	* src/summaryview.c: summary_have_unread_children(): implemented.
1478
	  summary_row_expanded(): expand all children.
1479
	  summary_thread_build(): added missing g_hash_table_destroy().
1480
1481
2005-05-11
1482
1483
	* src/summaryview.c
1484
	  src/mainwindow.c: summary_thread_build(): implemented.
1485
1486
2005-05-11
1487
1488
	* src/utils.c: remove_dir_recursive(): fixed operation failure if
1489
	  current directory is inside one which is to be removed.
1490
	* src/summaryview.c: summary_unthread(): implemented.
1491
	* src/folderview.c: fixed crash when FolderView::selected became
1492
	  invalid. Unset it if selection becomes empty.
1493
	* src/defs.h: changed DEFAULT_MESSAHE_FONT from "Sans 14" to
1494
	  "Monospace 12".
1495
1496
2005-05-10
1497
1498
	* src/summaryview.c: summary_select_thread(): implemented.
1499
1500
2005-05-10
1501
1502
	* src/summary_search.c: reimplemented summary search.
1503
1504
2005-05-10
1505
1506
	* src/summaryview.c:
1507
	  summary_show(): display selected message if always_show_msg is set.
1508
	  summary_button_pressed(): fixed the handling of modifier key.
1509
	  summary_selection_changed(): clear message view if not single
1510
	  selection.
1511
1512
2005-05-10
1513
1514
	* src/summaryview.c
1515
	  src/gtkutils.[ch]: fixed compilation failure on GTK+ 2.4
1516
	  (GTK+ 2.4 doesn't provide the way to unset the sort setting).
1517
1518
2005-05-09
1519
1520
	* src/editjpilot.c
1521
	  src/editldap_basedn.c
1522
	  src/editldap.c: added missing includes.
1523
1524
2005-05-09
1525
1526
	* src/compose.c
1527
	  src/inc.c
1528
	  src/addressbook.c
1529
	  src/textview.c
1530
	  src/messageview.c
1531
	  src/editbook.c
1532
	  src/editgroup.c
1533
	  src/importldif.c
1534
	  src/foldersel.c
1535
	  src/mimeview.c
1536
	  src/message_search.c
1537
	  src/main.c
1538
	  src/inputdialog.c
1539
	  src/editaddress.c
1540
	  src/addressadd.c
1541
	  src/import.c
1542
	  src/about.c
1543
	  src/mainwindow.c
1544
	  src/editvcard.c: added missing includes.
1545
	* src/gtkutils.[ch]: added utility functions for GtkTreeView.
1546
	* src/stock_pixmap.[ch]: stock_pixbuf_widget(): new.
1547
	* src/folderview.c: modified for column sizing.
1548
	* src/summaryview.[ch]
1549
	  src/prefs_summary_column.c: reimplemented with GtkTreeView
1550
	  (some features are not completed yet).
1551
1552
2005-05-06
1553
1554
	* src/socket.c: sock_connect_address_list_async(): only watch
1555
	  G_IO_OUT to prevent a rare connection problem (thanks to Thorsten
1556
	  Maerz).
1557
1558
2005-05-02
1559
1560
	* src/prefs_filter_edit.c: prefs_filter_edit_set_cond_hbox_widgets():
1561
	  display unit on AGE condition.
1562
1563
2005-04-27
1564
1565
	* src/imageview.c: imageview_get_resized_pixbuf(): don't scale images
1566
	  if not required (just increase ref count).
1567
1568
2005-04-27
1569
1570
	* src/mainwindow.c: main_window_create(): disable no longer required
1571
	  workaround for resize grip on GTK+ 2.6.
1572
1573
2005-04-22
1574
1575
	* src/imap.c: imap_auth(): prefer CRAM-MD5 if authentication type is
1576
	  automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED.
1577
1578
2005-04-22
1579
1580
	* src/folderview.c: folderview_selection_changed(): flush widget to
1581
	  reflect selection change before showing summary.
1582
1583
2005-04-22
1584
1585
	* sylpheed.desktop: changed the encoding to UTF-8 (thanks to Daichi
1586
	  Kawahata).
1587
1588
2005-04-22
1589
1590
	* src/folderview.c:
1591
	  folderview_rescan_tree()
1592
	  folderview_check_new(): refresh widgets before processing.
1593
1594
2005-04-20
1595
1596
	* src/gtkutils.[ch]: gtkut_widget_draw_now(): use
1597
	  gdk_window_process_updates() to force update of widgets.
1598
	  Removed gtkut_widget_wait_for_draw() which had a big overhead
1599
	  because of waiting for all events processed.
1600
	* src/statusbar.c
1601
	  src/summaryview.c
1602
	  src/setup.c
1603
	  src/folderview.c
1604
	  src/mainwindow.c: use gtkut_widget_draw_now(). Improved performance
1605
	  of the update of statusbar.
1606
1607
2005-04-20
1608
1609
	* src/textview.c: textview_smooth_scroll_do(): redraw it after scroll
1610
	  is done (fixed incorrect display when a part of the view is hidden).
1611
1612
2005-04-19
1613
1614
	* version 1.9.9
1615
1616
2005-04-19
1617
1618
	* sylpheed.desktop: added French translation (thanks to Nicolas Boos).
1619
1620
2005-04-19
1621
1622
	* src/session.[ch]: use separate buffer for large data to be sent,
1623
	  and don't duplicate it (reduces memory usage) (thanks to Dirk).
1624
1625
2005-04-19
1626
1627
	* src/compose.c
1628
	  src/prefs_common.c: removed '/Edit/Advanced' menu which had been
1629
	  provided for old GtkSText, and had interfered with gtk-key-theme
1630
	  configuration.
1631
1632
2005-04-15
1633
1634
	* src/folderview.c: folderview_create(): check GTK version for
1635
	  "ellipsize" property.
1636
1637
2005-04-13
1638
1639
	* src/folderview.c: modified include.
1640
	  folderview_col_resized(): fixed argument type.
1641
1642
2005-04-13
1643
1644
	* src/imap.c: imap_close(): don't do anything if item->path is NULL.
1645
	* src/folderview.c: removed unused GtkStyle.
1646
	  folderview_select_row(): don't expand the row itself.
1647
	  folderview_selection_changed(): fixed a memory leak.
1648
1649
2005-04-13
1650
1651
	* src/rfc2015.c: pgp_sign(): fixed missing brackets. Check if
1652
	  result->signatures is not NULL (fix crashes when ~/.gnupg doesn't
1653
	  exist).
1654
	* src/sigstatus.c: gpgmegtk_sig_status_to_string(): check if signature
1655
	  is not NULL.
1656
1657
2005-04-12
1658
1659
	* version 1.9.8
1660
1661
2005-04-12
1662
1663
	* src/folderview.c
1664
	  src/gtkutils.[ch]: remember the column width, and restored Search
1665
	  menu.
1666
1667
2005-04-12
1668
1669
	* src/compose.c
1670
	  src/messageview.c
1671
	  src/codeconv.[ch]
1672
	  src/prefs_common.c
1673
	  src/mainwindow.c: support GBK encoding. Fallback to GBK if "X-GBK"
1674
	  is passed (thanks to SuperMMX).
1675
1676
2005-04-12
1677
1678
	* src/compose.c: compose_write_to_file(): don't encode clearsigned
1679
	  text.
1680
1681
2005-04-11
1682
1683
	* src/action.c: catch_output(): correctly select the insert text
1684
	  (fix invalid iterator warnings).
1685
1686
2005-04-11
1687
1688
	* src/gtkutils.[ch]
1689
	  src/folderview.[ch]: implemented message-to-folder DnD.
1690
	  Auto-expand and auto-scroll are also implemented.
1691
1692
2005-04-08
1693
1694
	* src/folderview.c: folderview_check_new(): fixed infinite loop bug.
1695
	  folderview_new_news_group_cb(): fixed crash bug when subscribing.
1696
	* src/summaryview.c: summary_show(): update FolderView::opened before
1697
	  folderview_update_opened_msg_num() is called.
1698
1699
2005-04-07
1700
1701
	* src/folderview.c: folderview_selection_changed(): don't let
1702
	  GtkTreeView::gtk_tree_view_button_press() grab focus after opening
1703
	  a folder by button press.
1704
1705
2005-04-07
1706
1707
	* src/folderview.[ch]: reimplemented folder view with GtkTreeView
1708
	  (DnD is not implemented yet).
1709
	* src/folder.[ch]: folder_item_compare(): compare function to sort
1710
	  FolderItem.
1711
	* src/gtkutils.[ch]:
1712
	  gtkut_tree_model_next()
1713
	  gtkut_tree_model_find_by_column_data()
1714
	  gtkut_tree_view_find_collapsed_parent(): new.
1715
	* src/pixmaps/dir-noselect.xpm
1716
	  src/pixmaps/dir-open.xpm
1717
	  src/pixmaps/dir-close.xpm: removed extra spaces.
1718
1719
2005-04-05
1720
1721
	* src/send_messages.c: send_message_smtp(): consider EOF right after
1722
	  QUIT successful (workaround for Gmail SMTP server).
1723
	* src/socket.c: ssl_read(), ssl_peek(): check EOF which violates the
1724
	  SSL protocol.
1725
	* src/procheader.c: removed an unused variable.
1726
1727
2005-04-01
1728
1729
	* configure.in: changed -traditional-cpp to -no-cpp-precomp for newer
1730
	  Mac OS X support.
1731
1732
2005-03-31
1733
1734
	* src/account.c: reimplemented edit account dialog using GtkTreeView.
1735
1736
2005-03-31
1737
1738
	* src/colorlabel.c: removed warnings when displaying colorlabel menu
1739
	  (don't use GtkAlignment).
1740
	* src/prefs_filter_edit.c: stabilized displaying of widgets.
1741
	* src/gtkutils.[ch]: gtkut_scrolled_window_reset_position(): reset
1742
	  the adjustments to (0, 0).
1743
1744
2005-03-31
1745
1746
	* src/foldersel.c
1747
	  src/prefs_filter.c: made column resize automatically.
1748
1749
2005-03-31
1750
1751
	* src/smtp.c: smtp_auth_plain(): fixed a bug that extra '\0' was
1752
	  included in the auth string and PLAIN authentication failed
1753
	  (thanks to IWAMOTO Kouichi).
1754
1755
2005-03-31
1756
1757
	* src/prefs_filter.c: reimplemented filter prefs dialog using
1758
	  GtkTreeView.
1759
1760
2005-03-29
1761
1762
	* src/compose.c: don't join (presumably) itemized lines on
1763
	  line-wrapping.
1764
1765
2005-03-29
1766
1767
	* version 1.9.7
1768
1769
2005-03-29
1770
1771
	* src/procmsg.c: procmsg_get_thread_tree(): look for indirect parent
1772
	  only the second loop for accurate threading.
1773
	* src/procheader.c: procheader_parse_stream(): made In-Reply-To take
1774
	  priority of References for MsgInfo::inreplyto.
1775
1776
2005-03-28
1777
1778
	* src/utils.[ch]: references_list_prepend(): new.
1779
	* src/procmsg.[ch]
1780
	  src/procheader.c
1781
	  src/summaryview.c: modified the thread creation so that it looks up
1782
	  every message-id in References header if the real parent message is
1783
	  not found (thanks to Alfons).
1784
	* src/defs.h: upped the cache version.
1785
1786
2005-03-28
1787
1788
	* src/foldersel.c: reimplemented folder selection dialog using
1789
	  GtkTreeView (thanks to Alfons).
1790
	* src/stock_pixmap.[ch]: stock_pixbuf_gdk(): new. It generates
1791
	  GdkPixbuf object from xpm.
1792
1793
2005-03-25
1794
1795
	* src/compose.c: compose_parse_header(): ignore empty Reply-To: and
1796
	  Followup-To: header (thanks to Alfons).
1797
1798
2005-03-23
1799
1800
	* src/compose.c:
1801
	  compose_write_to_file()
1802
	  compose_write_headers(): separate header charset and body charset.
1803
	  Fixed the issue that ISO-8859-1 was forced for headers when body
1804
	  is US-ASCII only.
1805
1806
2005-03-23
1807
1808
	* src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when
1809
	  auxiliary Kanji appeared (only affects svn version after
1810
	  2005-03-17).
1811
1812
2005-03-22
1813
1814
	* src/codeconv.[ch]: return error value in every code conversion
1815
	  function.
1816
1817
2005-03-18
1818
1819
	* src/html.[ch]: html_parse(): made return value const.
1820
	* src/textview.c: textview_show_html(): force output of newline.
1821
	* src/procmime.c: procmime_get_text_content(): follow the API change.
1822
1823
2005-03-18
1824
1825
	* src/account.c: account_find_from_message_file(): added missing
1826
	  NULL terminator of the HeaderEntry array which had introduced
1827
	  crash on re-edit (thanks to Michael Schwendt).
1828
1829
2005-03-17
1830
1831
	* src/utils.c: strncpy2(): optimized based on Alfons' code.
1832
1833
2005-03-17
1834
1835
	* src/codeconv.[ch]
1836
	  src/textview.c
1837
	  src/unmime.c
1838
	  src/procheader.c
1839
	  src/sourcewindow.c
1840
	  src/rfc2015.c
1841
	  src/html.c: made every code conversion API allocate new memory.
1842
	  This removes redundant string copy on conversion.
1843
1844
2005-03-16
1845
1846
	* src/prefs_common.[ch]
1847
	  src/textview.c: added an option whether to render HTML as text or
1848
	  not.
1849
1850
2005-03-16
1851
1852
	* src/filesel.c: remember the state of the expander of file save
1853
	  dialog.
1854
1855
2005-03-16
1856
1857
	* src/compose.[ch]: added a menu to temporally change the outgoing
1858
	  encoding. Use UTF-8 also for headers if it is forced for body.
1859
	* src/codeconv.[ch]:
1860
	  conv_get_outgoing_charset_str(): don't use prefs_common setting.
1861
	  conv_encode_header(): added an argument for outgoing encoding.
1862
	* src/prefs_common.c: added separators to outgoing encoding menu.
1863
	* src/messageview.c
1864
	  src/mainwindow.c: changed 'Code set' (which is rather incorrect)
1865
	  in the menu to 'Character encoding'.
1866
1867
2005-03-15
1868
1869
	* version 1.9.6
1870
1871
2005-03-15
1872
1873
	* src/action.c: create_io_dialog(): use user-defined text font
1874
	  (thanks to Alfons), and modified its appearance.
1875
1876
2005-03-15
1877
1878
	* src/compose.c: compose_write_to_file(): fixed a memory leak.
1879
1880
2005-03-14
1881
1882
	* src/compose.c: compose_write_to_file(): do a strict check for code
1883
	  conversion.
1884
	* src/codeconv.[ch]:
1885
	  conv_codeset_strdup_full()
1886
	  conv_iconv_strdup()
1887
	  conv_iconv_strdup_with_cd(): added an argument to return an error
1888
	  value.
1889
1890
2005-03-14
1891
1892
	* src/smtp.[ch]
1893
	  src/prefs_account.c: implemented PLAIN authentication method
1894
	  (thanks to mori).
1895
1896
2005-03-14
1897
1898
	* src/filesel.c:
1899
	  filesel_select_file_full(): remember directories for each operations.
1900
	  filesel_create(): set default response.
1901
	* src/textview.c: textview_key_pressed()
1902
	  src/mimeview.c: mimeview_key_pressed(): move focus to upper view
1903
	  if Esc key is pressed.
1904
	* Thanks to Sergey Pinaev for the above.
1905
1906
2005-03-11
1907
1908
	* src/compose.[ch]: use GtkTextTag for signature replacement to
1909
	  stabilize it.
1910
1911
2005-03-10
1912
1913
	* src/textview.c: implemented 'Save this image as...' in the context
1914
	  menu of inline images.
1915
	* src/procmime.c: procmime_get_part_file_name(): new.
1916
1917
2005-03-10
1918
1919
	* src/mainwindow.c: main_window_set_widgets(): request size first
1920
	  to prevent window size becoming wrong.
1921
	* src/utils.c: debug_print(): use g_print() to output with locale
1922
	  encoding.
1923
1924
2005-03-10
1925
1926
	* src/passphrase.c: partially fixed grab input of passphrase dialog.
1927
	  Confine pointer to window.
1928
1929
2005-03-09
1930
1931
	* src/compose.c: fixed wrapping of quote when auto-wrapping is
1932
	  enabled.
1933
1934
2005-03-09
1935
1936
	* src/mainwindow.c: fixed remembering of the state of the visibility
1937
	  of MessageView.
1938
1939
2005-03-09
1940
1941
	* src/compose.c: compose_attach_cb(): enabled multiple file selection.
1942
	* src/main.c: migrate_old_config(): copy also mime.types.
1943
	* src/filesel.[ch]: filesel_select_files(): returns multiple selected
1944
	  files.
1945
1946
2005-03-08
1947
1948
	* src/imageview.[ch]: imageview_get_resized_pixbuf(): new.
1949
	  src/textview.c: textview_add_part(): follow the setting of
1950
	  prefs_common.resize_image.
1951
	* src/configure.in
1952
	  src/about.c
1953
	  src/mimeview.c: removed enable-gdk-pixbuf option since gdk-pixbuf
1954
	  is now built-in.
1955
1956
2005-03-08
1957
1958
	* src/messageview.[ch]
1959
	  src/mimeview.[ch]: changed the implementation of switching
1960
	  Text/MIME view (enables smooth switching).
1961
1962
2005-03-08
1963
1964
	* src/textview.c: textview_make_clickable_parts(): optimized the
1965
	  URI search (fixes freeze at extremely long lines with many '@').
1966
	* src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name():
1967
	  new. Force linebreak of long lines (> 8190 chars) to prevent the
1968
	  slowdown of GtkTextView.
1969
1970
2005-03-07
1971
1972
	* src/mainwindow.c
1973
	  src/mimeview.[ch]: save selected attachments if mimeview has focus
1974
	  when 'File/Save as...' is selected.
1975
	  Made mimeview_save_as() public.
1976
1977
2005-03-07
1978
1979
	* version 1.9.5
1980
1981
2005-03-07
1982
1983
	* src/codeconv.c: conv_unmime_header(): use fixed size of buffer.
1984
	* src/procheader.c: procheader_scan_date_string(): support header
1985
	  like: "[Tue,] 01 Feb 2005 09:57[:00]".
1986
1987
2005-03-04
1988
1989
	* src/unmime.[ch]: use GString for a buffer for header MIME decoding
1990
	  to improve the efficiency.
1991
	* src/codeconv.c: conv_unmime_header(): directly return the return
1992
	  value of unmime_header(). Restrict the buffer size on the stack.
1993
1994
2005-03-04
1995
1996
	* src/codeconv.[ch]: removed conv_unmime_header_overwrite() because
1997
	  it had introduced heap buffer overflow.
1998
	  conv_unmime_header(): modified so that it returns newly-allocated
1999
	  string.
2000
	* src/compose.c: compose_parse_header(): don't use
2001
	  conv_unmime_header_overwrite() which introduced buffer overflow.
2002
	* src/procheader.c
2003
	  src/news.c
2004
	  src/procmime.c: followed the API change.
2005
2006
2005-03-03
2007
2008
	* use Content-Type's charset as a fallback encoding of broken header
2009
	  strings (thanks to Sergey Pinaev).
2010
	* src/textview.c: use Content-Type's charset information and
2011
	  force-charset setting when displaying headers.
2012
	* src/codeconv.c: conv_iconv_strdup(): convert even if src and dest
2013
	  are identical, or dest is US-ASCII.
2014
	  conv_unmime_header(): try to convert with default encoding if
2015
	  string is not ascii.
2016
	* src/procheader.[ch]:
2017
	  procheader_get_header_array()
2018
	  procheader_get_header_array_asis(): added an argument for default
2019
	  encoding.
2020
	  procheader_parse_stream(): use Content-Type's charset information.
2021
	* src/procmime.[ch]: added procmime_scan_content_type_str() which
2022
	  returns parameters of Content-Type header.
2023
	* src/unmime.[ch]: removed unused function prototype.
2024
2025
2005-03-02
2026
2027
	* version 1.9.4
2028
2029
2005-03-02
2030
2031
	* src/compose.c: compose_destroy(): destroy paned only if it's not
2032
	  attached to window. Fixed memory leak of popup menu.
2033
2034
2005-03-02
2035
2036
	* src/sigstatus.c: modified the popup dialog. Fixed warning when
2037
	  pressing escape key. Fixed indentation of the source.
2038
2039
2005-03-02
2040
2041
	* src/main.c: removed redundant code.
2042
	* configure.in: removed redundant PKG_CHECK_MODULES.
2043
	  use PKG_CONFIG instead of GLIB_CONFIG which is no longer available
2044
	  (fixes LDAP compilation).
2045
2046
2005-03-01
2047
2048
	* configure.in: check for GLib/GTK version (>= 2.4.0).
2049
2050
2005-03-01
2051
2052
	* src/gtkutils.[ch]: removed non-used code.
2053
2054
2005-03-01
2055
2056
	* src/mimeview.[ch]: display action buttons when attached files are
2057
	  selected.
2058
	  Fixed the handling of key press and popup menu.
2059
	  Fixed redraw problem of widget pane.
2060
	* src/summaryview.[ch]: minor code cleanup.
2061
	* src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has
2062
	  focus.
2063
	* src/filesel.c: change current directory before creating dialog
2064
	  (fixed performance problem on folders with large number of
2065
	  message).
2066
	* src/textview.[ch]: removed unused functions.
2067
2068
2005-03-01
2069
2070
	* ac/check-type.m4
2071
	  ac/gnupg-check-typedef.m4: fixed a warning of the newer automake
2072
	  (thanks to Daichi Kawahata).
2073
2074
2005-02-28
2075
2076
	* src/compose.c: compose_parse_header(): generate References: from
2077
	  In-Reply-To: even if the parent message doesn't have Message-Id:
2078
	  (thanks to mori).
2079
2080
2005-02-28
2081
2082
	* src/procheader.[ch]: fixed the argument type of buffer length
2083
	  (thanks to Alfons).
2084
2085
2005-02-27
2086
2087
	* src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch()
2088
	  was called even on SSL connection. It has introduced random bugs.
2089
2090
2005-02-25
2091
2092
	* src/messageview.c: messageview_select_all(), reply_cb(): fixed
2093
	  selection bugs.
2094
2095
2005-02-25
2096
2097
	* src/compose.c
2098
	  src/textview.c
2099
	  src/quote_fmt_parse.y: follow the API changes.
2100
	* src/procmsg.c: procmsg_print_message(): output text with locale
2101
	  encoding.
2102
	* src/procmime.[ch]:
2103
	  procmime_get_text_content()
2104
	  procmime_get_first_text_content(): added an argument for dest
2105
	  encoding.
2106
	* src/codeconv.[ch]: conv_code_converter_new(): added an argument for
2107
	  dest encoding.
2108
	* src/html.c: removed broken locale specific entity reference
2109
	  conversion.
2110
2111
2005-02-25
2112
2113
	* src/compose.c
2114
	  src/messageview.c
2115
	  src/mimeview.c
2116
	  src/export.c
2117
	  src/summaryview.c
2118
	  src/import.c
2119
	  src/filesel.[ch]: replaced GtkFileSelection with
2120
	  GtkFileChooserDialog.
2121
	  Added filesel_save_as().
2122
2123
2005-02-24
2124
2125
	* src/alertpanel.c: modified its design to fit other GTK2 apps.
2126
2127
2005-02-24
2128
2129
	* src/progressdialog.c
2130
	  src/inc.c: inc_progress_dialog_create(): modified ProgressDialog
2131
	  to use GtkDialog.
2132
2133
2005-02-24
2134
2135
	* src/compose.c: compose_write_attach(): force transfer encoding to
2136
	  protect trailing spaces for PGP signing.
2137
2138
2005-02-23
2139
2140
	* src/gtkutils.[ch]: removed unused functions.
2141
	  gtkut_text_buffer_match_string()
2142
	  gtkut_text_buffer_find(): changed the API to use iterator.
2143
	  gtkut_text_buffer_find_backward(): new.
2144
	* src/textview.c:
2145
	  textview_search_string()
2146
	  textview_search_string_backward(): use new API.
2147
2148
2005-02-23
2149
2150
	* src/logwindow.c
2151
	  src/prefs_common.[ch]: re-enabled the line number limit, and made
2152
	  the value configurable.
2153
2154
2005-02-22
2155
2156
	* src/codeconv.c:
2157
	  conv_anytodisp(): check if converted string is valid UTF-8.
2158
	  conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup()
2159
	  failed.
2160
	  conv_unmime_header_overwrite()
2161
	  conv_unmime_header(): try to convert unencoded strings using locale
2162
	  encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann).
2163
2164
2005-02-21
2165
2166
	* version 1.9.3
2167
2168
2005-02-21
2169
2170
	* src/compose.c:
2171
	  compose_join_next_line(): consider tab width. Keep cursor position
2172
	  as much as possible.
2173
	  compose_wrap_paragraph(): remove trailing spaces on wrapping.
2174
	  compose_insert_sig(): don't select text when placing cursor.
2175
	  compose_insert_file(): disable autowrap while inserting text.
2176
	  compose_undo_cb()
2177
	  compose_redo_cb(): disable autowrap while performing undo/redo.
2178
2179
2005-02-21
2180
2181
	* src/summaryview.c: summary_ctree_create(): changed indent size to
2182
	  12.
2183
2184
2005-02-18
2185
2186
	* src/textview.c: added 'Copy this link' to the context menu
2187
	  (thanks to Hiroyuki Ikezoe).
2188
	* po/Makefile.in.in: added checks and statistics display option to
2189
	  msgfmt command.
2190
2191
2005-02-18
2192
2193
	* src/compose.c: compose_join_next_line(): removed extra spaces
2194
	  between the next line.
2195
2196
2005-02-18
2197
2198
	* src/compose.c: compose_wrap_paragraph(): comply with 'Wrap
2199
	  quotation' setting.
2200
2201
2005-02-18
2202
2203
	* src/textview.c: fixed glitches of underlined URI in textview
2204
	  (thanks to Alfons).
2205
2206
2005-02-18
2207
2208
	* src/compose.c: compose_join_next_line(): don't use
2209
	  gtk_text_buffer_backspace() which is gtk-2.6 only API.
2210
2211
2005-02-17
2212
2213
	* src/compose.c: implemented new line-wrapping routine. Enables full
2214
	  i18n support and proper line-breaking.
2215
	* src/utils.[ch]: get_uri_len(): returns URI length.
2216
2217
2005-02-16
2218
2219
	* src/procmime.c: procmime_get_tmp_file_name(): convert filename
2220
	  to filesystem encoding.
2221
2222
2005-02-14
2223
2224
	* src/intl.h: removed.
2225
2226
2005-02-10
2227
2228
	* src/compose.c: compose_write_file(): force transfer encoding to
2229
	  protect trailing spaces for PGP signing (fixes incompatibility
2230
	  between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz).
2231
2232
2005-02-10
2233
2234
	* src/compose.c
2235
	  src/sourcewindow.c: automatically show horizontal scroll bar.
2236
2237
2005-02-09
2238
2239
	* version 1.9.2
2240
2241
2005-02-09
2242
2243
	* src/textview.c: implemented better hypertext processing (pointing
2244
	  a link shows its URI and single-clicking it follows the link).
2245
2246
2005-02-08
2247
2248
	* src/codeconv.[ch]
2249
	  conv_filename_from_utf8()
2250
	  conv_filename_to_utf8(): new. They always returns non-NULL strings.
2251
	* src/filesel.c
2252
	  src/summaryview.c: fixed non-UTF8 filename handling of the file
2253
	  selection dialog (thanks to Sergey Pinaev).
2254
	* src/compose.c: compose_attach_cb(): fixed attaching of files with
2255
	  non-UTF8 names (thanks to Sergey Pinaev).
2256
2257
2005-02-08
2258
2259
	* src/prefs_filter.c: use stock buttons.
2260
2261
2005-02-08
2262
2263
	* src/procmime.[ch]
2264
	  src/textview.c
2265
	  src/prefs_common.c: implemented inline image display.
2266
2267
2005-02-07
2268
2269
	* src/gtkutils.c: gtkut_window_popup()
2270
	  src/about.c: about_show(): use gtk_window_present() to popup
2271
	  window.
2272
2273
2005-02-07
2274
2275
	* src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai).
2276
	* configure.in
2277
	  Makefile.am
2278
	  po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/.
2279
2280
2005-02-04
2281
2282
	* src/action.c: execute_actions(): don't include header part in
2283
	  message text.
2284
2285
2005-02-04
2286
2287
	* src/textview.c
2288
	  src/gtkutils.[ch]: reimplemented message text search.
2289
2290
2005-02-04
2291
2292
	* src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new.
2293
	* src/prefs_account.c
2294
	  src/prefs_common.c: made the font size of supplementary
2295
	  explanations smaller, and enabled line wrap.
2296
2297
2005-02-03
2298
2299
	* version 1.9.1
2300
2301
2005-02-03
2302
2303
	* src/compose.c: compose_create(): use normal API for setting font.
2304
2305
2005-02-02
2306
2307
	* src/main.c: parse_cmd_opt(): convert help message to locale
2308
	  encoding.
2309
2310
2005-02-02
2311
2312
	* src/compose.c:
2313
	  GET_CHAR(): speed up by using gtk_text_iter_get_char().
2314
	  get_indent_length(): use GtkTextIter for the loop.
2315
2316
2005-02-02
2317
2318
	* src/compose.c:
2319
	  text_inserted(): revalidate iterator so as not to invalidate it
2320
	  after gtk_text_buffer_insert() while enabling auto wrapping.
2321
	  Do paste-as-quotation directly inside compose_paste_as_quote_cb().
2322
2323
2005-02-01
2324
2325
	* version 1.9.0
2326
2327
2005-01-31
2328
2329
	* src/codeconv.c: conv_utf8todisp(): replace every 8bit character
2330
	  if the source string is not a valid UTF-8.
2331
2332
2005-01-31
2333
2334
	* src/defs.h: use original ".sylpheed_cache" for CACHE_FILE.
2335
	  changed CACHE_VERSION to 0x20.
2336
2337
2005-01-31
2338
2339
	* src/rfc2015.c: sig_status_full(): convert string returned by
2340
	  strftime() (which is locale encoding) to UTF-8.
2341
2342
2005-01-31
2343
2344
	* configure.in
2345
	  src/textview.c
2346
	  src/passphrase.[ch]
2347
	  src/mimeview.c
2348
	  src/main.c
2349
	  src/select-keys.[ch]
2350
	  src/rfc2015.[ch]
2351
	  src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi).
2352
2353
2005-01-28
2354
2355
	* src/template.c: template_write_config(): fixed a memory leak.
2356
2357
2005-01-28
2358
2359
	* src/compose.c: removed redundant code for Ctrl-Enter handling
2360
	  (not required for GTK2).
2361
2362
2005-01-27
2363
2364
	* src/prefs_actions.c
2365
	  src/prefs_template.c
2366
	  src/summary_search.c
2367
	  src/message_search.c
2368
	  src/folderview.c
2369
	  src/prefs_customheader.c
2370
	  src/prefs_filter.c: use GTK stock button for alertpanel.
2371
2372
2005-01-27
2373
2374
	* src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to
2375
	  prevent character corruption on conversion.
2376
2377
2005-01-26
2378
2379
	* src/stock_pixmap.[ch]
2380
	  src/pixmaps/stock_add_16.xpm
2381
	  src/pixmaps/stock_remove_16.xpm: removed two pixmaps.
2382
	* src/prefs_filter_edit.c: use GTK stock icon for add and remove
2383
	  button.
2384
2385
2005-01-26
2386
2387
	* src/alertpanel.c: use smaller size for title font.
2388
2389
2005-01-26
2390
2391
	* src/codeconv.[ch]: made encoding-specific functions static, and
2392
	  removed redundant code.
2393
2394
2005-01-26
2395
2396
	* src/procmime.c:
2397
	  procmime_scan_content_type()
2398
	  procmime_scan_content_disposition(): removed raw ISO-2022-JP to
2399
	  EUC-JP conversion.
2400
	* src/jpilot.c: use conv_codeset_strdup() instead of
2401
	  conv_sjistodisp().
2402
2403
2005-01-26
2404
2405
	* src/compose.c
2406
	  src/folder.c
2407
	  src/prefs.c
2408
	  src/codeconv.[ch]
2409
	  src/imap.c
2410
	  src/xml.c
2411
	  src/addrbook.c
2412
	  src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which
2413
	  replace conv_get_internal_charset_str().
2414
2415
2005-01-25
2416
2417
	* src/inc.c: inc_finished(): removed warning when updating a
2418
	  folder item while no folder is selected.
2419
2420
2005-01-25
2421
2422
	* src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default
2423
	  font_desc.
2424
	* src/prefs_common.[ch]
2425
	  src/defs.h: removed unused font configs.
2426
	* src/textview.c: use default font for headers.
2427
	* src/headerview.c
2428
	  src/folderview.c: generate bold font from normal font.
2429
	* src/summaryview.c: generate bold and small font from normal font.
2430
2431
2005-01-24
2432
2433
	* src/alertpanel.c: alertpanel_create(): generate title font from
2434
	  normal font.
2435
2436
2005-01-24
2437
2438
	* src/pop.c: pop3_get_uidl_table(): removed the old code for
2439
	  migration.
2440
	* src/main.c: migrate_old_config(): also migrate sylpheedrc, and
2441
	  check the existence of source files.
2442
	* src/prefs_common.c: changed the font setting name for migration.
2443
	* src/defs.h: added UIDL_DIR, and changed the default font.
2444
2445
2005-01-24
2446
2447
	* src/compose.c
2448
	  src/addressbook.c
2449
	  src/messageview.c
2450
	  src/mimeview.c
2451
	  src/select-keys.c
2452
	  src/sigstatus.c: use GTK stock button for button set.
2453
	* src/passphrase.c: improved the passphrase dialog.
2454
2455
2005-01-24
2456
2457
	* src/alertpanel.c: use GTK stock icon instead of pixmap.
2458
	* src/pixmaps/stock_dialog_*_48.xpm: removed.
2459
2460
2005-01-24
2461
2462
	* src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*().
2463
2464
2005-01-24
2465
2466
	* src/prefs_display_header.c
2467
	  src/action.c
2468
	  src/grouplistdialog.c
2469
	  src/textview.c
2470
	  src/editbook.c
2471
	  src/editgroup.c
2472
	  src/importldif.c
2473
	  src/summary_search.c
2474
	  src/message_search.c
2475
	  src/select-keys.c
2476
	  src/editjpilot.c
2477
	  src/export.c
2478
	  src/editaddress.c
2479
	  src/addressadd.c
2480
	  src/editldap_basedn.c
2481
	  src/prefs_summary_column.c
2482
	  src/import.c
2483
	  src/prefs_filter_edit.c
2484
	  src/editvcard.c
2485
	  src/prefs_customheader.c
2486
	  src/editldap.c
2487
	  src/sigstatus.c: use GTK stock button for button set.
2488
2489
2005-01-24
2490
2491
	* src/compose.c
2492
	  src/inc.c
2493
	  src/prefs_actions.c
2494
	  src/prefs.c
2495
	  src/progressdialog.c
2496
	  src/account.c
2497
	  src/prefs_template.c
2498
	  src/foldersel.c
2499
	  src/main.c
2500
	  src/alertpanel.c
2501
	  src/inputdialog.c
2502
	  src/prefs_common.c
2503
	  src/summaryview.c
2504
	  src/about.c
2505
	  src/mainwindow.c
2506
	  src/prefs_filter.c: use GTK stock button for button set.
2507
	* src/gtkutils.[ch]: gtkut_stock_button_set_create(): added.
2508
2509
2005-01-21
2510
2511
	* src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to
2512
	  Alfons).
2513
2514
2005-01-21
2515
2516
	* src/colorlabel.c: removed include of gdk/gdkx.h.
2517
	* src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
2518
	* src/codeconv.[ch]: added conv_utf8todisp().
2519
	* src/sourcewindow.c: source_window_append()
2520
	  src/textview.c: textview_write_line(), textview_write_link()
2521
	  src/unmime.c: unmime_header()
2522
	  src/html.c: html_read_line(): assume the encoding of source
2523
	  string is UTF-8 instead of locale encoding.
2524
2525
2005-01-20
2526
2527
	* src/codeconv.[ch]: conv_copy_dir(): copy directory contents with
2528
	  code conversion.
2529
	* src/main.c: migrate_old_config(): migrate templates.
2530
2531
2005-01-20
2532
2533
	* src/action.c: convert locale strings to UTF-8 before displaying
2534
	  it (thanks to Alfons).
2535
2536
2005-01-20
2537
2538
	* src/statusbar.c
2539
	  src/summaryview.c
2540
	  src/setup.c
2541
	  src/folderview.c
2542
	  src/mainwindow.[ch]: restored the resize grip of the main
2543
	  statusbar with its proper position (thanks to Yoichi Imai).
2544
2545
2005-01-20
2546
2547
	* src/jpilot.c: fixed Japanese code conversion.
2548
2549
2005-01-19
2550
2551
	* src/compose.c: compose_insert_sig(): fixed broken signature
2552
	  replacement.
2553
2554
2005-01-19
2555
2556
	* src/mh.c
2557
	  src/utils.c
2558
	  src/procmsg.c: ignore 0-numbered message file. Don't use symbol
2559
	  'fileno' used in stdio.h.
2560
	* src/messageview.c: messageview_show(): check if
2561
	  procmsg_msginfo_get_full_info() succeeds (fixes crash when
2562
	  opening 0-numbered message) (thanks to WAKAI Kazunao).
2563
2564
2005-01-19
2565
2566
	* src/summaryview.c: summary_reply(): fixed a bug that didn't
2567
	  correctly get text selection.
2568
2569
2005-01-12
2570
2571
	* Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2).