summaryrefslogtreecommitdiff
path: root/src/cmds.c
Commit message (Expand)AuthorAge
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Merge from trunk.Paul Eggert2011-08-24
|\
| * * src/cmds.c (Fself_insert_command): Mention post-self-insert-hook.Stefan Monnier2011-08-22
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-04
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* src/*.c: Remove some additional unused parameters.Juanma Barranquero2011-03-29
* Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-23
* * cmds.c (internal_self_insert): Rename local to avoid shadowing.Paul Eggert2011-03-15
* current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert2011-03-06
* * cmds.c (internal_self_insert): Reindent to match Emacs style.Paul Eggert2011-03-06
* Hide implementation of `struct kboard'Tom Tromey2011-02-16
* Change B_ to BVARTom Tromey2011-02-16
* Hide implementation of `struct buffer'Tom Tromey2011-02-14
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-06
* Refill some long/short copyright headers.Glenn Morris2011-01-26
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | * src/cmds.c (Fself_insert_command): Don't call XFASTINT without checkingStefan Monnier2010-11-11
* | cmds.c: (internal_self_insert): Don't insert for negative arguments.Eli Zaretskii2010-10-26
* | Fix bug #7281.Eli Zaretskii2010-10-26
* | Decouple C-d and delete, so that the former does not delete the region.Chong Yidong2010-10-19
* | Fix int/EMACS_INT use in ccl.c, cmds.c, data.c, dispnew.c.Eli Zaretskii2010-09-24
* | Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.Lars Magne Ingebrigtsen2010-09-23
* | src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.Juanma Barranquero2010-09-14
* | * lisp/simple.el (blink-paren-function): Move from C to here.Stefan Monnier2010-09-01
* | New post-self-insert-hook.Stefan Monnier2010-08-19
* | Make some doc strings bidi-friendly.Eli Zaretskii2010-08-08
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-28
* | Make internal_self_insert staticAndreas Schwab2010-07-24
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-08
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
* | * bindings.el (global-map): Bind delete and DEL, the former toChong Yidong2010-06-27
* | * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.Juanma Barranquero2010-06-07
* | Merge from emacs-23Stefan Monnier2010-05-24
|\|
| * * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Stefan Monnier2010-05-24
* | Implement bidi-sensitive movement with arrow keys.Eli Zaretskii2010-05-15
* | Get rid of the direct_output optimizations.Stefan Monnier2010-03-31
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * cmds.c: Include "frame.h".Andreas Schwab2009-12-09
* * xterm.c (x_new_font):Dan Nicolaescu2009-11-21
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-06
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-18
* (internal_self_insert): `c' is already in "multibyte" form.Stefan Monnier2009-10-18