diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14948d41f7a..8c52d626c02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net> | ||
| 2 | |||
| 3 | * textmodes/picture.el: Make motion commands obey shift-select-mode. | ||
| 4 | (picture-newline): Use forward-line so as to ignore fields. | ||
| 5 | |||
| 1 | 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * subr.el (with-wrapper-hook): Fix edebug spec. | 8 | * subr.el (with-wrapper-hook): Fix edebug spec. |
| @@ -9,8 +14,8 @@ | |||
| 9 | 14 | ||
| 10 | 2011-09-23 Michael Albinus <michael.albinus@gmx.de> | 15 | 2011-09-23 Michael Albinus <michael.albinus@gmx.de> |
| 11 | 16 | ||
| 12 | * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions): Fix | 17 | * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions): |
| 13 | nasty bug using wrong cached values. | 18 | Fix nasty bug using wrong cached values. |
| 14 | 19 | ||
| 15 | 2011-09-23 Alan Mackenzie <acm@muc.de> | 20 | 2011-09-23 Alan Mackenzie <acm@muc.de> |
| 16 | 21 | ||
| @@ -75,8 +80,8 @@ | |||
| 75 | 80 | ||
| 76 | 2011-09-21 Martin Rudalics <rudalics@gmx.at> | 81 | 2011-09-21 Martin Rudalics <rudalics@gmx.at> |
| 77 | 82 | ||
| 78 | * window.el (set-window-buffer-start-and-point): Call | 83 | * window.el (set-window-buffer-start-and-point): |
| 79 | set-window-start with NOFORCE argument t. Suggested by Thierry | 84 | Call set-window-start with NOFORCE argument t. Suggested by Thierry |
| 80 | Volpiatto <thierry.volpiatto@gmail.com>. | 85 | Volpiatto <thierry.volpiatto@gmail.com>. |
| 81 | (quit-window): Reword doc-string. Handle new format of | 86 | (quit-window): Reword doc-string. Handle new format of |
| 82 | quit-restore parameter. Don't delete window if it has a | 87 | quit-restore parameter. Don't delete window if it has a |