Statistics
| Revision:

root / ChangeLog @ 596

History | View | Annotate | Download (61.6 kB)

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