Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-16 | 47 | -93/+94 |
| | | | | 2001). | ||||
* | *** empty log message *** | Juanma Barranquero | 2007-01-14 | 1 | -4/+8 |
| | |||||
* | (Coding Conventions): Fix typos. | Juanma Barranquero | 2007-01-14 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2007-01-05 | 1 | -0/+4 |
| | |||||
* | (Defining Minor Modes): Fix previous change. | Richard M. Stallman | 2007-01-05 | 1 | -1/+3 |
| | |||||
* | (Variable Definitions, Customization Types): | Richard M. Stallman | 2007-01-03 | 2 | -2/+7 |
| | | | | Don't use * in doc string for defcustom. | ||||
* | *** empty log message *** | Richard M. Stallman | 2007-01-02 | 1 | -0/+10 |
| | |||||
* | (Variable Aliases): Clarify that aliases vars always have the same value. | Richard M. Stallman | 2007-01-02 | 1 | -3/+5 |
| | |||||
* | (Bindat Spec): Fix Texinfo usage. | Richard M. Stallman | 2007-01-02 | 1 | -1/+1 |
| | |||||
* | (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. | ||||
* | (Tool Bar): Describe `grow-only' value of `auto-resize-tool-bars'. | Kim F. Storm | 2006-12-30 | 1 | -0/+9 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2006-12-30 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2006-12-30 | 1 | -0/+4 |
| | |||||
* | (Active Keymaps): Fix previous change. | Richard M. Stallman | 2006-12-30 | 1 | -1/+1 |
| | |||||
* | (Active Keymaps): Make xref to lookup-key. | Nick Roberts | 2006-12-30 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Nick Roberts | 2006-12-30 | 1 | -1/+5 |
| | |||||
* | (Bindat Spec): Clarify using field names in | Kim F. Storm | 2006-12-30 | 2 | -7/+14 |
| | | | | length specifications. | ||||
* | *** empty log message *** | Kim F. Storm | 2006-12-29 | 1 | -0/+5 |
| | |||||
* | (Bindat Spec): Explain eval forms and lengths better. | Kim F. Storm | 2006-12-29 | 1 | -19/+40 |
| | | | | Add count and index variables for eval forms in repeat blocks. | ||||
* | (Variable Definitions): Document new name custom-add-frequent-value. | Richard M. Stallman | 2006-12-24 | 2 | -4/+9 |
| | |||||
* | Bump version number to 22.0.92 | Chong Yidong | 2006-12-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Kim F. Storm | 2006-12-19 | 1 | -0/+6 |
| | |||||
* | (Misc Events): User signals now result in sigusr1 | Kim F. Storm | 2006-12-19 | 1 | -7/+27 |
| | | | | | and sigusr2 events which are handled through special-event-map. (Special Events): User signals and drag-n-drop are special. | ||||
* | *** empty log message *** | Richard M. Stallman | 2006-12-17 | 1 | -0/+7 |
| | |||||
* | (Named Features): Explain subfeatures better. | Richard M. Stallman | 2006-12-17 | 1 | -2/+8 |
| | |||||
* | Use "option" only for user options. | Richard M. Stallman | 2006-12-17 | 1 | -25/+28 |
| | | | | | | For the keyword values inside defcustom etc, say "keywords". For :options value's elements, say "elements". :group should not be omitted. | ||||
* | (Parsing Expressions): Split up node. | Richard M. Stallman | 2006-12-17 | 2 | -132/+182 |
| | | | | | | (Motion via Parsing, Position Parse, Parser State) (Low-Level Parsing, Control Parsing): New subnodes. (Parser State): Document syntax-ppss-toplevel-pos. | ||||
* | (List Motion): Punctuation fix. | Richard M. Stallman | 2006-12-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2006-12-17 | 1 | -0/+5 |
| | |||||
* | (File Name Completion): Document PREDICATE arg to file-name-completion. | Richard M. Stallman | 2006-12-17 | 1 | -2/+5 |
| | |||||
* | (Building Emacs, Writing Emacs Primitives): Add index entries. | Eli Zaretskii | 2006-12-16 | 2 | -0/+15 |
| | |||||
* | (Font Lock Basics): Explain how nil for font-lock-defaults affects | Richard M. Stallman | 2006-12-11 | 2 | -3/+19 |
| | | | | | 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 |
| | |||||
* | * modes.texi (Font Lock Basics): Document nil value of | Chong Yidong | 2006-12-10 | 1 | -0/+5 |
| | | | | font-lock-defaults. | ||||
* | (Defining Abbrevs): Abbrev tables may not be empty when major modes | Glenn Morris | 2006-12-10 | 1 | -3/+6 |
| | | | | are loaded. | ||||
* | *** empty log message *** | Glenn Morris | 2006-12-10 | 1 | -1/+2 |
| | |||||
* | (Defining Abbrevs): Mention `define-abbrev' 'force | Glenn Morris | 2006-12-10 | 1 | -1/+4 |
| | | | | value for system-flag argument. | ||||
* | *** empty log message *** | Glenn Morris | 2006-12-10 | 1 | -0/+5 |
| | |||||
* | (maintainer-clean): Partially revert last change; delete "elisp-?" | Juanma Barranquero | 2006-12-09 | 2 | -1/+7 |
| | | | | and "elisp-??" instead of "elisp-*" to protect elisp-covers.texi. | ||||
* | (maintainer-clean): Depend on `distclean'. Don't remove elisp* info files; | Juanma Barranquero | 2006-12-07 | 2 | -2/+9 |
| | | | | | they are already deleted by the `clean' and `distclean' targets, and they are in the $(infodir) directory, not the current one. | ||||
* | *** empty log message *** | Kim F. Storm | 2006-12-04 | 1 | -0/+5 |
| | |||||
* | (Misc Events): Update signal events. | Kim F. Storm | 2006-12-04 | 1 | -7/+18 |
| | | | | (Event Examples): Add signal example. | ||||
* | (Visibility of Frames): Explain visible windows | Richard M. Stallman | 2006-11-29 | 2 | -6/+13 |
| | | | | can be covered by others. Add xref for raise-frame. | ||||
* | *** empty log message *** | Richard M. Stallman | 2006-11-28 | 1 | -0/+4 |
| | |||||
* | (Regexp Special): Update when ^ is special. | Richard M. Stallman | 2006-11-28 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2006-11-27 | 1 | -0/+7 |
| | |||||
* | (Customization, Common Keywords) | Eli Zaretskii | 2006-11-27 | 1 | -0/+30 |
| | | | | | | (Group Definitions, Variable Definitions, Composite Types) (Type Keywords, Customization Types): Add index entries for various customization keywords. | ||||
* | (Multiline Font Lock): Rephrase some parts for clarity. | Stefan Monnier | 2006-11-23 | 2 | -9/+16 |
| | |||||
* | Rephrase some font-lock-multiline text. | Stefan Monnier | 2006-11-19 | 1 | -9/+12 |
| | |||||
* | Bump version to 22.0.91 | Chong Yidong | 2006-11-18 | 1 | -1/+1 |
| |