comparison src/ChangeLog @ 5777:ccaa851ae712

Rework description of no_conversion coding system, avoiding pdump confusion. src/ChangeLog addition: 2014-01-16 Aidan Kehoe <kehoea@parhasard.net> * file-coding.c: * file-coding.c (struct no_conversion_coding_stream): * file-coding.c (const struct sized_memory_description no_conversion_coding_stream_description): Removed. * file-coding.c (coding_system_type_create): Remove structure and description for struct no_conversion_coding_system, which confused pdump on some builds after the last change.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 16 Jan 2014 19:56:06 +0000
parents 65d65b52d608
children 319e18d08654
comparison
equal deleted inserted replaced
5776:65d65b52d608 5777:ccaa851ae712
1 2014-01-16 Aidan Kehoe <kehoea@parhasard.net>
2
3 * file-coding.c:
4 * file-coding.c (struct no_conversion_coding_stream):
5 * file-coding.c (const struct sized_memory_description
6 no_conversion_coding_stream_description): Removed.
7 * file-coding.c (coding_system_type_create):
8 Remove structure and description for struct
9 no_conversion_coding_system, which confused pdump on some builds
10 after the last change.
11
1 2014-01-16 Aidan Kehoe <kehoea@parhasard.net> 12 2014-01-16 Aidan Kehoe <kehoea@parhasard.net>
2 13
3 Pass character count information from the no-conversion and 14 Pass character count information from the no-conversion and
4 unicode coding systems to the buffer insertion code, making 15 unicode coding systems to the buffer insertion code, making
5 #'find-file on large buffers a little snappier (if 16 #'find-file on large buffers a little snappier (if