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
*
; Fix typos in symbol names
Stefan Kangas
2024-01-14
1
-1
/
+1
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Add 5 docstrings to abbrev.el (bug#67153)
Jeremy Bryant
2023-11-17
1
-3
/
+36
*
Reset abbrevs-changed after saving abbrevs (bug#62208)
Filipp Gunbin
2023-03-17
1
-11
/
+11
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Fix several symbol name typos
Stefan Kangas
2022-10-26
1
-1
/
+1
*
Add rudimentary font-locking to edit-abbrevs-mode
Stefan Kangas
2022-09-15
1
-3
/
+17
*
Make add-mode-abbrev use the active region
Lars Ingebrigtsen
2022-07-11
1
-7
/
+19
*
Make some defcustom types more restrictive
Stefan Kangas
2022-07-05
1
-2
/
+2
*
Merge from origin/emacs-28
Eli Zaretskii
2022-05-25
1
-114
/
+133
|
\
|
*
More fixes in abbrev.el doc strings
Eli Zaretskii
2022-05-21
1
-2
/
+2
|
*
Improve documentation strings and prompts in abbrev.el
Eli Zaretskii
2022-05-21
1
-115
/
+134
*
|
Allow extending 'save-some-buffers'
Lars Ingebrigtsen
2022-05-23
1
-0
/
+22
*
|
Don't signal errors in abbrev-table-p
Lars Ingebrigtsen
2022-02-14
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/emacs-28' into trunk
Stefan Monnier
2022-01-10
1
-2
/
+8
|
\
|
|
*
Improve docstring of edit-abbrevs
Stefan Kangas
2022-01-10
1
-2
/
+8
*
|
* lisp/abbrev.el (edit-abbrevs-mode-map): Use defvar-keymap.
Stefan Kangas
2022-01-10
1
-7
/
+5
*
|
Do interactive mode tagging for edit-abbrevs-mode
Stefan Kangas
2022-01-10
1
-4
/
+6
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Use substitute-command-keys for literal key sequences
Stefan Kangas
2021-11-22
1
-1
/
+1
*
|
Mark all def* functions that should indent as `defun'
Lars Ingebrigtsen
2021-10-13
1
-1
/
+2
|
/
*
Use command substitution instead of raw keys in more places
Stefan Kangas
2021-09-24
1
-2
/
+2
*
* lisp/abbrev.el: Improve docstrings of inverse commands (bug#50303)
Juri Linkov
2021-09-02
1
-2
/
+18
*
Prefer defvar-local in preloaded files
Stefan Kangas
2021-01-31
1
-2
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Make edit-abbrevs parsing less brittle
Lars Ingebrigtsen
2020-10-27
1
-11
/
+15
*
Improve documentation of the 'abbrev-suggest' feature
Eli Zaretskii
2020-09-27
1
-12
/
+15
*
Abbrev suggestions helps users remember to use defined abbrevs
Mathias Dahl
2020-09-26
1
-1
/
+139
*
Revert "Use format-prompt in read-file-name calls that have a default"
Lars Ingebrigtsen
2020-09-13
1
-2
/
+2
*
Use format-prompt in read-file-name calls that have a default
Lars Ingebrigtsen
2020-09-07
1
-2
/
+2
*
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-2
/
+1
*
Remove many items obsolete since Emacs 23.1
Stefan Kangas
2020-08-14
1
-10
/
+0
*
Remove Emacs 22 compat code from abbrev.el
Stefan Kangas
2020-05-16
1
-5
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/abbrev.el (abbrev-prefix-mark): Fix a typo. (Bug#36715)
Eli Zaretskii
2019-07-18
1
-2
/
+2
*
Doc clarification in abbrev-prefix-mark
Lars Ingebrigtsen
2019-07-10
1
-7
/
+10
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-2
/
+1
*
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-1
/
+2
*
Fix defining inverse abbrevs on previous words (Bug#36243)
Allen Li
2019-06-22
1
-0
/
+1
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
* lisp/subr.el (setq-default): Define as a macro
Stefan Monnier
2019-04-01
1
-2
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-24
1
-4
/
+7
|
\
|
|
*
Improve documentation of 'edit-abbrevs-mode'
Eli Zaretskii
2018-11-23
1
-4
/
+7
*
|
Rework empty abbrev table omitting
Allen Li
2018-10-12
1
-23
/
+29
*
|
Avoid writing empty abbrev tables
Allen Li
2018-09-29
1
-40
/
+45
*
|
Optionally add argument description in minor mode DOC (bug#10754)
John Shahid
2018-07-01
1
-3
/
+0
[next]