summaryrefslogtreecommitdiff
path: root/src/cmds.c
AgeCommit message (Expand)Author
2015-11-12; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord
2015-11-12The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-06Don't use XFASTINT on a negative numberAndreas Schwab
2015-10-02Fix problems found by clang 3.5.0Paul Eggert
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-05-23Fix documentation of forward-lineEli Zaretskii
2015-05-02* cmds.c (internal_self_insert): When we insert spaces forK. Handa
2015-04-13Collapse successive char deletions in the undo logStefan Monnier
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-10-15Avoid unwanted point motion in Fline_beginning_position.Dmitry Antipov
2014-06-23Simplify and cleanup character conversion stuff.Dmitry Antipov
2014-06-01Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris
2014-05-30* src/cmds.c (Fself_insert_command): Allow zero repeat count.Glenn Morris
2014-05-28On 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-10Avoid "." at end of error diagnostics.Paul Eggert
2014-02-10* cmds.c (Fself_insert_command): Respect the width of EMACS_INTDmitry Antipov
2014-02-08* cmds.c (Fself_insert_command): Output a clearer error message on negative r...Lars Ingebrigtsen
2014-01-01Update 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-29Hook scanning and indentation functions to find_newline. This helpsDmitry Antipov
2013-08-13* src/cmds.c (forward_char, backward_char): Mention the optional argument.Xue Fuqiao
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-22Misc doc fixes.Chong Yidong
2012-09-15Port 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-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov
2012-08-07Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov
2012-08-01Use 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-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn 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-24Merge from trunk.Paul Eggert
2011-08-22* src/cmds.c (Fself_insert_command): Mention post-self-insert-hook.Stefan Monnier
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-03-29src/*.c: Remove some additional unused parameters.Juanma Barranquero
2011-03-23Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou
2011-03-15* cmds.c (internal_self_insert): Rename local to avoid shadowing.Paul Eggert
2011-03-06current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert