| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Bug#23207 | Michael Albinus | 2016-04-10 | 1 | -1/+10 |
| * | Merge from origin/emacs-25 | Paul Eggert | 2016-04-03 | 1 | -1/+1 |
| |\ | |||||
| | * | ; * src/keyboard.c (read_char): Fix typos in a comment. | Eli Zaretskii | 2016-04-03 | 1 | -1/+1 |
| * | | Merge from origin/emacs-25 | John Wiegley | 2016-04-02 | 1 | -4/+4 |
| |\ \ | |/ | |||||
| | * | Ignore non-nil. non-cons values of unread-command-events | Eli Zaretskii | 2016-03-26 | 1 | -4/+4 |
| * | | - | Paul Eggert | 2016-03-22 | 1 | -5/+6 |
| |\ \ | |/ | |||||
| | * | * src/keyboard.c (echo_keystrokes_p): Don't test cursor_in_echo_area | Stefan Monnier | 2016-03-14 | 1 | -5/+6 |
| * | | Merge from origin/emacs-25 | John Wiegley | 2016-03-11 | 1 | -4/+4 |
| |\ \ | |/ | |||||
| | * | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -4/+4 |
| * | | Merge from origin/emacs-25 | John Wiegley | 2016-03-03 | 1 | -10/+18 |
| |\ \ | |/ | |||||
| | * | * src/keyboard.c: Don't inadvertently set immediate_echo (bug#22581) | Stefan Monnier | 2016-02-24 | 1 | -10/+18 |
| * | | Merge from origin/emacs-25 | John Wiegley | 2016-03-03 | 1 | -4/+4 |
| |\ \ | |/ | |||||
| | * | Further improve doc string of 'disable-point-adjustment' | Eli Zaretskii | 2016-02-23 | 1 | -4/+4 |
| * | | Merge from origin/emacs-25 | John Wiegley | 2016-02-22 | 1 | -6/+6 |
| |\ \ | |/ | |||||
| | * | Fix documentation of 'global-disable-point-adjustment' | Eli Zaretskii | 2016-02-22 | 1 | -6/+6 |
| * | | Merge from origin/emacs-25 | John Wiegley | 2016-02-15 | 1 | -23/+27 |
| |\ \ | |/ | |||||
| | * | Fix regression with 'recent-keys' and keyboard macros | Eli Zaretskii | 2016-02-15 | 1 | -23/+27 |
| * | | Merge from origin/emacs-25 | John Wiegley | 2016-02-03 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | Fix (c & 040) typo in emergency escapes | Paul Eggert | 2016-01-31 | 1 | -2/+2 |
| * | | Mention context when resume from emergency escape | Paul Eggert | 2016-02-03 | 1 | -0/+3 |
| * | | - | Paul Eggert | 2016-01-30 | 1 | -5/+0 |
| |\ \ | |/ | |||||
| | * | Remove never-set var handle_user_signal_hook | Paul Eggert | 2016-01-26 | 1 | -5/+0 |
| * | | - | Paul Eggert | 2016-01-30 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | xwidgets style cleanup | Paul Eggert | 2016-01-22 | 1 | -2/+2 |
| | * | Backport kqueue integration from master | Michael Albinus | 2016-01-22 | 1 | -2/+2 |
| * | | - | Paul Eggert | 2016-01-30 | 1 | -0/+18 |
| |\ \ | |/ | |||||
| | * | Support for the new Xwidget feature. | Joakim Verona | 2016-01-19 | 1 | -0/+19 |
| | * | Avoid stdio in SIGINT handler | Paul Eggert | 2016-01-03 | 1 | -26/+47 |
| * | | Avoid stdio in SIGINT handler | Paul Eggert | 2016-01-18 | 1 | -26/+47 |
| * | | Move variables to inner loop, preparing for Mac port merge | YAMAMOTO Mitsuharu | 2016-01-18 | 1 | -3/+4 |
| * | | Merge from origin/emacs-25 | John Wiegley | 2016-01-11 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | * | Move variables to inner loop, preparing for Mac port merge | YAMAMOTO Mitsuharu | 2015-12-31 | 1 | -3/+4 |
| * | | Merge from origin/emacs-25 | John Wiegley | 2016-01-11 | 1 | -0/+5 |
| |\ \ | |/ | |||||
| | * | Add handle_user_signal_hook | YAMAMOTO Mitsuharu | 2015-12-31 | 1 | -0/+5 |
| * | | Let users disable unsafe signal handling code | Daniel Colascione | 2016-01-04 | 1 | -0/+19 |
| * | | Merge emacs-25 into master (using imerge) | John Wiegley | 2015-12-29 | 1 | -10/+12 |
| |\ \ | |/ | |||||
| | * | Port undo fixes to -fno-common | Paul Eggert | 2015-12-20 | 1 | -1/+2 |
| | * | Fix echo for "C-u" | Eli Zaretskii | 2015-12-12 | 1 | -8/+5 |
| | * | Fix 'this-command-keys' wrt prefix argument | Eli Zaretskii | 2015-12-11 | 1 | -5/+8 |
| | * | After delete, record point location in undo. | Phillip Lord | 2015-11-26 | 1 | -1/+6 |
| | * | Fix kbd_buffer iteration loop in readable_events | Ken Raeburn | 2015-11-24 | 1 | -7/+3 |
| | * | src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post". | Alan Mackenzie | 2015-11-19 | 1 | -1/+1 |
| * | | Work on kqueue | Michael Albinus | 2015-11-25 | 1 | -2/+2 |
| |/ | |||||
| * | ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change' | Phillip Lord | 2015-11-12 | 1 | -10/+6 |
| |\ | |||||
| | * | The heuristic that Emacs uses to add an `undo-boundary' has been | Phillip Lord | 2015-11-12 | 1 | -11/+6 |
| * | | * src/keyboard.c (post-command-hook): Shorten docstring | Artur Malabarba | 2015-10-26 | 1 | -7/+3 |
| * | | * src/keyboard.c (post-command-hook): Extend the docstring | Artur Malabarba | 2015-10-25 | 1 | -2/+14 |
| * | | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -3/+1 |
| * | | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -2/+2 |