log src/composite.c @ 112417:a2432c16dc9f

age author description
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Sat, 25 Sep 2010 05:36:36 -0400 Eli Zaretskii Fix int/EMACS_INT use in keyboard.c.
Thu, 23 Sep 2010 10:32:38 -0400 Eli Zaretskii Fix more uses of int instead of EMACS_INT.
Mon, 30 Aug 2010 10:58:52 +0900 Kenichi Handa composite.c (composition_update_it): Fix previous change
Mon, 30 Aug 2010 09:32:29 +0900 Kenichi Handa composite.c (composition_update_it): Fix computing of cmp_it->width.
Wed, 25 Aug 2010 13:39:30 +0900 Kenichi Handa Allow composition striding over PT.
Wed, 25 Aug 2010 09:54:05 +0900 Kenichi Handa Fix finding a stop position for composition.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Mon, 26 Jul 2010 20:52:35 -0700 Dan Nicolaescu Use const, move declarations to header files.
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Thu, 03 Jun 2010 21:02:32 +0200 Juanma Barranquero Remove obsolete pre-unicode2 macros.
Wed, 26 May 2010 10:14:51 +0900 Kenichi Handa Fix for finding a static composition.
Tue, 25 May 2010 09:32:24 +0900 Kenichi Handa Fix bidi-composition interaction in backward scanning..
Fri, 14 May 2010 16:44:12 +0300 Eli Zaretskii Fix comments from revno 100276.
Fri, 14 May 2010 13:14:23 +0900 Kenichi Handa Fix bidi-composition interaction.
Sat, 08 May 2010 14:47:07 -0400 Stefan Monnier Merge from emacs-23
Fri, 30 Apr 2010 12:00:48 -0400 Chong Yidong Fix for Bug#5984.
Mon, 26 Apr 2010 21:02:08 +0900 Kenichi Handa composite.c (Ffind_composition_internal): Fix the return value for an automatic composition.
Sat, 24 Apr 2010 19:46:20 +0300 Eli Zaretskii Fix typos in comments of composite.c
Sat, 24 Apr 2010 16:24:25 +0300 Eli Zaretskii composite.c (composition_compute_stop_pos): Fix a typo in the commentary.
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.
Fri, 29 Aug 2008 07:53:27 +0000 Kenichi Handa Include window.h, frame.h, dispextern.h font.h.
Sun, 29 Jun 2008 14:27:16 +0000 Kenichi Handa (get_composition_id): Fix the width calculation for TAB.
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 14 May 2008 01:23:13 +0000 Kenichi Handa Throughout the file, delete all USE_FONT_BACKEND
Thu, 21 Feb 2008 07:55:04 +0000 Glenn Morris Fix comment typo.
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Tue, 25 Dec 2007 11:07:00 +0000 Kenichi Handa (syms_of_composite): Fix docstring of
Sat, 01 Dec 2007 02:35:41 +0000 Kenichi Handa (compose_text): Don't treat the new style
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Sat, 16 Jun 2007 22:32:13 +0000 Miles Bader Merge from emacs--devo--0
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Sat, 16 Dec 2006 01:29:26 +0000 Miles Bader Merge from emacs--devo--0
Mon, 16 Oct 2006 07:53:52 +0000 Kenichi Handa (get_composition_id): Pay attention to TAB
Tue, 06 Jun 2006 03:49:53 +0000 Kenichi Handa (get_composition_id) [USE_FONT_BACKEND]: If
Wed, 08 Feb 2006 04:26:44 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Mon, 16 Jan 2006 08:37:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Fri, 22 Jul 2005 08:27:27 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Tue, 13 Apr 2004 00:44:50 +0000 Kenichi Handa Sync to HEAD.
Fri, 23 Jan 2004 08:49:11 +0000 Kenichi Handa (get_composition_id): Handle xoff and yoff in a
Thu, 15 Jan 2004 02:43:15 +0000 Kenichi Handa (syms_of_composite): Fix comment.
Tue, 02 Dec 2003 01:55:06 +0000 Kenichi Handa (syms_of_composite): Don't make the compostion hash table week.
Tue, 18 Nov 2003 06:29:24 +0000 Kenichi Handa (update_compositions): Bind inhibit-read-only, etc
Mon, 29 Sep 2003 18:00:28 +0000 Dave Love (Fremove_list_of_text_properties): Declare.
Wed, 17 Sep 2003 13:50:54 +0000 Dave Love (find_composition, run_composition_function)
Mon, 08 Sep 2003 12:53:41 +0000 Kenichi Handa *** empty log message ***
Fri, 10 Jan 2003 12:45:07 +0000 Dave Love (syms_of_composite): Make composition_hash_table
Tue, 07 Jan 2003 17:54:11 +0000 Dave Love (update_compositions): Fix type error.
Thu, 07 Nov 2002 06:23:47 +0000 Kenichi Handa (Vcomposition_function_table,
Tue, 30 Jul 2002 11:34:40 +0000 Dave Love (update_compositions): Declare arg.
Fri, 01 Mar 2002 01:18:09 +0000 Kenichi Handa Include "character.h" instead of "charset.h".
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Fri, 15 Jun 2007 00:02:03 +0000 Chong Yidong (update_compositions): Fix last fix.
Thu, 14 Jun 2007 12:33:41 +0000 Kenichi Handa (update_compositions): Check the validness of
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Wed, 25 Jul 2007 07:49:39 +0000 Glenn Morris Remove license from trivial file.
Fri, 15 Jun 2007 00:00:37 +0000 Chong Yidong (update_compositions): Check validity of compositions.
Sun, 21 Jan 2007 04:57:37 +0000 Glenn Morris Add 2007 to copyright years.
Wed, 13 Dec 2006 01:13:58 +0000 Kenichi Handa Update AIST copyright years.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 19 Dec 2005 07:04:44 +0000 Kenichi Handa Copyright fixed
Tue, 13 Sep 2005 01:07:13 +0000 Kenichi Handa (compose_chars_in_text): Delete it.
Mon, 12 Sep 2005 20:38:47 +0000 Kim F. Storm (compose_chars_in_text): Fix setup of `pend'.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Thu, 21 Jul 2005 16:28:00 +0000 Juanma Barranquero (Fcompose_region_internal, Fcompose_string_internal):
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Wed, 08 Jun 2005 22:33:36 +0000 Kim F. Storm * composite.c (compose_chars_in_text):
Fri, 26 Dec 2003 11:39:22 +0000 Kenichi Handa *** empty log message ***
Mon, 01 Dec 2003 12:33:13 +0000 Kenichi Handa (syms_of_composite): Don't make the compostion hash table week.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Tue, 04 Feb 2003 14:56:31 +0000 Juanma Barranquero Trailing whitespace deleted.
Fri, 10 Jan 2003 12:49:26 +0000 Dave Love (syms_of_composite): Make composition_hash_table
Thu, 14 Nov 2002 14:13:36 +0000 Dave Love (calccost, cmgoto): Declare all args (per C99).
Fri, 06 Sep 2002 09:02:46 +0000 Juanma Barranquero (Fcompose_region_internal, Fcompose_string_internal): Fix spacing.
Mon, 19 Aug 2002 02:47:19 +0000 Kenichi Handa *** empty log message ***
Mon, 19 Aug 2002 02:46:08 +0000 Kenichi Handa (run_composition_function): Call FUNC if it is fboundp.
Fri, 19 Jul 2002 14:27:04 +0000 Ken Raeburn (compose_chars_in_text): Treat Lisp string contents
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Tue, 09 Jul 2002 23:02:26 +0000 Stefan Monnier (HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now).
Fri, 14 Jun 2002 16:28:58 +0000 Juanma Barranquero (Fcompose_region_internal, Fcompose_string_internal): Fix typos.
Tue, 13 Nov 2001 07:48:37 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].
Fri, 02 Nov 2001 20:46:55 +0000 Pavel Jank Update usage of CHECK_ macros (remove unused second argument).
Tue, 16 Oct 2001 09:09:51 +0000 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting