| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | *** empty log message *** | Nick Roberts | 2005-10-03 | 1 | -0/+4 | |
| | | ||||||
| * | (High-Level Completion): Explain that the prompt | Romain Francoise | 2005-09-30 | 2 | -2/+13 | |
| | | | | | | given to `read-buffer' should end with a colon and a space. Update usage examples. | |||||
| * | *** empty log message *** | Juri Linkov | 2005-09-29 | 1 | -0/+6 | |
| | | ||||||
| * | (Displaying Messages): Rename argument name `string' to `format-string' | Juri Linkov | 2005-09-29 | 1 | -11/+12 | |
| | | | | | in functions `message', `message-box', `message-or-box'. | |||||
| * | * errors.texi (Standard Errors): Corrected xrefs. | Chong Yidong | 2005-09-26 | 2 | -7/+13 | |
| | | ||||||
| * | Add makefile (for MS-Windows). | Eli Zaretskii | 2005-09-24 | 1 | -0/+1 | |
| | | ||||||
| * | Updated documentation for `image-load-path'. | Chong Yidong | 2005-09-18 | 2 | -4/+10 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2005-09-17 | 1 | -0/+4 | |
| | | ||||||
| * | (Defining Images): Clean up previous change. | Richard M. Stallman | 2005-09-17 | 1 | -6/+7 | |
| | | ||||||
| * | * elisp.texi: Specify GFDL version 1.2. | Romain Francoise | 2005-09-16 | 3 | -81/+135 | |
| | | | | | | * doclicense.texi (GNU Free Documentation License): Update to version 1.2. | |||||
| * | Document `image-load-path'. | Chong Yidong | 2005-09-15 | 2 | -2/+25 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2005-09-15 | 1 | -0/+11 | |
| | | ||||||
| * | (Printed Representation): Minor cleanup. | Richard M. Stallman | 2005-09-15 | 1 | -13/+13 | |
| | | | | | | | | | | | (Box Diagrams): Minor fix. (Cons Cell Type): Move (...) index item here. (Box Diagrams): From here. (Array Type): Minor fix. (Type Predicates): Delete index "predicates". (Hash Table Type): Clarify xref. (Dotted Pair Notation): Minor fix. | |||||
| * | 2005-09-10 Chong Yidong <cyd@stupidchicken.com> | Chong Yidong | 2005-09-10 | 2 | -1/+5 | |
| | | | | | * files.texi (Saving Buffers): Fix typo. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-09-09 | 1 | -0/+4 | |
| | | ||||||
| * | (Programming Tips): Correct the "default" prompt spec. | Richard M. Stallman | 2005-09-09 | 1 | -1/+1 | |
| | | ||||||
| * | 2005-09-08 Chong Yidong <cyd@stupidchicken.com> | Chong Yidong | 2005-09-08 | 10 | -55/+89 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 the | Richard M. Stallman | 2005-09-06 | 2 | -1/+8 | |
| | | | | | package prefix elsewhere than at the start of the name. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-09-04 | 1 | -0/+5 | |
| | | ||||||
| * | (Programming Tips): Add conventions for minibuffer questions and prompts. | Richard M. Stallman | 2005-09-04 | 1 | -0/+14 | |
| | | ||||||
| * | (nil and t): Minor cleanup. | Richard M. Stallman | 2005-09-04 | 2 | -11/+19 | |
| | | | | | | | | 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 Nguyen | 2005-09-03 | 1 | -0/+6 | |
| | | ||||||
| * | (Insertion): Document precise type of `insert-char' arg COUNT. | Thien-Thi Nguyen | 2005-09-03 | 1 | -2/+2 | |
| | | ||||||
| * | (Buffer Contents): Use "\n" in examples' result strings. | Thien-Thi Nguyen | 2005-09-03 | 1 | -5/+3 | |
| | | ||||||
| * | (Other Font Lock Variables): Sync the default of font-lock-lines-before. | Stefan Monnier | 2005-09-02 | 2 | -1/+6 | |
| | | ||||||
| * | Make `make-auto-save-file-name' a magic operation. | Michael Albinus | 2005-08-30 | 2 | -3/+9 | |
| | | ||||||
| * | (Top): Update subnode menu. | Richard M. Stallman | 2005-08-29 | 2 | -4/+13 | |
| | | ||||||
| * | (Searching and Matching): Move node. | Richard M. Stallman | 2005-08-29 | 1 | -262/+196 | |
| | | | | | | | Rearrange contents and add overall explanation. (Searching and Case): Move node. (Searching and Matching): Update menu. | |||||
| * | *** empty log message *** | Eli Zaretskii | 2005-08-27 | 1 | -0/+5 | |
| | | ||||||
| * | (Startup Summary): Fix the description of the initial startup message display. | Eli Zaretskii | 2005-08-27 | 1 | -2/+2 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2005-08-25 | 1 | -0/+9 | |
| | | ||||||
| * | (Search and Replace): Add replace-regexp-in-string. | Richard M. Stallman | 2005-08-25 | 1 | -0/+19 | |
| | | ||||||
| * | (Finding Overlays): Fix `find-overlay-prop' in `next-overlay-change' example. | Richard M. Stallman | 2005-08-25 | 1 | -4/+10 | |
| | | ||||||
| * | *** empty log message *** | Juri Linkov | 2005-08-22 | 1 | -0/+6 | |
| | | ||||||
| * | (Mode Line Data): Fix xref to Standard Faces. | Juri Linkov | 2005-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | (Standard Faces): Delete node. | Juri Linkov | 2005-08-22 | 1 | -136/+5 | |
| | | | | | | (Faces): Add xref to `(emacs)Standard Faces'. (Displaying Faces): Fix xref to `Standard Faces'. | |||||
| * | (Attribute Functions): Add set-face-inverse-video-p. | Juri Linkov | 2005-08-22 | 2 | -4/+13 | |
| | | | | | Fix invert-face. Fix args of face-background. | |||||
| * | *** empty log message *** | Eli Zaretskii | 2005-08-20 | 1 | -0/+5 | |
| | | ||||||
| * | (The Buffer List): Clarify the manipulation of the buffer list. | Eli Zaretskii | 2005-08-20 | 1 | -9/+12 | |
| | | ||||||
| * | Typo. | Andreas Schwab | 2005-08-15 | 1 | -1/+2 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2005-08-15 | 1 | -0/+4 | |
| | | ||||||
| * | (Auto Major Mode): interpreter-mode-alist is not a regexp. | Richard M. Stallman | 2005-08-15 | 1 | -3/+1 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2005-08-11 | 1 | -0/+4 | |
| | | ||||||
| * | (Top): Update subnode lists. | Richard M. Stallman | 2005-08-11 | 1 | -3/+8 | |
| | | ||||||
| * | (Inverse Video): Node deleted. | Richard M. Stallman | 2005-08-11 | 1 | -12/+0 | |
| | | ||||||
| * | (Regexp Backslash, Regexp Example): New nodes split out of Regexps. | Richard M. Stallman | 2005-08-11 | 1 | -0/+13 | |
| | | ||||||
| * | (Key Binding Conventions, Programming Tips, Warning Tips): | Richard M. Stallman | 2005-08-11 | 1 | -140/+170 | |
| | | | | | New nodes split out of Coding Conventions. | |||||
| * | (Regular Expressions): Document re-builder. | Richard M. Stallman | 2005-08-11 | 1 | -0/+10 | |
| | | ||||||
| * | (Time Parsing): New node split out of Time Conversion. | Richard M. Stallman | 2005-08-11 | 1 | -86/+93 | |
| | | ||||||
| * | (Misc Network, Network Feature Testing) | Richard M. Stallman | 2005-08-11 | 1 | -50/+76 | |
| | | | | | (Network Options, Make Network): New nodes split out of Low-Level Network. | |||||