2010-10-21 |
Chong Yidong |
* insdel.c (prepare_to_modify_buffer): Don't set
|
2010-09-25 |
Chong Yidong |
* src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is alive
|
2010-09-22 |
Eli Zaretskii |
Fix some uses of int instead of EMACS_INT.
|
2010-08-16 |
Chong Yidong |
Let all active regions set the primary selection.
|
2010-08-07 |
Chong Yidong |
Avoid restrictions when copying window selection.
|
2010-08-07 |
Chong Yidong |
Change `select-active-region' mechanics.
|
2010-07-11 |
Andreas Schwab |
Constify functions taking char *
|
2010-07-08 |
Dan Nicolaescu |
Convert DEFUNs to standard C.
|
2010-07-07 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
2010-07-04 |
Dan Nicolaescu |
Convert (most) functions in src to standard C.
|
2010-06-05 |
Juanma Barranquero |
Remove obsolete macro BASE_LEADING_CODE_P.
|
2010-04-20 |
Stefan Monnier |
Make variable forwarding explicit rather the using special values.
|
2010-01-13 |
Glenn Morris |
Add 2010 to copyright years.
|
2009-11-24 |
Stefan Monnier |
(adjust_markers_for_delete): Move it in the right direction! (bug#4803)
|
2009-11-21 |
Andreas Schwab |
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
|
2009-11-19 |
Stefan Monnier |
(make_gap_larger): Don't make as many assumptions about the
|
2009-11-06 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
2009-10-19 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
2009-10-18 |
Stefan Monnier |
Remove leftover table unibyte_to_multibyte_table.
|
2009-10-04 |
Juanma Barranquero |
Fix typos in comments.
|
2009-03-28 |
Stefan Monnier |
* editfns.c (general_insert_function): Adjust to insdel.c changes.
|
2009-03-28 |
Stefan Monnier |
* insdel.c (move_gap, move_gap_both, gap_left, gap_right)
|
2009-02-22 |
Andreas Schwab |
(del_range_2): Don't modify gap contents when called
|
2009-01-08 |
Glenn Morris |
Add 2009 to copyright years.
|
2008-12-30 |
Kenichi Handa |
(copy_text): To convert a non-ASCII char to unibyte,
|
2008-05-14 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
2008-04-03 |
Stefan Monnier |
(insert_from_buffer_1): Don't compare bytes in destination
|
2008-02-12 |
Stefan Monnier |
* coding.c (coding_set_destination): Use BEG_BYTE rather than hardcoding 1.
|
2008-01-09 |
Miles Bader |
Merge from emacs--devo--0
|
2007-10-11 |
Miles Bader |
Merge from emacs--devo--0
|
2007-08-21 |
Miles Bader |
Merge from emacs--devo--0
|
2007-08-13 |
Miles Bader |
Merge from emacs--devo--0
|
2007-07-27 |
Miles Bader |
Merge from emacs--devo--0
|
2007-05-01 |
Miles Bader |
Merge from emacs--devo--0
|
2007-03-04 |
Miles Bader |
Merge from emacs--devo--0
|
2007-01-26 |
Miles Bader |
Merge from emacs--devo--0
|
2006-09-05 |
Miles Bader |
Merge from emacs--devo--0
|
2006-07-06 |
Miles Bader |
Merge from emacs--devo--0
|
2006-02-08 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
|
2006-01-16 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
|
2005-08-26 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
|
2005-07-29 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74
|
2005-07-07 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
|
2005-02-06 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-11
|
2004-12-08 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
|
2004-11-04 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69
|
2004-06-28 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
|
2004-04-16 |
Kenichi Handa |
Sync to HEAD
|
2003-10-16 |
Kenichi Handa |
(insert_from_gap): Adjust intervals correctly.
|
2003-09-08 |
Kenichi Handa |
*** empty log message ***
|
2003-01-06 |
Kenichi Handa |
(insert_from_gap): Fix argument to offset_intervals.
|
2002-10-15 |
Kenichi Handa |
(copy_text): Check C by ASCII_CHAR_P, not by
|
2002-08-21 |
Kenichi Handa |
(insert_from_gap): Make it work even if PT != GTP.
|
2002-03-08 |
Kenichi Handa |
(insert_from_gap): Call record_insert.
|
2002-03-01 |
Kenichi Handa |
Include "character.h" instead of "charset.h".
|
2006-01-16 |
Henrik Enberg |
sync with trunk
|
2003-09-08 |
Kenichi Handa |
New directory
|
2008-01-08 |
Miles Bader |
Merge from emacs--rel--22
|
2007-10-02 |
Stefan Monnier |
(adjust_markers_for_insert): Generalize assertion checks.
|
2007-08-15 |
Stefan Monnier |
(reset_var_on_error): Improve comment.
|
2007-08-13 |
Stefan Monnier |
(reset_var_on_error): New fun.
|
2008-01-08 |
Glenn Morris |
Add 2008 to copyright years.
|
2007-08-21 |
Stefan Monnier |
(reset_var_on_error): New fun.
|
2007-07-25 |
Glenn Morris |
Switch license to GPLv3 or later.
|
2007-04-29 |
Richard M. Stallman |
(replace_range): For undo, record insertion first.
|
2007-02-28 |
Chong Yidong |
(Fcombine_after_change_execute): Return nil if
|
2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2006-09-01 |
Chong Yidong |
* buffer.h (struct buffer_text): New field chars_modiff.
|
2006-07-05 |
Chong Yidong |
* insdel.c (prepare_to_modify_buffer): For an indirect buffer, do
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-12-23 |
Eli Zaretskii |
(insert, insert_and_inherit, insert_before_markers)
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-23 |
Richard M. Stallman |
(syms_of_insdel): staticpro combine_after_change_buffer.
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|
2005-02-01 |
Kenichi Handa |
(replace_range_2): Fix bugs in adjusting markers and point.
|
2004-12-02 |
Richard M. Stallman |
(insert_from_string_before_markers)
|
2004-11-02 |
Richard M. Stallman |
(replace_range_2): New function.
|
2004-05-22 |
Richard M. Stallman |
(del_range_2, replace_range): Don't write an anchor if the gap is empty.
|
2004-03-25 |
Masatake YAMATO |
* insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-07-09 |
Stefan Monnier |
(signal_before_change, signal_after_change): Use new type for
|
2003-06-26 |
Stefan Monnier |
(check_markers, adjust_markers_for_delete)
|
2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2002-10-30 |
Dave Love |
Comment.
|
2002-07-16 |
Ken Raeburn |
(copy_text, count_size_as_multibyte, insert_1):
|
2002-07-16 |
Ken Raeburn |
* insdel.c (insert_from_string_1): Use SDATA.
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-11 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
2002-06-13 |
Kim F. Storm |
(insert_1_both, insert_from_string_1)
|
2002-02-09 |
Kim F. Storm |
(make_gap_smaller): Preserve BEG_UNCHANGED during gap
|
2002-01-11 |
Richard M. Stallman |
(adjust_after_replace_noundo): New function.
|
2002-01-06 |
Andreas Schwab |
(make_gap_larger): Make sure buffer size does not overflow range of int.
|
2001-12-11 |
Andrew Innes |
(make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
|
2001-12-05 |
Andrew Innes |
(make_gap_larger): New function.
|
2001-11-13 |
Pavel JanÃk |
Change doc-string comments to `new style' [w/`doc:' keyword].
|
2001-11-11 |
Richard M. Stallman |
(replace_range): Use adjust_markers_for_replace
|
2001-10-26 |
Gerd Moellmann |
(insert_1_both): Do nothing if NCHARS == 0.
|
2001-10-08 |
Gerd Moellmann |
Don't define min/max.
|
2001-10-06 |
Gerd Moellmann |
(make_gap): Use MOST_POSITIVE_FIXNUM.
|
2001-09-11 |
Gerd Moellmann |
(Qinhibit_modification_hooks): New variable.
|
2001-05-16 |
Gerd Moellmann |
(signal_before_change, signal_after_change): Consider a
|
2001-02-13 |
Gerd Moellmann |
(del_range_1, del_range_byte, del_range_both): Handle
|
2001-01-02 |
Eli Zaretskii |
(make_gap): Remove unused variable `result'.
|
2000-10-18 |
Miles Bader |
(adjust_markers_for_delete): Handle before-insertion markers correctly.
|
2000-09-21 |
Gerd Moellmann |
Avoid some more compiler warnings.
|
2000-09-14 |
Gerd Moellmann |
(make_gap): Use enlarge_buffer_text.
|
2000-06-02 |
Dave Love |
(signal_before_change, signal_after_change): Don't check
|
2000-05-22 |
Kenichi Handa |
(adjust_markers_for_replace): Fix previous change.
|
2000-05-20 |
Kenichi Handa |
(adjust_markers_for_record_delete): Deleted.
|
2000-05-04 |
Gerd Moellmann |
(insert_from_buffer_1): Adjust FROM position by number
|
2000-03-30 |
Ken Raeburn |
* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
|
2000-02-11 |
Kenichi Handa |
(del_range_1): Call update_compositions.
|
1999-12-15 |
Kenichi Handa |
(copy_text): Adjusted for the change of CHAR_STRING.
|
1999-12-07 |
Stefan Monnier |
* editfns.c (Fdelete_and_extract_region): New function.
|
1999-12-06 |
Eli Zaretskii |
(adjust_markers_for_delete): Fix last change.
|
1999-12-06 |
Kenichi Handa |
(adjust_markers_for_delete): Make it non-static.
|
1999-11-26 |
Gerd Moellmann |
(insert_1_both): Call set_text_properties with last
|
1999-11-11 |
Gerd Moellmann |
Remove USE_TEXT_PROPERTIES.
|
1999-10-19 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
1999-09-19 |
Gerd Moellmann |
(copy_text): Removed unused variables.
|