diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f83dbdd344a..38651d42596 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,38 @@ | |||
| 1 | 2011-09-30 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * startup.el (command-line-1): Fix last fix by inserting | ||
| 4 | initial-scratch-message into *scratch* before displaying it. | ||
| 5 | (Bug#9605) and (Bug#9636) | ||
| 6 | |||
| 7 | 2011-09-29 Eli Zaretskii <eliz@gnu.org> | ||
| 8 | |||
| 9 | * simple.el (line-move): If auto-hscroll-mode is disabled and the | ||
| 10 | window is hscrolled, move by logical lines. (Bug#9607) | ||
| 11 | (line-move-visual): Update the doc string to the above effect. | ||
| 12 | |||
| 13 | 2011-09-29 Martin Rudalics <rudalics@gmx.at> | ||
| 14 | |||
| 15 | * window.el (display-buffer-record-window): When WINDOW is the | ||
| 16 | selected window use `point' instead of `window-point'. (Bug#9626) | ||
| 17 | |||
| 18 | * startup.el (command-line-1): Use insert-before-markers when | ||
| 19 | inserting initial-scratch-message. (Bug#9605) | ||
| 20 | |||
| 21 | * help.el (help-window): Remove variable. | ||
| 22 | |||
| 23 | 2011-09-29 Glenn Morris <rgm@gnu.org> | ||
| 24 | |||
| 25 | * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler. | ||
| 26 | |||
| 27 | 2011-09-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 28 | |||
| 29 | * descr-text.el (describe-char-categories): Accept category | ||
| 30 | descriptions more than one line long. | ||
| 31 | |||
| 1 | 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca> | 32 | 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 33 | ||
| 34 | * simple.el (delete-trailing-whitespace): Fix last change. | ||
| 35 | |||
| 3 | * progmodes/perl-mode.el (perl-syntax-propertize-function): | 36 | * progmodes/perl-mode.el (perl-syntax-propertize-function): |
| 4 | Don't confuse "y => 3" as the beginning of a `y' operation. | 37 | Don't confuse "y => 3" as the beginning of a `y' operation. |
| 5 | 38 | ||