summaryrefslogtreecommitdiff
path: root/src/cmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-011-2/+2
|\
| * * src/cmds.c (Fself_insert_command): Allow zero repeat count.Glenn Morris2014-05-301-2/+2
* | On X, always make pointer visible when deleting frame (Bug#17609).Dmitry Antipov2014-05-281-1/+1
|/
* * binding.el: Add comment describing why C-d binds to `delete-char'.Michal Nazarewicz2014-03-031-1/+2
* Avoid "." at end of error diagnostics.Paul Eggert2014-02-101-2/+1
* * cmds.c (Fself_insert_command): Respect the width of EMACS_INTDmitry Antipov2014-02-101-1/+1
* * cmds.c (Fself_insert_command): Output a clearer error message on negative r...Lars Ingebrigtsen2014-02-081-1/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * src/cmds.c (Fself_insert_command): Don't pass a non-integer to XINT.Stefan Monnier2013-09-041-1/+1
* Hook scanning and indentation functions to find_newline. This helpsDmitry Antipov2013-08-291-12/+6
* * src/cmds.c (forward_char, backward_char): Mention the optional argument.Xue Fuqiao2013-08-131-0/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Misc doc fixes.Chong Yidong2012-09-221-0/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* * cmds.c, coding.c: Use bool for booleans.Paul Eggert2012-08-271-4/+4
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-1/+1
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-1/+1