Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (abbrev-mode): Use define-minor-mode. | Stefan Monnier | 2008-04-01 | 1 | -7/+2 |
| | |||||
* | * faces.el (xw-defined-colors): | Dan Nicolaescu | 2008-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * simple.el (widget-convert, shell-mode): Declare as functions instead of autoloading. * abbrev.el: * button.el: * cus-face.el: * ediff-hook.el: * emacs-lisp/backquote.el: * emacs-lisp/timer.el: * facemenu.el: * faces.el: * menu-bar.el: * simple.el: * subr.el: * textmodes/fill.el: * textmodes/paragraphs.el: Remove autoloads, redundant when the files are preloaded. | ||||
* | (clear-abbrev-table): Can't pass a symbol to intern. | Stefan Monnier | 2008-01-14 | 1 | -1/+3 |
| | |||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
* | | (kill-all-abbrevs, insert-abbrevs, prepare-abbrev-list-buffer): Use dolist. | Stefan Monnier | 2007-11-18 | 1 | -22/+23 |
| | | | | | | | | (clear-abbrev-table): Preserve properties. | ||||
* | | (abbrev--write): Fix error in transcription from C. | Stefan Monnier | 2007-11-16 | 1 | -1/+1 |
| | | |||||
* | | (define-abbrev-table): Record the variable definition. | Stefan Monnier | 2007-11-09 | 1 | -2/+4 |
| | | |||||
* | | (abbrev--write): Fix up typo. | Stefan Monnier | 2007-11-05 | 1 | -1/+1 |
| | | |||||
* | | (define-abbrev-table): Doc fix. | Juanma Barranquero | 2007-11-04 | 1 | -5/+5 |
| | | |||||
* | | (expand-abbrev): Move point back to expansion's end. | Stefan Monnier | 2007-11-04 | 1 | -3/+8 |
| | | |||||
* | | (abbrev-symbol): Correct let->let*. | Stefan Monnier | 2007-10-31 | 1 | -5/+6 |
| | | | | | | | | (abbrev--before-point): Only use abbrev-start-location if before point. | ||||
* | | Rename `count' and `system-flag' to :count and :system. Update all users. | Stefan Monnier | 2007-10-30 | 1 | -35/+37 |
| | | | | | | | | | | | | (abbrev-get, abbrev-put): Simplify. (define-abbrev): Don't store the `force' value in the :system property. (abbrev--before-point): Obey the :enable-function of the abbrev as well. | ||||
* | | Rewrite abbrev.c in Elisp. | Stefan Monnier | 2007-10-28 | 1 | -0/+534 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * image.c (Qcount): Don't declare as extern. (syms_of_image): Initialize and staticpro `Qcount'. * puresize.h (BASE_PURESIZE): Increase for the new abbrev.el functions. * emacs.c (main): Don't call syms_of_abbrev. * Makefile.in (obj): Remove abbrev.o. (abbrev.o): Remove. * abbrev.c: Remove. Rewrite abbrev.c in Elisp. * abbrev.el (abbrev-mode): Move custom group from cus-edit.el. (abbrev-table-get, abbrev-table-put, abbrev-get) (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table) (define-abbrev, abbrev--check-chars, define-global-abbrev) (define-mode-abbrev, abbrev--active-tables, abbrev-symbol) (abbrev-expansion, abbrev--before-point, expand-abbrev) (unexpand-abbrev, abbrev--write, abbrev--describe) (insert-abbrev-table-description, define-abbrev-table): New funs, largely transcribed from abbrev.c. (abbrev-with-wrapper-hook): New macro. (abbrev-table-name-list, global-abbrev-table) (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table) (abbrevs-changed, abbrev-all-caps, abbrev-start-location) (abbrev-start-location-buffer, last-abbrev, last-abbrev-text) (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function): New vars, largely transcribed from abbrev.c. * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el. * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook. * loadup.el: Load "abbrev.el" before "lisp-mode.el". | ||||
* | Replace `iff' in doc-strings and comments. | Glenn Morris | 2007-08-08 | 1 | -3/+3 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | (abbrev): Add `provide'. | Richard M. Stallman | 2007-03-09 | 1 | -0/+2 |
| | |||||
* | 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 |
| |