comparison lisp/ChangeLog @ 4205:579f03038f61

[xemacs-hg @ 2007-10-02 20:08:57 by aidan] Document that START and END are zero-based for insert-file-contents.
author aidan
date Tue, 02 Oct 2007 20:09:01 +0000
parents a7c5de5b9880
children 3651e9c49476
comparison
equal deleted inserted replaced
4204:121918494c46 4205:579f03038f61
1 2007-10-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * code-files.el (insert-file-contents):
4 Document that START and END are zero-based, in contrast to buffer
5 offsets, and give an example of their use.
6
1 2007-09-09 Aidan Kehoe <kehoea@parhasard.net> 7 2007-09-09 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * unicode.el (unicode-error-default-translation-table): 9 * unicode.el (unicode-error-default-translation-table):
4 New. A char table mapping from Unicode error octets (as 10 New. A char table mapping from Unicode error octets (as
5 represented in XEmacs) to ASCII, Control-1 and latin-iso8859-1. 11 represented in XEmacs) to ASCII, Control-1 and latin-iso8859-1.