1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00
No description
Find a file
Jim Blandy 24e3d3bf9e * intervals.c (find_interval): Doc fixes, computation of
tree->position rearranged for clarity.

	* intervals.c (find_interval): Consistently treat POSITION as an
	actual buffer position, i.e. origin 1.  The old code seemed
	undecided on this point.  Treat the end of the buffer as being
	part of the rightmost interval.
	(adjust_intervals_for_insertion): Consistently treat POSITION as
	origin 1.
	(interval_deletion_adjustment): The exception: FROM should be
	origin zero here.  Consistently treat it as such.  Simplify code
	which shrinks and possibly deletes intervals.
	(adjust_intervals_for_deletion): Treat start as origin 1; our
	caller does.
	(set_point): Use buffer positions throughout, not a mix of buffer
	posns and origin zero posns.
	(get_local_map): Remove special case for POSITION at end of buffer;
	find_interval handles that case correctly.
	(verify_interval_modification): Remove special case for START at
	end of buffer.
	* textprop.c (validate_interval_range): End-of-buffer/string
	positions no longer need special handling.

	* intervals.c (make_new_interval): #if 0 this out.  Nobody calls it.
1993-07-06 14:53:54 +00:00
etc entered into RCS 1993-06-16 15:45:33 +00:00
lib-src Add -q option. 1993-06-30 18:54:08 +00:00
lisp * man.el (Man-build-man-command): Don't leave a pipe symbol at the 1993-07-06 06:59:31 +00:00
lispref Initial revision 1993-06-08 20:59:11 +00:00
src * intervals.c (find_interval): Doc fixes, computation of 1993-07-06 14:53:54 +00:00
build-ins.in entered into RCS 1992-05-01 06:20:52 +00:00
config.guess *** empty log message *** 1993-06-10 20:28:32 +00:00
config.sub Recognize `gnu' as a valid operating system. Sheesh. 1993-06-30 19:19:42 +00:00
configure1.in * configure.in: Add --verbose flag. 1993-06-24 01:52:49 +00:00
GETTING.GNU.SOFTWARE Mention that gzip files end in ".gz", not ".z". 1993-06-14 15:12:07 +00:00
INSTALL Initial revision 1993-05-28 04:47:23 +00:00
make-dist * make-dist: If using gzip, create distribution with '.gz' extension. 1993-06-18 00:50:11 +00:00
Makefile.in * Makefile.in (top_distclean): Use -f switch when cleaning out 1993-06-19 21:05:21 +00:00
PROBLEMS Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00