1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
Commit graph

129 commits

Author SHA1 Message Date
Chong Yidong
b8f5396ad1 * text.texi (Near Point): Say "cursor" not "terminal cursor".
(Commands for Insertion): Removed split-line since it's not
	relevant for Lisp programming.
	(Yank Commands): Rewrite introduction.
	(Undo): Clarify.
	(Maintaining Undo): Clarify.  Document undo-ask-before-discard.
	(Filling): Remove redundant comment.  Clarify return value of
	current-justification.
	(Margins): Minor clarifications.
	(Adaptive Fill): Update default value of adaptive-fill-regexp.
	(Sorting): Update definition of sort-lines.
	(Columns): Clarify behavior of sort-columns.
	(Indent Tabs): Link to Tab Stops in Emacs manual.
	(Special Properties): Clarify.
	(Clickable Text): Mention Buttons package.
2006-08-13 03:12:43 +00:00
Thien-Thi Nguyen
fc0ba1d080 (Clickable Text): Mention `help-echo' text property.
Update intro, examples and associated explanations.
2006-07-31 20:33:33 +00:00
Thien-Thi Nguyen
0466836353 (Fields): Mention POS requirement when narrowing is in effect. 2006-07-30 12:34:23 +00:00
Richard M. Stallman
5ac64732ea (Clickable Text): Clarify. 2006-07-24 23:06:09 +00:00
Thien-Thi Nguyen
faad80bfe0 (Links and Mouse-1): For mouse-on-link-p, expand on arg POS. 2006-07-23 21:20:50 +00:00
Richard M. Stallman
13cad73874 Put period and comma inside quotes.
Use real doublequote in menus.
2006-07-18 00:07:05 +00:00
Nick Roberts
c9abd53002 (Special Properties): Clean up previous change. 2006-07-17 04:20:41 +00:00
Nick Roberts
f0b99db0a5 (Special Properties): Describe fontified text property
in relation to a character (not text).
2006-07-15 06:37:39 +00:00
Eli Zaretskii
baa4b6c86a (Buffer Contents, Deletion, Changing Properties)
(Property Search, Special Properties, Sticky Properties)
(Links and Mouse-1, Fields, Change Hooks): Remove @tindex.
2006-07-08 18:01:23 +00:00
Richard M. Stallman
d735cf50f7 (Buffer Contents): Add example of text props in result of buffer-substring.
(Text Properties): Explain better about use of specific property names.
(Property Search): Some cleanups; reorder some functions.
2006-07-05 17:09:30 +00:00
Richard M. Stallman
55111a5638 (Special Properties): String value of `read-only' serves as the error message. 2006-06-16 15:21:54 +00:00
Eli Zaretskii
6916401640 (Special Properties): Add an xref to "Color Names". 2006-05-31 20:18:27 +00:00
Eli Zaretskii
1e094ef911 (Undo): Document that undo is turned off in buffers whose names begin with
a space.
2006-05-12 18:22:50 +00:00
Kim F. Storm
1f8a33db8c (Buffer Contents): Add NOPROPS arg to filter-buffer-substring. 2006-04-09 23:05:07 +00:00
Alan Mackenzie
e91d420200 * text.texi (Special Properties): Clarify the definition of
'fontified.
2006-03-19 20:36:21 +00:00
Luc Teirlinck
3b42af63b1 (Adaptive Fill): Fix Texinfo usage. 2006-03-11 22:41:41 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Eli Zaretskii
7fdc81ab35 Fix typos. 2006-01-07 18:41:50 +00:00
Richard M. Stallman
19bb794058 (Changing Properties): Don't use return value of set-text-properties. 2005-12-30 16:34:23 +00:00
Richard M. Stallman
1412ac47e7 (Undo): Restore some explanation from the version that was deleted. 2005-12-23 16:46:59 +00:00
Eli Zaretskii
2d7409f20f (Undo): Remove dupliate descriptions of apply funname' and apply delta'
elements of the undo list.
2005-12-23 15:45:07 +00:00
Juri Linkov
80be8042ca (Change Hooks): Replace ...' with @dots{}' in @defmac' and @defspec'. 2005-10-17 06:49:47 +00:00
Chong Yidong
475aab0deb 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
* locals.texi (Standard Buffer-Local Variables): Don't include
	mode variables for minor modes.
	Fix xrefs for buffer-display-count, buffer-display-table,
	buffer-offer-save, buffer-saved-size, cache-long-line-scans,
	enable-multibyte-characters, fill-column, header-line-format,
	left-fringe-width, left-margin, and right-fringe-width.

	* hooks.texi (Standard Hooks): All hooks should conform to the
	standard naming convention now.
	Fix xref for `echo-area-clear-hook'.

	* display.texi (Usual Display): Note that indicate-empty-lines and
	tab-width are buffer-local.

	* files.texi (Saving Buffers): Add xref to `Killing Buffers'.

	* modes.texi (Mode Help): Note that major-mode is buffer-local.

	* nonascii.texi (Encoding and I/O): Note that
	buffer-file-coding-system is buffer-local.

	* positions.texi (List Motion): Note that defun-prompt-regexp is
	buffer-local.

	* text.texi (Auto Filling): Note that auto-fill-function is
	buffer-local.
	(Undo): Note that buffer-undo-list is buffer-local.

	* windows.texi (Buffers and Windows): Document
	buffer-display-count.
2005-09-08 22:00:58 +00:00
Thien-Thi Nguyen
6646ea102c (Insertion): Document precise type of `insert-char' arg COUNT. 2005-09-03 18:19:32 +00:00
Thien-Thi Nguyen
1c1a14713b (Buffer Contents): Use "\n" in examples' result strings. 2005-09-03 18:12:46 +00:00
Thien-Thi Nguyen
651f374c99 Update years in copyright notice; nfc. 2005-08-10 14:29:01 +00:00
Richard M. Stallman
fbbad95fff (Special Properties): Change hook functions should bind
inhibit-modification-hooks around altering buffer text.
2005-07-03 16:38:17 +00:00
Juanma Barranquero
f3b11af5fb Fix spellings. 2005-06-21 09:29:01 +00:00
Richard M. Stallman
342fd6cd64 Fix formatting ugliness. 2005-06-18 13:57:17 +00:00
Lute Kamstra
9d42ffaa3c (Special Properties): Fix cross reference. 2005-06-12 23:46:50 +00:00
Eli Zaretskii
0c2cfb962a (Adaptive Fill): Amplify the description of fill-context-prefix. 2005-06-11 13:53:34 +00:00
Richard M. Stallman
8e669bbd42 (Buffer Contents): Add filter-buffer-substring and buffer-substring-filters. 2005-03-29 21:08:37 +00:00
Richard M. Stallman
2abded2ea0 (Undo): Document extensible undo entries. 2005-03-17 23:51:04 +00:00
Richard M. Stallman
d69ea7ab79 (Filling): Add sentence-end-without-period and sentence-end-without-space.
(Changing Properties): Minor fix.
2005-03-17 23:30:49 +00:00
Richard M. Stallman
1b7a8d5d7e (Change Hooks): Get rid of "Emacs 21". 2005-03-06 18:25:39 +00:00
Kim F. Storm
bf247b6ed0 Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Richard M. Stallman
edd523a993 (Margins): fill-nobreak-predicate can be one function. 2005-02-06 11:02:29 +00:00
Lute Kamstra
9bf6d576a7 (Maintaining Undo): Remove obsolete function. 2005-02-05 18:12:32 +00:00
Richard M. Stallman
b471b8e98c (User-Level Deletion): just-one-space takes numeric arg.
(Undo, Maintaining Undo): Clarify last change.
(Sorting): In sort-numeric-fields, explain about octal and hex.
Mention sort-numeric-base.
(Format Properties): Add xref for hard newlines.
2005-02-03 07:09:17 +00:00
Luc Teirlinck
578e484b9e (Maintaining Undo): Add `undo-outer-limit'. 2005-01-31 23:31:21 +00:00
Kim F. Storm
e15db17409 (Undo) <buffer-undo-list>: Describe `apply' elements. 2005-01-31 23:22:11 +00:00
Eli Zaretskii
ef6938c57d (Special Properties) <help-echo>: Use `pos' consistently in description
of the help-echo property.  Use @code{nil} instead of @var{nil}.
2005-01-29 14:02:43 +00:00
Kim F. Storm
1b1c49e1b3 (Links and Mouse-1): Fix string and vector item. 2005-01-14 09:35:32 +00:00
Richard M. Stallman
cf819102fc (Links and Mouse-1): Clarify text. 2005-01-13 19:59:22 +00:00
Kim F. Storm
5364b27cbf (Links and Mouse-1): Rename section from Enabling
Mouse-1 to Following Links.  Change xrefs.
Add examples for define-button-type and define-widget.
2005-01-12 15:32:47 +00:00
Richard M. Stallman
b503de7617 (Enabling Mouse-1 to Follow Links): Rewrite. 2005-01-12 05:14:03 +00:00
Kim F. Storm
9bcb9ab086 (Text Properties): Add "Enable Mouse-1" to submenu.
(Enabling Mouse-1 to Follow Links): New subsection.
2005-01-11 00:12:09 +00:00
Richard M. Stallman
de968ddbdd (Special Properties): Minor change. 2005-01-06 17:45:23 +00:00
Kim F. Storm
a71fe68f49 * text.texi (Special Properties): Just mention line-spacing and
line-height here, add xref to new "Line Height" node.
2004-12-10 23:58:55 +00:00
Richard M. Stallman
0e29c77ff5 (Undo): Document undo-in-progress. 2004-12-03 11:27:02 +00:00