aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/mule-util.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Use text properties instead of truncating stringsLars Ingebrigtsen2019-10-071-4/+17
* Avoid loading mule-util at startupEli Zaretskii2019-07-131-56/+0
* * lisp/international/mule-util.el: Avoid setq; clarify meaning of -1.Stefan Monnier2019-04-291-13/+11
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-10/+10
* | Prune most-positive-fixnum from Lisp sourcePaul Eggert2018-08-221-3/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Optimize skkdic conversion (Bug#28043)Noam Postavsky2017-08-211-23/+54
* Merge from origin/emacs-25Paul Eggert2017-03-191-2/+2
|\
| * Clarify documentation of 'bufferpos-to-filepos' and 'filepos-to-bufferpos'Eli Zaretskii2017-02-051-2/+2
* | Fix recent bootstrap issue by moving string-to-listGlenn Morris2017-02-121-10/+0
|/
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Fix some declarations.Glenn Morris2016-01-121-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Document truncate-string-ellipsisEli Zaretskii2015-11-291-1/+2
* ; Spelling fixPaul Eggert2015-09-101-1/+1
* Improvements for curved quotes on Linux consulePaul Eggert2015-09-091-36/+41
* Fix following Info cross-references to anchorsEli Zaretskii2015-07-181-0/+73
* (filepos-to-bufferpos): Further tweaks to the utf-16 codeStefan Monnier2015-06-191-13/+11
* Minor fixes in filepos-to-bufferposEli Zaretskii2015-06-191-7/+9
* Improve and extend filepos-to-bufferposEli Zaretskii2015-06-181-2/+34
* (filepos-to-bufferpos): Add missing cases. Make sure it terminates.Stefan Monnier2015-06-161-16/+48
* Fix infloop in filepos-to-bufferposEli Zaretskii2015-06-161-3/+5
* * lisp/info.el: Cleanup bytepos/charpos issuesStefan Monnier2015-06-151-7/+40
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/international/mule-util.el (truncate-string-ellipsis): New var.Stefan Monnier2014-06-191-2/+5
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Extract truncate-string-to-width tests to a separate fileGlenn Morris2013-08-041-53/+0
* Use UTF-8 for most files with non-ASCII characters.Paul Eggert2013-04-011-25/+25
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-35/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* * international/mule-util.el (with-coding-priority): Doc fix.Andreas Schwab2011-02-041-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* Fix typos.Juanma Barranquero2010-06-031-1/+1
* international/mule-util.el (with-coding-priority): Add autoload cookie for pu...Kenichi Handa2010-02-081-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-2/+2
* * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.Juanma Barranquero2008-11-201-44/+43
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-121-1/+3
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (char-displayable-p): Fix for Latin-1Kenichi Handa2008-02-201-3/+5
* Merge from emacs--devo--0Miles Bader2008-01-091-2/+2
|\