diff options
| author | Stefan Monnier | 2011-01-14 12:18:41 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-01-14 12:18:41 -0500 |
| commit | 77ab81d0545e980c57c0a35510ade29a9e43b4cd (patch) | |
| tree | 258514dac7faab41642d8f319eb113c8a5f09690 /lisp/ChangeLog | |
| parent | 8faba62c38f67693535c3471d867e66757b3b04e (diff) | |
| parent | fb724e553757e9d3344be443ab5f329afc9bf91c (diff) | |
| download | emacs-77ab81d0545e980c57c0a35510ade29a9e43b4cd.tar.gz emacs-77ab81d0545e980c57c0a35510ade29a9e43b4cd.zip | |
Merge from emacs-23
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 95b99750e3e..813746ca6df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev | ||
| 4 | table, get the value before switching to the output buffer. (Bug#7733) | ||
| 5 | |||
| 6 | 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628). | ||
| 9 | |||
| 10 | 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 11 | |||
| 12 | * files.el (file-local-variables-alist): | ||
| 13 | Make permanent-local (bug#7767). | ||
| 14 | |||
| 15 | 2011-01-14 Glenn Morris <rgm@gnu.org> | ||
| 16 | |||
| 17 | * version.el (emacs-copyright): Set short copyright year to 2011. | ||
| 18 | |||
| 19 | 2011-01-14 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change) | ||
| 20 | |||
| 21 | * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering | ||
| 22 | an existing temp buffer. (Bug#7746) | ||
| 23 | |||
| 24 | 2011-01-14 Glenn Morris <rgm@gnu.org> | ||
| 25 | |||
| 26 | * mail/mail-utils.el (mail-mbox-from): Handle From: headers with | ||
| 27 | multiple addresses. (Bug#7760) | ||
| 28 | |||
| 29 | 2011-01-14 Michael Albinus <michael.albinus@gmx.de> | ||
| 30 | |||
| 31 | * net/tramp.el (tramp-methods): Add recursive options to "scpc", | ||
| 32 | "scpx", "pscp" and "psftp". | ||
| 33 | |||
| 34 | 2011-01-14 Eli Zaretskii <eliz@gnu.org> | ||
| 35 | |||
| 36 | * term/w32-win.el (image-library-alist): Set up correctly for | ||
| 1 | 2011-01-14 Kim F. Storm <storm@cua.dk> | 37 | 2011-01-14 Kim F. Storm <storm@cua.dk> |
| 2 | 38 | ||
| 3 | * emulation/cua-base.el (cua--init-keymaps): | 39 | * emulation/cua-base.el (cua--init-keymaps): |