Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 840:1e4e42de23d5
[xemacs-hg @ 2002-05-14 13:03:54 by ben]
To: xemacs-patches@xemacs.org
callproc.c: Use Fget_buffer_create() with a string buffer, as documented.
extents.c: indentation.
lstream.c: fix a bug in selective-display
handling; not the crash we're seeing.
marker.c: delete superfluous error-checking -- it's already there in
bytebpos_to_membpos() and vice-versa.
| author | ben |
|---|---|
| date | Tue, 14 May 2002 13:04:00 +0000 |
| parents | bf645ed7cfe3 |
| children | 44478bd99873 |
comparison
equal
deleted
inserted
replaced
| 839:182d9d1c71a5 | 840:1e4e42de23d5 |
|---|---|
| 1 2002-05-14 Ben Wing <ben@xemacs.org> | |
| 2 | |
| 3 * callproc.c (Fold_call_process_internal): | |
| 4 Use Fget_buffer_create() with a string buffer, as documented. | |
| 5 | |
| 6 * extents.c (signal_extent_changed): indentation. | |
| 7 | |
| 8 * lstream.c (lisp_buffer_reader): fix a bug in selective-display | |
| 9 handling; not the crash we're seeing. | |
| 10 | |
| 11 * marker.c: | |
| 12 * marker.c (byte_marker_position): | |
| 13 * marker.c (set_byte_marker_position): | |
| 14 delete superfluous error-checking -- it's already there in | |
| 15 bytebpos_to_membpos() and vice-versa. | |
| 16 | |
| 1 2002-05-13 Ben Wing <ben@xemacs.org> | 17 2002-05-13 Ben Wing <ben@xemacs.org> |
| 2 | 18 |
| 3 * config.h.in: | 19 * config.h.in: |
| 4 * font-lock.c: | 20 * font-lock.c: |
| 5 Reenable font-lock code since it's used by mouse.el. The flag for | 21 Reenable font-lock code since it's used by mouse.el. The flag for |
