| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | * lisp/subr.el (with-wrapper-hook): Declare obsolete. | Stefan Monnier | 2013-04-17 | 1 | -5/+10 |
* | | * lisp/progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from | Stefan Monnier | 2013-04-16 | 1 | -17/+25 |
|/ |
|
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+2 |
* | Reduce use of (require 'cl). | Stefan Monnier | 2012-07-10 | 1 | -7/+6 |
* | Spelling fixes. | Paul Eggert | 2012-04-22 | 1 | -1/+1 |
* | * lisp/abbrev.el (edit-abbrevs): Move point to the abbrev table of | Leo Liu | 2012-04-19 | 1 | -4/+13 |
* | Checked lispref/abbrevs.texi | Glenn Morris | 2012-03-03 | 1 | -8/+22 |
* | Reset sys to nil in define-abbrevs | Leo Liu | 2012-02-29 | 1 | -1/+2 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Fix minor mode docstrings for the new meaning of a nil ARG. | Chong Yidong | 2011-10-19 | 1 | -3/+6 |
* | Remove pop-to-buffer-same-window. | Chong Yidong | 2011-09-02 | 1 | -1/+1 |
* | * lisp/abbrev.el (expand-abbrev): Try to preserve point. | Stefan Monnier | 2011-07-08 | 1 | -13/+22 |
* | Fix some uses of switch-to-buffer. | Stefan Monnier | 2011-07-05 | 1 | -1/+1 |
* | * lisp/abbrev.el (define-abbrev-table): Don't add a table multiple times. | Stefan Monnier | 2011-06-15 | 1 | -1/+2 |
* | Merge from trunk | Stefan Monnier | 2011-03-31 | 1 | -19/+66 |
|\ |
|
| * | Improve key bindings in edit-abbrevs-mode | Leo Liu | 2011-03-30 | 1 | -4/+25 |
| * | Place empty abbrev tables after nonempty ones when editing | Leo Liu | 2011-03-28 | 1 | -2/+20 |
| * | Use utf-8 if safe for writing to abbrev file | Leo Liu | 2011-03-22 | 1 | -14/+22 |
* | | Misc fixes, and use lexical-binding in more files. | Stefan Monnier | 2011-03-11 | 1 | -15/+14 |
|/ |
|
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+2 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -13/+14 |
|\ |
|
| * | Abbrev.el fix for bug #7733. (tiny change) | Brent Goodrick | 2011-01-02 | 1 | -11/+12 |
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Remove duplicate Lisp definitions of define-minor-mode variables defined in C. | Glenn Morris | 2010-10-28 | 1 | -1/+3 |
* | | * abbrev.el (abbrev-mode): Remove one of the three definitions of this variable. | Glenn Morris | 2010-10-26 | 1 | -13/+2 |
* | | Add "Package:" file headers to denote built-in packages. | Chong Yidong | 2010-08-29 | 1 | -0/+1 |
|/ |
|
* | * abbrev.el: Fix typos. | Juanma Barranquero | 2010-04-26 | 1 | -2/+2 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (abbrev--before-point): Use word-motion functions | Stefan Monnier | 2009-11-25 | 1 | -5/+13 |
* | * abbrev.el (abbrev-with-wrapper-hook): (re)move... | Stefan Monnier | 2009-11-19 | 1 | -38/+1 |
* | * custom.el (custom-delayed-init-variables): New var. | Stefan Monnier | 2009-09-11 | 1 | -1/+2 |
* | * paths.el (abbrev-file-name): Move to abbrev.el. | Stefan Monnier | 2009-08-29 | 1 | -1/+5 |
* | * abbrev.el (insert-abbrev-table-description): Prettify output. | Chong Yidong | 2009-08-04 | 1 | -3/+5 |
* | Minor doc fix. | Chong Yidong | 2009-05-13 | 1 | -1/+1 |
* | Add comment. | Chong Yidong | 2009-03-01 | 1 | -0/+1 |
* | (clear-abbrev-table): Always return nil (Bug#2515). | Chong Yidong | 2009-03-01 | 1 | -1/+2 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (define-abbrev): Doc fix. | Chong Yidong | 2008-10-17 | 1 | -2/+3 |
* | (unexpand-abbrev): Better preserve markers. | Stefan Monnier | 2008-06-05 | 1 | -2/+3 |
* | (define-abbrev-table): Don't use `iff' in docstring. | Juanma Barranquero | 2008-05-08 | 1 | -2/+2 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | (define-abbrev): Don't use `iff' in doc-strings. | Glenn Morris | 2008-04-26 | 1 | -1/+1 |
* | (define-abbrev-table): Apply props even if the table exists already. | Stefan Monnier | 2008-04-26 | 1 | -1/+6 |
* | (abbrev-insert): New function extracted from expand-abbrev. | Stefan Monnier | 2008-04-17 | 1 | -48/+82 |
* | Docstring improvements. | Stefan Monnier | 2008-04-17 | 1 | -5/+4 |
* | (define-abbrev-table): Fontify dosctrings as such. | Stefan Monnier | 2008-04-17 | 1 | -0/+1 |
* | (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 |
* | (clear-abbrev-table): Can't pass a symbol to intern. | Stefan Monnier | 2008-01-14 | 1 | -1/+3 |