summaryrefslogtreecommitdiff
path: root/src/composite.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2008 to copyright years.Glenn Morris2008-01-081-2/+2
* Remove license from trivial file.Glenn Morris2007-07-251-1/+1
* (update_compositions): Check validity of compositions.Chong Yidong2007-06-151-4/+9
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
* Update AIST copyright years.Kenichi Handa2006-12-131-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
* Copyright fixedKenichi Handa2005-12-191-2/+3
* (compose_chars_in_text): Delete it.Kenichi Handa2005-09-131-126/+0
* (compose_chars_in_text): Fix setup of `pend'.Kim F. Storm2005-09-121-2/+11
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* (Fcompose_region_internal, Fcompose_string_internal):Juanma Barranquero2005-07-211-6/+6
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* * composite.c (compose_chars_in_text):Kim F. Storm2005-06-081-1/+1
* *** empty log message ***Kenichi Handa2003-12-261-2/+5
* (syms_of_composite): Don't make the compostion hash table week.Kenichi Handa2003-12-011-1/+3
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-5/+5
* (syms_of_composite): Make composition_hash_tableDave Love2003-01-101-9/+9
* (calccost, cmgoto): Declare all args (per C99).Dave Love2002-11-141-1/+1
* (Fcompose_region_internal, Fcompose_string_internal): Fix spacing.Juanma Barranquero2002-09-061-2/+2
* *** empty log message ***Kenichi Handa2002-08-191-1/+1
* (run_composition_function): Call FUNC if it is fboundp.Kenichi Handa2002-08-191-1/+1
* (compose_chars_in_text): Treat Lisp string contentsKen Raeburn2002-07-191-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-6/+6
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* (HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now).Stefan Monnier2002-07-091-6/+0
* (Fcompose_region_internal, Fcompose_string_internal): Fix typos.Juanma Barranquero2002-06-141-2/+2
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-131-38/+38
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-7/+7
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-5/+5
* (update_compositions): Do nothing ifGerd Moellmann2001-08-311-1/+4
* (Ffind_composition_internal): Accept ZVGerd Moellmann2001-06-191-2/+2
* Update copyright.Gerd Moellmann2001-06-181-0/+1
* (Ffind_composition_internal): Check POSGerd Moellmann2001-06-181-1/+11
* (update_compositions) <check_mask & CHECK_HEAD>: FixDave Love2001-04-061-1/+1
* (run_composition_function): Remove unused variableEli Zaretskii2001-01-021-2/+2
* (find_composition): Fix a code for searching a composition backward.Kenichi Handa2000-12-301-7/+18
* (update_compositions): Fix typo (use the correct variable).Kenichi Handa2000-12-061-1/+1
* (Vcomposition_function_table): New variable.Kenichi Handa2000-11-061-5/+151
* (AREF): Remove definition.Gerd Moellmann2000-07-131-2/+0
* (make_composition_value_copy): New function.Kenichi Handa2000-07-041-0/+25
* (update_compositions): If FROM and TO is not in aKenichi Handa2000-04-131-0/+4
* * composite.c (run_composite_function): Use NILP when checking for nil.Ken Raeburn2000-04-021-4/+3
* New fileKenichi Handa1999-12-151-0/+707