summaryrefslogtreecommitdiff
path: root/src/composite.c
Commit message (Expand)AuthorAgeFilesLines
* (get_composition_id) [USE_FONT_BACKEND]: IfKenichi Handa2006-06-061-1/+33
* Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+2
|\
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-2/+3
|\ \ | |/
| * 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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71Miles Bader2005-07-221-6/+6
|\ \ | |/
| * (Fcompose_region_internal, Fcompose_string_internal):Juanma Barranquero2005-07-211-6/+6
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * 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
* | Sync to HEAD.Kenichi Handa2004-04-131-0/+3
* | (get_composition_id): Handle xoff and yoff in aKenichi Handa2004-01-231-2/+2
* | (syms_of_composite): Fix comment.Kenichi Handa2004-01-151-2/+5
* | (syms_of_composite): Don't make the compostion hash table week.Kenichi Handa2003-12-021-1/+3
* | (update_compositions): Bind inhibit-read-only, etcKenichi Handa2003-11-181-3/+11
* | (Fremove_list_of_text_properties): Declare.Dave Love2003-09-291-0/+2
* | (find_composition, run_composition_function)Dave Love2003-09-171-6/+8
* | *** empty log message ***Kenichi Handa2003-09-081-156/+51
|\ \
| * | (syms_of_composite): Make composition_hash_tableDave Love2003-01-101-11/+11
| * | (update_compositions): Fix type error.Dave Love2003-01-071-1/+2
| * | (Vcomposition_function_table,Kenichi Handa2002-11-071-147/+45
| * | (update_compositions): Declare arg.Dave Love2002-07-301-1/+1
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-13/+4
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | 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