| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move to ../doc/lispref | Glenn Morris | 2007-09-06 | 1 | -1130/+0 |
| | | |||||
| * | (Documentation Tips): Recommend against `iff'. | Glenn Morris | 2007-08-08 | 1 | -0/+6 |
| | | |||||
| * | Update example license to use GPLv3. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | (Documentation Tips): Rearrange items to place the more important ones first. | Eli Zaretskii | 2007-05-04 | 1 | -72/+73 |
| | | | | | Add an index entry for hyperlinks. | ||||
| * | Improve index entries. | Richard M. Stallman | 2007-04-07 | 1 | -3/+3 |
| | | |||||
| * | Improve indexing. | Eli Zaretskii | 2007-03-31 | 1 | -0/+5 |
| | | |||||
| * | (Coding Conventions): Clarify the tip about macros | Richard M. Stallman | 2007-01-28 | 1 | -1/+2 |
| | | | | | that define a function or a variable. | ||||
| * | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-16 | 1 | -2/+2 |
| | | | | | 2001). | ||||
| * | (Coding Conventions): Fix typos. | Juanma Barranquero | 2007-01-14 | 1 | -1/+1 |
| | | |||||
| * | Put period and comma inside quotes. | Richard M. Stallman | 2006-07-18 | 1 | -5/+5 |
| | | |||||
| * | (Coding Conventions): Explain why use cl at compile time. | Richard M. Stallman | 2006-07-12 | 1 | -2/+3 |
| | | |||||
| * | Modify last change. | Nick Roberts | 2006-07-10 | 1 | -2/+3 |
| | | |||||
| * | (Coding Conventions): Mention macros. | Nick Roberts | 2006-07-10 | 1 | -2/+2 |
| | | | | | Suggested by Ken Manheimer. | ||||
| * | (Coding Conventions): Cleanup last change. | Richard M. Stallman | 2006-07-05 | 1 | -7/+7 |
| | | |||||
| * | fix overfull/underfull boxes | Karl Berry | 2006-07-05 | 1 | -2/+2 |
| | | |||||
| * | (Coding Conventions): Better explain conventions for definition constructs. | Richard M. Stallman | 2006-06-16 | 1 | -5/+8 |
| | | |||||
| * | (Coding Conventions): Add `@end itemize'. | Luc Teirlinck | 2006-06-10 | 1 | -0/+1 |
| | | |||||
| * | (Coding Conventions): Explain use of coding systems | Richard M. Stallman | 2006-06-10 | 1 | -0/+25 |
| | | | | | to ensure one decoding for strings. | ||||
| * | (Coding Conventions): Better explain reasons not to | Richard M. Stallman | 2006-05-29 | 1 | -8/+17 |
| | | | | | advise other packages or use `eval-after-load'. | ||||
| * | (Coding Conventions): Advise against using eval-after-load in packages. | Eli Zaretskii | 2006-05-26 | 1 | -3/+14 |
| | | | | | Add an index entry. | ||||
| * | (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). | ||||
| * | (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. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | (Documentation Tips): Minor change. | Luc Teirlinck | 2005-12-20 | 1 | -1/+1 |
| | | |||||
| * | (Documentation Tips): Update for new conventions for using `*' in docstrings. | Luc Teirlinck | 2005-12-20 | 1 | -5/+4 |
| | | |||||
| * | (Documentation Tips): Help mode now creates hyperlinks for URLs. | Bill Wohler | 2005-10-28 | 1 | -0/+8 |
| | | |||||
| * | (Programming Tips): Correct the "default" prompt spec. | Richard M. Stallman | 2005-09-09 | 1 | -1/+1 |
| | | |||||
| * | (Coding Conventions): Sometimes it is ok to put the | Richard M. Stallman | 2005-09-06 | 1 | -1/+3 |
| | | | | | package prefix elsewhere than at the start of the name. | ||||
| * | (Programming Tips): Add conventions for minibuffer questions and prompts. | Richard M. Stallman | 2005-09-04 | 1 | -0/+14 |
| | | |||||
| * | (Key Binding Conventions, Programming Tips, Warning Tips): | Richard M. Stallman | 2005-08-11 | 1 | -140/+170 |
| | | | | | New nodes split out of Coding Conventions. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-10 | 1 | -2/+2 |
| | | |||||
| * | (Coding Conventions): Minor cleanup. | Richard M. Stallman | 2005-08-09 | 1 | -1/+1 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | (Coding Conventions): Explain how important it is | Richard M. Stallman | 2005-05-14 | 1 | -11/+10 |
| | | | | | that just loading certain files not change Emacs behavior. | ||||
| * | (Compilation Tips): Mention benchmark.el. | Richard M. Stallman | 2005-03-28 | 1 | -0/+7 |
| | | |||||
| * | (Coding Conventions): Clarify. | Richard M. Stallman | 2005-02-27 | 1 | -23/+21 |
| | | | | | | Put all the major mode key reservations together. Mention the Mouse-1 => Mouse-2 conventions. | ||||
| * | (Coding Conventions): Fix typo. | Thien-Thi Nguyen | 2004-11-19 | 1 | -1/+1 |
| | | |||||
| * | (Coding Conventions): Separate defvar and require | Richard M. Stallman | 2004-11-16 | 1 | -13/+22 |
| | | | | | | methods to avoid warnings. Use require only when there are many functions and variables from that package. | ||||
| * | (Coding Conventions): defopt -> defcustom. | Jesper Harder | 2004-04-18 | 1 | -1/+1 |
| | | |||||
| * | (Documentation Tips): Fix typo. | Luc Teirlinck | 2004-02-22 | 1 | -1/+1 |
| | | |||||
| * | (Coding Conventions): Minor fix. | Richard M. Stallman | 2004-02-17 | 1 | -1/+1 |
| | | |||||
| * | (Comment Tips): Document the new conventions for commenting out code. | Luc Teirlinck | 2004-02-12 | 1 | -3/+14 |
| | | |||||
| * | (Documentation Tips): Update item on hyperlinks in documentation strings. | Luc Teirlinck | 2003-12-30 | 1 | -2/+3 |
| | | |||||
| * | (Documentation Tips): Add anchor. | Luc Teirlinck | 2003-12-25 | 1 | -0/+1 |
| | | |||||
| * | (Documentation Tips): Document new behavior for face and variable | Luc Teirlinck | 2003-10-22 | 1 | -0/+10 |
| | | | | | hyperlinks in Help mode. | ||||
| * | (Library Headers): Clean up Documentation. | Richard M. Stallman | 2003-10-13 | 1 | -13/+16 |
| | | |||||
| * | (Library Headers): Fix typo. | Luc Teirlinck | 2003-10-10 | 1 | -1/+1 |
| | | |||||
| * | Fix typo. | Luc Teirlinck | 2003-10-08 | 1 | -1/+1 |
| | | |||||
| * | Package unloading. Index next-line, previous-line, forward-line. | Dave Love | 2003-10-06 | 1 | -1/+13 |
| | | |||||