1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00
Commit graph

1083 commits

Author SHA1 Message Date
Luc Teirlinck
c30ea73f26 (Function Indirection): Add anchor. 2004-01-03 16:39:33 +00:00
Miles Bader
a3cb3b2eaf Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-13
Minor tweaks to Buttons section in lispref/display.texi
2004-01-01 14:09:01 +00:00
Miles Bader
02c77ee91c Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12
Add section on button package to lisp reference manual

* lispref/display.texi (Buttons): New section.
2004-01-01 04:20:43 +00:00
Andreas Schwab
903a1a91c6 (Math Functions): sqrt reports a domain-error
error.
(Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
2003-12-31 12:17:17 +00:00
Luc Teirlinck
3f70fe8247 *** empty log message *** 2003-12-31 00:32:19 +00:00
Luc Teirlinck
727c91598f (Documentation Tips): Update item on hyperlinks in documentation strings. 2003-12-30 23:55:23 +00:00
Luc Teirlinck
697cf92a45 *** empty log message *** 2003-12-30 23:37:04 +00:00
Luc Teirlinck
c1bbeff0a3 (Standard Errors): Various small corrections and additions. 2003-12-30 22:38:00 +00:00
Luc Teirlinck
a8d6af5812 Various small changes in addition to the following.
(Signaling Errors): Provide some more details on how `signal'
constructs the error message.  Add anchor to the definition of
`signal'.
(Error Symbols): Describe special treatment of `quit'.
(Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM to
emphasize that it has to be a single form.
2003-12-30 22:34:35 +00:00
Luc Teirlinck
33dfaf11e0 Add anchor. 2003-12-30 22:15:07 +00:00
Richard M. Stallman
4d25144d00 (Choosing Window): Add same-window-p, special-display-p.
(Window Configurations): Add window-configuration-frame.
2003-12-29 21:53:46 +00:00
Richard M. Stallman
dbcd9cd756 (Creating Buffer-Local): Add local-variable-if-set-p. 2003-12-29 21:52:03 +00:00
Richard M. Stallman
6fac48b39c (Examining Properties): Add get-char-property-and-overlay.
Change arg name in get-char-property.
(Special Properties): Update handling of keymap property.
2003-12-29 21:51:29 +00:00
Richard M. Stallman
81e65dff20 (Modifying Strings): Add clear-string.
(Text Comparison): Add assoc-string and remove
assoc-ignore-case, assoc-ignore-representation.
2003-12-29 21:37:17 +00:00
Richard M. Stallman
76aac1c198 (Time of Day): Add set-time-zone-rule. 2003-12-29 21:35:37 +00:00
Richard M. Stallman
f3d95494d6 (Math Functions): asin, acos, log, log10 report domain-error errors. 2003-12-29 21:32:10 +00:00
Richard M. Stallman
1ee89891a8 (Converting Representations):
Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
(Encoding and I/O): Add file-name-coding-system.
2003-12-29 21:29:15 +00:00
Richard M. Stallman
3ab66863d3 (Search-based Fontification): Explain that
face specs are symbols with face names as values.
2003-12-29 21:27:13 +00:00
Richard M. Stallman
41495ddda8 (Minibuffer Misc): Add set-minibuffer-window. 2003-12-29 21:24:48 +00:00
Richard M. Stallman
9f0812867a (Building Lists): remq moved elsewhere.
(Sets And Lists): remq moved here.
(Association Lists): Refer to assoc-string.
2003-12-29 21:24:11 +00:00
Richard M. Stallman
5b2279a391 (Garbage Collection): Add memory-use-counts. 2003-12-29 20:59:33 +00:00
Richard M. Stallman
0c10c5de42 (Frames and Windows): Add set-frame-selected-window and frame-root-window. 2003-12-29 20:58:40 +00:00
Richard M. Stallman
67203dbdf1 (Contents of Directories):
Add directory-files-and-attributes.
2003-12-29 20:28:40 +00:00
Richard M. Stallman
00b3c1cd31 (Refresh Screen): Add force-window-update.
(Invisible Text): Explain about moving point out of invis text.
(Overlay Properties): Add overlay-properties.
(Managing Overlays): Add overlayp.
(GIF Images): Invalid image number displays a hollow box.
2003-12-29 20:28:06 +00:00
Richard M. Stallman
39be25da15 (Buffer Modification): Add restore-buffer-modified-p.
(Killing Buffers): Add buffer-live-p.
2003-12-29 20:25:53 +00:00
Per Abrahamsen
cfa921fd39 2003-12-12 Jesper Harder <harder@ifa.au.dk>
* cus-edit.el (custom-add-parent-links): Define "many".

2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>

	* wid-edit.el (widget-child-value-get, widget-child-value-inline)
	(widget-child-validate, widget-type-value-create)
	(widget-type-default-get, widget-type-match): New functions.
	(lazy): New widget.
	(menu-choice, checklist, radio-button-choice, editable-list)
	(group, documentation-string): Removed redundant (per 2003-10-25
	change) calls to `widget-children-value-delete'.
	(widget-choice-value-get, widget-choice-value-inline): Removed
	functions.
	(menu-choice): Updated widget.
2003-12-27 16:41:13 +00:00
Markus Rost
67fafe38b4 (Fringes): Fix typo "set-buffer-window" -> "set-window-buffer". 2003-12-25 14:10:31 +00:00
Luc Teirlinck
0773471800 Remove trailing whitespace. 2003-12-25 04:52:54 +00:00
Luc Teirlinck
070b546b23 Remove trailing whitespace 2003-12-25 04:20:44 +00:00
Luc Teirlinck
68e74f2578 *** empty log message *** 2003-12-25 04:03:49 +00:00
Luc Teirlinck
70057f39ff (Documentation Tips): Add anchor. 2003-12-25 04:00:56 +00:00
Luc Teirlinck
da9f5ab259 (How Programs Do Loading): Add anchor. 2003-12-25 03:59:14 +00:00
Luc Teirlinck
1bff11dc27 (Accessing Documentation): Add anchor. 2003-12-25 03:57:38 +00:00
Luc Teirlinck
4bdcd3ef21 Replace all occurrences of @acronym{CAR} with @sc{car}, for
consistency with the rest of the Elisp manual.  `car' and `cdr' are
historically acronyms, but are no longer widely thought of as such.
2003-12-25 03:54:16 +00:00
Luc Teirlinck
568ffbeed8 (Pure Storage): Mention that `purecopy' does not copy text properties.
(Object Internals): Now 29 bits are used (in most implementations) to
address Lisp objects.
2003-12-25 03:52:43 +00:00
Luc Teirlinck
74ab3aa34a (Variables with Restricted Values): New node. 2003-12-25 03:49:55 +00:00
Luc Teirlinck
b51785c121 (Lisp Data Types): Mention that certain variables can only take on a
restricted set of values and add an xref to the new node "Variables
with Restricted Values".
2003-12-25 03:45:43 +00:00
Luc Teirlinck
636a7460c9 (Function Indirection): Describe the errors that `indirect-function'
can signal.
(Eval): Clarify the descriptions of `eval-region' and `values'.
Describe `eval-buffer' instead of `eval-current-buffer' and mention
`eval-current-buffer' as an alias for `current-buffer'.  Correct the
description and mention all optional arguments.
2003-12-25 03:42:52 +00:00
Luc Teirlinck
136b1dff19 (Process Information): Add anchor. 2003-12-25 03:38:35 +00:00
Luc Teirlinck
3586412455 Various small changes in addition to the following.
(Converting Representations): Clarify behavior of
`string-make-multibyte' and `string-to-multibyte' for unibyte all
ASCII arguments.
(Character Sets): Document the variable `charset-list' and adapt the
definition of the function `charset-list' accordingly.
(Translation of Characters): Clarify use of generic characters in
`make-translation-table'.  Clarify and correct the description of the
use of translation tables in encoding and decoding.
(User-Chosen Coding Systems): Correct and clarify the description of
`select-safe-coding-system'.
(Default Coding Systems): Clarify description of `file-coding-system-alist'.
2003-12-25 03:34:38 +00:00
Luc Teirlinck
a62f71e422 (Text Comparison): Correctly describe when two strings are `equal'.
Combine and clarify descriptions of `assoc-ignore-case' and
`assoc-ignore-representation'.
2003-12-01 04:09:00 +00:00
Luc Teirlinck
d4241ae4cb (Non-ASCII in Strings): Clarify description of when a string is
unibyte or multibyte.
(Bool-Vector Type): Update examples.
(Equality Predicates): Correctly describe when two strings are `equal'.
2003-12-01 03:57:00 +00:00
Luc Teirlinck
190177521f (Building Lists): `append' no longer accepts integer arguments.
Update the description of `number-sequence' to reflect recent changes.
(Sets And Lists): Describe `member-ignore-case' after `member'.
2003-11-30 02:52:12 +00:00
Kim F. Storm
f51f93f6fc (Click Events): Click object may be an images.
Describe (dx . dy) element of click positions.
(Accessing Events): Remove duplicate posn-timestamp.
New functions posn-object and posn-object-x-y.
2003-11-27 21:54:19 +00:00
Kim F. Storm
0f6a07a85a *** empty log message *** 2003-11-27 21:53:51 +00:00
Kim F. Storm
c5cb529745 (Click Events): Describe enhancements to event
position lists, including new text-pos and (col . row) items.
Mention left-fringe and right-fringe area events.
(Accessing Events): New functions posn-area, posn-object, and
posn-actual-col-row.  Mention posn-timestamp.  Mention that
posn-point in non-text area still returns buffer position.
Clarify posn-col-row.
2003-11-23 00:59:23 +00:00
Kim F. Storm
1ce7c81948 Describe enhancements to mouse event positions. 2003-11-23 00:58:56 +00:00
Lars Hansen
cae8ddbb46 *** empty log message *** 2003-11-21 18:28:07 +00:00
Lars Hansen
f3bd74b387 (File Attributes): Describe new parameter ID-FORMAT. 2003-11-21 18:25:20 +00:00
Lars Hansen
f6118a9d07 (File Attributes): Describe removed parameter ID-FORMAT. 2003-11-21 18:24:52 +00:00