summaryrefslogtreecommitdiff
path: root/src/cmds.c
Commit message (Expand)AuthorAge
* Replace calls to intern with a constant string with DEFSYMsPo Lu11 days
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Merge from origin/emacs-29Eli Zaretskii2023-07-31
|\|
| * ; Improve documentation of 'last-command-event'Eli Zaretskii2023-07-22
* | Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-17
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-31
* Merge from origin/emacs-27Glenn Morris2021-01-27
|\
| * * src/cmds.c (Fforward_line): Doc fix. (Bug#46027)Eli Zaretskii2021-01-22
| * Update copyright year to 2021Paul Eggert2021-01-01
* | * lisp/subr.el (global-map): Initialize inside declaration.Stefan Monnier2021-01-04
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Fix more single-byte accesses caused by bytepos/charpos confusionPip Cet2020-09-27
* | Merge from origin/emacs-27Glenn Morris2020-05-28
|\|
| * Fix access to single-byte characters in buffer textEli Zaretskii2020-05-25
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | Fix integer overflow in internal_self_insertPaul Eggert2020-03-25
* | Fix integer overflow in forward-pointPaul Eggert2020-03-25
|/
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-09
* Update copyright year to 2020Paul Eggert2020-01-01
* Widen modiff counts to avoid wraparoundPaul Eggert2019-01-31
* forward-line now works with bignumsPaul Eggert2019-01-27
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | * src/cmds.c (Fself_insert_command): Get last-command-event via (new) arg.Stefan Monnier2018-11-17
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Merge from origin/emacs-26Paul Eggert2017-11-13
|\|
| * Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-13
* | Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-04
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Respect comment-auto-fill-only-commentsTom Tromey2017-08-05
* Update copyright year to 2017Paul Eggert2016-12-31
* Adjust match data before calling after-change-funsNoam Postavsky2016-07-22
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Externalize some symbols in undo-autoPhillip Lord2015-12-03
* ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord2015-11-12
|\
| * The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord2015-11-12
* | Include-file cleanup for src directoryPaul Eggert2015-10-20
* | Don't use XFASTINT on a negative numberAndreas Schwab2015-10-06
* | Fix problems found by clang 3.5.0Paul Eggert2015-10-02
* | Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
|/
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Fix documentation of forward-lineEli Zaretskii2015-05-23
* * cmds.c (internal_self_insert): When we insert spaces forK. Handa2015-05-02