| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | (Display Feature Testing): Explain about "vendor". | Richard M. Stallman | 2004-10-28 | 1 | -3/+9 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2004-10-27 | 1 | -0/+13 | |
| | | ||||||
| * | (Interactive Codes): `N' uses numeric prefix, not raw. Clarify `n'. | Richard M. Stallman | 2004-10-27 | 1 | -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. Stallman | 2004-10-27 | 1 | -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. Storm | 2004-10-26 | 1 | -0/+4 | |
| | | ||||||
| * | (Interactive Codes): Add U code letter. | Kim F. Storm | 2004-10-26 | 1 | -0/+8 | |
| | | ||||||
| * | (Reading a Password): Add. | Simon Josefsson | 2004-10-25 | 2 | -0/+65 | |
| | | ||||||
| * | *** empty log message *** | Jason Rumney | 2004-10-24 | 1 | -0/+5 | |
| | | ||||||
| * | Removed mouse-wheel event, added wheel-up and wheel-down | Jason Rumney | 2004-10-24 | 1 | -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ßjohann | 2004-10-24 | 2 | -0/+45 | |
| | | ||||||
| * | *** empty log message *** | Kenichi Handa | 2004-10-22 | 1 | -0/+5 | |
| | | ||||||
| * | (translate-region): Document that it accepts also a | Kenichi Handa | 2004-10-22 | 1 | -3/+3 | |
| | | | | | char-table. | |||||
| * | (Resizing Windows): Document the `preserve-before' argument of the | David Ponce | 2004-10-22 | 2 | -2/+12 | |
| | | | | | functions `enlarge-window' and `shrink-window'. | |||||
| * | (elisp): Change order of arguments to makeinfo. | Jason Rumney | 2004-10-19 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Jason Rumney | 2004-10-19 | 1 | -0/+4 | |
| | | ||||||
| * | *** empty log message *** | Luc Teirlinck | 2004-10-09 | 1 | -0/+10 | |
| | | ||||||
| * | (Regexp Example): Update description of how Emacs currently recognizes | Luc Teirlinck | 2004-10-09 | 1 | -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 Teirlinck | 2004-10-09 | 1 | -1/+3 | |
| | | ||||||
| * | *** empty log message *** | Eli Zaretskii | 2004-10-08 | 1 | -0/+4 | |
| | | ||||||
| * | (Progress): New node. | Eli Zaretskii | 2004-10-08 | 1 | -0/+99 | |
| | | ||||||
| * | *** empty log message *** | Kim F. Storm | 2004-10-05 | 1 | -0/+4 | |
| | | ||||||
| * | (Fringe Bitmaps): Update fringe-bitmaps-at-pos. | Kim F. Storm | 2004-10-05 | 1 | -2/+3 | |
| | | ||||||
| * | (Fringe Bitmaps): Use symbols rather than numbers | Kim F. Storm | 2004-09-29 | 1 | -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. Storm | 2004-09-29 | 1 | -0/+9 | |
| | | ||||||
| * | (Special Properties): Clarify line-spacing and line-height. | Richard M. Stallman | 2004-09-28 | 2 | -16/+16 | |
| | | ||||||
| * | (Regexp Search): Add looking-back. | Richard M. Stallman | 2004-09-28 | 1 | -0/+26 | |
| | | ||||||
| * | Correct typos. | Luc Teirlinck | 2004-09-25 | 2 | -5/+10 | |
| | | | | | (Image Descriptors): Correct xref's. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2004-09-25 | 1 | -0/+17 | |
| | | ||||||
| * | (Special Properties): Cleanups in `cursor'. | Richard M. Stallman | 2004-09-25 | 1 | -44/+45 | |
| | | | | | Rewrites in `line-height' and `line-spacing'; exchange them. | |||||
| * | (Fringes): Rewrite previous change. | Richard M. Stallman | 2004-09-25 | 1 | -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 Teirlinck | 2004-09-25 | 1 | -0/+1 | |
| | | ||||||
| * | *** empty log message *** | Luc Teirlinck | 2004-09-25 | 1 | -0/+2 | |
| | | ||||||
| * | Various minor changes in addition to: | Luc Teirlinck | 2004-09-25 | 2 | -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 Teirlinck | 2004-09-23 | 2 | -2/+10 | |
| | | ||||||
| * | Correct various typos. | Luc Teirlinck | 2004-09-23 | 1 | -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. Storm | 2004-09-22 | 1 | -0/+22 | |
| | | ||||||
| * | (Display): Add 'Fringe Bitmaps' and 'Pointer | Kim F. Storm | 2004-09-22 | 1 | -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. Storm | 2004-09-22 | 1 | -0/+63 | |
| | | | | | `line-height', and `line-spacing' properties. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2004-09-20 | 1 | -0/+5 | |
| | | ||||||
| * | (Key Sequence Input): Clarify downcasing in read-key-sequence. | Richard M. Stallman | 2004-09-20 | 1 | -4/+4 | |
| | | ||||||
| * | *** empty log message *** | Juri Linkov | 2004-09-08 | 1 | -0/+4 | |
| | | ||||||
| * | (Minibuffer History): Add `history-delete-duplicates'. | Juri Linkov | 2004-09-08 | 1 | -1/+7 | |
| | | ||||||
| * | *** empty log message *** | Luc Teirlinck | 2004-09-08 | 1 | -0/+9 | |
| | | ||||||
| * | (Standard Buffer-Local Variables): Add `buffer-auto-save-file-format'. | Luc Teirlinck | 2004-09-08 | 1 | -0/+3 | |
| | | ||||||
| * | (Buffer Internals): Describe new auto_save_file_format field of the | Luc Teirlinck | 2004-09-08 | 1 | -0/+3 | |
| | | | | | buffer structure. | |||||
| * | (Format Conversion): `auto-save-file-format' has been renamed | Luc Teirlinck | 2004-09-08 | 1 | -1/+1 | |
| | | | | | `buffer-auto-save-file-format'. | |||||
| * | *** empty log message *** | Luc Teirlinck | 2004-08-28 | 1 | -0/+6 | |
| | | ||||||
| * | (Abbrev Expansion): `abbrev-start-location' can be an integer or a marker. | Luc Teirlinck | 2004-08-28 | 1 | -21/+32 | |
| | | | | | (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2004-08-22 | 1 | -0/+5 | |
| | | ||||||
| * | (Major Mode Conventions): Discuss rebinding of standard key bindings. | Richard M. Stallman | 2004-08-22 | 1 | -10/+18 | |
| | | ||||||