aboutsummaryrefslogtreecommitdiffstats
path: root/lispref (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (Display Feature Testing): Explain about "vendor".Richard M. Stallman2004-10-281-3/+9
|
* *** empty log message ***Richard M. Stallman2004-10-271-0/+13
|
* (Interactive Codes): `N' uses numeric prefix, not raw. Clarify `n'.Richard M. Stallman2004-10-271-35/+35
| | | | | (Interactive Call): Rewrite interactive-p, focusing on when and how to use it. (Misc Events): Clarify previous change.
* (Simple Advice): Clarify what job the example does.Richard M. Stallman2004-10-271-9/+9
| | | | | | (Around-Advice): Clarify ad-do-it. (Activation of Advice): An option of ad-default-compilation-action is `never', not `nil'.
* *** empty log message ***Kim F. Storm2004-10-261-0/+4
|
* (Interactive Codes): Add U code letter.Kim F. Storm2004-10-261-0/+8
|
* (Reading a Password): Add.Simon Josefsson2004-10-252-0/+65
|
* *** empty log message ***Jason Rumney2004-10-241-0/+5
|
* Removed mouse-wheel event, added wheel-up and wheel-downJason Rumney2004-10-241-11/+10
| | | | | event, with a note about how to use mwheel.el to handle both these events and mouse-4 and mouse-5 events.
* (Synchronous Processes): Document process-file.Kai Großjohann2004-10-242-0/+45
|
* *** empty log message ***Kenichi Handa2004-10-221-0/+5
|
* (translate-region): Document that it accepts also aKenichi Handa2004-10-221-3/+3
| | | | char-table.
* (Resizing Windows): Document the `preserve-before' argument of theDavid Ponce2004-10-222-2/+12
| | | | functions `enlarge-window' and `shrink-window'.
* (elisp): Change order of arguments to makeinfo.Jason Rumney2004-10-191-1/+1
|
* *** empty log message ***Jason Rumney2004-10-191-0/+4
|
* *** empty log message ***Luc Teirlinck2004-10-091-0/+10
|
* (Regexp Example): Update description of how Emacs currently recognizesLuc Teirlinck2004-10-091-22/+24
| | | | | | the end of a sentence. (Standard Regexps): Update definition of the variable `sentence-end'. Add definition of the function `sentence-end'.
* (Filling): Add anchor for definition of `sentence-end-double-space'.Luc Teirlinck2004-10-091-1/+3
|
* *** empty log message ***Eli Zaretskii2004-10-081-0/+4
|
* (Progress): New node.Eli Zaretskii2004-10-081-0/+99
|
* *** empty log message ***Kim F. Storm2004-10-051-0/+4
|
* (Fringe Bitmaps): Update fringe-bitmaps-at-pos.Kim F. Storm2004-10-051-2/+3
|
* (Fringe Bitmaps): Use symbols rather than numbersKim F. Storm2004-09-291-57/+27
| | | | | | | | to identify bitmaps. Remove -fringe-bitmap suffix for standard fringe bitmap symbols, as they now have their own namespace. (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering vs. pixels. Signal error if no free bitmap slots. (Pixel Specification): Change IMAGE to @var{image}.
* *** empty log message ***Kim F. Storm2004-09-291-0/+9
|
* (Special Properties): Clarify line-spacing and line-height.Richard M. Stallman2004-09-282-16/+16
|
* (Regexp Search): Add looking-back.Richard M. Stallman2004-09-281-0/+26
|
* Correct typos.Luc Teirlinck2004-09-252-5/+10
| | | | (Image Descriptors): Correct xref's.
* *** empty log message ***Richard M. Stallman2004-09-251-0/+17
|
* (Special Properties): Cleanups in `cursor'.Richard M. Stallman2004-09-251-44/+45
| | | | Rewrites in `line-height' and `line-spacing'; exchange them.
* (Fringes): Rewrite previous change.Richard M. Stallman2004-09-251-193/+209
| | | | | | | | | | | | | (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite. (Display Fringe Bitmaps): Node deleted, text moved. (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite. (Scroll Bars): Clarify set-window-scroll-bars. (Pointer Shape): Rewrite. (Specified Space): Clarify :align-to, etc. (Pixel Specification): Use @var. Clarify new text. (Other Display Specs): Clarify `slice'. (Image Descriptors): Cleanups. (Showing Images): Cleanups.
* (Standard Hooks): Add `after-change-major-mode-hook'.Luc Teirlinck2004-09-251-0/+1
|
* *** empty log message ***Luc Teirlinck2004-09-251-0/+2
|
* Various minor changes in addition to:Luc Teirlinck2004-09-252-26/+73
| | | | | | | | | (Major Mode Conventions): Final call to `run-mode-hooks' should not be inside the `delay-mode-hooks' form. (Mode Hooks): New node. (Hooks): Delete obsolete example. Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new node "Mode Hooks".
* *** empty log message ***Luc Teirlinck2004-09-232-2/+10
|
* Correct various typos.Luc Teirlinck2004-09-231-7/+6
| | | | | | (Display): Rename node "Pointer Shapes" to "Pointer Shape". (There is already a node called "Pointer Shapes" in frames.texi.) (Images): Remove non-existent node "Image Slices" from menu.
* *** empty log message ***Kim F. Storm2004-09-221-0/+22
|
* (Display): Add 'Fringe Bitmaps' and 'PointerKim F. Storm2004-09-221-17/+355
| | | | | | | | | | | | | | | | | | Shapes' to menu. (Standard Faces): Doc fix for fringe face. (Fringes): Add `overflow-newline-into-fringe' and 'indicate-buffer-boundaries'. (Fringe Bitmaps, Pointer Shapes): New nodes. (Display Property): Add 'Pixel Specification' and 'Display Fringe Bitmaps' to menu. (Specified Space): Describe pixel width and height. (Pixel Specification): New node. (Other Display Specs): Add `slice' property. (Display Fringe Bitmaps): New node. (Images): Add 'Image Slices' to menu. (Image Descriptors): Add `:pointer' and `:map' properties. (Showing Images): Add slice arg to `insert-image'. Add 'insert-sliced-image'.
* (Special Properties): Add `cursor', `pointer',Kim F. Storm2004-09-221-0/+63
| | | | `line-height', and `line-spacing' properties.
* *** empty log message ***Richard M. Stallman2004-09-201-0/+5
|
* (Key Sequence Input): Clarify downcasing in read-key-sequence.Richard M. Stallman2004-09-201-4/+4
|
* *** empty log message ***Juri Linkov2004-09-081-0/+4
|
* (Minibuffer History): Add `history-delete-duplicates'.Juri Linkov2004-09-081-1/+7
|
* *** empty log message ***Luc Teirlinck2004-09-081-0/+9
|
* (Standard Buffer-Local Variables): Add `buffer-auto-save-file-format'.Luc Teirlinck2004-09-081-0/+3
|
* (Buffer Internals): Describe new auto_save_file_format field of theLuc Teirlinck2004-09-081-0/+3
| | | | buffer structure.
* (Format Conversion): `auto-save-file-format' has been renamedLuc Teirlinck2004-09-081-1/+1
| | | | `buffer-auto-save-file-format'.
* *** empty log message ***Luc Teirlinck2004-08-281-0/+6
|
* (Abbrev Expansion): `abbrev-start-location' can be an integer or a marker.Luc Teirlinck2004-08-281-21/+32
| | | | (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
* *** empty log message ***Richard M. Stallman2004-08-221-0/+5
|
* (Major Mode Conventions): Discuss rebinding of standard key bindings.Richard M. Stallman2004-08-221-10/+18
|