| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | (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 | |
| | | ||||||
| * | * frames.texi (Window System Selections): Remove clipboard from | Jan Djärv | 2006-11-10 | 2 | -1/+6 | |
| | | | | | description of selection-coding-system. | |||||
| * | Add "add-log-time-zone-rule: t" to Local Variables section. | Juanma Barranquero | 2006-11-10 | 1 | -2/+3 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2006-11-06 | 1 | -0/+12 | |
| | | ||||||
| * | (List Variables): Document COMPARE-FN. | Richard M. Stallman | 2006-11-06 | 1 | -2/+4 | |
| | | ||||||
| * | Avoid use of "binding" to mean a relation; | Richard M. Stallman | 2006-11-06 | 1 | -15/+17 | |
| | | | | | use it only to refer to the meaning associated with a key. | |||||
| * | (Top): Change menu node description. | Richard M. Stallman | 2006-11-06 | 1 | -1/+1 | |
| | | ||||||
| * | (Managing Overlays): Document overlay-recenter. | Richard M. Stallman | 2006-11-06 | 1 | -0/+15 | |
| | | ||||||
| * | * makefile.w32-in: revert last change. | Chong Yidong | 2006-10-30 | 2 | -4/+2 | |
| | | ||||||
| * | * Makefile.in: Use relative paths to avoid advertising filesystem | Chong Yidong | 2006-10-29 | 3 | -4/+11 | |
| | | | | | | | contents during compilation. * makefile.w32-in: Likewise. | |||||
| * | * elisp.texi: Bump version number to 22.0.90. | Chong Yidong | 2006-10-27 | 1 | -1/+1 | |
| | | ||||||
| * | (Event Input Misc): Update unread-command-events. | Kim F. Storm | 2006-10-23 | 1 | -0/+7 | |
| | | ||||||
| * | *** empty log message *** | Kim F. Storm | 2006-10-23 | 1 | -0/+4 | |
| | | ||||||
| * | (Sets And Lists): Fix typos. | Nick Roberts | 2006-10-22 | 1 | -3/+3 | |
| | | ||||||
| * | *** empty log message *** | Nick Roberts | 2006-10-22 | 1 | -0/+4 | |
| | | ||||||
| * | *** empty log message *** | Juanma Barranquero | 2006-10-18 | 1 | -5/+10 | |
| | | ||||||
| * | (Processing of Errors): Use @var for an argument, not @code. | Juanma Barranquero | 2006-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Richard M. Stallman | 2006-10-16 | 1 | -0/+24 | |
| | | ||||||
| * | (Edebug Recursive Edit): Minor cleanup. | Richard M. Stallman | 2006-10-16 | 1 | -3/+3 | |
| | | ||||||
| * | (Format of Keymaps): Show all the keymap element | Richard M. Stallman | 2006-10-16 | 1 | -13/+19 | |
| | | | | | | patterns that result from menu items. (Key Lookup): Minor cleanups. | |||||
| * | (Precalculated Fontification): Don't say that | Richard M. Stallman | 2006-10-16 | 1 | -2/+1 | |
| | | | | | not setting font-lock-defaults avoids loading font-lock. | |||||
| * | Fix prev change. | Richard M. Stallman | 2006-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | (Documentation): Move xref to Emacs Manual here. | Richard M. Stallman | 2006-10-16 | 1 | -3/+7 | |
| | | | | | | (Documentation Basics): From here. Also doc emacs-lisp-docstring-fill-column. | |||||
| * | Update version and ISBN. | Richard M. Stallman | 2006-10-16 | 1 | -2/+2 | |
| | | ||||||
| * | (Interactive Call): Clarify KEYS arg to call-interactively is a vector. | Richard M. Stallman | 2006-10-16 | 1 | -6/+12 | |
| | | | | | | | (Command Loop Info): Delete anchor in this-command-keys. Add anchor in this-command-keys-vector. (Recursive Editing): Document how recursive-edit handles the current buffer. | |||||
| * | * frames.texi (Frame Titles): %c and %l are ignored in | Chong Yidong | 2006-10-13 | 2 | -1/+7 | |
| | | | | | frame-title-format. | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-10-11 | 1 | -0/+4 | |
| | | ||||||
| * | (Key Sequences): Clarify use of kbd. | Richard M. Stallman | 2006-10-11 | 1 | -12/+32 | |
| | | ||||||
| * | (Sets And Lists): Add memql. | Kim F. Storm | 2006-10-10 | 1 | -0/+21 | |
| | | ||||||
| * | *** empty log message *** | Kim F. Storm | 2006-10-10 | 1 | -4/+4 | |
| | | ||||||