aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmds.c
Commit message (Expand)AuthorAgeFilesLines
* src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.Juanma Barranquero2010-09-141-1/+1
* * lisp/simple.el (blink-paren-function): Move from C to here.Stefan Monnier2010-09-011-65/+40
* New post-self-insert-hook.Stefan Monnier2010-08-191-27/+14
* Make some doc strings bidi-friendly.Eli Zaretskii2010-08-081-3/+4
* Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-3/+0
* Make internal_self_insert staticAndreas Schwab2010-07-241-1/+3
* Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-16/+8
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-5/+3
* * bindings.el (global-map): Bind delete and DEL, the former toChong Yidong2010-06-271-59/+3
* * cmds.c (Fforward_char, Fbackward_char): Fix typos in docstrings.Juanma Barranquero2010-06-071-5/+5
* Merge from emacs-23Stefan Monnier2010-05-241-1/+3
|\
| * * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Stefan Monnier2010-05-241-1/+3
* | Implement bidi-sensitive movement with arrow keys.Eli Zaretskii2010-05-151-4/+12
* | Get rid of the direct_output optimizations.Stefan Monnier2010-03-311-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * cmds.c: Include "frame.h".Andreas Schwab2009-12-091-0/+1
* * xterm.c (x_new_font):Dan Nicolaescu2009-11-211-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-4/+4
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-1/+1
* (internal_self_insert): `c' is already in "multibyte" form.Stefan Monnier2009-10-181-2/+0
* (Fself_insert_command): Avoid unnecessay unibyte->multibyteKenichi Handa2009-08-271-8/+1
* * cmds.c (nonundocount): New global variable.Stefan Monnier2009-08-121-2/+34
* (internal_self_insert): Check sym by SYMBOLP beforeKenichi Handa2009-07-131-1/+1
* Update for last_command_char rename.Glenn Morris2009-01-091-2/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (Fforward_char, Fbackward_char, Fforward_line)Chong Yidong2008-04-021-5/+5
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merge from emacs--devo--0Miles Bader2006-07-191-4/+4
|\|
| * (Fforward_char, Fdelete_char): Use xsignal0.Kim F. Storm2006-07-181-4/+4
* | Revision: [email protected]/emacs--unicode--0--patch-15Miles Bader2006-02-141-1/+2
|\|
| * (internal_self_insert): Handle weird auto-fill-function.Richard M. Stallman2006-02-131-1/+2
* | Revision: [email protected]/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-9Miles Bader2006-02-011-11/+12
|\|
| * (Fbeginning_of_line, Fend_of_line): Clarify confusing doc string.Károly Lőrentey2006-01-261-9/+9
| * (Fbeginning_of_line, Fend_of_line): Clarify confusing doc string.Károly Lőrentey2006-01-261-11/+12
* | Revision: [email protected]/emacs--unicode--0--patch-78Miles Bader2005-08-261-2/+2
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
| * (Fend_of_line): Doc fix.Eli Zaretskii2004-02-161-1/+1
* | Sync to HEADKenichi Handa2004-04-161-1/+4
* | *** empty log message ***Kenichi Handa2003-09-081-7/+14
|\ \