aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-10-18 21:25:17 +0200
committerJoakim Verona2011-10-18 21:25:17 +0200
commit3bb66ec6110273ae61230da585ca090650140dca (patch)
tree0261afb1bb220642cb313dc8b7f4b558d946ee12 /lisp/ChangeLog
parentf3a03521aceea440d66ae9c606c92b250d75d6db (diff)
parent87e478b3c1180f9e73396c2fa7c4db55da155489 (diff)
downloademacs-3bb66ec6110273ae61230da585ca090650140dca.tar.gz
emacs-3bb66ec6110273ae61230da585ca090650140dca.zip
upstream + xwidget-webkit-show-named-element
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog36
1 files changed, 34 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abae693d0c8..471b1219c19 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,35 @@
12011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
2
3 * dirtrack.el (dirtrack): Support shell buffers with path
4 prefixes, e.g. tramp-based remote shells. (Bug#9647)
5
62011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
7
8 * json.el: Bump version to 1.3 and note change in History.
9 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
10
112011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * comint.el (comint-insert-input, comint-send-input)
14 (comint-get-old-input-default, comint-backward-matching-input)
15 (comint-next-prompt): Use nil instead of `input' for field property of
16 past user input (bug#114).
17
18 * minibuffer.el (completion--replace): Inherit surrounding properties
19 (bug#114).
20 (minibuffer-complete-and-exit): Use it.
21
22 * comint.el (comint--table-subvert): Quote the all-completions output
23 (bug#9160).
24
252011-10-17 Martin Rudalics <rudalics@gmx.at>
26
27 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
28
29 * menu-bar.el (menu-bar-file-menu): Add entry for making new
30 window on right of selected. (Bug#9350) Reword other window
31 entries and separate them from frame entries.
32
12011-10-15 Glenn Morris <rgm@gnu.org> 332011-10-15 Glenn Morris <rgm@gnu.org>
2 34
3 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests): 35 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
@@ -5,8 +37,8 @@
5 37
62011-10-15 Chong Yidong <cyd@stupidchicken.com> 382011-10-15 Chong Yidong <cyd@stupidchicken.com>
7 39
8 * net/network-stream.el (network-stream-open-starttls): Improve 40 * net/network-stream.el (network-stream-open-starttls):
9 detection of failure due to lack of TLS support. 41 Improve detection of failure due to lack of TLS support.
10 42
11 * mail/sendmail.el (sendmail-query-once): Tweak prompt message, 43 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
12 putting the input text in front and in bold. 44 putting the input text in front and in bold.