aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan-W. Hahn2014-03-19 15:12:50 -0400
committerStefan Monnier2014-03-19 15:12:50 -0400
commit6a72e405532b56406306cda56b4e2ef0807e2760 (patch)
tree20f050eb6778e0759715ed3b6913faad01276bef /lisp/ChangeLog
parent722493d794101ebabceb63bac72d94c4cae6e965 (diff)
downloademacs-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/ChangeLog6
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 @@
12014-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
12014-03-19 Juanma Barranquero <lekktu@gmail.com> 72014-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):