log src/insdel.c @ 112380:aa1e27e3a554

age author description
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Thu, 18 Nov 2010 08:57:00 -0800 Dan Nicolaescu Move declarations from .c files to .h files.
Thu, 21 Oct 2010 13:27:32 -0400 Chong Yidong * insdel.c (prepare_to_modify_buffer): Don't set
Sat, 25 Sep 2010 15:50:13 -0400 Chong Yidong * src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is alive
Wed, 22 Sep 2010 12:03:34 -0400 Eli Zaretskii Fix some uses of int instead of EMACS_INT.
Sun, 15 Aug 2010 22:33:17 -0400 Chong Yidong Let all active regions set the primary selection.
Sat, 07 Aug 2010 16:26:55 -0400 Chong Yidong Avoid restrictions when copying window selection.
Sat, 07 Aug 2010 15:39:04 -0400 Chong Yidong Change `select-active-region' mechanics.
Sun, 11 Jul 2010 11:27:13 +0200 Andreas Schwab Constify functions taking char *
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Sat, 05 Jun 2010 02:41:32 +0200 Juanma Barranquero Remove obsolete macro BASE_LEADING_CODE_P.
Mon, 19 Apr 2010 21:50:52 -0400 Stefan Monnier Make variable forwarding explicit rather the using special values.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Tue, 24 Nov 2009 21:33:23 +0000 Stefan Monnier (adjust_markers_for_delete): Move it in the right direction! (bug#4803)
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Thu, 19 Nov 2009 01:40:22 +0000 Stefan Monnier (make_gap_larger): Don't make as many assumptions about the
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.
Sun, 18 Oct 2009 03:08:32 +0000 Stefan Monnier Remove leftover table unibyte_to_multibyte_table.
Sun, 04 Oct 2009 02:58:53 +0000 Juanma Barranquero Fix typos in comments.
Sat, 28 Mar 2009 04:53:04 +0000 Stefan Monnier * editfns.c (general_insert_function): Adjust to insdel.c changes.
Sat, 28 Mar 2009 02:24:22 +0000 Stefan Monnier * insdel.c (move_gap, move_gap_both, gap_left, gap_right)
Sun, 22 Feb 2009 14:29:25 +0000 Andreas Schwab (del_range_2): Don't modify gap contents when called
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Tue, 30 Dec 2008 01:48:18 +0000 Kenichi Handa (copy_text): To convert a non-ASCII char to unibyte,
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.