summaryrefslogtreecommitdiff
path: root/lisp/composite.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (compose-region): Mention the special handling of TAB.Kenichi Handa2008-06-291-1/+6
* (terminal-composition-function): Fix previous change.Kenichi Handa2008-06-261-2/+3
* (terminal-composition-base-character-p): NewKenichi Handa2008-06-261-6/+14
* (compose-chars-after): Assume that WINDOW is always non-nil.Kenichi Handa2008-05-141-8/+6
* (toggle-auto-composition): Don't use `iff' in docstring.Juanma Barranquero2008-05-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (encode-composition-rule): Fix typo in error message.Glenn Morris2008-02-211-8/+8
* (compose-chars-after): Fix arguments for a functionKenichi Handa2008-02-211-33/+34
* (composition-function-table): Doc fix.Glenn Morris2008-02-161-1/+1
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\