diff options
| author | Glenn Morris | 2012-04-20 09:27:52 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-04-20 09:27:52 -0700 |
| commit | 61bb069e8c230357017be65d59ccea36c3cd91b1 (patch) | |
| tree | c1d2237d803eaf5293462793adce4045d8d8a883 | |
| parent | 4ae29f89bec2dda2c891bba212d1918b1375421b (diff) | |
| download | emacs-61bb069e8c230357017be65d59ccea36c3cd91b1.tar.gz emacs-61bb069e8c230357017be65d59ccea36c3cd91b1.zip | |
Fix up merged ChangeLog entries
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 12 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 15 |
3 files changed, 4 insertions, 27 deletions
| @@ -2,10 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | * configure.in: Don't use the -R option (Bug#11251). | 3 | * configure.in: Don't use the -R option (Bug#11251). |
| 4 | 4 | ||
| 5 | 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 6 | |||
| 7 | * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls. | ||
| 8 | |||
| 9 | 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> |
| 10 | 6 | ||
| 11 | configure: new option --enable-gcc-warnings (Bug#11207) | 7 | configure: new option --enable-gcc-warnings (Bug#11207) |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 284a1230a83..cc5660653f6 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -16,8 +16,6 @@ | |||
| 16 | * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion): | 16 | * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion): |
| 17 | Update "High-Level Completion" description. | 17 | Update "High-Level Completion" description. |
| 18 | 18 | ||
| 19 | 2012-04-19 Glenn Morris <rgm@gnu.org> | ||
| 20 | |||
| 21 | * minibuf.texi (Minibuffers): | 19 | * minibuf.texi (Minibuffers): |
| 22 | * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order. | 20 | * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order. |
| 23 | 21 | ||
| @@ -36,17 +34,15 @@ | |||
| 36 | (Minibuffer Misc): Mention minibuffer-message-timeout, and | 34 | (Minibuffer Misc): Mention minibuffer-message-timeout, and |
| 37 | minibuffer-inactive-mode. | 35 | minibuffer-inactive-mode. |
| 38 | 36 | ||
| 39 | 2012-04-18 Glenn Morris <rgm@gnu.org> | ||
| 40 | |||
| 41 | * processes.texi (Serial Ports, Byte Packing, Bindat Spec) | 37 | * processes.texi (Serial Ports, Byte Packing, Bindat Spec) |
| 42 | (Bindat Functions): Copyedits. | 38 | (Bindat Functions): Copyedits. |
| 43 | 39 | ||
| 44 | 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com> | 40 | 2012-04-20 Christopher Schmidt <christopher@ch.ristopher.com> |
| 45 | 41 | ||
| 46 | * files.texi (Saving Buffers): Document `visit and `visit-save' | 42 | * files.texi (Saving Buffers): Document `visit and `visit-save' |
| 47 | values of require-final-newline. | 43 | values of require-final-newline. |
| 48 | 44 | ||
| 49 | 2012-04-18 Glenn Morris <rgm@gnu.org> | 45 | 2012-04-20 Glenn Morris <rgm@gnu.org> |
| 50 | 46 | ||
| 51 | * processes.texi (Output from Processes, Filter Functions): | 47 | * processes.texi (Output from Processes, Filter Functions): |
| 52 | Mention waiting-for-user-input-p. | 48 | Mention waiting-for-user-input-p. |
| @@ -56,14 +52,14 @@ | |||
| 56 | (Network): Add encrypted network overview paragraph. | 52 | (Network): Add encrypted network overview paragraph. |
| 57 | Cross-reference the Emacs-GnuTLS manual. Use @acronym. | 53 | Cross-reference the Emacs-GnuTLS manual. Use @acronym. |
| 58 | 54 | ||
| 59 | 2012-04-17 Chong Yidong <cyd@gnu.org> | 55 | 2012-04-20 Chong Yidong <cyd@gnu.org> |
| 60 | 56 | ||
| 61 | * help.texi (Keys in Documentation): Mention :advertised-binding. | 57 | * help.texi (Keys in Documentation): Mention :advertised-binding. |
| 62 | 58 | ||
| 63 | * keymaps.texi (Menu Bar): Move most of the :advertised-binding | 59 | * keymaps.texi (Menu Bar): Move most of the :advertised-binding |
| 64 | description to help.texi. | 60 | description to help.texi. |
| 65 | 61 | ||
| 66 | 2012-04-16 Glenn Morris <rgm@gnu.org> | 62 | 2012-04-20 Glenn Morris <rgm@gnu.org> |
| 67 | 63 | ||
| 68 | * processes.texi (Process Information, Input to Processes) | 64 | * processes.texi (Process Information, Input to Processes) |
| 69 | (Signals to Processes, Output from Processes, Process Buffers) | 65 | (Signals to Processes, Output from Processes, Process Buffers) |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 20c453544bc..14f389044bb 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -3,21 +3,6 @@ | |||
| 3 | * faq.texi (New in Emacs 24): New section. | 3 | * faq.texi (New in Emacs 24): New section. |
| 4 | (Packages that do not come with Emacs): Mention M-x list-packages. | 4 | (Packages that do not come with Emacs): Mention M-x list-packages. |
| 5 | 5 | ||
| 6 | 2012-04-20 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 8 | * Makefile.in: Replace non-portable use of $< in emacs-gnutls rules. | ||
| 9 | |||
| 10 | 2012-04-20 Eli Zaretskii <eliz@gnu.org> | ||
| 11 | |||
| 12 | * makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add emacs-gnutls. | ||
| 13 | ($(infodir)/emacs-gnutls, emacs-gnutls.dvi): New targets. | ||
| 14 | |||
| 15 | 2012-04-20 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 16 | |||
| 17 | * emacs-gnutls.texi: Add documentation for the GnuTLS integration. | ||
| 18 | * Makefile.in: Add emacs-gnutls.texi to build. | ||
| 19 | |||
| 20 | 2012-04-20 Alan Mackenzie <acm@muc.de> | ||
| 21 | 2012-04-14 Alan Mackenzie <acm@muc.de> | 6 | 2012-04-14 Alan Mackenzie <acm@muc.de> |
| 22 | 7 | ||
| 23 | * cc-mode.texi (c-offsets-alist): Correct a typo. | 8 | * cc-mode.texi (c-offsets-alist): Correct a typo. |