diff options
| author | Chong Yidong | 2010-10-31 10:40:01 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-10-31 10:40:01 -0400 |
| commit | 2699a55464f7b43171c7b0e64d095640904e9e21 (patch) | |
| tree | d99ebc74b0a108dac964f0fbcd9f9d3592ac5c6f /doc | |
| parent | e6ef5dd9ce13d346c7bbdcd6794b29045b4e0e63 (diff) | |
| parent | 46eadc7aeedf0fe3944291e2631d8604b38fe25f (diff) | |
| download | emacs-2699a55464f7b43171c7b0e64d095640904e9e21.tar.gz emacs-2699a55464f7b43171c7b0e64d095640904e9e21.zip | |
Merge changes from emacs-23 branch
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/maps.texi | 12 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 11 | ||||
| -rw-r--r-- | doc/misc/mh-e.texi | 10 |
5 files changed, 25 insertions, 20 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index afd20c3890a..5607d179aad 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-10-31 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * maps.texi (Standard Keymaps): Update File menu description. | ||
| 4 | |||
| 1 | 2010-10-28 Glenn Morris <rgm@gnu.org> | 5 | 2010-10-28 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir. | 7 | * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir. |
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi index a5b126afcb2..4b416a82d64 100644 --- a/doc/lispref/maps.texi +++ b/doc/lispref/maps.texi | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | @c -*-texinfo-*- | 1 | @c -*-texinfo-*- |
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2001, 2002, 2003, 2004, | 3 | @c Copyright (C) 1990, 1991, 1992, 1993, 1999, 2001, 2002, 2003, 2004, |
| 4 | @c 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 4 | @c 2005, 2006, 2007, 2008, 2009, 2010 |
| 5 | @c Free Software Foundation, Inc. | ||
| 5 | @c See the file elisp.texi for copying conditions. | 6 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../../info/maps | 7 | @setfilename ../../info/maps |
| 7 | @node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top | 8 | @node Standard Keymaps, Standard Hooks, Standard Buffer-Local Variables, Top |
| @@ -183,9 +184,9 @@ A sparse keymap used by Lisp mode. | |||
| 183 | @vindex menu-bar-edit-menu | 184 | @vindex menu-bar-edit-menu |
| 184 | The keymap which displays the Edit menu in the menu bar. | 185 | The keymap which displays the Edit menu in the menu bar. |
| 185 | 186 | ||
| 186 | @item menu-bar-files-menu | 187 | @item menu-bar-file-menu |
| 187 | @vindex menu-bar-files-menu | 188 | @vindex menu-bar-file-menu |
| 188 | The keymap which displays the Files menu in the menu bar. | 189 | The keymap which displays the File menu in the menu bar. |
| 189 | 190 | ||
| 190 | @item menu-bar-help-menu | 191 | @item menu-bar-help-menu |
| 191 | @vindex menu-bar-help-menu | 192 | @vindex menu-bar-help-menu |
| @@ -239,6 +240,3 @@ The keymap defining the contents of the tool bar. | |||
| 239 | A full keymap used by View mode. | 240 | A full keymap used by View mode. |
| 240 | @end table | 241 | @end table |
| 241 | 242 | ||
| 242 | @ignore | ||
| 243 | arch-tag: b741253c-7e23-4a02-b3fa-cffd9e4d72b9 | ||
| 244 | @end ignore | ||
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index f1401cca9b7..d5c5df92087 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-10-31 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * mh-e.texi (Preface, From Bill Wohler): Change 23 to past tense. | ||
| 4 | |||
| 5 | 2010-10-31 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * cc-mode.texi: Remove reference to defunct viewcvs URL. | ||
| 8 | |||
| 1 | 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | 9 | 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 10 | ||
| 3 | * gnus.texi (Client-Side IMAP Splitting): Mention | 11 | * gnus.texi (Client-Side IMAP Splitting): Mention |
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 73ee0e107d3..da8e7082909 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -160,7 +160,8 @@ CC Mode | |||
| 160 | This manual is for CC Mode in Emacs. | 160 | This manual is for CC Mode in Emacs. |
| 161 | 161 | ||
| 162 | Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | 162 | Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
| 163 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 163 | 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 164 | Free Software Foundation, Inc. | ||
| 164 | 165 | ||
| 165 | @quotation | 166 | @quotation |
| 166 | Permission is granted to copy, distribute and/or modify this document | 167 | Permission is granted to copy, distribute and/or modify this document |
| @@ -201,9 +202,8 @@ developing GNU and promoting software freedom.'' | |||
| 201 | @vskip 0pt plus 1filll | 202 | @vskip 0pt plus 1filll |
| 202 | @insertcopying | 203 | @insertcopying |
| 203 | 204 | ||
| 204 | This manual was generated from cc-mode.texi, which can be downloaded | 205 | This manual was generated from cc-mode.texi, which is distributed with Emacs, |
| 205 | from | 206 | or can be downloaded from @url{http://savannah.gnu.org/projects/emacs/}. |
| 206 | @url{http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/doc/misc/cc-mode.texi}. | ||
| 207 | @end titlepage | 207 | @end titlepage |
| 208 | 208 | ||
| 209 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 209 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| @@ -7015,6 +7015,3 @@ Since most @ccmode{} variables are prepended with the string | |||
| 7015 | 7015 | ||
| 7016 | @bye | 7016 | @bye |
| 7017 | 7017 | ||
| 7018 | @ignore | ||
| 7019 | arch-tag: c4cab162-5e57-4366-bdce-4a9db2fc97f0 | ||
| 7020 | @end ignore | ||
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index ed64f91ac39..a06a7231112 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -213,7 +213,7 @@ more niceties about GNU Emacs and MH@. Now I'm fully hooked on both of | |||
| 213 | them. | 213 | them. |
| 214 | 214 | ||
| 215 | The MH-E package is distributed with GNU Emacs@footnote{Version | 215 | The MH-E package is distributed with GNU Emacs@footnote{Version |
| 216 | @value{VERSION} of MH-E will appear in GNU Emacs 23.1. It is supported | 216 | @value{VERSION} of MH-E appeared in GNU Emacs 23.1. It is supported |
| 217 | in GNU Emacs 21 and 22, as well as XEmacs 21 (except for versions | 217 | in GNU Emacs 21 and 22, as well as XEmacs 21 (except for versions |
| 218 | 21.5.9-21.5.16). It is compatible with MH versions 6.8.4 and higher, | 218 | 21.5.9-21.5.16). It is compatible with MH versions 6.8.4 and higher, |
| 219 | all versions of nmh, and GNU mailutils 1.0 and higher.}, so you | 219 | all versions of nmh, and GNU mailutils 1.0 and higher.}, so you |
| @@ -8951,8 +8951,8 @@ files that were already part of Emacs) and the software was completely | |||
| 8951 | reorganized to push back two decades of entropy. Version 8 appeared in | 8951 | reorganized to push back two decades of entropy. Version 8 appeared in |
| 8952 | Emacs 22.1 in 2006. | 8952 | Emacs 22.1 in 2006. |
| 8953 | 8953 | ||
| 8954 | Development was then quiet for a couple of years. Emacs 23.1, which is | 8954 | Development was then quiet for a couple of years. Emacs 23.1, released |
| 8955 | due out in 2009, will contain version 8.1. This version includes a few | 8955 | in June 2009, contains version 8.2. This version includes a few |
| 8956 | new features and several bug fixes. | 8956 | new features and several bug fixes. |
| 8957 | 8957 | ||
| 8958 | Bill Wohler, August 2008 | 8958 | Bill Wohler, August 2008 |
| @@ -9061,6 +9061,4 @@ Bill Wohler, August 2008 | |||
| 9061 | @c sentence-end-double-space: nil | 9061 | @c sentence-end-double-space: nil |
| 9062 | @c End: | 9062 | @c End: |
| 9063 | 9063 | ||
| 9064 | @ignore | 9064 | |
| 9065 | arch-tag: b778477d-1a10-4a99-84de-f877a2ea6bef | ||
| 9066 | @end ignore | ||