Mercurial > emacs
annotate ChangeLog @ 89279:1fd77c471ee6
(decode_coding_utf_8): When eol_type is Qdos, handle
the case that the last byte is '\r' correctly.
(decode_coding_emacs_mule): Likewise.
(decode_coding_iso_2022): Likewise.
(decode_coding_sjis): Likewise.
(decode_coding_big5): Likewise.
(decode_coding_charset): Likewise.
(produce_chars): Likewise.
(decode_coding): Flushing out the unprocessed data correctly.
(decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of
coding->mode.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 06 Nov 2002 00:10:42 +0000 |
parents | 80acaa0a5ad6 |
children |
rev | line source |
---|---|
89083 | 1 2002-09-05 Dave Love <fx@gnu.org> |
2 | |
3 * configure.in (AH_BOTTOM): Add Local Variables comment. | |
4 | |
88966 | 5 2002-07-31 Dave Love <fx@gnu.org> |
6 | |
7 * Makefile.in (leim): Don't put PARALLEL in environment. | |
8 ($(srcdir)/src/config.in, $(srcdir)/src/stamp-h.in): New. | |
9 (install-arch-indep, install-arch-indep): Merge changes from | |
10 trunk. | |
11 | |
12 * configure.in: Require autoconf 2.53. Merge changes from trunk. | |
89083 | 13 Test for pty.h, sys/mman.h, sys/param.h |
88966 | 14 (AC_PROG_YACC): Deleted. |
15 (AH_BOTTOM): Maybe include strings.h. | |
89083 | 16 (HAVE_LANGINFO_CODESET): New. |
88966 | 17 |
88740 | 18 2002-06-11 Dave Love <fx@gnu.org> |
19 | |
20 * configure.in: Check for pty.h. Check for correct libungif. | |
21 Test for usable nl_langinfo. | |
22 (AC_SIZE_T): Replaced by AC_CHECK_TYPES. | |
23 | |
30994 | 24 ;; Local Variables: |
25 ;; coding: iso-2022-7bit-unix | |
26 ;; End: | |
39627 | 27 |
88816
028259b11c0d
Truncate to reflect only the branch.
Dave Love <fx@gnu.org>
parents:
88740
diff
changeset
|
28 Copyright (C) 2002 |
39627 | 29 Free Software Foundation, Inc. |
30 Copying and distribution of this file, with or without modification, | |
31 are permitted provided the copyright notice and this notice are preserved. |