Sat, 27 Nov 2010 15:04:57 -0500 |
Chong Yidong |
Merge changes from emacs-23 branch
|
Thu, 25 Nov 2010 12:55:14 +0900 |
Kenichi Handa |
Fix decoding of emacs-mule coding system.
|
Wed, 17 Nov 2010 14:51:09 +0900 |
Kenichi Handa |
coding.c (Fset_terminal_coding_system_internal): Fix previous change (set charset-ID list instead of charset-symbol list).
|
Thu, 04 Nov 2010 23:37:06 +0100 |
Lars Magne Ingebrigtsen |
Refer to set-coding-system-priority instead of the obsolete
|
Mon, 01 Nov 2010 13:09:26 +0900 |
Kenichi Handa |
Handle glyphless characters on tty.
|
Thu, 14 Oct 2010 16:32:27 +0200 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
Tue, 12 Oct 2010 21:52:05 +0900 |
Kenichi Handa |
Fix typos in comments
|
Fri, 08 Oct 2010 12:14:47 +0200 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
Fri, 08 Oct 2010 09:43:16 +0900 |
Kenichi Handa |
coding.c (complement_process_encoding_system): Fix previous change.
|
Mon, 04 Oct 2010 10:47:51 +0900 |
Kenichi Handa |
coding.c (complement_process_encoding_system): Fix previous change.
|
Sat, 02 Oct 2010 10:44:50 +0900 |
Kenichi Handa |
Fix complementing of a coding system
|
Thu, 30 Sep 2010 13:28:34 +0900 |
Kenichi Handa |
Complement a coding system for encoding arguments and input to a process.
|
Tue, 14 Sep 2010 16:41:53 +0200 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
Wed, 08 Sep 2010 11:21:03 +0900 |
Kenichi Handa |
coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use designation or locking-shift.
|
Tue, 07 Sep 2010 20:08:46 +0900 |
Kenichi Handa |
coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when the source is multibyte.
|
Sun, 08 Aug 2010 17:15:44 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Sun, 08 Aug 2010 14:03:45 -0700 |
Dan Nicolaescu |
Use const char* instead of char*.
|
Sun, 08 Aug 2010 17:12:29 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch
|
Fri, 06 Aug 2010 17:11:19 +0900 |
Kenichi Handa |
Improve the encoding by compound-text-with-extensions.
|
Wed, 28 Jul 2010 22:48:06 -0700 |
Dan Nicolaescu |
Remove extern declarations from .c files, and them to .h files.
|
Mon, 12 Jul 2010 09:32:53 -0700 |
Dan Nicolaescu |
Convert more function definitions to standard C.
|
Thu, 08 Jul 2010 14:25:08 -0700 |
Dan Nicolaescu |
Convert DEFUNs to standard C.
|
Thu, 08 Jul 2010 00:18:28 +0200 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
Wed, 07 Jul 2010 11:38:03 +0200 |
Juanma Barranquero |
* coding.c, sysdep.c: Convert some more functions to standard C.
|
Wed, 07 Jul 2010 10:45:22 +0200 |
Juanma Barranquero |
* coding.c: Use SPECPDL_INDEX, DOS_NT.
|
Sun, 04 Jul 2010 00:50:25 -0700 |
Dan Nicolaescu |
Convert (most) functions in src to standard C.
|
Fri, 02 Jul 2010 14:19:53 +0200 |
Jan D |
Remove __P and P_ from .c and .m files and definition of P_
|
Mon, 19 Apr 2010 21:50:52 -0400 |
Stefan Monnier |
Make variable forwarding explicit rather the using special values.
|
Tue, 16 Mar 2010 14:48:41 +0900 |
Kenichi Handa |
Fix the ccl encoder for the case that the output buffer is fullfilled.
|
Tue, 16 Mar 2010 11:14:40 +0900 |
Kenichi Handa |
coding.c (decode_coding_ccl): Fix previous change for the multibyte case.
|
Tue, 02 Mar 2010 23:43:50 +0200 |
Eli Zaretskii |
(emacs_mule_char): Fix a typo in commentary.
|
Tue, 02 Mar 2010 22:35:44 +0200 |
Eli Zaretskii |
Fix bug in decoding emacs-mule encoding.
|
Thu, 18 Feb 2010 11:27:25 +0900 |
Kenichi Handa |
Fix handling of CODING_RESULT_INSUFFICIENT_DST.
|
Wed, 17 Feb 2010 15:47:32 +0900 |
Kenichi Handa |
Fix the ccl decoder for the case that the output buffer is fullfilled.
|
Wed, 20 Jan 2010 11:33:52 +0900 |
Kenichi Handa |
Fix ccl encoding of unibyte source.
|
Thu, 14 Jan 2010 20:31:16 +0900 |
Kenichi Handa |
Fix handling of euc-xx coding systems.
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Mon, 14 Dec 2009 01:19:28 +0000 |
Kenichi Handa |
(decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
|
Wed, 11 Nov 2009 20:11:51 +0000 |
Dan Nicolaescu |
* process.c (ifflag_def): Make flag_sym constant.
|
Fri, 06 Nov 2009 06:50:52 +0000 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
Mon, 19 Oct 2009 04:27:09 +0000 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
Thu, 24 Sep 2009 08:18:40 +0000 |
Andreas Schwab |
(decode_coding_iso_2022): Fix operator precedence.
|
Thu, 27 Aug 2009 07:30:29 +0000 |
Kenichi Handa |
(encode_coding_utf_16): Fix checking of an Unicode character.
|
Wed, 08 Jul 2009 02:22:05 +0000 |
Kenichi Handa |
(detect_coding_sjis): Handle shift_jis-2004 correctly.
|
Wed, 01 Jul 2009 11:35:07 +0000 |
Kenichi Handa |
(setup_coding_system): Initialize
|
Fri, 19 Jun 2009 08:39:33 +0000 |
YAMAMOTO Mitsuharu |
(Ffind_coding_systems_region_internal): Cache checked characters.
|
Thu, 18 Jun 2009 10:29:03 +0000 |
Kenichi Handa |
(decode_coding_iso_2022): Check MSB of bytes more rigidly.
|
Wed, 17 Jun 2009 00:42:07 +0000 |
Kenichi Handa |
(detect_coding_utf_16): Fix previous change.
|
Tue, 16 Jun 2009 01:59:44 +0000 |
Kenichi Handa |
(detect_coding_utf_16): Fix previous change.
|
Tue, 16 Jun 2009 01:17:10 +0000 |
Kenichi Handa |
(detect_coding_utf_16): Fix the logic of rejecting
|
Mon, 15 Jun 2009 21:36:44 +0000 |
Andreas Schwab |
(detect_coding_utf_16): Fix typo counting odd bytes.
|
Thu, 04 Jun 2009 01:06:04 +0000 |
Chong Yidong |
* coding.c (get_translation_table): Check Venable_character_translation.
|
Sat, 02 May 2009 11:32:42 +0000 |
Andreas Schwab |
(record_conversion_result): Don't modify
|
Wed, 22 Apr 2009 04:32:21 +0000 |
Chong Yidong |
* keyboard.c (Fset_input_meta_mode): Doc fix.
|
Tue, 21 Apr 2009 06:36:03 +0000 |
Kenichi Handa |
(decode_coding_utf_16): Reduce charbuf_end for the
|
Fri, 27 Mar 2009 07:26:37 +0000 |
Kenichi Handa |
(Fdetect_coding_string): Improve the docstrings.
|
Fri, 27 Mar 2009 07:25:44 +0000 |
Kenichi Handa |
(Fdetect_coding_region, Fcoding_system_priority_list): Improve the
|
Fri, 06 Mar 2009 07:51:52 +0000 |
Kenichi Handa |
(CODING_ISO_CMP_STATUS): New macro.
|
Sat, 28 Feb 2009 15:52:23 +0000 |
Eli Zaretskii |
(decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule,
|
Sat, 28 Feb 2009 13:52:03 +0000 |
Jason Rumney |
(detect_coding_charset): Fix last change for non-latin charsets.
|