diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 449c67b0cfb..d50712503f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,14 @@ | |||
| 1 | 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/eieio.el (defmethod): Fix typo in last change. | ||
| 4 | |||
| 1 | 2011-05-07 Eli Zaretskii <eliz@gnu.org> | 5 | 2011-05-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * mail/sendmail.el (send-mail-function): On MS-Windows, default to | 7 | * mail/sendmail.el (send-mail-function): On MS-Windows, default to |
| 4 | mailclient-send-it even if window-system is nil. (Bug#8595) | 8 | mailclient-send-it even if window-system is nil. (Bug#8595) |
| 5 | 9 | ||
| 6 | * term/w32console.el (terminal-init-w32console): Call | 10 | * term/w32console.el (terminal-init-w32console): |
| 7 | get-screen-color and use its output to set the frame | 11 | Call get-screen-color and use its output to set the frame |
| 8 | background-mode. (Bug#8597) | 12 | background-mode. (Bug#8597) |
| 9 | 13 | ||
| 10 | 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -65,8 +69,8 @@ | |||
| 65 | 69 | ||
| 66 | 2011-05-05 Michael Albinus <michael.albinus@gmx.de> | 70 | 2011-05-05 Michael Albinus <michael.albinus@gmx.de> |
| 67 | 71 | ||
| 68 | * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Fix | 72 | * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): |
| 69 | port computation bug. (Bug#8618) | 73 | Fix port computation bug. (Bug#8618) |
| 70 | 74 | ||
| 71 | 2011-05-05 Glenn Morris <rgm@gnu.org> | 75 | 2011-05-05 Glenn Morris <rgm@gnu.org> |
| 72 | 76 | ||