aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Initial Parameters, Resources): Fix references to the Emacs manual.Andreas Schwab2002-06-122-2/+7
|
* Delete "new in Emacs 21" note.Richard M. Stallman2002-06-112-3/+2
|
* defface `supports' predicateMiles Bader2002-06-111-1/+8
|
* display-supports-face-attributes-pMiles Bader2002-06-111-1/+28
|
* (Precalcuated Fontification): Note how to use `font-lock-core-only'.Colin Walters2002-06-091-0/+12
|
* (char-property-alias-alist): New variable; describe its relation toColin Walters2002-06-081-5/+31
| | | | | | | | `default-text-properties' and the `category' property. (default-text-properties): Note `char-property-alias-alist'. (Special Properties): Document new property `font-lock-face'.
* (Precalcuated Fontification): New node, describing `font-lock-face'.Colin Walters2002-06-081-0/+13
|
* Explain why set-window-hscroll may appear to fail to work.Richard M. Stallman2002-06-081-0/+8
|
* (Converting Representations): Update the description of whatEli Zaretskii2002-06-051-3/+5
| | | | string-make-unibyte does.
* Improve explanation of special handling of point in current buffer.Richard M. Stallman2002-05-301-18/+14
|
* (Intro to Buffer-Local): Updated warning andKim F. Storm2002-05-131-10/+11
| | | | example relating to changing buffer inside let.
* *** empty log message ***Kim F. Storm2002-05-131-0/+5
|
* Clarify what signalling an error means.Richard M. Stallman2002-05-121-4/+11
|
* (Quitting): Add an index entry containing the word ``interrupt''.Eli Zaretskii2002-05-081-0/+2
|
* Clarify how replace-match does case conversion.Richard M. Stallman2002-05-041-9/+12
|
* (Special Properties): Add index entry and xref for tooltips.Richard M. Stallman2002-04-301-1/+3
|
* Clarify which letters in C-c LETTER are reserved for users.Richard M. Stallman2002-04-221-8/+9
|
* (Window Frame Parameters): Document the hbar cursor type.Eli Zaretskii2002-04-191-2/+4
|
* Line break change.Richard M. Stallman2002-04-191-1/+2
|
* Explain use of `declare'.Richard M. Stallman2002-04-191-18/+30
|
* (Tips for Making Compiled Code Fast): Don't advertise profile.el.Eli Zaretskii2002-04-171-4/+2
|
* From Dave Love. Description of events in marginal areas.Gerd Moellmann2002-04-121-5/+24
|
* Explain that sentinels cannot run recursively.Richard M. Stallman2002-04-071-0/+5
|
* Fix the xref for sending SIGHUP.Richard M. Stallman2002-04-021-1/+1
|
* New node Query Before Exit broken out of Deleting Processes.Richard M. Stallman2002-04-021-47/+104
| | | | | Explain more details of process deletion and sentinels. Document process-query-on-exit-flag and set-process-query-on-exit-flag.
* Minor cleanups.Richard M. Stallman2002-04-011-8/+6
|
* Fix typo.Pavel Janík2002-03-311-1/+1
|
* Fix version number.Richard M. Stallman2002-03-281-1/+1
|
* Mention that README has the version number.Richard M. Stallman2002-03-281-1/+1
|
* (Type Keywords): Minor corrections and cleanups.Richard M. Stallman2002-03-251-6/+6
|
* (Symbol Type): Use `colon' in index entries instead of `:' only in Info.Eli Zaretskii2002-03-221-0/+5
|
* Correct info on return values of switch-to-buffer and pop-to-buffer.Richard M. Stallman2002-03-141-2/+2
|
* Update doc of local-map and keymap text properties.Richard M. Stallman2002-03-141-13/+14
|
* (Symbol Type): Avoid makeinfo warning about colons in indices.Eli Zaretskii2002-03-131-1/+3
|
* Clean up session manager node.Richard M. Stallman2002-03-111-26/+26
|
* *** empty log message ***Jan Djärv2002-03-101-0/+4
|
* (Session Management): New node about X Session management.Jan Djärv2002-03-101-0/+50
|
* (Major Modes): Explain major mode functions, how they work, and howRichard M. Stallman2002-03-031-1/+6
| | | | long the effect lasts.
* (Horizontal Scrolling): Rename automatic-hscrolling to auto-hscroll-mode.Eli Zaretskii2002-03-031-2/+2
|
* (Locales): locale-coding-system is used for decoding keyboard input on X.Eli Zaretskii2002-03-021-3/+4
|
* (Encoding and I/O): Mention select-safe-coding-system in the documentationEli Zaretskii2002-03-021-9/+14
| | | | of buffer-file-coding-system and save-buffer-coding-system.
* Clarify gamma correction.Richard M. Stallman2002-02-271-7/+16
|
* (Window System Selections): The default encoding is nowEli Zaretskii2002-02-261-2/+2
| | | | compound-text-with-extensions.
* *** empty log message ***Pavel Janík2002-02-231-1/+1
|
* (Math Functions): Document the optional second arg of atan.Eli Zaretskii2002-02-191-3/+6
|
* Minor clarification.Richard M. Stallman2002-02-141-0/+2
|
* Explain about underlined functions in debugger buffer.Richard M. Stallman2002-02-141-12/+13
| | | | Minor clarification.
* *** empty log message ***Stefan Monnier2002-02-122-26/+8
|
* (Standard Faces): Document mode-line-inactive.Eli Zaretskii2002-02-121-3/+7
|
* (Selecting Windows): Document that save-selected-window doesn't restoreEli Zaretskii2002-02-121-1/+2
| | | | the window if it is no longer alive.