log src/composite.c @ 107310:94dd0c99026d

age author description
Thu, 14 Jan 2010 12:54:04 +0900 Kenichi Handa from trunk
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Thu, 14 Jan 2010 12:44:36 +0900 Kenichi Handa Make auto-composition work on all buffers even if they are fundamental mode.
Wed, 13 Jan 2010 10:29:58 +0900 Kenichi Handa Display buffer name, etc. in mode line by composing correctly.
Fri, 25 Dec 2009 02:43:36 +0000 Kenichi Handa (composition_reseat_it): Don't make a composition
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Wed, 25 Mar 2009 11:58:43 +0000 Juanma Barranquero Fix typo in comment.
Thu, 12 Feb 2009 06:06:07 +0000 Kenichi Handa (MAX_AUTO_COMPOSITION_LOOKBACK): New macro.
Wed, 04 Feb 2009 01:48:37 +0000 Kenichi Handa Include coding.h and termhooks.h.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Wed, 12 Nov 2008 15:58:37 +0000 Juanma Barranquero Fix typo in comment.
Sat, 01 Nov 2008 02:21:24 +0000 Stefan Monnier (fill_gstring_header): Fix copy/paste typo.
Sat, 27 Sep 2008 13:10:04 +0000 Eli Zaretskii (Fcomposition_get_gstring, Fcompose_region_internal, Fcompose_string_internal)
Thu, 18 Sep 2008 06:20:12 +0000 Kenichi Handa (fill_gstring_header): Don't check FROM and TO here.
Wed, 17 Sep 2008 21:25:29 +0000 Stefan Monnier (Fcomposition_get_gstring): Yet another int/Lisp_Oject mixup (YAILOM).
Wed, 17 Sep 2008 19:16:09 +0000 Romain Francoise (composition_adjust_point): Fix int/EMACS_INT mixup.
Wed, 17 Sep 2008 00:38:58 +0000 Kenichi Handa (Fcomposition_get_gstring): Make bigger gstring_work if necessary.
Fri, 12 Sep 2008 05:42:28 +0000 Kenichi Handa (find_automatic_composition): Fix previous change.
Fri, 12 Sep 2008 05:41:47 +0000 Kenichi Handa (compose-gstring-for-graphic): Fix previous change.
Fri, 12 Sep 2008 05:38:37 +0000 Kenichi Handa (composition_reseat_it): If the current buffer is
Wed, 10 Sep 2008 12:02:20 +0000 Kenichi Handa (composition_compute_stop_pos): Reset cmp_it->id to -1 at first.
Wed, 10 Sep 2008 01:36:19 +0000 Kenichi Handa (composition_compute_stop_pos): Fix previous change.
Tue, 09 Sep 2008 11:07:49 +0000 Kenichi Handa (composition_compute_stop_pos): Limit the search of composition to
Tue, 09 Sep 2008 02:06:39 +0000 Kenichi Handa (FORWARD_CHAR): Fix calculation of (POSITION).pos_byte.
Sun, 07 Sep 2008 01:11:46 +0000 Kenichi Handa (FORWARD_CHAR): Check STOP after incrementing (POSITION).pos.
Fri, 05 Sep 2008 00:46:57 +0000 Kenichi Handa (autocmp_chars): Check lookback count.
Sun, 31 Aug 2008 00:56:58 +0000 Stefan Monnier * font.h (font_range):
Fri, 29 Aug 2008 09:54:45 +0000 Eli Zaretskii (fill_gstring_body): Avoid compiler warnings.