aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-3/+0
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-8/+4
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-61/+20
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-8/+8
* | Remove obsolete pre-unicode2 macros.Juanma Barranquero2010-06-031-3/+3
* | Fix for finding a static composition.Kenichi Handa2010-05-261-1/+1
* | Fix bidi-composition interaction in backward scanning..Kenichi Handa2010-05-251-194/+207
* | Fix comments from 2010-05-14T04:14:23Z!handa@etlken.Eli Zaretskii2010-05-141-5/+5
* | Fix bidi-composition interaction.Kenichi Handa2010-05-141-64/+299
* | Merge from emacs-23Stefan Monnier2010-05-081-2/+12
|\|
| * Fix for Bug#5984.Andreas Schwab2010-04-301-2/+12
* | composite.c (Ffind_composition_internal): Fix the return value for an automat...Kenichi Handa2010-04-261-1/+1
* | Fix typos in comments of composite.cEli Zaretskii2010-04-241-11/+11
* | composite.c (composition_compute_stop_pos): Fix a typo in the commentary.Eli Zaretskii2010-04-241-1/+1
|/
* from trunkKenichi Handa2010-01-141-2/+2
|\
| * Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* | Make auto-composition work on all buffers even if they are fundamental mode.Kenichi Handa2010-01-141-3/+9
|/
* Display buffer name, etc. in mode line by composing correctly.Kenichi Handa2010-01-131-1/+1
* (composition_reseat_it): Don't make a compositionKenichi Handa2009-12-251-22/+30
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-4/+4
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-4/+4
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Fix typo in comment.Juanma Barranquero2009-03-251-4/+4
* (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.Kenichi Handa2009-02-121-33/+62