diff options
| author | Joakim Verona | 2011-10-18 21:25:17 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-10-18 21:25:17 +0200 |
| commit | 3bb66ec6110273ae61230da585ca090650140dca (patch) | |
| tree | 0261afb1bb220642cb313dc8b7f4b558d946ee12 /lisp/ChangeLog | |
| parent | f3a03521aceea440d66ae9c606c92b250d75d6db (diff) | |
| parent | 87e478b3c1180f9e73396c2fa7c4db55da155489 (diff) | |
| download | emacs-3bb66ec6110273ae61230da585ca090650140dca.tar.gz emacs-3bb66ec6110273ae61230da585ca090650140dca.zip | |
upstream + xwidget-webkit-show-named-element
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 36 |
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 @@ | |||
| 1 | 2011-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 | |||
| 6 | 2011-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 | |||
| 11 | 2011-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 | |||
| 25 | 2011-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 | |||
| 1 | 2011-10-15 Glenn Morris <rgm@gnu.org> | 33 | 2011-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 | ||
| 6 | 2011-10-15 Chong Yidong <cyd@stupidchicken.com> | 38 | 2011-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. |