Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | Glenn Morris | 2006-12-05 | 1 | -1/+1 |
| | |||||
* | (abbrev-mode): Tighten the safety predicate. | Stefan Monnier | 2006-04-29 | 1 | -1/+1 |
| | |||||
* | (abbrev-mode): Tighten up a bit the safety predicate. | Stefan Monnier | 2006-04-26 | 1 | -2/+2 |
| | |||||
* | (read-abbrev-file): Use abbrev-file-name if optional | Reiner Steib | 2006-04-18 | 1 | -1/+1 |
| | | | | file is nil. | ||||
* | (edit-abbrevs-redefine): Temporarily widen. | Richard M. Stallman | 2006-04-18 | 1 | -5/+10 |
| | | | | (read-abbrev-file): Provide default when reading filename. | ||||
* | * files.el: Move some `safe-local-variable' declarations to the | Reiner Steib | 2006-04-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | respective files. * textmodes/ispell.el (ispell-check-comments) (ispell-local-dictionary): Mark as safe. * abbrev.el (abbrev-mode): Mark as safe. * add-log.el (change-log-default-name): Mark as safe. * textmodes/reftex-vars.el (reftex-vref-is-default) (reftex-fref-is-default, reftex-level-indent) (reftex-guess-label-type): Mark as safe. * textmodes/fill.el (colon-double-space): Mark as safe. * textmodes/paragraphs.el (paragraph-start, paragraph-separate) (sentence-end-double-space, sentence-end-without-period) (sentence-end-without-space, sentence-end, sentence-end-base) (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | |||||
* | (expand-region-abbrevs): Doc fix. | Juanma Barranquero | 2005-07-20 | 1 | -7/+6 |
| | | | | | (inverse-add-mode-abbrev, inverse-add-global-abbrev): Improve argument/docstring consistency. | ||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (edit-abbrevs-mode): Use kill-all-local-variables and run-mode-hooks. | Lute Kamstra | 2005-06-13 | 1 | -1/+3 |
| | |||||
* | (write-abbrev-file): Write table entries in alphabetical order | Eli Zaretskii | 2005-04-23 | 1 | -24/+34 |
| | | | | by table name. | ||||
* | (define-abbrevs): Read system abbrevs properly. | Richard M. Stallman | 2005-04-10 | 1 | -3/+6 |
| | |||||
* | (only-global-abbrevs): Doc fix. | John Paul Wallington | 2004-08-01 | 1 | -8/+7 |
| | | | | | (edit-abbrevs-map): Define within defvar. (quietly-read-abbrev-file): Doc fix. | ||||
* | (abbrev-mode, edit-abbrevs-map): Doc fixes. | Richard M. Stallman | 2004-06-13 | 1 | -6/+7 |
| | |||||
* | (write-abbrev-file): Make argument optional. Doc fix. | Luc Teirlinck | 2004-02-24 | 1 | -4/+11 |
| | | | | (abbrev-prefix-mark): Doc fix. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | (write-abbrev-file): Simplify, and put a coding cookie | Dave Love | 2003-01-23 | 1 | -9/+5 |
| | | | | in the file. | ||||
* | (write-abbrev-file): Don't hardcode point-min == 1. | Stefan Monnier | 2002-09-27 | 1 | -1/+1 |
| | |||||
* | (copy-abbrev-table): New function. | Richard M. Stallman | 2002-09-12 | 1 | -0/+12 |
| | |||||
* | Remove unnecessary whitespaces. | Pavel Janík | 2002-01-05 | 1 | -4/+4 |
| | |||||
* | Doc fix. | Stefan Monnier | 2001-11-16 | 1 | -1/+0 |
| | |||||
* | (read-abbrev-file): Don't set save-abbrevs. | Richard M. Stallman | 2001-11-11 | 1 | -3/+3 |
| | | | | (quietly-read-abbrev-file): Doc fix. | ||||
* | Keyword added and FSF specified as Maintainer. | Pavel Janík | 2001-08-06 | 1 | -0/+1 |
| | |||||
* | (prepare-abbrev-list-buffer): Get the value of | Gerd Moellmann | 2000-11-28 | 1 | -11/+11 |
| | | | | | local-abbrev-table before changing buffers because it might have a buffer-local binding. | ||||
* | (list-abbrevs): Add optional parameter LOCAL. | Gerd Moellmann | 2000-08-28 | 1 | -12/+26 |
| | | | | | | (abbrev-table-name): New function. (prepare-abbrev-list-buffer): Add optional parameter LOCAL. If non-nil list local abbrev, only. | ||||
* | (abbrev-mode): Make ARG optional. | Gerd Moellmann | 2000-05-05 | 1 | -1/+1 |
| | |||||
* | (inverse-add-abbrev): Identify word by first moving | Gerd Moellmann | 2000-03-17 | 1 | -15/+16 |
| | | | | forward then moving backward. Reindent. | ||||
* | (add-abbrev, inverse-add-abbrev, expand-region-abbrevs): Remove | Dave Love | 1999-10-18 | 1 | -4/+4 |
| | | | | properties from buffer text. | ||||
* | (abbrev-mode): Customizing sets the default value. | Richard M. Stallman | 1999-04-08 | 1 | -6/+6 |
| | |||||
* | *** empty log message *** | Karl Heuer | 1999-03-30 | 1 | -1/+1 |
| | |||||
* | (abbrev-mode): Doc fix. | Karl Heuer | 1999-03-30 | 1 | -1/+2 |
| | |||||
* | (inverse-add-abbrev): Inherit the current input method. | Kenichi Handa | 1999-03-15 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Dan Nicolaescu | 1998-05-26 | 1 | -2/+3 |
| | |||||
* | Customized. | Richard M. Stallman | 1997-08-11 | 1 | -3/+17 |
| | | | | (only-global-abbrevs): Doc fix. | ||||
* | (only-global-abbrevs): Use defvar. | Richard M. Stallman | 1996-12-16 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (abbrev-mode): Use force-mode-line-update. | Karl Heuer | 1995-04-25 | 1 | -1/+1 |
| | |||||
* | (add-abbrev, inverse-add-abbrev): | Richard M. Stallman | 1994-09-29 | 1 | -0/+2 |
| | | | | Clear text properties from NAME. | ||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -0/+4 |
| | |||||
* | Add or correct keywords | Eric S. Raymond | 1993-03-18 | 1 | -0/+2 |
| | |||||
* | Doc fix. | Richard M. Stallman | 1992-10-03 | 1 | -1/+1 |
| | |||||
* | Doc fix. | Christopher Zaborsky | 1992-09-27 | 1 | -1/+1 |
| | |||||
* | entered into RCS | Eric S. Raymond | 1992-07-27 | 1 | -2/+0 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-07-24 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -4/+7 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-06-30 | 1 | -1/+0 |
| |