summaryrefslogtreecommitdiff
path: root/src/cmds.c
AgeCommit message (Expand)Author
2011-03-06* cmds.c (internal_self_insert): Reindent to match Emacs style.Paul Eggert
2011-02-16Hide implementation of `struct kboard'Tom Tromey
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-06* insdel.c: conform to C89 pointer rulesPaul Eggert
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-11* src/cmds.c (Fself_insert_command): Don't call XFASTINT without checkingStefan Monnier
2010-10-26cmds.c: (internal_self_insert): Don't insert for negative arguments.Eli Zaretskii
2010-10-26Fix bug #7281.Eli Zaretskii
2010-10-19Decouple C-d and delete, so that the former does not delete the region.Chong Yidong
2010-09-24Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.Eli Zaretskii
2010-09-23Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.Lars Magne Ingebrigtsen
2010-09-14src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.Juanma Barranquero
2010-09-01* lisp/simple.el (blink-paren-function): Move from C to here.Stefan Monnier
2010-08-19New post-self-insert-hook.Stefan Monnier
2010-08-08Make some doc strings bidi-friendly.Eli Zaretskii
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu
2010-07-24Make internal_self_insert staticAndreas Schwab
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-06-27* bindings.el (global-map): Bind delete and DEL, the former toChong Yidong
2010-06-07* cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.Juanma Barranquero
2010-05-24Merge from emacs-23Stefan Monnier
2010-05-24* emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Stefan Monnier
2010-05-15Implement bidi-sensitive movement with arrow keys.Eli Zaretskii
2010-03-31Get rid of the direct_output optimizations.Stefan Monnier
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-12-09* cmds.c: Include "frame.h".Andreas Schwab
2009-11-21* xterm.c (x_new_font):Dan Nicolaescu
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-10-18Remove leftover table unibyte_to_multibyte_table.Stefan Monnier
2009-10-18(internal_self_insert): `c' is already in "multibyte" form.Stefan Monnier
2009-08-27(Fself_insert_command): Avoid unnecessay unibyte->multibyteKenichi Handa
2009-08-12* cmds.c (nonundocount): New global variable.Stefan Monnier
2009-07-13(internal_self_insert): Check sym by SYMBOLP beforeKenichi Handa
2009-01-09Update for last_command_char rename.Glenn Morris
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-02(Fforward_char, Fbackward_char, Fforward_line)Chong Yidong
2008-01-09Merge from emacs--devo--0Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-27Merge from emacs--devo--0Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-26Merge from emacs--devo--0Miles Bader