summaryrefslogtreecommitdiff
path: root/src/cmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix problems found by clang 3.5.0Paul Eggert2015-10-021-1/+1
* | Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-1/+1
|/
* Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
* Fix documentation of forward-lineEli Zaretskii2015-05-231-3/+10
* * cmds.c (internal_self_insert): When we insert spaces forK. Handa2015-05-021-1/+1
* Collapse successive char deletions in the undo logStefan Monnier2015-04-131-25/+35
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-9/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Avoid unwanted point motion in Fline_beginning_position.Dmitry Antipov2014-10-151-6/+1
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-3/+1