summaryrefslogtreecommitdiff
path: root/src/cmds.c
AgeCommit message (Expand)Author
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
2015-11-12; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord
2015-11-12The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-06Don't use XFASTINT on a negative numberAndreas Schwab
2015-10-02Fix problems found by clang 3.5.0Paul Eggert
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-05-23Fix documentation of forward-lineEli Zaretskii
2015-05-02* cmds.c (internal_self_insert): When we insert spaces forK. Handa
2015-04-13Collapse successive char deletions in the undo logStefan Monnier
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-10-15Avoid unwanted point motion in Fline_beginning_position.Dmitry Antipov
2014-06-23Simplify and cleanup character conversion stuff.Dmitry Antipov
2014-06-01Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris
2014-05-30* src/cmds.c (Fself_insert_command): Allow zero repeat count.Glenn Morris