index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
abbrev.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Stop abbrev-prefix-mark from adding extra newline (Bug#25767)
Allen Li
2017-03-02
1
-3
/
+4
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-4
/
+4
|
\
|
|
*
Fix a typo in define-abbrev-table
Glenn Morris
2016-12-10
1
-4
/
+4
*
|
Merge from origin/emacs-25
Paul Eggert
2016-09-26
1
-4
/
+5
|
\
|
|
*
Improve documentation of 'expand-abbrev' and wrapper hooks
Eli Zaretskii
2016-09-26
1
-4
/
+5
*
|
Pacify byte-compiler for with-wrapper-hook
Paul Eggert
2016-05-18
1
-1
/
+1
*
|
Merge from origin/emacs-25
John Wiegley
2016-01-11
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
|
Use obarray functions from obarray.
Przemysław Wojnowski
2015-11-20
1
-26
/
+26
|
/
*
; * lisp/abbrev.el (copy-abbrev-table): Remove forgotten debug code.
Eli Zaretskii
2015-11-07
1
-1
/
+0
*
Fix error in copy-abbrev-table
Eli Zaretskii
2015-11-07
1
-0
/
+3
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-1
/
+1
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-1
/
+1
*
Use curved quotes in core elisp diagnostics
Paul Eggert
2015-08-16
1
-1
/
+1
*
* abbrev.el (define-abbrev-table): Refine last change.
Stefan Monnier
2015-04-10
1
-3
/
+6
*
* lisp/abbrev.el (define-abbrev-table): Treat a non-string "docstring" as
Stefan Monnier
2015-04-02
1
-1
/
+3
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Doc updates re abbrev-expand-function
Glenn Morris
2014-05-26
1
-4
/
+9
*
Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris
2014-02-09
1
-1
/
+1
*
* lisp/abbrev.el (edit-abbrevs-mode): Derive from fundamental-mode.
Glenn Morris
2014-02-07
1
-1
/
+1
*
* lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.
Stefan Monnier
2014-01-06
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Spelling and typo fixes.
Paul Eggert
2013-12-27
1
-1
/
+1
*
Merge from emacs-24; up to 2013-01-03T02:31:36Z!rgm@gnu.org
Glenn Morris
2013-09-17
1
-2
/
+2
|
\
|
*
* lisp/abbrev.el (abbrev--check-chars): Fix thinko.
Stefan Monnier
2013-09-12
1
-2
/
+2
*
|
* lisp/abbrev.el (edit-abbrevs-mode): Use define-derived-mode.
Stefan Monnier
2013-09-06
1
-11
/
+8
*
|
Do not call to `selected-window' where it is assumed by default.
Dmitry Antipov
2013-08-05
1
-1
/
+1
*
|
* 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
[next]