index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmds.c
Age
Commit message (
Expand
)
Author
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-07-31
Adjust how `replace-match' runs modification hooks
Lars Ingebrigtsen
2021-01-27
Merge from origin/emacs-27
Glenn 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-01
Update copyright year to 2021
Paul Eggert
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-09-27
Fix more single-byte accesses caused by bytepos/charpos confusion
Pip Cet
2020-05-28
Merge from origin/emacs-27
Glenn Morris
2020-05-25
Fix access to single-byte characters in buffer text
Eli Zaretskii
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-03-25
Fix integer overflow in internal_self_insert
Paul Eggert
2020-03-25
Fix integer overflow in forward-point
Paul Eggert
2020-02-09
Correct "different than" to "different from" where appropriate
Alan Mackenzie
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-01-31
Widen modiff counts to avoid wraparound
Paul Eggert
2019-01-27
forward-line now works with bignums
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-11-17
* src/cmds.c (Fself_insert_command): Get last-command-event via (new) arg.
Stefan Monnier
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-01-01
Merge from origin/emacs-26
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-11-13
Merge from origin/emacs-26
Paul Eggert
2017-11-13
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-11-04
Allow 'make-string' callers force creation of multibyte strings
Eli Zaretskii
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-08-05
Respect comment-auto-fill-only-comments
Tom Tromey
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-07-22
Adjust match data before calling after-change-funs
Noam Postavsky
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-12-03
Externalize some symbols in undo-auto
Phillip Lord
2015-11-12
; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'
Phillip Lord
2015-11-12
The heuristic that Emacs uses to add an `undo-boundary' has been
Phillip Lord
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-10-06
Don't use XFASTINT on a negative number
Andreas Schwab
2015-10-02
Fix problems found by clang 3.5.0
Paul Eggert
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-05-31
Remove unused DEFSYMs
Paul Eggert
2015-05-23
Fix documentation of forward-line
Eli Zaretskii
2015-05-02
* cmds.c (internal_self_insert): When we insert spaces for
K. Handa
2015-04-13
Collapse successive char deletions in the undo log
Stefan Monnier
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-10-15
Avoid unwanted point motion in Fline_beginning_position.
Dmitry Antipov
2014-06-23
Simplify and cleanup character conversion stuff.
Dmitry Antipov
2014-06-01
Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ru
Glenn Morris
2014-05-30
* src/cmds.c (Fself_insert_command): Allow zero repeat count.
Glenn Morris
[next]