diff options
| author | Stefan-W. Hahn | 2014-03-19 15:12:50 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-03-19 15:12:50 -0400 |
| commit | 6a72e405532b56406306cda56b4e2ef0807e2760 (patch) | |
| tree | 20f050eb6778e0759715ed3b6913faad01276bef /lisp/ChangeLog | |
| parent | 722493d794101ebabceb63bac72d94c4cae6e965 (diff) | |
| download | emacs-6a72e405532b56406306cda56b4e2ef0807e2760.tar.gz emacs-6a72e405532b56406306cda56b4e2ef0807e2760.zip | |
* lisp/ps-print.el (ps-generate-postscript-with-faces):
Explicitly deactivate the mark.
* lisp/simple.el (deactivate-mark): Update region highlight.
Fixes: debbugs:16866
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 50afbc2002d..4e75e88c68e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> | ||
| 2 | |||
| 3 | * ps-print.el (ps-generate-postscript-with-faces): | ||
| 4 | Explicitly deactivate the mark (bug#16866). | ||
| 5 | * simple.el (deactivate-mark): Update region highlight. | ||
| 6 | |||
| 1 | 2014-03-19 Juanma Barranquero <lekktu@gmail.com> | 7 | 2014-03-19 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * emacs-lisp/package.el (describe-package-1): | 9 | * emacs-lisp/package.el (describe-package-1): |