summaryrefslogtreecommitdiff
path: root/lisp/international/mule.el
Commit message (Expand)AuthorAgeFilesLines
* Avoid loading mule-util at startupEli Zaretskii2019-07-131-0/+55
* Fix visiting and saving UTF-16 encoded XML filesEli Zaretskii2019-05-181-3/+19
* * mule.el (set-buffer-file-coding-system): Don't burp on iso-2022-7bitStefan Monnier2019-05-161-2/+5
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-5/+5
* Merge from origin/emacs-26Glenn Morris2019-03-091-7/+18
|\
| * Improve documentation of 'auto-coding-functions'Eli Zaretskii2019-03-021-2/+5
| * Fix visiting XML files with non-Unix EOL formatEli Zaretskii2019-03-021-5/+13
* | Fix regular-expression glitches and typosPaul Eggert2019-03-041-1/+1
* | Add portable dumperDaniel Colascione2019-01-151-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-201-1/+5
|\|
| * Fix decoding XML files encoded in ISO-8859Eli Zaretskii2018-11-191-1/+5
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-08-141-1/+11
|\|
| * Better support utf-8-with-signature and utf-8-hfs in HTMLEli Zaretskii2018-08-111-1/+11
* | Merge from origin/emacs-26Glenn Morris2018-02-241-1/+1
|\|
| * * lisp/international/mule.el (keyboard-coding-system): Doc fix.Glenn Morris2018-02-231-1/+1
* | (set-buffer-process-coding-system): Mark as interactive-only.Stefan Monnier2018-01-151-0/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Better support utf-8-with-signature and utf-8-hfs in XML/HTMLEli Zaretskii2017-12-151-2/+13
* Fix doc typosGlenn Morris2017-10-281-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Allow local variables section to begin with a square bracketPhilipp Stephani2017-06-171-1/+1
* Fix for coding-system completion (bug#23670)Glenn Morris2017-03-011-2/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-01-011-2/+11
|\|
| * Improve documentation of 'define-coding-system'Eli Zaretskii2016-12-161-2/+11
* | Use the new 'file-name-case-insensitive-p' functionKen Brown2016-11-131-1/+1
|/
* Simplify 8-bit character handling by terminal for 'raw-text'Philipp Stephani2016-04-161-36/+29
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-2/+2
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs.K. Handa2014-12-291-54/+54
|\
| * lisp/international/mule.el (define-coding-system): Fix typos in the doc string.Eli Zaretskii2014-12-281-54/+54
* | international/mule.el (make-translation-table-from-alist): Accept nil or zero...K. Handa2014-12-291-15/+24
|/
* (define-coding-system): Improve docstring.Kenichi Handa2014-12-281-19/+87
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* lisp/*.el: Silence lexical-binding warnings.Juanma Barranquero2013-08-091-10/+9
* Do not call to `selected-frame' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* * international/mule.el (coding-system-iso-2022-flags): Fix lastAndreas Schwab2013-07-201-2/+2
* mule.el (coding-system-iso-2022-flags): Change 8-bit-level-4'Kenichi Handa2013-07-201-7/+8
* * mule.el (coding-system-iso-2022-flags): Add `level-4'. (Bug#8522)Kenichi Handa2013-07-201-2/+9
* Improve the documentation of prefer-utf-8 and related issues.Eli Zaretskii2013-07-131-12/+12
* mule.el (define-coding-system): New coding systemKenichi Handa2013-06-281-3/+28
* * international/mule.el (auto-coding-alist): Use utf-8-emacs-unixAndreas Schwab2013-06-121-1/+1
* * lisp/international/mule.el (find-auto-coding): Include file name inStefan Monnier2013-03-121-2/+5
* * files.el (basic-save-buffer-1): Don't set buffer-file-coding-system-explicit.Chong Yidong2013-02-101-9/+12