summaryrefslogtreecommitdiff
path: root/lisp/dabbrev.el
AgeCommit message (Expand)Author
2026-03-22(dabbrev-completion): Improve last fix for bug#80645Daniel Mendler
2026-03-21(dabbrev-capf): Fix bug#80645.Stefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-09-25(dabbrev-completion): Try and fix the test regressionsStefan Monnier
2025-09-24(dabbrev-capf): Improve last fix for bug#61274Alcor
2025-09-20Avoid signaling errors in 'dabbrev-capf'Eli Zaretskii
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-30Prevent "Selecting deleted buffer" error with dabbrev-expandStephen Berman
2024-10-31Fix bugs in dabbrev-expand (bug#74090)Stephen Berman
2024-05-25Avoid rare errors in dabbrev.elEli Zaretskii
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-07Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier
2022-05-13Fix dabbrev expansion after recent file-name buffer additionLars Ingebrigtsen
2022-05-10Make dabbrev use the buffer's file name as a source for completionsLars Ingebrigtsen
2022-05-07(dabbrev-completion): Fix bug#45768Stefan Monnier
2022-05-07Remove tar-mode dabbrev-ignored-buffer-modesLars Ingebrigtsen
2022-05-07Allow dabbrev to ignore binary buffersLars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-09Prefer setq-local in most filesStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-10Fix dabbrev-completion (bug#17899)Alan Third
2019-05-26Update author/maintainer infoPaul Eggert
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-22Avoid backslash-newline-newline in source codePaul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-09-11Fix incorrect spelling of dabbrev-ignored-buffer-regexps in docstrings.Filipp Gunbin
2018-06-19Unbreak dabbrevDaniel Colascione
2018-06-17Add new macro dolist-with-progress-reporterTino Calancha
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-06-05; Update some more Maintainer: header commentsGlenn Morris
2017-03-26Fix docstring of dabbrev-abbrev-char-regexpNoam Postavsky
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-07Improve documentation of dabbrevsEli Zaretskii
2016-03-02Use the correct dabbrev expansionAlan Third
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-17Backslash cleanup in Elisp source filesPaul Eggert
2015-08-24Prefer directed to neutral quotesPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-28Every defcustom should specify its typeGlenn Morris
2013-08-05Do not call to `selected-window' where it is assumed by default.Dmitry Antipov
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-05-11* lisp/dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.Stefan Monnier
2012-05-04Add new error and function `user-error'.Stefan Monnier