summaryrefslogtreecommitdiff
path: root/lisp/composite.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Spelling fixes.Paul Eggert2014-09-111-1/+1
* Fix Bug#17739.Kenichi Handa2014-06-281-1/+47
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Make bootstrap without generated uni-*.el files possible againGlenn Morris2013-11-271-7/+11
* Spelling fixes.Paul Eggert2013-11-041-2/+2
* composite.el (compose-gstring-for-graphic): Handle enclosing mark.Kenichi Handa2013-09-121-1/+39
* lisp/*.el: Fix typos; use string-match-p, looking-at-p, setq-local, defvar-lo...Juanma Barranquero2013-06-211-8/+8
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-2/+0
* Fix previous change for Bug#6988.Kenichi Handa2012-02-021-7/+3
* Inhibit null-string composition component (Bug#6988).Kenichi Handa2012-02-021-3/+7
* Spelling fixes.Paul Eggert2011-11-261-1/+1
* Fix minor mode docstrings for the new meaning of a nil ARG.Chong Yidong2011-10-191-9/+13
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-22/+15
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-281-2/+5
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-1/+1
|\ \ | |/
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-121-1/+1
| * composite.el (compose-region, reference-point-alist): Fix typos in the docEli Zaretskii2010-05-011-11/+12
| * * composite.el (find-composition): Doc fix.Andreas Schwab2010-04-241-1/+1
* | Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris2010-10-011-17/+0
* | Use with-silent-modifications.Stefan Monnier2010-08-301-21/+0
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | * composite.el: Require cl when compiling; fix typos in docstrings.Juanma Barranquero2010-05-201-3/+5
* | composite.el: Register compose-gstring-for-graphic in composition-function-ta...Kenichi Handa2010-05-191-4/+4
* | Use define-minor-mode for less obvious cases.Stefan Monnier2010-05-041-6/+3
* | Use define-minor-mode where applicable.Stefan Monnier2010-05-021-8/+2
* | composite.el (find-composition): Fix a typo in the doc string.Eli Zaretskii2010-05-011-1/+1
* | Fix typos in doc strings of composite.el.Eli Zaretskii2010-04-301-3/+3
* | composite.el (find-composition): Doc fix.Eli Zaretskii2010-04-241-8/+9
|/
* from trunkKenichi Handa2010-01-141-1/+1
|\
| * Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* | Make auto-composition work on all buffers even if they are fundamental mode.Kenichi Handa2010-01-141-22/+20
|/
* * textmodes/ispell.el (ispell-skip-region-alist):Dan Nicolaescu2009-11-121-1/+1
* * mail/sendmail.el (send-mail-function):Stefan Monnier2009-09-131-2/+4
* (compose-region): Improve the docstring.Kenichi Handa2009-06-161-2/+11
* (compose-gstring-for-terminal): For zero-widthKenichi Handa2009-06-101-1/+8
* * composite.el (auto-compose-chars): Fix typo in docstring.Juanma Barranquero2009-03-251-3/+1
* (auto-composition-mode): Don't add a hook toKenichi Handa2009-02-231-96/+2
* Use "\\c." instead of "[[:alpha:]]" to match withKenichi Handa2009-02-121-1/+1
* (compose-gstring-for-terminal): If a character isKenichi Handa2009-02-041-19/+36
* Comment (add an author based on ack.texi).Glenn Morris2009-01-101-0/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (lglyph-set-code): New function.Kenichi Handa2008-12-301-0/+1
* (compose-gstring-for-graphic): Fix previous change.Kenichi Handa2008-09-101-50/+58
* Compose combining characters only when itKenichi Handa2008-09-071-1/+1
* (compose-gstring-for-graphic): Fix handling "above" marks.Kenichi Handa2008-09-051-6/+6
* (find-composition): Mention about the automaticKenichi Handa2008-09-051-3/+10
* (composition-function-table): Declaration moved toKenichi Handa2008-08-291-130/+278