aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-03-03 14:37:43 -0800
committerPaul Eggert2015-03-03 14:37:43 -0800
commite2ae1c5a40e2802fcd9f5ee26b4906be97c8b878 (patch)
treeb2d56b00e2ae8ba90167ede434561d4a3b1f273d /lisp/ChangeLog
parentd8462361f2d087d6f7c745305c61a266843ee19c (diff)
parent4b0b27d0018f040bda6a2ec885fa54c666d9c083 (diff)
downloademacs-e2ae1c5a40e2802fcd9f5ee26b4906be97c8b878.tar.gz
emacs-e2ae1c5a40e2802fcd9f5ee26b4906be97c8b878.zip
Merge from origin/emacs-24
4b0b27d Fix invocation of commands whose file name includes extension 87fc99f Better support for the case of typing RET on the prompt in comint. a7b1c2f Don't lose frame's background color when setting foreground 20c817d Fix handling of frame color parameters in TTY sessions eca7da1 Complete the remaining documentation updates for 24.5 Conflicts: doc/lispref/ChangeLog etc/NEWS lisp/ChangeLog nt/ChangeLog src/ChangeLog
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cd042da8e92..69ccbfaa507 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,30 @@
12015-03-03 Juri Linkov <juri@linkov.net> 12015-03-03 Juri Linkov <juri@linkov.net>
2 2
3 Better support for the case of typing RET on the prompt in comint.
4
5 * comint.el (comint-get-old-input-default): Go to the field end
6 when comint-use-prompt-regexp is nil.
7 (comint-line-beginning-position): Check if point is already
8 on the prompt before searching for the prompt when
9 comint-use-prompt-regexp is non-nil. (Bug#19710)
10
112015-03-03 Eli Zaretskii <eliz@gnu.org>
12
13 * frame.el (frame-notice-user-settings): Refresh the value of
14 frame parameters after calling tty-handle-reverse-video. Call
15 face-set-after-frame-default with the actual parameters, to avoid
16 resetting colors back to unspecified.
17 (set-background-color, set-foreground-color): Pass the foreground
18 and background colors to face-set-after-frame-default. (Bug#19802)
19
202015-03-03 Wolfgang Jenkner <wjenkner@inode.at>
21
22 * net/network-stream.el (network-stream-open-tls): Respect the
23 :end-of-capability setting.
24
252015-03-03 Juri Linkov <juri@linkov.net>
262015-03-03 Juri Linkov <juri@linkov.net>
27
3 Revert the previous change of comint-line-beginning-position callers, 28 Revert the previous change of comint-line-beginning-position callers,
4 and modify comint-line-beginning-position instead. 29 and modify comint-line-beginning-position instead.
5 30