| Commit message (Expand) | Author | Age | Files | Lines |
* | Use alignas to fix GCALIGN-related bugs | Paul Eggert | 2017-11-13 | 1 | -3/+3 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Respect comment-auto-fill-only-comments | Tom Tromey | 2017-08-05 | 1 | -4/+7 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Adjust match data before calling after-change-funs | Noam Postavsky | 2016-07-22 | 1 | -1/+1 |
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -3/+3 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Externalize some symbols in undo-auto | Phillip Lord | 2015-12-03 | 1 | -3/+3 |
* | ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change' | Phillip Lord | 2015-11-12 | 1 | -42/+14 |
|\ |
|
| * | The heuristic that Emacs uses to add an `undo-boundary' has been | Phillip Lord | 2015-11-12 | 1 | -34/+7 |
* | | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -2/+0 |
* | | Don't use XFASTINT on a negative number | Andreas Schwab | 2015-10-06 | 1 | -10/+11 |
* | | Fix problems found by clang 3.5.0 | Paul Eggert | 2015-10-02 | 1 | -1/+1 |
* | | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -1/+1 |
|/ |
|
* | Remove unused DEFSYMs | Paul Eggert | 2015-05-31 | 1 | -1/+0 |
* | Fix documentation of forward-line | Eli Zaretskii | 2015-05-23 | 1 | -3/+10 |
* | * 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 |
|/ |
|