diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 776925f28b4..054bef5697d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal) | ||
| 4 | (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal | ||
| 5 | is suspended (bug#17857). | ||
| 6 | |||
| 1 | 2014-07-01 Michael Albinus <michael.albinus@gmx.de> | 7 | 2014-07-01 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): | 9 | * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): |
| @@ -40,8 +46,7 @@ | |||
| 40 | Don't call c-parse-state when c++-template-syntax-table is active. | 46 | Don't call c-parse-state when c++-template-syntax-table is active. |
| 41 | * progmodes/cc-engine.el (c-guess-continued-construct CASE G) | 47 | * progmodes/cc-engine.el (c-guess-continued-construct CASE G) |
| 42 | (c-guess-basic-syntax CASE 5D.3): Rearrange so that | 48 | (c-guess-basic-syntax CASE 5D.3): Rearrange so that |
| 43 | c-syntactic-skip-backwards isn't called with the pertinent syntax | 49 | c-syntactic-skip-backwards isn't called with the pertinent syntax table. |
| 44 | table. | ||
| 45 | 50 | ||
| 46 | 2014-06-28 Stephen Berman <stephen.berman@gmx.net> | 51 | 2014-06-28 Stephen Berman <stephen.berman@gmx.net> |
| 47 | 52 | ||