| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | (Coding Conventions): Explain when the package's | Richard M. Stallman | 2006-04-18 | 1 | -3/+7 | |
| | | | | | prefix should appear later on (not at the start of the name). | |||||
| * | (String Search): Clarify effect of NOERROR. | Richard M. Stallman | 2006-04-18 | 1 | -0/+4 | |
| | | ||||||
| * | (Imenu): Clarify what special items do. | Richard M. Stallman | 2006-04-18 | 1 | -4/+3 | |
| | | ||||||
| * | (Standard Hooks): Delete text about old hook names. | Richard M. Stallman | 2006-04-18 | 1 | -5/+0 | |
| | | ||||||
| * | (Local Variables): Update the default value of `max-specpdl-size'. | Romain Francoise | 2006-04-17 | 2 | -1/+6 | |
| | | ||||||
| * | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220 | Miles Bader | 2006-04-16 | 2 | -1/+10 | |
| | | | | | | | | | | | | | | | | | | | | Creator: Michael Olson <mwolson@gnu.org> Improve tq.el. * lispref/processes.texi (Transaction Queues): Mention the new optional `delay-question' argument for `tq-enqueue'. * lisp/emacs-lisp/tq.el: Improve comments. (tq-queue-head-question): New accessor function. (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn): Update for modified queue structure. (tq-queue-add): Accept `question' argument. (tq-queue-pop): If a question is pending, send it. (tq-enqueue): Accept new optional argument `delay-question'. If this is non-nil, and at least one other question is pending a response, queue the question rather than sending it immediately. | |||||
| * | (Common Keywords): Specify values of :package-version. | Bill Wohler | 2006-04-14 | 2 | -2/+3 | |
| | | ||||||
| * | (Common Keywords): Use dotted notation for :package-version value. | Bill Wohler | 2006-04-14 | 2 | -9/+30 | |
| | | | | | Improve documentation for customize-package-emacs-version-alist. | |||||
| * | (Common Keywords): Move description of | Bill Wohler | 2006-04-12 | 2 | -6/+17 | |
| | | | | | customize-package-emacs-version-alist to @defvar. | |||||
| * | (Common Keywords): Add :package-version. | Bill Wohler | 2006-04-10 | 2 | -0/+23 | |
| | | ||||||
| * | *** empty log message *** | Kim F. Storm | 2006-04-09 | 1 | -0/+5 | |
| | | ||||||
| * | (Buffer Contents): Add NOPROPS arg to filter-buffer-substring. | Kim F. Storm | 2006-04-09 | 1 | -2/+7 | |
| | | ||||||
| * | *** empty log message *** | Eli Zaretskii | 2006-04-09 | 1 | -0/+5 | |
| | | ||||||
| * | (Command-Line Arguments): Update xref to emacs manual | Eli Zaretskii | 2006-04-09 | 1 | -2/+3 | |
| | | | | | "Command Arguments" -> "Emacs Invocation", per change there. | |||||
| * | (Other Display Specs): Arrange a @code{DOTTED-LIST} to | Thien-Thi Nguyen | 2006-04-07 | 2 | -2/+11 | |
| | | | | | be on one line to help makeinfo not render two spaces after the dot. | |||||
| * | (Predicates for Strings): Add string-or-null-p. | Reiner Steib | 2006-04-07 | 2 | -0/+9 | |
| | | ||||||
| * | (Accepting Output): Remove obsolete (and incorrect) | Kim F. Storm | 2006-03-28 | 1 | -6/+0 | |
| | | | | | remarks about systems that don't support fractional seconds. | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-28 | 1 | -0/+5 | |
| | | ||||||
| * | @copyright{}, no indentation in @copying{} | Karl Berry | 2006-03-25 | 2 | -3/+9 | |
| | | ||||||
| * | (Fringe Indicators): Fix typos. | Nick Roberts | 2006-03-21 | 1 | -3/+3 | |
| | | ||||||
| * | *** empty log message *** | Nick Roberts | 2006-03-21 | 1 | -0/+4 | |
| | | ||||||
| * | *** empty log message *** | Luc Teirlinck | 2006-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | (Documentation Tips): One can now also write `program' in front of a | Luc Teirlinck | 2006-03-20 | 1 | -2/+2 | |
| | | | | | quoted symbol in a docstring to prevent making a hyperlink. | |||||
| * | *** empty log message *** | Luc Teirlinck | 2006-03-20 | 1 | -0/+6 | |
| | | ||||||
| * | * text.texi (Special Properties): Clarify the definition of | Alan Mackenzie | 2006-03-19 | 2 | -3/+24 | |
| | | | | | 'fontified. | |||||
| * | (Defining Images): Minor cleanup. | Richard M. Stallman | 2006-03-16 | 2 | -3/+7 | |
| | | ||||||
| * | (Defining Images): In image-load-path-for-library, prefer user's | Bill Wohler | 2006-03-16 | 2 | -4/+10 | |
| | | | | | images. | |||||
| * | * font-lock.el (font-lock-lines-before): Delete variable, subsumed by | Stefan Monnier | 2006-03-15 | 2 | -16/+10 | |
| | | | | | | | | | the new extend-region feature. (font-lock-after-change-function): Update correspondingly. * jit-lock.el (jit-lock-after-change): Update correspondingly. * progmodes/grep.el (font-lock-lines-before): Don't disable. * modes.texi (Region to Fontify): Remove font-lock-lines-before. | |||||
| * | (Defining Images): Fix example in image-load-path-for-library by not | Bill Wohler | 2006-03-15 | 2 | -3/+12 | |
| | | | | | | recommending that one binds image-load-path. Just defvar it to placate compiler and only use it if previously defined. | |||||
| * | (Defining Images): In image-load-path-for-library, always return list | Bill Wohler | 2006-03-14 | 2 | -10/+14 | |
| | | | | | of directories. Update example. | |||||
| * | *** empty log message *** | Alan Mackenzie | 2006-03-14 | 1 | -0/+7 | |
| | | ||||||
| * | * modes.texi: New node, "Region to Fontify" (for Font Lock). | Alan Mackenzie | 2006-03-14 | 1 | -8/+42 | |
| | | | | | | | This describes font-lock-extend-region-function. ("Other Font Lock Variables"): move "font-lock-lines-before" to the new node "Region to Fontify". | |||||
| * | (Defining Images): Clean up last change. | Richard M. Stallman | 2006-03-13 | 1 | -8/+9 | |
| | | ||||||
| * | (Invisible Text): The impossible position is | Richard M. Stallman | 2006-03-13 | 2 | -19/+27 | |
| | | | | | | now before the invisible text, not after. (Defining Images): Clean up last change. | |||||
| * | (Defining Images): Add @tindex for image-load-path-for-library. | Bill Wohler | 2006-03-11 | 1 | -0/+1 | |
| | | ||||||
| * | (Creating Strings): Fix Texinfo usage. | Luc Teirlinck | 2006-03-11 | 1 | -2/+2 | |
| | | ||||||
| * | (Adaptive Fill): Fix Texinfo usage. | Luc Teirlinck | 2006-03-11 | 1 | -2/+2 | |
| | | ||||||
| * | (Defining Images): Add image-load-path-for-library. | Bill Wohler | 2006-03-11 | 2 | -0/+33 | |
| | | ||||||
| * | *** empty log message *** | Luc Teirlinck | 2006-03-11 | 1 | -0/+4 | |
| | | ||||||
| * | (Regexp Special): Use @samp for regular expressions that are not in | Luc Teirlinck | 2006-03-11 | 1 | -3/+3 | |
| | | | | | Lisp syntax. | |||||
| * | *** empty log message *** | Luc Teirlinck | 2006-03-11 | 1 | -0/+5 | |
| | | ||||||
| * | *** empty log message *** | Luc Teirlinck | 2006-03-09 | 1 | -0/+5 | |
| | | ||||||
| * | (Regexp Special): Put remark between parentheses to avoid misreading. | Luc Teirlinck | 2006-03-09 | 1 | -3/+3 | |
| | | ||||||
| * | (Syntax of Regexps): More accurately describe | Luc Teirlinck | 2006-03-07 | 1 | -8/+39 | |
| | | | | | | | | | which characters are special in which situations. (Regexp Special): Recommend _not_ to quote `]' or `-' when they are not special. Describe in detail when `[' and `]' are special. (Regexp Backslash): Plenty of regexps with unbalanced square brackets are valid, so reword that statement. | |||||
| * | *** empty log message *** | Luc Teirlinck | 2006-03-07 | 1 | -0/+9 | |
| | | ||||||
| * | (Tool Bar): Add tool-bar-border. | Kim F. Storm | 2006-03-02 | 1 | -0/+9 | |
| | | ||||||
| * | *** empty log message *** | Kim F. Storm | 2006-03-02 | 1 | -0/+4 | |
| | | ||||||
| * | (Named Features): Fix typo. | Luc Teirlinck | 2006-03-01 | 1 | -1/+1 | |
| | | ||||||
| * | (Load Suffixes): Fix typos. | Luc Teirlinck | 2006-03-01 | 1 | -2/+2 | |
| | | ||||||
| * | *** empty log message *** | Luc Teirlinck | 2006-03-01 | 1 | -1/+1 | |
| | | ||||||