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