| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move to ../doc/lispref | Glenn Morris | 2007-09-06 | 1 | -3271/+0 |
| | | |||||
| * | (Example Major Modes): Fix typo. | Martin Rudalics | 2007-08-08 | 1 | -1/+1 |
| | | |||||
| * | (magic-fallback-mode-alist): Rename from file-start-mode-alist. | Stefan Monnier | 2007-05-16 | 1 | -1/+1 |
| | | |||||
| * | (Example Major Modes): Explain last line of text-mode is redundant. | Richard M. Stallman | 2007-05-12 | 1 | -1/+5 |
| | | |||||
| * | (Auto Major Mode): Document file-start-mode-alist. | Richard M. Stallman | 2007-05-10 | 1 | -0/+5 |
| | | |||||
| * | Improve index entry. Remove redundant one. | Richard M. Stallman | 2007-04-07 | 1 | -2/+1 |
| | | |||||
| * | wording | Karl Berry | 2007-04-02 | 1 | -1/+1 |
| | | |||||
| * | Improve indexing. | Eli Zaretskii | 2007-03-31 | 1 | -0/+6 |
| | | |||||
| * | (Major Mode Conventions): Fundamental mode is exception. | Richard M. Stallman | 2007-03-04 | 1 | -1/+3 |
| | | |||||
| * | Fix typo. | Chong Yidong | 2007-02-03 | 1 | -3/+3 |
| | | |||||
| * | (Defining Minor Modes): Document that a :require keyword or similar | Chong Yidong | 2007-02-03 | 1 | -4/+19 |
| | | | | | may be required to make saved customization variables work. | ||||
| * | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-16 | 1 | -2/+2 |
| | | | | | 2001). | ||||
| * | (Defining Minor Modes): Fix previous change. | Richard M. Stallman | 2007-01-05 | 1 | -1/+3 |
| | | |||||
| * | (Defining Minor Modes): Explain effect of command | Richard M. Stallman | 2007-01-02 | 1 | -3/+6 |
| | | | | | defined with define-global-minor-mode on new buffers. | ||||
| * | (Font Lock Basics): Explain how nil for font-lock-defaults affects | Richard M. Stallman | 2006-12-11 | 1 | -3/+13 |
| | | | | | | face menu. Explain how to make it non-nil without enabling any fontification. | ||||
| * | (Font Lock Basics): Document nil value of font-lock-defaults. | Chong Yidong | 2006-12-10 | 1 | -4/+7 |
| | | |||||
| * | (Multiline Font Lock): Rephrase some parts for clarity. | Stefan Monnier | 2006-11-23 | 1 | -9/+12 |
| | | |||||
| * | Rephrase some font-lock-multiline text. | Stefan Monnier | 2006-11-19 | 1 | -9/+12 |
| | | |||||
| * | (Precalculated Fontification): Don't say that | Richard M. Stallman | 2006-10-16 | 1 | -2/+1 |
| | | | | | not setting font-lock-defaults avoids loading font-lock. | ||||
| * | (%-Constructs): Reorder coding systems in the | Juri Linkov | 2006-09-29 | 1 | -1/+1 |
| | | | | | documentation of %z to the real order displayed in the modeline. | ||||
| * | (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 | 1 | -1/+1 |
| | | | | | Suggested by Richard Bielawski <RBielawski@moneygram.com> | ||||
| * | Clean up wording in previous change. | Richard M. Stallman | 2006-08-08 | 1 | -96/+83 |
| | | |||||
| * | * modes.texi (Hooks): Clarify. | Chong Yidong | 2006-08-07 | 1 | -348/+355 |
| | | | | | | | | | | | | | (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. | ||||
| * | 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. | ||||
| * | (Minor Mode Conventions): Update link for add-to-list. | Nick Roberts | 2006-07-31 | 1 | -1/+1 |
| | | |||||
| * | (Multiline Font Lock): Can't use jit-lock-defer-multiline | Stefan Monnier | 2006-07-25 | 1 | -2/+1 |
| | | | | | to ensure correct identification. | ||||
| * | (Keymaps and Minor Modes): List punct chars for minor modes. | Richard M. Stallman | 2006-07-24 | 1 | -3/+2 |
| | | |||||
| * | Put period and comma inside quotes. | Richard M. Stallman | 2006-07-18 | 1 | -3/+3 |
| | | |||||
| * | (Syntactic Font Lock): Give default for font-lock-syntax-table. | Richard M. Stallman | 2006-07-17 | 1 | -1/+2 |
| | | |||||
| * | (Defining Minor Modes, Header Lines): Remove @tindex. | Eli Zaretskii | 2006-07-08 | 1 | -3/+0 |
| | | |||||
| * | fix overfull/underfull boxes | Karl Berry | 2006-07-05 | 1 | -3/+4 |
| | | |||||
| * | (%-Constructs): Add %e, %z, %Z. | Juri Linkov | 2006-05-25 | 1 | -0/+10 |
| | | |||||
| * | (Multiline Font Lock): Renamed from Multi line Font Lock Elements. | Richard M. Stallman | 2006-04-30 | 1 | -114/+105 |
| | | | | | | Much clarification. (Font Lock Multiline, Region to Fontify): Much clarification. | ||||
| * | Improve the documentation of how to hilight multiline elements. | Stefan Monnier | 2006-04-29 | 1 | -18/+82 |
| | | |||||
| * | Minor tweaks. | Stefan Monnier | 2006-04-26 | 1 | -6/+5 |
| | | |||||
| * | Add documentation about font-lock-multiline. | Stefan Monnier | 2006-04-24 | 1 | -41/+89 |
| | | |||||
| * | (Imenu): Clarify what special items do. | Richard M. Stallman | 2006-04-18 | 1 | -4/+3 |
| | | |||||
| * | * font-lock.el (font-lock-lines-before): Delete variable, subsumed by | Stefan Monnier | 2006-03-15 | 1 | -10/+0 |
| | | | | | | | | | 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. | ||||
| * | * 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". | ||||
| * | (%-Constructs): Remove obsolete info about `global-mode-string'. | Juanma Barranquero | 2006-02-08 | 1 | -2/+1 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | Fix typos. | Eli Zaretskii | 2006-01-07 | 1 | -2/+2 |
| | | |||||
| * | (Mode Line Format): Correct typo in menu. | Luc Teirlinck | 2005-12-30 | 1 | -1/+1 |
| | | |||||
| * | (Mode Line Top): New node. | Richard M. Stallman | 2005-12-30 | 1 | -67/+79 |
| | | | | | | | | | | (Mode Line Data): Some text moved to new node. Explain the data structure more concretely. (Mode Line Basics): Clarifications. (Mode Line Variables): Clarify intro paragraph. (%-Constructs): Clarify intro paragraph. (Mode Line Format): Update menu. | ||||
| * | (Customizing Keywords): Rename `append' to `how'. | Romain Francoise | 2005-12-14 | 1 | -6/+5 |
| | | | | | Fix typo. | ||||
| * | (Minor Mode Conventions): Use custom-set-minor-mode. | Stefan Monnier | 2005-11-16 | 1 | -2/+2 |
| | | | | | (Minor Mode Conventions): Mention the use of a hook. | ||||
| * | (Minor Mode Conventions): Use custom-set-minor-mode. | Stefan Monnier | 2005-11-16 | 1 | -2/+1 |
| | | |||||