Mercurial > emacs
comparison src/ChangeLog @ 32877:d37727fd841b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 25 Oct 2000 12:14:15 +0000 |
parents | 0a4d038159dd |
children | e179a37546cc |
comparison
equal
deleted
inserted
replaced
32876:0ad3db06d19b | 32877:d37727fd841b |
---|---|
1 2000-10-25 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * window.c (pos_fully_visible_p): Removed. | |
4 (Fpos_visible_in_window_p): Use pos_visible_p to determine | |
5 if position is visible and/or fully visible. | |
6 | |
7 * lisp.h (pos_visible_p): Add prototype. | |
8 | |
9 * xdisp.c (pos_visible_p): New function. | |
10 | |
1 2000-10-25 Kenichi Handa <handa@etl.go.jp> | 11 2000-10-25 Kenichi Handa <handa@etl.go.jp> |
2 | 12 |
3 * process.c (send_process): If OBJECT is t, it means that the data | 13 * process.c (send_process): If OBJECT is t, it means that the data |
4 is from C string, but we should encode it. Before calling | 14 is from C string, but we should encode it. Before calling |
5 setup_raw_text_coding_system, be sure to flush out data by the | 15 setup_raw_text_coding_system, be sure to flush out data by the |