aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Juanma Barranquero2011-11-141-1/+1
* Add comments about special meaning of TAB characters in compositions.Eli Zaretskii2011-09-151-0/+4
*-. Merge from trunk.Paul Eggert2011-08-131-2/+0
|\ \
| | * * composite.c (autocmp_chars): Don't reset point.Chong Yidong2011-08-071-2/+0
| |/
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-27/+12
* | * composite.c: Integer overflow fixes.Paul Eggert2011-07-281-9/+25
* | Use ptrdiff_t for composition IDs.Paul Eggert2011-07-191-9/+13
* | Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-181-2/+2
|/
* Fix minor problems found by static checking.Paul Eggert2011-07-081-1/+0
* Merge from emacs-23 branchChong Yidong2011-07-071-0/+1
|\
| * Ignore a static composition that starts before the current checking position ...Kenichi Handa2011-07-071-0/+1
| * Backport revisions 2011-04-24T05:30:[email protected]:40:...Eli Zaretskii2011-05-091-3/+3
* | merge trunkKenichi Handa2011-07-071-7/+3
|\ \
| * | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-7/+3
* | | Add C interface for Unicode character property table.Kenichi Handa2011-07-071-3/+2
|/ /
* | Merge from trunk.Paul Eggert2011-06-221-1/+0
|\ \
| * | Port to Sun C.Paul Eggert2011-06-211-1/+0
* | | * lisp.h (lint_assume): New macro.Paul Eggert2011-06-181-0/+1
* | | * composite.c (get_composition_id, composition_gstring_put_cache): Use EMACS_...Paul Eggert2011-06-171-3/+3
* | | * composite.c: Don't truncate sizes to 'int'.Paul Eggert2011-06-171-4/+3
|/ /
* | * composite.c: Use int, not EMACS_INT, for characters.Paul Eggert2011-06-121-2/+3
* | Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-4/+4
* | composite.c (find_automatic_composition): Fix previous change.Kenichi Handa2011-05-201-1/+1
* | Make find_automatic_composition more efficient.Kenichi Handa2011-05-181-129/+150
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-3/+3
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-3/+3
* | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+2
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+2
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-1/+1
* | * composite.c (composition_gstring_put_cache): Use unsigned integer.Paul Eggert2011-04-041-4/+4
* | * composite.h, composite.c (composition_gstring_put_cache):Paul Eggert2011-04-041-2/+2
* | * composite.h (COMPOSITION_DECODE_REFS): New macro,Paul Eggert2011-04-041-2/+2
* | * composite.c (find_automatic_composition): Mark vars as initialized, with a ...Paul Eggert2011-03-181-1/+7
* | * composite.c (composition_update_it): Mark var as initialized.Paul Eggert2011-03-181-1/+1
* | * composite.c (composition_reseat_it): Remove unused locals.Paul Eggert2011-03-181-4/+3
* | * composite.c (composition_compute_stop_pos): Rename local toPaul Eggert2011-03-181-9/+8
* | Change B_ to BVARTom Tromey2011-02-161-4/+4
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-4/+4
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-11/+4
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Fix int/EMACS_INT use in keyboard.c.Eli Zaretskii2010-09-251-1/+1
* | Fix more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-13/+19
* | composite.c (composition_update_it): Fix previous changeKenichi Handa2010-08-301-1/+1
* | composite.c (composition_update_it): Fix computing of cmp_it->width.Kenichi Handa2010-08-301-2/+1
* | Allow composition striding over PT.Kenichi Handa2010-08-251-34/+6
* | Fix finding a stop position for composition.Kenichi Handa2010-08-251-0/+10
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0