aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmds.c
Commit message (Expand)AuthorAgeFilesLines
* function splitBT Templeton2015-04-191-3/+3
* use guile-snarf for subr definitionBT Templeton2015-04-181-10/+2
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-3/+1
* Merge from emacs-24; up to 2014-05-29T17:16:[email protected]Glenn Morris2014-06-011-2/+2
|\
| * * src/cmds.c (Fself_insert_command): Allow zero repeat count.Glenn Morris2014-05-301-2/+2
* | On X, always make pointer visible when deleting frame (Bug#17609).Dmitry Antipov2014-05-281-1/+1
|/
* * binding.el: Add comment describing why C-d binds to `delete-char'.Michal Nazarewicz2014-03-031-1/+2
* Avoid "." at end of error diagnostics.Paul Eggert2014-02-101-2/+1
* * cmds.c (Fself_insert_command): Respect the width of EMACS_INTDmitry Antipov2014-02-101-1/+1
* * cmds.c (Fself_insert_command): Output a clearer error message on negative r...Lars Ingebrigtsen2014-02-081-1/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * src/cmds.c (Fself_insert_command): Don't pass a non-integer to XINT.Stefan Monnier2013-09-041-1/+1
* Hook scanning and indentation functions to find_newline. This helpsDmitry Antipov2013-08-291-12/+6
* * src/cmds.c (forward_char, backward_char): Mention the optional argument.Xue Fuqiao2013-08-131-0/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Misc doc fixes.Chong Yidong2012-09-221-0/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* * cmds.c, coding.c: Use bool for booleans.Paul Eggert2012-08-271-4/+4
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-1/+1
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-1/+1
* Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.Dmitry Antipov2012-08-071-4/+3
* Use INTERNAL_FIELD for symbols.Dmitry Antipov2012-08-011-3/+5
* * src/lisp.h (last_undo_boundary): Declare new var.Stefan Monnier2012-07-181-1/+4
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * cmds.c (internal_self_insert): Fix EMACS_INT type typo.Paul Eggert2011-09-261-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-76/+81
|/
* Merge from trunk.Paul Eggert2011-08-241-1/+2
|\
| * * src/cmds.c (Fself_insert_command): Mention post-self-insert-hook.Stefan Monnier2011-08-221-1/+2
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-1/+1
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-14/+5
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-3/+3
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+2
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-3/+3
* src/*.c: Remove some additional unused parameters.Juanma Barranquero2011-03-291-1/+1
* Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-1/+1
* * cmds.c (internal_self_insert): Rename local to avoid shadowing.Paul Eggert2011-03-151-3/+3
* current_column: Now returns EMACS_INT, fixing some iftc.Paul Eggert2011-03-061-5/+8
* * cmds.c (internal_self_insert): Reindent to match Emacs style.Paul Eggert2011-03-061-16/+17
* Hide implementation of `struct kboard'Tom Tromey2011-02-161-1/+1
* Change B_ to BVARTom Tromey2011-02-161-11/+11
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-11/+11
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-061-4/+3
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-2/+2
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1