diff options
| author | Glenn Morris | 2011-01-14 09:42:40 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-14 09:42:40 -0800 |
| commit | 15a1cca8ecc4b5a7330f377e608a34552fc9fc0a (patch) | |
| tree | 5a221e5aae726c74e1b9d019571c8c6c91914f65 | |
| parent | 77ab81d0545e980c57c0a35510ade29a9e43b4cd (diff) | |
| download | emacs-15a1cca8ecc4b5a7330f377e608a34552fc9fc0a.tar.gz emacs-15a1cca8ecc4b5a7330f377e608a34552fc9fc0a.zip | |
ChangeLog merge fixes.
| -rw-r--r-- | admin/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 1 | ||||
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 27 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
5 files changed, 0 insertions, 40 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 5edbbdac653..5807863a910 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | * admin.el (set-copyright): Also handle \year in refcards/*.tex. | 3 | * admin.el (set-copyright): Also handle \year in refcards/*.tex. |
| 4 | 4 | ||
| 5 | 2011-01-14 Eli Zaretskii <eliz@gnu.org> | ||
| 6 | 2011-01-14 Glenn Morris <rgm@gnu.org> | 5 | 2011-01-14 Glenn Morris <rgm@gnu.org> |
| 7 | 6 | ||
| 8 | * bzrmerge.el: Require cl when compiling. | 7 | * bzrmerge.el: Require cl when compiling. |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 92b61e75688..24efb00e552 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | * nxml-mode.texi (Introduction): Fix file name typos. | 3 | * nxml-mode.texi (Introduction): Fix file name typos. |
| 4 | 4 | ||
| 5 | 2011-01-14 Glenn Morris <rgm@gnu.org> | ||
| 6 | 2011-01-13 Christian Ohler <ohler@gnu.org> | 5 | 2011-01-13 Christian Ohler <ohler@gnu.org> |
| 7 | 6 | ||
| 8 | * ert.texi: New file. | 7 | * ert.texi: New file. |
diff --git a/etc/ChangeLog b/etc/ChangeLog index 5e8b164ce05..27f0a28c9f4 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -12,11 +12,6 @@ | |||
| 12 | * refcards/vipcard.tex, refcards/viperCard.tex: | 12 | * refcards/vipcard.tex, refcards/viperCard.tex: |
| 13 | Update short copyright year to 2011. | 13 | Update short copyright year to 2011. |
| 14 | 14 | ||
| 15 | 2011-01-14 Kenichi Handa <handa@m17n.org> | ||
| 16 | |||
| 17 | * NEWS: Describe the changes for rmail's MIME handling. | ||
| 18 | |||
| 19 | 2011-01-14 W. Martin Borgert <debacle@debian.org> (tiny change) | ||
| 20 | 2011-01-13 Christian Ohler <ohler@gnu.org> | 15 | 2011-01-13 Christian Ohler <ohler@gnu.org> |
| 21 | 16 | ||
| 22 | * NEWS: Mention ERT. | 17 | * NEWS: Mention ERT. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 813746ca6df..4ce53e701a7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,33 +7,6 @@ | |||
| 7 | 7 | ||
| 8 | * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628). | 8 | * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628). |
| 9 | 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 | ||
| 37 | 2011-01-14 Kim F. Storm <storm@cua.dk> | 10 | 2011-01-14 Kim F. Storm <storm@cua.dk> |
| 38 | 11 | ||
| 39 | * emulation/cua-base.el (cua--init-keymaps): | 12 | * emulation/cua-base.el (cua--init-keymaps): |
diff --git a/src/ChangeLog b/src/ChangeLog index f473da74811..4d2aa00cbd3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,3 @@ | |||
| 1 | 2011-01-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * image.c (png_jmpbuf): Remove definition. | ||
| 4 | (my_png_error, png_load): Don't use png_jmpbuf. | ||
| 5 | |||
| 6 | 2011-01-14 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | 2011-01-11 Tassilo Horn <tassilo@member.fsf.org> | 1 | 2011-01-11 Tassilo Horn <tassilo@member.fsf.org> |
| 8 | 2 | ||
| 9 | * image.c (imagemagick_load_image, Finit_image_library): Free | 3 | * image.c (imagemagick_load_image, Finit_image_library): Free |