aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-08-131-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
| * Replace `iff' in comments.Glenn Morris2007-08-081-2/+2
| |
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
| * Remove license from trivial file.Glenn Morris2007-07-251-1/+1
| |
* | Merge from emacs--devo--0Miles Bader2007-01-261-3/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 586-614) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - Merge from erc--main--0 - Make byte compiler correctly write circular constants * gnus--rel--5.10 (patch 186-196) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-162
| * Add 2007 to copyright.Glenn Morris2007-01-211-1/+1
| |
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
| | | | | | | | 2001).
* | Merge from emacs--devo--0Miles Bader2006-12-161-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 545-562) - Update from CVS - Update from erc--emacs--22 - Merge from gnus--rel--5.10 - erc-iswitchb: Temporarily enable iswitchb mode * gnus--rel--5.10 (patch 172-176) - Merge from emacs--devo--0 - Update from CVS - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-156
| * Update AIST copyright years.Kenichi Handa2006-12-131-1/+2
| |
| * (CODING_REQUIRE_ENCODING): Elaborate the comment.Eli Zaretskii2006-05-201-1/+4
| |
| * (CODING_ASCII_INCOMPATIBLE_MASK): New macro.Kenichi Handa2006-05-181-4/+6
| |
* | (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
| | |