diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3955784c03b..3622b1563ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-11-25 Sebastian Wiesner (lunaryorn@gmail.com) | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): | ||
| 4 | Mark as obsolete and replace it with a symbol property. | ||
| 5 | (byte-compile-form): Use new 'interactive-only property. | ||
| 6 | * comint.el, files.el, replace.el, simple.el: | ||
| 7 | Apply new 'interactive-only properly. | ||
| 8 | |||
| 1 | 2013-11-25 Martin Rudalics <rudalics@gmx.at> | 9 | 2013-11-25 Martin Rudalics <rudalics@gmx.at> |
| 2 | 10 | ||
| 3 | * window.el (display-buffer-at-bottom): Make sure that | 11 | * window.el (display-buffer-at-bottom): Make sure that |