| Commit message (Expand) | Author | Age | Files | Lines |
* | * cmds.c (internal_self_insert): When we insert spaces for | K. Handa | 2015-05-02 | 1 | -1/+1 |
* | Collapse successive char deletions in the undo log | Stefan Monnier | 2015-04-13 | 1 | -25/+35 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -9/+4 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Avoid unwanted point motion in Fline_beginning_position. | Dmitry Antipov | 2014-10-15 | 1 | -6/+1 |
* | Simplify and cleanup character conversion stuff. | Dmitry Antipov | 2014-06-23 | 1 | -3/+1 |
* | Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ru | Glenn Morris | 2014-06-01 | 1 | -2/+2 |
|\ |
|
| * | * src/cmds.c (Fself_insert_command): Allow zero repeat count. | Glenn Morris | 2014-05-30 | 1 | -2/+2 |
* | | On X, always make pointer visible when deleting frame (Bug#17609). | Dmitry Antipov | 2014-05-28 | 1 | -1/+1 |
|/ |
|
* | * binding.el: Add comment describing why C-d binds to `delete-char'. | Michal Nazarewicz | 2014-03-03 | 1 | -1/+2 |
* | Avoid "." at end of error diagnostics. | Paul Eggert | 2014-02-10 | 1 | -2/+1 |
* | * cmds.c (Fself_insert_command): Respect the width of EMACS_INT | Dmitry Antipov | 2014-02-10 | 1 | -1/+1 |
* | * cmds.c (Fself_insert_command): Output a clearer error message on negative r... | Lars Ingebrigtsen | 2014-02-08 | 1 | -1/+6 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * src/cmds.c (Fself_insert_command): Don't pass a non-integer to XINT. | Stefan Monnier | 2013-09-04 | 1 | -1/+1 |
* | Hook scanning and indentation functions to find_newline. This helps | Dmitry Antipov | 2013-08-29 | 1 | -12/+6 |
* | * src/cmds.c (forward_char, backward_char): Mention the optional argument. | Xue Fuqiao | 2013-08-13 | 1 | -0/+2 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Misc doc fixes. | Chong Yidong | 2012-09-22 | 1 | -0/+2 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+1 |
* | * cmds.c, coding.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -4/+4 |
* | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -1/+1 |
* | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 2012-08-13 | 1 | -1/+1 |
* | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 1 | -4/+3 |
* | Use INTERNAL_FIELD for symbols. | Dmitry Antipov | 2012-08-01 | 1 | -3/+5 |
* | * src/lisp.h (last_undo_boundary): Declare new var. | Stefan Monnier | 2012-07-18 | 1 | -1/+4 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
* | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | * cmds.c (internal_self_insert): Fix EMACS_INT type typo. | Paul Eggert | 2011-09-26 | 1 | -1/+1 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -76/+81 |
|/ |
|
* | Merge from trunk. | Paul Eggert | 2011-08-24 | 1 | -1/+2 |
|\ |
|
| * | * src/cmds.c (Fself_insert_command): Mention post-self-insert-hook. | Stefan Monnier | 2011-08-22 | 1 | -1/+2 |
* | | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -1/+1 |
|/ |
|
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -14/+5 |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -3/+3 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -2/+2 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -3/+3 |
* | src/*.c: Remove some additional unused parameters. | Juanma Barranquero | 2011-03-29 | 1 | -1/+1 |
* | Use Frun_hooks rather than calling Vrun_hooks manually | Julien Danjou | 2011-03-23 | 1 | -1/+1 |
* | * cmds.c (internal_self_insert): Rename local to avoid shadowing. | Paul Eggert | 2011-03-15 | 1 | -3/+3 |
* | current_column: Now returns EMACS_INT, fixing some iftc. | Paul Eggert | 2011-03-06 | 1 | -5/+8 |
* | * cmds.c (internal_self_insert): Reindent to match Emacs style. | Paul Eggert | 2011-03-06 | 1 | -16/+17 |
* | Hide implementation of `struct kboard' | Tom Tromey | 2011-02-16 | 1 | -1/+1 |
* | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -11/+11 |
* | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -11/+11 |
* | * insdel.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -4/+3 |
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -2/+2 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -2/+2 |