aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Luc Teirlinck2004-04-051-0/+9
|
* Update my email address.Eli Zaretskii2004-04-041-1/+1
|
* *** empty log message ***Juri Linkov2004-03-221-0/+7
|
* (Lisp History): Replace xref to `cl' manual with inforef.Luc Teirlinck2004-03-151-0/+5
|
* *** empty log message ***Richard M. Stallman2004-03-121-0/+5
|
* (Completion Commands): Add xref to Emacs manual for Partial Completion mode.Luc Teirlinck2004-03-101-0/+5
|
* Fix typo.Thien-Thi Nguyen2004-03-071-0/+4
| | | | Remove eol whitespace.
* *** empty log message ***Richard M. Stallman2004-03-041-0/+9
|
* * man/makefile.w32-in (mostlyclean, clean, maintainer-clean): UseJuanma Barranquero2004-02-291-1/+6
| | | | | | | | | | $(DEL) instead of rm, and ignore exit code. * lispintro/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code. * lispref/makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code.
* *** empty log message ***Eli Zaretskii2004-02-271-0/+5
|
* *** empty log message ***Luc Teirlinck2004-02-241-0/+6
|
* *** empty log message ***Glenn Morris2004-02-221-0/+4
|
* *** empty log message ***Luc Teirlinck2004-02-211-0/+6
|
* (Window System Selections): Add anchor.Luc Teirlinck2004-02-211-0/+2
|
* (Syntax Table Functions): Clarify and correct descriptions ofLuc Teirlinck2004-02-211-0/+11
| | | | | | | | make-syntax-table and copy-syntax-table. (Motion and Syntax): Clarify SYNTAXES argument to skip-syntax-forward. (Parsing Expressions): Mention that the return value of parse-partial-sexp is currently a list of ten rather than nine elements. (Categories): Various corrections and clarifications.
* (Marker Insertion Types): Minor change.Luc Teirlinck2004-02-181-0/+8
|
* *** empty log message ***Luc Teirlinck2004-02-171-1/+5
|
* Minor fix.Richard M. Stallman2004-02-171-0/+63
| | | | (Buffers and Windows): Delete false table about all-frames.
* *** empty log message ***Eli Zaretskii2004-02-161-0/+4
|
* *** empty log message ***Luc Teirlinck2004-02-121-1/+1
|
* *** empty log message ***Kim F. Storm2004-02-121-0/+6
|
* *** empty log message ***Luc Teirlinck2004-02-121-0/+5
|
* * positions.texi (Text Lines): Added missing end defun.Jan Djärv2004-02-071-0/+4
|
* *** empty log message ***Kim F. Storm2004-02-071-0/+4
|
* (Button Properties, Button Buffer Commands): mouse-2 invokes button,John Paul Wallington2004-02-061-0/+5
| | | | not down-mouse-1.
* *** empty log message ***Jason Rumney2004-02-041-0/+4
|
* (Text from Minibuffer): Various corrections and clarifications.Luc Teirlinck2004-02-041-0/+18
| | | | | | | | | | | | | (Object from Minibuffer): Correct Lisp description of read-minibuffer. (Minibuffer History): Clarify description of cons values for HISTORY arguments. (Basic Completion): Various corrections and clarifications. Add completion-regexp-list. (Minibuffer Completion): Correct and clarify description of completing-read. (Completion Commands): Mention partial-completion-mode. Various other minor changes. (High-Level Completion): Various corrections and clarifications. (Reading File Names): Ditto. (Minibuffer Misc): Ditto.
* (Text Comparison): assoc-string also matches elements of alists thatLuc Teirlinck2004-01-261-0/+7
| | | | | are strings instead of conses. (Formatting Strings): Standardize Texinfo usage. Update index entries.
* *** empty log message ***Luc Teirlinck2004-01-201-0/+4
|
* *** empty log message ***Luc Teirlinck2004-01-161-0/+8
|
* (Compilation Functions): Expand descriptions of `compile-defun',Luc Teirlinck2004-01-141-1/+1
| | | | | | `byte-compile-file', `byte-recompile-directory' and `batch-byte-compile'. In particular, mention and describe all optional arguments. (Disassembly): Correct and clarify the description of `disassemble'.
* *** empty log message ***Luc Teirlinck2004-01-141-0/+8
|
* *** empty log message ***Luc Teirlinck2004-01-121-0/+13
|
* *** empty log message ***Luc Teirlinck2004-01-071-0/+7
|
* *** empty log message ***Kim F. Storm2004-01-061-0/+8
|
* hooks.texi (Standard Hooks): Add before-save-hook.Simon Josefsson2004-01-051-0/+5
| | | | files.texi (Saving Buffers): Likewise.
* *** empty log message ***Richard M. Stallman2004-01-031-0/+4
|
* *** empty log message ***Luc Teirlinck2004-01-031-0/+14
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-12Miles Bader2004-01-011-0/+4
| | | | | | Add section on button package to lisp reference manual * lispref/display.texi (Buttons): New section.
* (Math Functions): sqrt reports a domain-errorAndreas Schwab2003-12-311-0/+6
| | | | | error. (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
* *** empty log message ***Luc Teirlinck2003-12-311-0/+3
|
* *** empty log message ***Luc Teirlinck2003-12-301-4/+20
|
* (Choosing Window): Add same-window-p, special-display-p.Richard M. Stallman2003-12-291-0/+50
| | | | (Window Configurations): Add window-configuration-frame.
* (Fringes): Fix typo "set-buffer-window" -> "set-window-buffer".Markus Rost2003-12-251-0/+4
|
* *** empty log message ***Luc Teirlinck2003-12-251-1/+45
|
* (Text Comparison): Correctly describe when two strings are `equal'.Luc Teirlinck2003-12-011-0/+12
| | | | | Combine and clarify descriptions of `assoc-ignore-case' and `assoc-ignore-representation'.
* (Building Lists): `append' no longer accepts integer arguments.Luc Teirlinck2003-11-301-0/+7
| | | | | Update the description of `number-sequence' to reflect recent changes. (Sets And Lists): Describe `member-ignore-case' after `member'.
* *** empty log message ***Kim F. Storm2003-11-271-1/+8
|
* Describe enhancements to mouse event positions.Kim F. Storm2003-11-231-0/+10
|
* *** empty log message ***Lars Hansen2003-11-211-0/+6
|