summaryrefslogtreecommitdiff
path: root/src/cmds.c
Commit message (Expand)AuthorAgeFilesLines
* (replace_range): Delete argument `markers`Stefan Monnier2025-03-061-1/+1
* (replace_range): Delete last arg, always the negation of the first boolStefan Monnier2025-02-181-1/+1
* Replace call[1-8] with callnStefan Kangas2025-01-191-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Fix electric-pair-mode when characters are bound to non-ASCII keysEli Zaretskii2024-06-151-8/+11
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-1/+2
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-07-311-1/+2
|\|
| * ; Improve documentation of 'last-command-event'Eli Zaretskii2023-07-221-1/+2
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-1/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-311-1/+1
* Merge from origin/emacs-27Glenn Morris2021-01-271-0/+1
|\
| * * src/cmds.c (Fforward_line): Doc fix. (Bug#46027)Eli Zaretskii2021-01-221-0/+1
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-041-21/+0
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Fix more single-byte accesses caused by bytepos/charpos confusionPip Cet2020-09-271-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-05-281-2/+2
|\|
| * Fix access to single-byte characters in buffer textEli Zaretskii2020-05-251-2/+2
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-1/+1
* | Fix integer overflow in internal_self_insertPaul Eggert2020-03-251-1/+4
* | Fix integer overflow in forward-pointPaul Eggert2020-03-251-10/+0
|/
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-091-2/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-1/+1
* forward-line now works with bignumsPaul Eggert2019-01-271-12/+20
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * src/cmds.c (Fself_insert_command): Get last-command-event via (new) arg.Stefan Monnier2018-11-171-7/+10
* | More macro renamings for bignumTom Tromey2018-08-071-18/+18
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-16/+16
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-131-3/+3
|\|
| * Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-3/+3
* | Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-041-2/+3
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Respect comment-auto-fill-only-commentsTom Tromey2017-08-051-4/+7
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Adjust match data before calling after-change-funsNoam Postavsky2016-07-221-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Externalize some symbols in undo-autoPhillip Lord2015-12-031-3/+3
* ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord2015-11-121-42/+14
|\
| * The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord2015-11-121-34/+7
* | Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0
* | Don't use XFASTINT on a negative numberAndreas Schwab2015-10-061-10/+11