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
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
2014-05-28
On X, always make pointer visible when deleting frame (Bug#17609).
Dmitry Antipov
2014-03-03
* binding.el: Add comment describing why C-d binds to `delete-char'.
Michal Nazarewicz
2014-02-10
Avoid "." at end of error diagnostics.
Paul Eggert
2014-02-10
* cmds.c (Fself_insert_command): Respect the width of EMACS_INT
Dmitry Antipov
2014-02-08
* cmds.c (Fself_insert_command): Output a clearer error message on negative r...
Lars Ingebrigtsen
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-09-04
* src/cmds.c (Fself_insert_command): Don't pass a non-integer to XINT.
Stefan Monnier
2013-08-29
Hook scanning and indentation functions to find_newline. This helps
Dmitry Antipov
2013-08-13
* src/cmds.c (forward_char, backward_char): Mention the optional argument.
Xue Fuqiao
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-09-22
Misc doc fixes.
Chong Yidong
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-08-27
* cmds.c, coding.c: Use bool for booleans.
Paul Eggert
2012-08-17
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-13
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-08-07
Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
Dmitry Antipov
2012-08-01
Use INTERNAL_FIELD for symbols.
Dmitry Antipov
2012-07-18
* src/lisp.h (last_undo_boundary): Declare new var.
Stefan Monnier
2012-06-16
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-01-09
Merge from trunk.
Paul Eggert
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-09-26
* cmds.c (internal_self_insert): Fix EMACS_INT type typo.
Paul Eggert
2011-09-21
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-08-24
Merge from trunk.
Paul Eggert
2011-08-22
* src/cmds.c (Fself_insert_command): Mention post-self-insert-hook.
Stefan Monnier
2011-08-04
Adjust in response to jan.h.d's comments.
Paul Eggert
2011-06-24
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-04-13
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-10
Declare Lisp_Object Q* variables to be 'static' if not exproted.
Paul Eggert
2011-04-10
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-03-29
src/*.c: Remove some additional unused parameters.
Juanma Barranquero
2011-03-23
Use Frun_hooks rather than calling Vrun_hooks manually
Julien Danjou
2011-03-15
* cmds.c (internal_self_insert): Rename local to avoid shadowing.
Paul Eggert
2011-03-06
current_column: Now returns EMACS_INT, fixing some iftc.
Paul Eggert
[prev]
[next]