aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-08-10 17:59:34 -0700
committerGlenn Morris2014-08-10 17:59:34 -0700
commitc7367d2de3343e56171c4fe6d439a3ed5f40d06c (patch)
tree54fe9166f6b4320d9518bbac11e2d575a9fda7c2 /lisp/ChangeLog
parent6b7d077506304f440d311fa7b29d210b7a3e121c (diff)
parentf314e84fce8b394da20aa1d69121c74fb34f9a1e (diff)
downloademacs-c7367d2de3343e56171c4fe6d439a3ed5f40d06c.tar.gz
emacs-c7367d2de3343e56171c4fe6d439a3ed5f40d06c.zip
Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog42
1 files changed, 40 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ab1fad7bc34..daf9f28d8fc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,41 @@
12014-08-11 Glenn Morris <rgm@gnu.org>
2
3 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
4 chose coding system for writing before backing up, since it causes
5 a more serious problem than the one it solves. (Closes Bug#18141,
6 reopens Bug#13522.)
7
82014-08-11 Martin Rudalics <rudalics@gmx.at>
9
10 * window.el (window-total-size): Make doc-string more self-contained.
11
12 * window.el (display-buffer-below-selected): Restore original
13 behavior if buffer is already displayed in the window below the
14 selected one (Bug#18181).
15
162014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
19 event (bug#18212).
20
212014-08-11 Eli Zaretskii <eliz@gnu.org>
22
23 * info.el (info): Doc fix.
24
252014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * info.el (Info-mode-map): Override a global down-mouse-2 binding
28 (bug#18212).
29
302014-08-11 Eli Zaretskii <eliz@gnu.org>
31
32 * simple.el (default-line-height): A floating-point value of
33 line-spacing means a fraction of the default frame font's height,
34 not of the font currently used by the 'default' face.
35 Truncate the pixel value, like the display engine does.
36 (window-screen-lines): Use window-inside-pixel-edges for
37 determining the window height in pixels. (Bug#18195)
38
12014-08-11 Grégoire Jadi <daimrod@gmail.com> 392014-08-11 Grégoire Jadi <daimrod@gmail.com>
2 40
3 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023) 41 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
@@ -462,8 +500,8 @@
462 (python-shell-output-filter): Fix comment typo. 500 (python-shell-output-filter): Fix comment typo.
463 501
464 Fix Python shell prompts detection for remote hosts. 502 Fix Python shell prompts detection for remote hosts.
465 * progmodes/python.el (python-shell-prompt-detect): Replace 503 * progmodes/python.el (python-shell-prompt-detect):
466 call-process with process-file and make it more robust. 504 Replace call-process with process-file and make it more robust.
467 505
468 Autodetect Python shell prompts. (Bug#17370) 506 Autodetect Python shell prompts. (Bug#17370)
469 * progmodes/python.el: 507 * progmodes/python.el: