Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4609:33b8c874b2c8
Correct string offset and arg handling, #'query-coding-string and related.
lisp/ChangeLog addition:
2009-02-11 Aidan Kehoe <kehoea@parhasard.net>
* coding.el (query-coding-string):
Correct the order of arguments passed to #'query-coding-region.
(unencodable-char-position):
Handle string offsets correctly, they're one less than buffer
offsets. Handle START and END correctly if passed a string.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 11 Feb 2009 12:11:26 +0000 |
parents | 517f6887fbc0 |
children | 38e8af61f38d |
comparison
equal
deleted
inserted
replaced
4608:1e3cf11fa27d | 4609:33b8c874b2c8 |
---|---|
1 2009-02-11 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * coding.el (query-coding-string): | |
4 Correct the order of arguments passed to #'query-coding-region. | |
5 (unencodable-char-position): | |
6 Handle string offsets correctly, they're one less than buffer | |
7 offsets. Handle START and END correctly if passed a string. | |
8 | |
1 2009-02-08 Aidan Kehoe <kehoea@parhasard.net> | 9 2009-02-08 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * cl-macs.el (delete-duplicates): | 11 * cl-macs.el (delete-duplicates): |
4 Add a new compiler macro, inlining this function if it's called | 12 Add a new compiler macro, inlining this function if it's called |
5 with a literal #'eq or #'equal test arguments and no other | 13 with a literal #'eq or #'equal test arguments and no other |