Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4351:bc3b9f61018e
Respect the CODESYS argument in #'open-database; don't autodetect EOL.
2007-12-22 Aidan Kehoe <kehoea@parhasard.net>
* database.c (Fopen_database):
Actually respect the CODESYS argument; don't require EOL
autodetection from the coding system, because autodetection mostly
fails with reads of small amounts of data. It might be possible
with an implicit #'map-database on open, though I don't think
that's a great idea.
* database.c (print_database):
Give the coding system used for text conversion when printing a
database object.
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Sat, 22 Dec 2007 15:02:04 +0100 |
| parents | fb73a2046d3e |
| children | 4143b78d0df0 |
comparison
equal
deleted
inserted
replaced
| 4350:50889296c05c | 4351:bc3b9f61018e |
|---|---|
| 1 2007-12-22 Aidan Kehoe <kehoea@parhasard.net> | |
| 2 | |
| 3 * database.c (Fopen_database): | |
| 4 Actually respect the CODESYS argument; don't require EOL | |
| 5 autodetection from the coding system, because autodetection mostly | |
| 6 fails with reads of small amounts of data. It might be possible | |
| 7 with an implicit #'map-database on open, though I don't think | |
| 8 that's a great idea. | |
| 9 * database.c (print_database): | |
| 10 Give the coding system used for text conversion when printing a | |
| 11 database object. | |
| 12 | |
| 1 2007-12-20 Jerry James <james@xemacs.org> | 13 2007-12-20 Jerry James <james@xemacs.org> |
| 2 | 14 |
| 3 * sound.c: Fix unused parameter warnings when HAVE_ALSA_SOUND. | 15 * sound.c: Fix unused parameter warnings when HAVE_ALSA_SOUND. |
| 4 | 16 |
| 5 2007-12-18 Kenny Chien <Kenny.Chien@morganstanley.com> | 17 2007-12-18 Kenny Chien <Kenny.Chien@morganstanley.com> |
