aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-13Miles Bader2004-01-011-25/+35
| | | | Minor tweaks to Buttons section in lispref/display.texi
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12Miles Bader2004-01-012-15/+352
| | | | | | Add section on button package to lisp reference manual * lispref/display.texi (Buttons): New section.
* (Math Functions): sqrt reports a domain-errorAndreas Schwab2003-12-312-2/+8
| | | | | error. (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
* *** empty log message ***Luc Teirlinck2003-12-311-0/+3
|
* (Documentation Tips): Update item on hyperlinks in documentation strings.Luc Teirlinck2003-12-301-2/+3
|
* *** empty log message ***Luc Teirlinck2003-12-301-4/+20
|
* (Standard Errors): Various small corrections and additions.Luc Teirlinck2003-12-301-6/+14
|
* Various small changes in addition to the following.Luc Teirlinck2003-12-301-39/+53
| | | | | | | | | (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.
* Add anchor.Luc Teirlinck2003-12-301-0/+1
|
* (Choosing Window): Add same-window-p, special-display-p.Richard M. Stallman2003-12-292-4/+73
| | | | (Window Configurations): Add window-configuration-frame.
* (Creating Buffer-Local): Add local-variable-if-set-p.Richard M. Stallman2003-12-291-0/+6
|
* (Examining Properties): Add get-char-property-and-overlay.Richard M. Stallman2003-12-291-7/+24
| | | | | Change arg name in get-char-property. (Special Properties): Update handling of keymap property.
* (Modifying Strings): Add clear-string.Richard M. Stallman2003-12-291-7/+12
| | | | | (Text Comparison): Add assoc-string and remove assoc-ignore-case, assoc-ignore-representation.
* (Time of Day): Add set-time-zone-rule.Richard M. Stallman2003-12-291-0/+7
|
* (Math Functions): asin, acos, log, log10 report domain-error errors.Richard M. Stallman2003-12-291-8/+9
|
* (Converting Representations):Richard M. Stallman2003-12-291-0/+32
| | | | | Add multibyte-char-to-unibyte and unibyte-char-to-multibyte. (Encoding and I/O): Add file-name-coding-system.
* (Search-based Fontification): Explain thatRichard M. Stallman2003-12-291-11/+11
| | | | face specs are symbols with face names as values.
* (Minibuffer Misc): Add set-minibuffer-window.Richard M. Stallman2003-12-291-0/+8
|
* (Building Lists): remq moved elsewhere.Richard M. Stallman2003-12-291-31/+31
| | | | | (Sets And Lists): remq moved here. (Association Lists): Refer to assoc-string.
* (Garbage Collection): Add memory-use-counts.Richard M. Stallman2003-12-291-0/+6
|
* (Frames and Windows): Add set-frame-selected-window and frame-root-window.Richard M. Stallman2003-12-291-0/+11
|
* (Contents of Directories):Richard M. Stallman2003-12-291-0/+8
| | | | Add directory-files-and-attributes.
* (Refresh Screen): Add force-window-update.Richard M. Stallman2003-12-291-3/+33
| | | | | | | (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.
* (Buffer Modification): Add restore-buffer-modified-p.Richard M. Stallman2003-12-291-0/+10
| | | | (Killing Buffers): Add buffer-live-p.
* 2003-12-12 Jesper Harder <harder@ifa.au.dk>Per Abrahamsen2003-12-271-1/+72
| | | | | | | | | | | | | | | | | * 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.
* (Fringes): Fix typo "set-buffer-window" -> "set-window-buffer".Markus Rost2003-12-252-1/+5
|
* Remove trailing whitespace.Luc Teirlinck2003-12-251-2/+2
|
* Remove trailing whitespaceLuc Teirlinck2003-12-251-1/+1
|
* *** empty log message ***Luc Teirlinck2003-12-252-3/+48
|
* (Documentation Tips): Add anchor.Luc Teirlinck2003-12-251-0/+1
|
* (How Programs Do Loading): Add anchor.Luc Teirlinck2003-12-251-1/+2
|
* (Accessing Documentation): Add anchor.Luc Teirlinck2003-12-251-0/+1
|
* Replace all occurrences of @acronym{CAR} with @sc{car}, forLuc Teirlinck2003-12-251-3/+3
| | | | | consistency with the rest of the Elisp manual. `car' and `cdr' are historically acronyms, but are no longer widely thought of as such.
* (Pure Storage): Mention that `purecopy' does not copy text properties.Luc Teirlinck2003-12-251-14/+16
| | | | | (Object Internals): Now 29 bits are used (in most implementations) to address Lisp objects.
* (Variables with Restricted Values): New node.Luc Teirlinck2003-12-251-4/+43
|
* (Lisp Data Types): Mention that certain variables can only take on aLuc Teirlinck2003-12-251-1/+3
| | | | | restricted set of values and add an xref to the new node "Variables with Restricted Values".
* (Function Indirection): Describe the errors that `indirect-function'Luc Teirlinck2003-12-251-16/+42
| | | | | | | | 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.
* (Process Information): Add anchor.Luc Teirlinck2003-12-251-0/+1
|
* Various small changes in addition to the following.Luc Teirlinck2003-12-251-81/+147
| | | | | | | | | | | | | | (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'.
* (Text Comparison): Correctly describe when two strings are `equal'.Luc Teirlinck2003-12-012-14/+37
| | | | | Combine and clarify descriptions of `assoc-ignore-case' and `assoc-ignore-representation'.
* (Non-ASCII in Strings): Clarify description of when a string isLuc Teirlinck2003-12-011-28/+44
| | | | | | unibyte or multibyte. (Bool-Vector Type): Update examples. (Equality Predicates): Correctly describe when two strings are `equal'.
* (Building Lists): `append' no longer accepts integer arguments.Luc Teirlinck2003-11-302-21/+56
| | | | | Update the description of `number-sequence' to reflect recent changes. (Sets And Lists): Describe `member-ignore-case' after `member'.
* (Click Events): Click object may be an images.Kim F. Storm2003-11-271-14/+31
| | | | | | Describe (dx . dy) element of click positions. (Accessing Events): Remove duplicate posn-timestamp. New functions posn-object and posn-object-x-y.
* *** empty log message ***Kim F. Storm2003-11-271-1/+8
|
* (Click Events): Describe enhancements to eventKim F. Storm2003-11-231-53/+106
| | | | | | | | | 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.
* Describe enhancements to mouse event positions.Kim F. Storm2003-11-231-0/+10
|
* *** empty log message ***Lars Hansen2003-11-211-0/+6
|
* (File Attributes): Describe new parameter ID-FORMAT.Lars Hansen2003-11-211-9/+16
|
* (File Attributes): Describe removed parameter ID-FORMAT.Lars Hansen2003-11-211-0/+1
|
* (Overview of Markers): Mention that, if a marker is used a a position,Luc Teirlinck2003-11-211-4/+7
| | | | its buffer is ignored.