aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (CODING_REQUIRE_ENCODING): Comment sync with HEAD.Kenichi Handa2006-06-081-1/+4
|
* (system_eol_type): Fix synching with HEAD.Kenichi Handa2006-05-151-3/+0
|
* Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60Miles Bader2006-05-101-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 259-273) - Update from CVS - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t - Merge from gnus--rel--5.10 - Rename "field-at-point" to "field-at-pos" - (comint-insert-input): Remove redundant calls to setq and goto-char * gnus--rel--5.10 (patch 99-100) - Merge from emacs--devo--0 - Update from CVS
| * (system_eol_type): Extern it.Kenichi Handa2006-05-081-0/+3
| |
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 43-57) - Update from CVS - Merge from erc--emacs--0 - Make constrain-to-field notice overlays - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 18-21) - Update from CVS - Merge from emacs--devo--0
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
| |
* | (CODING_SYSTEM_P): If ID is not available, callKenichi Handa2006-01-191-3/+16
| | | | | | | | | | | | | | | | Fcoding_system_p. (CHECK_CODING_SYSTEM): If ID is not available, call Fcheck_coding_system. (CHECK_CODING_SYSTEM_GET_SPEC): Try also Fcheck_coding_system. (CHECK_CODING_SYSTEM_GET_ID): Likewise.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-4/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 616-696) - Add lisp/mh-e/.arch-inventory - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. - lisp/gnus/ChangeLog: Remove duplicate entry * gnus--rel--5.10 (patch 147-181) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS: texi/message.texi: Fix default values. - Update from CVS: texi/gnus.texi (RSS): Addition.
| * Copyright fixedKenichi Handa2005-12-191-2/+3
| |
| * (DECODE_SYSTEM): Fix argument name; name->str.Kenichi Handa2005-10-271-1/+1
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 514-518) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 104-105) - Update from CVS
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69Miles Bader2005-07-141-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 474-484) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 88-91) - Merge from emacs--cvs-trunk--0 - Update FSF's address in GPL notices - Update from CVS
| * * coding.c (Qprocess_argument):Kim F. Storm2005-07-121-2/+2
| | | | | | | | * coding.h (Qprocess_argument): Remove unused var.
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 459-473) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 86-87) - Update from CVS
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
| |
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28Miles Bader2005-03-191-11/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 180-191) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 39-44) - Merge from emacs--cvs-trunk--0 - Update from CVS
| * (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use theStefan Monnier2005-03-171-11/+3
| | | | | | | | locale-coding-system, as was already done for WINDOWSNT.
* | (coding_charset_list): Extern it.Kenichi Handa2004-12-111-0/+1
| |
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74Miles Bader2004-12-081-12/+13
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-709 Update from CVS: src/indent.c (Fvertical_motion): Fix last change. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-710 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-715 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74 Update from CVS
| * (run_pre_write_conversin_on_c_str): Extern it.Kenichi Handa2004-11-301-0/+4
| |
| * (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):Stefan Monnier2004-11-231-6/+7
| | | | | | | | Don't use XFASTINT blindly.
* | (struct coding_system): Delete an incorrect comment.Kenichi Handa2004-04-281-5/+0
| |
* | Sync to HEAD.Kenichi Handa2004-04-121-0/+3
| |
* | *** empty log message ***Kenichi Handa2004-04-121-2/+41
| |
* | (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.Kenichi Handa2004-01-271-0/+48
| |
* | (enum coding_attr_index): New member coding_attr_trans_tbl.Kenichi Handa2004-01-251-0/+2
| | | | | | | | (CODING_ATTR_TRANS_TBL): New macro.
* | (enum coding_result_code): DeleteKenichi Handa2003-12-291-1/+1
| | | | | | | | CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.
* | (make_conversion_work_buffer): Delete extern.Kenichi Handa2003-12-021-1/+1
| | | | | | | | (code_conversion_save): Extern it.
* | (ENCODE_UTF_8): New.Dave Love2003-09-161-0/+4
| |
* | *** empty log message ***Kenichi Handa2003-09-081-468/+421
|\ \
| * | (make_conversion_work_buffer): Prototype adjusted.Kenichi Handa2003-05-281-2/+1
| | | | | | | | | | | | (code_conversion_restore): Don't extern it.
| * | (enum define_coding_ccl_arg_index): Set the firstKenichi Handa2003-01-301-1/+1
| | | | | | | | | | | | member coding_arg_ccl_decoder to coding_arg_max.
| * | (struct coding_detection_info): New structure.Kenichi Handa2003-01-061-1/+15
| | | | | | | | | | | | | | | | | | (struct coding_system): Prototype of the member `detector' adjusted. (CODING_ANNOTATE_CHARSET_MASK): New macro.
| * | Comment fix.Dave Love2002-10-061-2/+2
| | |
| * | (code_convert_region): Fix prototype.Dave Love2002-07-161-1/+1
| | |
| * | *** empty log message ***Kenichi Handa2002-05-301-1/+1
| | |
| * | (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).Kenichi Handa2002-05-141-1/+1
| | |
| * | Completely re-written.Kenichi Handa2002-03-011-457/+402
| | |
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
| |
* | (ENCODE_UTF_8): New.Dave Love2003-06-021-0/+3
| | | | | | | | (Qutf_8): Declare.
* | (CODING_REPLACEMENT_CHARACTER): Renamed fromKenichi Handa2003-05-221-3/+7
| | | | | | | | | | CODING_INHIBIT_CHARACTER_SUBSTITUTION. (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
* | (coding_system_require_warning): Extern it.Kenichi Handa2002-12-171-0/+4
| |
* | (decode_coding, encode_coding, detect_coding,Ken Raeburn2002-07-191-4/+6
|/ | | | detect_eol): Declarations updated.
* (run_pre_post_conversion_on_str): Add prototype.Eli Zaretskii2002-02-231-0/+3
|
* (Vw32_system_coding_system) [WINDOWSNT]: Remove.Jason Rumney2001-11-201-10/+6
| | | | (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
* (ENCODE_SYSTEM, DECODE_SYSTEM): Define also for non-NT.Gerd Moellmann2001-10-051-1/+7
|
* Comment fixes.Dave Love2001-02-141-9/+9
|
* (struct coding_system): New member suppress_error.Kenichi Handa2001-01-241-0/+3
|