summaryrefslogtreecommitdiff
path: root/lisp/strokes.el
AgeCommit message (Expand)Author
2023-08-31strokes: Support running a function when no stroke matchesLiu Hui
2023-08-25; * lisp/strokes.el: Delete commented out XEmacs compat code.Stefan Kangas
2023-04-07Remove useless unwind-protect forms, or make them useful as intendedMattias Engdegård
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-01; Fix typos (don't abbreviate "with" or "without")Stefan Kangas
2022-09-13Prefer defvar-keymap in several casesStefan Kangas
2022-09-09Delete many items obsolete since 24.3Stefan Kangas
2022-07-08Remove many items obsolete since 24.1Stefan Kangas
2022-07-05Make some defcustom types more restrictiveStefan Kangas
2022-05-20Rename compare-window-configurations and update docLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-07Remove XEmacs compat code from strokes.elStefan Kangas
2021-09-16Docfix: use command substitution for 'universal-argument'Stefan Kangas
2021-04-22* lisp/strokes.el: Doc fix; update URL.Stefan Kangas
2021-04-12* lisp/strokes.el (strokes-mode): Fix typo in previous.Glenn Morris
2021-04-11* lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier
2021-03-31* lisp/strokes.el: Use lexical-binding. Remove redundant `:group` argsStefan Monnier
2021-01-15Make libraries works with xterm-mouse-mode.Jared Finder
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-09Prefer setq-local in most filesStefan Kangas
2020-11-14Don't quote lambdas in several placesStefan Kangas
2020-10-02Merge from origin/emacs-27Glenn Morris
2020-10-02; Fix many typos in symbols in docs and commentsStefan Kangas
2020-04-16Fix comparing command names in strokes.el (bug#40600)Masahiro Nakamura
2020-01-16Make more load-hooks obsoleteGlenn Morris
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-13Use quit-window in some functionsAndreas Politz
2019-08-06Add conditional operator xor to subr.elMattias Engdegård
2019-05-26Update author/maintainer infoPaul Eggert
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul 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-07-01Optionally add argument description in minor mode DOC (bug#10754)John Shahid
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-24Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie
2016-01-01Update copyright year to 2016Paul Eggert
2015-08-26Top-level elisp files respect ‘text-quoting-style’Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-03-04lisp/strokes.el: Fix typos.Juanma Barranquero
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-26Doc, comment, etc updates for increased use of locate-user-emacs-fileGlenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-03-11Use locate-user-emacs-file.Stefan Monnier
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-10-06Aliases to defcustoms must come before the defcustom.Glenn Morris
2012-09-17Update docstrings and comments to use "init file" terminology.Chong Yidong