summaryrefslogtreecommitdiff
path: root/src/composite.c
Commit message (Expand)AuthorAge
* Add 2007 to copyright years.Glenn Morris2007-01-21
* Update AIST copyright years.Kenichi Handa2006-12-13
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Copyright fixedKenichi Handa2005-12-19
* (compose_chars_in_text): Delete it.Kenichi Handa2005-09-13
* (compose_chars_in_text): Fix setup of `pend'.Kim F. Storm2005-09-12
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* (Fcompose_region_internal, Fcompose_string_internal):Juanma Barranquero2005-07-21
* Update FSF's address.Lute Kamstra2005-07-04
* * composite.c (compose_chars_in_text):Kim F. Storm2005-06-08
* *** empty log message ***Kenichi Handa2003-12-26
* (syms_of_composite): Don't make the compostion hash table week.Kenichi Handa2003-12-01
* Add arch taglinesMiles Bader2003-09-01
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (syms_of_composite): Make composition_hash_tableDave Love2003-01-10
* (calccost, cmgoto): Declare all args (per C99).Dave Love2002-11-14
* (Fcompose_region_internal, Fcompose_string_internal): Fix spacing.Juanma Barranquero2002-09-06
* *** empty log message ***Kenichi Handa2002-08-19
* (run_composition_function): Call FUNC if it is fboundp.Kenichi Handa2002-08-19
* (compose_chars_in_text): Treat Lisp string contentsKen Raeburn2002-07-19
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-15
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-11
* (HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now).Stefan Monnier2002-07-09
* (Fcompose_region_internal, Fcompose_string_internal): Fix typos.Juanma Barranquero2002-06-14
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-13
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-02
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-16
* (update_compositions): Do nothing ifGerd Moellmann2001-08-31
* (Ffind_composition_internal): Accept ZVGerd Moellmann2001-06-19
* Update copyright.Gerd Moellmann2001-06-18
* (Ffind_composition_internal): Check POSGerd Moellmann2001-06-18
* (update_compositions) <check_mask & CHECK_HEAD>: FixDave Love2001-04-06
* (run_composition_function): Remove unused variableEli Zaretskii2001-01-02
* (find_composition): Fix a code for searching a composition backward.Kenichi Handa2000-12-30
* (update_compositions): Fix typo (use the correct variable).Kenichi Handa2000-12-06
* (Vcomposition_function_table): New variable.Kenichi Handa2000-11-06
* (AREF): Remove definition.Gerd Moellmann2000-07-13
* (make_composition_value_copy): New function.Kenichi Handa2000-07-04
* (update_compositions): If FROM and TO is not in aKenichi Handa2000-04-13
* * composite.c (run_composite_function): Use NILP when checking for nil.Ken Raeburn2000-04-02
* New fileKenichi Handa1999-12-15