aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (Customizing Keywords): Rename `append' to `how'.Romain Francoise2005-12-141-0/+5
| | | | Fix typo.
* *** empty log message ***Juri Linkov2005-12-111-0/+7
|
* *** empty log message ***Richard M. Stallman2005-12-111-0/+4
|
* *** empty log message ***Richard M. Stallman2005-12-081-0/+4
|
* (Character Type): Clarify that \s is not space if a dash follows.Richard M. Stallman2005-12-081-0/+5
|
* *** empty log message ***Richard M. Stallman2005-12-061-0/+4
|
* (Format of Keymaps): Remove mention of a quirkStefan Monnier2005-12-051-0/+5
| | | | in full keymaps, since the quirk has been fixed.
* *** empty log message ***Eli Zaretskii2005-12-031-0/+5
|
* *** empty log message ***Richard M. Stallman2005-11-271-0/+4
|
* *** empty log message ***Juri Linkov2005-11-211-0/+6
|
* * display.texi: Revert 2005-11-20 change.Chong Yidong2005-11-201-0/+4
|
* (Bindat Functions): Say "third" to refer to zero-based index "2".Thien-Thi Nguyen2005-11-201-0/+5
|
* *** empty log message ***Luc Teirlinck2005-11-191-0/+5
|
* mention :ignore-deffaceChong Yidong2005-11-181-0/+4
|
* (Minor Mode Conventions): Use custom-set-minor-mode.Stefan Monnier2005-11-161-0/+1
| | | | (Minor Mode Conventions): Mention the use of a hook.
* (Minor Mode Conventions): Use custom-set-minor-mode.Stefan Monnier2005-11-161-2/+6
|
* *** empty log message ***Richard M. Stallman2005-11-071-0/+5
|
* *** empty log message ***Richard M. Stallman2005-11-031-0/+4
|
* Document ~/.emacs.d/init.el.Chong Yidong2005-10-301-0/+4
|
* *** empty log message ***Richard M. Stallman2005-10-291-0/+4
|
* (Documentation Tips): Help mode now creates hyperlinks for URLs.Bill Wohler2005-10-281-0/+5
|
* *** empty log message ***Richard M. Stallman2005-10-281-0/+9
|
* Write about new optional argument for `display-completion-list'.Masatake YAMATO2005-10-271-0/+5
|
* *** empty log message ***Richard M. Stallman2005-10-231-0/+5
|
* (Building Emacs): Fix last change.Eli Zaretskii2005-10-221-0/+4
|
* *** empty log message ***Richard M. Stallman2005-10-221-0/+4
|
* *** empty log message ***Richard M. Stallman2005-10-211-0/+5
|
* *** empty log message ***Kim F. Storm2005-10-191-0/+4
|
* * display.texi (Showing Images): Document max-image-size.Chong Yidong2005-10-191-0/+4
|
* *** empty log message ***Richard M. Stallman2005-10-171-0/+7
|
* *** empty log message ***Juri Linkov2005-10-171-0/+20
|
* *** empty log message ***Kim F. Storm2005-10-071-0/+5
|
* *** empty log message ***Kim F. Storm2005-10-041-0/+5
|
* *** empty log message ***Nick Roberts2005-10-031-0/+4
|
* (High-Level Completion): Explain that the promptRomain Francoise2005-09-301-0/+6
| | | | | given to `read-buffer' should end with a colon and a space. Update usage examples.
* *** empty log message ***Juri Linkov2005-09-291-0/+6
|
* * errors.texi (Standard Errors): Corrected xrefs.Chong Yidong2005-09-261-0/+4
|
* Updated documentation for `image-load-path'.Chong Yidong2005-09-181-0/+5
|
* *** empty log message ***Richard M. Stallman2005-09-171-0/+4
|
* * elisp.texi: Specify GFDL version 1.2.Romain Francoise2005-09-161-0/+7
| | | | | * doclicense.texi (GNU Free Documentation License): Update to version 1.2.
* Document `image-load-path'.Chong Yidong2005-09-151-0/+4
|
* *** empty log message ***Richard M. Stallman2005-09-151-0/+11
|
* 2005-09-10 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-101-0/+4
| | | | * files.texi (Saving Buffers): Fix typo.
* *** empty log message ***Richard M. Stallman2005-09-091-0/+4
|
* 2005-09-08 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-09-081-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* (Coding Conventions): Sometimes it is ok to put theRichard M. Stallman2005-09-061-0/+5
| | | | package prefix elsewhere than at the start of the name.
* *** empty log message ***Richard M. Stallman2005-09-041-0/+5
|
* (nil and t): Minor cleanup.Richard M. Stallman2005-09-041-0/+8
| | | | | | | Delete spurious mention of keyword symbols. (Evaluation Notation): Add index entry. (A Sample Function Description): Minor cleanup. (A Sample Variable Description): Not all vars can be set.
* *** empty log message ***Thien-Thi Nguyen2005-09-031-0/+6
|
* (Other Font Lock Variables): Sync the default of font-lock-lines-before.Stefan Monnier2005-09-021-0/+5
|