summaryrefslogtreecommitdiff
path: root/src/cmds.c
AgeCommit message (Expand)Author
2026-05-26Fix self-insert-command in multibyte buffers (bug#81129)Pip Cet
2026-05-24Avoid crash in self-insert-command with non-ASCII auto-fillPip Cet
2026-05-24Avoid crash in self-insert-command for peculiar argumentsPip Cet
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-03-06(replace_range): Delete argument `markers`Stefan Monnier
2025-02-18(replace_range): Delete last arg, always the negation of the first boolStefan Monnier
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-06-15Fix electric-pair-mode when characters are bound to non-ASCII keysEli Zaretskii
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-31Merge from origin/emacs-29Eli Zaretskii
2023-07-22; Improve documentation of 'last-command-event'Eli Zaretskii
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-07-31Adjust how `replace-match' runs modification hooksLars Ingebrigtsen
2021-01-27Merge from origin/emacs-27Glenn Morris
2021-01-22* src/cmds.c (Fforward_line): Doc fix. (Bug#46027)Eli Zaretskii
2021-01-04* lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-09-27Fix more single-byte accesses caused by bytepos/charpos confusionPip Cet
2020-05-28Merge from origin/emacs-27Glenn Morris
2020-05-25Fix access to single-byte characters in buffer textEli Zaretskii
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-03-25Fix integer overflow in internal_self_insertPaul Eggert
2020-03-25Fix integer overflow in forward-pointPaul Eggert
2020-02-09Correct "different than" to "different from" where appropriateAlan Mackenzie
2020-01-01Update copyright year to 2020Paul Eggert
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert
2019-01-27forward-line now works with bignumsPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-17* src/cmds.c (Fself_insert_command): Get last-command-event via (new) arg.Stefan Monnier
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-13Merge from origin/emacs-26Paul Eggert
2017-11-13Use alignas to fix GCALIGN-related bugsPaul Eggert
2017-11-04Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-05Respect comment-auto-fill-only-commentsTom Tromey
2016-12-31Update copyright year to 2017Paul Eggert
2016-07-22Adjust match data before calling after-change-funsNoam Postavsky
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-03Externalize some symbols in undo-autoPhillip Lord