diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a15295f4b4e..b71b55d8477 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2015-02-18 Kelly Dean <kelly@prtime.org> | 1 | 2015-02-18 Kelly Dean <kelly@prtime.org> |
| 2 | 2 | ||
| 3 | * register.el (jump-to-register): | ||
| 4 | * emacs-lisp/lisp.el (check-parens): | ||
| 5 | Push mark before goto-char so user doesn't lose his previous place. | ||
| 6 | |||
| 7 | 2015-02-18 Kelly Dean <kelly@prtime.org> | ||
| 8 | |||
| 3 | * rect.el (rectangle-mark-mode): | 9 | * rect.el (rectangle-mark-mode): |
| 4 | Suppress superfluous "Mark set" message from push-mark. | 10 | Suppress superfluous "Mark set" message from push-mark. |
| 5 | 11 | ||