1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
Commit graph

1072 commits

Author SHA1 Message Date
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
Luc Teirlinck
97ce05cfa8 (Overview of Markers): Mention that, if a marker is used a a position,
its buffer is ignored.
2003-11-21 05:04:07 +00:00
Luc Teirlinck
1a3a914b9e (Positions): Mention that, if a marker is used a a position, its
buffer is ignored.
2003-11-21 05:02:08 +00:00
Luc Teirlinck
f7f1a248d8 *** empty log message *** 2003-11-21 05:01:17 +00:00
Luc Teirlinck
fa091c040c (Numeric Conversions): Not just floor', but also truncate',
`ceiling' and `round' accept optional argument DIVISOR.
2003-11-12 21:30:14 +00:00
Luc Teirlinck
c5e2fb05c1 *** empty log message *** 2003-11-12 21:23:26 +00:00
Luc Teirlinck
e57d0aa864 *** empty log message *** 2003-11-11 03:59:26 +00:00
Luc Teirlinck
409edc0569 (Creating Markers): Specify insertion type of created markers. Add
xref to `Marker Insertion Types'.  Second argument to `copy-marker' is
optional.
(Marker Insertion Types): Mention that most markers are created with
insertion type nil.
(The Mark): Correctly describe when `mark' signals an error.
(The Region): Correctly describe when `region-beginning' and
`region-end' signal an error.
2003-11-11 03:58:26 +00:00
Luc Teirlinck
bf4fb0252c (Point): Change description of `buffer-end', so that it is also
correct for floating point arguments.
(List Motion): Correct argument lists of `beginning-of-defun' and
`end-of-defun'.
(Excursions): Add xref to `Marker Insertion Types'.
(Narrowing): Argument to `narrow-to-page' is optional.
2003-11-09 04:49:58 +00:00
Luc Teirlinck
b02495f1b5 (Creating Hash): Clarify description of eql'. makehash' is obsolete.
(Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
2003-11-09 04:44:28 +00:00
Luc Teirlinck
bb3612ec1f *** empty log message *** 2003-11-09 04:41:22 +00:00
Luc Teirlinck
9f6a7e77d9 (Output Streams): Clarify behavior of point for marker output streams. 2003-11-07 04:17:52 +00:00