diff options
| author | Joakim Verona | 2011-10-15 23:07:46 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-10-15 23:07:46 +0200 |
| commit | 38ea27d5ef38b273942e90a095509883320d5c0b (patch) | |
| tree | 287f8e5419dd385ee5d2cdd24d694f1b2bb2179f /lisp/ChangeLog | |
| parent | e1745b4659af41901c02b6320708c5497d9103f9 (diff) | |
| parent | 21fedf28e5c59fd17e846f4b8abcbb223ae5ed90 (diff) | |
| download | emacs-38ea27d5ef38b273942e90a095509883320d5c0b.tar.gz emacs-38ea27d5ef38b273942e90a095509883320d5c0b.zip | |
upstream
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68a85a43387..abae693d0c8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2011-10-15 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests): | ||
| 4 | Doc fixes. | ||
| 5 | |||
| 6 | 2011-10-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 7 | |||
| 8 | * net/network-stream.el (network-stream-open-starttls): Improve | ||
| 9 | detection of failure due to lack of TLS support. | ||
| 10 | |||
| 11 | * mail/sendmail.el (sendmail-query-once): Tweak prompt message, | ||
| 12 | putting the input text in front and in bold. | ||
| 13 | |||
| 14 | 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 15 | |||
| 16 | * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging. | ||
| 17 | |||
| 18 | * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an | ||
| 19 | empty buffer. | ||
| 20 | |||
| 21 | * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on | ||
| 22 | unread-command-events rather than pushing yet-another event. | ||
| 23 | |||
| 24 | 2011-10-14 Eli Zaretskii <eliz@gnu.org> | ||
| 25 | |||
| 26 | * mail/sendmail.el (sendmail-query-once): Improve the wording of | ||
| 27 | the explanation of the possible choices. Make the options passed | ||
| 28 | to completing-read shorter. | ||
| 29 | |||
| 1 | 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es> | 30 | 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es> |
| 2 | 31 | ||
| 3 | * textmodes/flyspell.el (flyspell-large-region): Make sure | 32 | * textmodes/flyspell.el (flyspell-large-region): Make sure |