aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmds.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-25Fix access to single-byte characters in buffer textEli Zaretskii1-2/+2
2020-04-17Prefer more inline functions in character.hPaul Eggert1-1/+1
2020-03-25Fix integer overflow in internal_self_insertPaul Eggert1-1/+4
2020-03-25Fix integer overflow in forward-pointPaul Eggert1-10/+0
2020-02-09Correct "different than" to "different from" where appropriateAlan Mackenzie1-2/+2
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert1-1/+1
2019-01-27forward-line now works with bignumsPaul Eggert1-12/+20
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-11-17* src/cmds.c (Fself_insert_command): Get last-command-event via (new) arg.Stefan Monnier1-7/+10
2018-08-07More macro renamings for bignumTom Tromey1-18/+18
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-16/+16
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-11-13Use alignas to fix GCALIGN-related bugsPaul Eggert1-3/+3
2017-11-04Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii1-2/+3
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-08-05Respect comment-auto-fill-only-commentsTom Tromey1-4/+7
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-07-22Adjust match data before calling after-change-funsNoam Postavsky1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-3/+3
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-12-03Externalize some symbols in undo-autoPhillip Lord1-3/+3
2015-11-12The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord1-34/+7
2015-10-20Include-file cleanup for src directoryPaul Eggert1-2/+0
2015-10-06Don't use XFASTINT on a negative numberAndreas Schwab1-10/+11
2015-10-02Fix problems found by clang 3.5.0Paul Eggert1-1/+1
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-1/+1
2015-05-31Remove unused DEFSYMsPaul Eggert1-1/+0
2015-05-23Fix documentation of forward-lineEli Zaretskii1-3/+10
2015-05-02* cmds.c (internal_self_insert): When we insert spaces forK. Handa1-1/+1
2015-04-13Collapse successive char deletions in the undo logStefan Monnier1-25/+35
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-9/+4
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-10-15Avoid unwanted point motion in Fline_beginning_position.Dmitry Antipov1-6/+1
2014-06-23Simplify and cleanup character conversion stuff.Dmitry Antipov1-3/+1
2014-05-30* src/cmds.c (Fself_insert_command): Allow zero repeat count.Glenn Morris1-2/+2
2014-05-28On X, always make pointer visible when deleting frame (Bug#17609).Dmitry Antipov1-1/+1
2014-03-03* binding.el: Add comment describing why C-d binds to `delete-char'.Michal Nazarewicz1-1/+2
2014-02-10Avoid "." at end of error diagnostics.Paul Eggert1-2/+1
2014-02-10* cmds.c (Fself_insert_command): Respect the width of EMACS_INTDmitry Antipov1-1/+1
2014-02-08* cmds.c (Fself_insert_command): Output a clearer error message on negative r...Lars Ingebrigtsen1-1/+6
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-09-04* src/cmds.c (Fself_insert_command): Don't pass a non-integer to XINT.Stefan Monnier1-1/+1
2013-08-29Hook scanning and indentation functions to find_newline. This helpsDmitry Antipov1-12/+6
2013-08-13* src/cmds.c (forward_char, backward_char): Mention the optional argument.Xue Fuqiao1-0/+2
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-09-22Misc doc fixes.Chong Yidong1-0/+2
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-08-27* cmds.c, coding.c: Use bool for booleans.Paul Eggert1-4/+4