| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | *** empty log message *** | Eli Zaretskii | 2006-09-01 | 1 | -0/+4 | |
| | | ||||||
| * | (Buffer Modification): Fix last change. | Eli Zaretskii | 2006-09-01 | 1 | -1/+0 | |
| | | ||||||
| * | * buffers.texi (Buffer Modification): Document | Chong Yidong | 2006-09-01 | 2 | -1/+22 | |
| | | | | | buffer-chars-modified-tick. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-31 | 1 | -3/+7 | |
| | | ||||||
| * | (Syntactic Font Lock): Mention specific faces once again. | Richard M. Stallman | 2006-08-31 | 1 | -4/+5 | |
| | | ||||||
| * | (Syntactic Font Lock): Mention font-lock-syntactic-face-function. | Stefan Monnier | 2006-08-31 | 2 | -1/+7 | |
| | | | | | Suggested by Richard Bielawski <RBielawski@moneygram.com> | |||||
| * | * display.texi (Images): Add xrref to display-images-p. | Chong Yidong | 2006-08-29 | 2 | -0/+11 | |
| | | ||||||
| * | *** empty log message *** | Kenichi Handa | 2006-08-28 | 1 | -0/+5 | |
| | | ||||||
| * | (Lisp and Coding Systems): Fix description of | Kenichi Handa | 2006-08-28 | 1 | -2/+3 | |
| | | | | | detect-coding-region. | |||||
| * | Miscellaneous tq-related fixes. | Miles Bader | 2006-08-27 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | * lisp/emacs-lisp/tq.el: Small grammar fix in comments. (tq-enqueue): Check for existence of queue rather than the head queue item's question, which was a no-op. (tq-filter, tq-process-buffer): Make sure the process buffer exists before making it the current buffer. * lispref/processes.texi (Transaction Queues): Remove stray quote character. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411 Creator: Michael Olson <mwolson@gnu.org> | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-25 | 1 | -0/+5 | |
| | | ||||||
| * | (Idle Timers): run-with-idle-timer allows Lisp time value. Add xref. | Richard M. Stallman | 2006-08-25 | 1 | -2/+3 | |
| | | ||||||
| * | * os.texi (Timers): Avoid waiting inside timers. | Chong Yidong | 2006-08-25 | 2 | -0/+11 | |
| | | ||||||
| * | Use ../man/texinfo.tex to build elisp.dvi. | Lute Kamstra | 2006-08-21 | 2 | -1/+6 | |
| | | ||||||
| * | Tiny typo. | Kim F. Storm | 2006-08-20 | 1 | -2/+2 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-20 | 1 | -0/+7 | |
| | | ||||||
| * | (Reading One Event): Update xref. | Richard M. Stallman | 2006-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | (Top): Update subnode menu. | Richard M. Stallman | 2006-08-20 | 1 | -0/+2 | |
| | | ||||||
| * | (Idle Timers): New node, split out from Timers. | Richard M. Stallman | 2006-08-20 | 1 | -5/+60 | |
| | | | | | Document current-idle-time. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-08-16 | 1 | -0/+8 | |
| | | ||||||
| * | (Extended Menu Items): Show format of cached bindings in extended menu items. | Richard M. Stallman | 2006-08-16 | 1 | -1/+8 | |
| | | ||||||
| * | (Variable Definitions): Explain when the | Richard M. Stallman | 2006-08-16 | 1 | -14/+25 | |
| | | | | | standard value expression is evaluated. | |||||
| * | * commands.texi (Reading One Event): Explain idleness in | Chong Yidong | 2006-08-15 | 1 | -0/+9 | |
| | | | | | `read-event'. | |||||
| * | * commands.texi (Reading One Event): Explain idleness in | Chong Yidong | 2006-08-15 | 1 | -0/+5 | |
| | | | | | `read-event'. | |||||
| * | * text.texi (Near Point): Say "cursor" not "terminal cursor". | Chong Yidong | 2006-08-13 | 2 | -53/+91 | |
| | | | | | | | | | | | | | | | | | | (Commands for Insertion): Removed split-line since it's not relevant for Lisp programming. (Yank Commands): Rewrite introduction. (Undo): Clarify. (Maintaining Undo): Clarify. Document undo-ask-before-discard. (Filling): Remove redundant comment. Clarify return value of current-justification. (Margins): Minor clarifications. (Adaptive Fill): Update default value of adaptive-fill-regexp. (Sorting): Update definition of sort-lines. (Columns): Clarify behavior of sort-columns. (Indent Tabs): Link to Tab Stops in Emacs manual. (Special Properties): Clarify. (Clickable Text): Mention Buttons package. | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-08-12 | 1 | -0/+6 | |
| | | ||||||
| * | (Time Parsing): Add %z to format-time-string, per docstring. | Eli Zaretskii | 2006-08-12 | 1 | -7/+11 | |
| | | | | | Add cross reference to glibc manual for strftime. | |||||
| * | Clean up wording in previous change. | Richard M. Stallman | 2006-08-08 | 2 | -96/+87 | |
| | | ||||||
| * | * modes.texi (Hooks): Clarify. | Chong Yidong | 2006-08-07 | 2 | -348/+368 | |
| | | | | | | | | | | | | | (Major Mode Basics): Mention define-derived-mode explicitly. (Major Mode Conventions): Rebinding RET is OK for some modes. Mention change-major-mode-hook and after-change-major-mode-hook. (Example Major Modes): Moved to end of Modes section. (Mode Line Basics): Clarify. (Mode Line Data): Mention help-echo and local-map in strings. Explain reason for treatment of non-risky variables. (Properties in Mode): Clarify. (Faces for Font Lock): Add font-lock-negation-char-face. | |||||
| * | (Formatting Strings) Resurrect erroneously removed line. | Eli Zaretskii | 2006-08-05 | 1 | -1/+2 | |
| | | ||||||
| * | (Formatting Strings): Warn against arbitrary strings as first arg to `format'. | Eli Zaretskii | 2006-08-04 | 2 | -1/+16 | |
| | | ||||||
| * | *** empty log message *** | Juanma Barranquero | 2006-08-03 | 1 | -10/+10 | |
| | | ||||||
| * | Fix typo in markup. | Juanma Barranquero | 2006-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | (font-lock-beg, font-lock-end, font-lock-extend-region-functions): New vars. | Stefan Monnier | 2006-08-03 | 1 | -1/+5 | |
| | | | | | | | | | (font-lock-extend-region-multiline) (font-lock-extend-region-wholelines): New functions. (font-lock-default-fontify-region): Use them. (font-lock-extend-jit-lock-region-after-change): Only round up if font-lock-default-fontify-region will do it as well. | |||||
| * | (font-lock-extend-after-change-region-function): | Stefan Monnier | 2006-08-03 | 1 | -1/+1 | |
| | | | | | | | | | | | Rename from font-lock-extend-region-function. (font-lock-extend-region): Remove by inlining at call sites. (font-lock-after-change-function): Don't needlessly round up to a whole number of lines. (font-lock-extend-jit-lock-region-after-change): Be more careful about the boundary conditions and the interactions between the various ways to extend the region. | |||||
| * | (Clickable Text): Mention `help-echo' text property. | Thien-Thi Nguyen | 2006-07-31 | 2 | -25/+46 | |
| | | | | | Update intro, examples and associated explanations. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-07-31 | 1 | -0/+17 | |
| | | ||||||
| * | (System Interface): Fix menu descriptions of some nodes. | Richard M. Stallman | 2006-07-31 | 1 | -202/+2 | |
| | | | | | (Translating Input): Node deleted. | |||||
| * | Update xrefs. | Richard M. Stallman | 2006-07-31 | 1 | -4/+85 | |
| | | | | | (Event Mod): New node, cut out from old Translating Input. | |||||
| * | Update xrefs from Translating Input to Translation Keymaps. | Richard M. Stallman | 2006-07-31 | 1 | -2/+2 | |
| | | ||||||
| * | (Translation Keymaps): New node. | Richard M. Stallman | 2006-07-31 | 1 | -2/+122 | |
| | | | | | Update xrefs from Translating Input to Translation Keymaps. | |||||
| * | (Top): Update subnode menu. | Richard M. Stallman | 2006-07-31 | 1 | -2/+2 | |
| | | ||||||
| * | (Face Functions): Fix explanations of FRAME=t or nil. | Richard M. Stallman | 2006-07-31 | 1 | -11/+14 | |
| | | ||||||
| * | (Sets And Lists): Update link for add-to-list. | Nick Roberts | 2006-07-31 | 1 | -1/+1 | |
| | | ||||||
| * | (Minor Mode Conventions): Update link for add-to-list. | Nick Roberts | 2006-07-31 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Nick Roberts | 2006-07-31 | 1 | -0/+6 | |
| | | ||||||
| * | *** empty log message *** | Thien-Thi Nguyen | 2006-07-30 | 1 | -0/+5 | |
| | | ||||||
| * | (Fields): Mention POS requirement when narrowing is in effect. | Thien-Thi Nguyen | 2006-07-30 | 1 | -1/+2 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2006-07-29 | 1 | -0/+4 | |
| | | ||||||
| * | (Face Attributes): Simplify wording. | Richard M. Stallman | 2006-07-29 | 1 | -8/+15 | |
| | | | | | | (Attribute Functions): Clarify meaning of new-frame default attribute settings. | |||||