aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dabbrev.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Every defcustom should specify its typeGlenn Morris2013-12-281-0/+1
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* * lisp/dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.Stefan Monnier2012-05-111-2/+2
* Add new error and function `user-error'.Stefan Monnier2012-05-041-11/+6
* * lisp/dabbrev.el (dabbrev--ignore-case-p): New function.Stefan Monnier2012-05-041-16/+10
* * lisp/dabbrev.el: Fix cycle completion order.Stefan Monnier2012-03-121-48/+32
* * lisp/dabbrev.el: Fix cycle completion.Stefan Monnier2012-03-121-74/+82
* * dabbrev.el (dabbrev--find-expansion): Update progress reporter.Chong Yidong2012-03-111-0/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaultsLars Magne Ingebrigtsen2011-07-061-1/+2
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* * dabbrev.el (dabbrev-completion): Fix typo in docstring.Juanma Barranquero2010-08-011-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (dabbrev--minibuffer-origin): Use minibuffer-selected-window.Stefan Monnier2009-11-251-40/+16
* * x-dnd.el (x-dnd-maybe-call-test-function):Stefan Monnier2009-11-131-4/+2
* Define risky-local-variable property here rather than in files.el.Glenn Morris2009-08-261-0/+2
* Comment (update Author: based on ack.texi).Glenn Morris2009-01-151-1/+4
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * align.el:Lute Kamstra2008-12-031-14/+14
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* (debug-ignored-errors): Remove $ from the end ofJuri Linkov2008-03-221-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (dabbrev--progress-reporter): New variable.Thien-Thi Nguyen2007-08-221-10/+13
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * (dabbrev-upcase-means-case-search): Doc fix.Juanma Barranquero2007-05-161-1/+1
* | (dabbrev-upcase-means-case-search): Doc fix.Juanma Barranquero2007-05-161-1/+1
* | (dabbrev-eliminate-newlines): Renamed fromRichard M. Stallman2007-05-101-5/+7
|/
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (dabbrev-completion): Simplify code, by getting rid of `if' whoseLuc Teirlinck2005-11-271-56/+38
* * message.el (message-expand-group): Pass the commonMasatake YAMATO2005-10-161-1/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (dabbrev): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-2/+2
* Specify missing group (and type, if simple) in defcustom.Juanma Barranquero2005-05-191-1/+2
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
* (dabbrev-expand): When handling SPC M-/,Richard M. Stallman2004-11-161-19/+21
* (dabbrev--substitute-expansion): Fix a bug which leadRichard M. Stallman2004-04-211-12/+17
* (dabbrev-expand): Fix regexp construction.Stefan Monnier2004-03-261-11/+5
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (dabbrev--safe-replace-match): Use with-no-warnings.Richard M. Stallman2003-08-171-1/+2
* Don't redo key bindings on loading, put them only in loaddefs.el.Andreas Schwab2003-08-021-5/+3