diff options
| author | Lute Kamstra | 2005-07-07 08:07:37 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-07-07 08:07:37 +0000 |
| commit | 60b34e064f8b9b7d71aa3aea4ac8a757b609328e (patch) | |
| tree | 11542e5423814ac1d01b8e1cb44655b87a997152 | |
| parent | 43b557d50704df1dc45cc201a5596c05b62a6178 (diff) | |
| download | emacs-60b34e064f8b9b7d71aa3aea4ac8a757b609328e.tar.gz emacs-60b34e064f8b9b7d71aa3aea4ac8a757b609328e.zip | |
Update `versionnumber' and `year'. Update Emacs's version to 22.
(Starting Emacs): Delete sentence to fix formatting problems.
(Multiple Windows): Clarify first sentence. Mention C-x 5 1.
(Formatting): Update the binding of set face.
(International Character Sets): set-language-environment is bound to
C-x RET l
| -rw-r--r-- | etc/ChangeLog | 10 | ||||
| -rw-r--r-- | etc/refcard.tex | 28 |
2 files changed, 24 insertions, 14 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 0bd12c1d847..08f293e1a0d 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-07-06 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * refcard.tex: Update `versionnumber' and `year'. Update Emacs's | ||
| 4 | version to 22. | ||
| 5 | (Starting Emacs): Delete sentence to fix formatting problems. | ||
| 6 | (Multiple Windows): Clarify first sentence. Mention C-x 5 1. | ||
| 7 | (Formatting): Update the binding of set face. | ||
| 8 | (International Character Sets): set-language-environment is bound | ||
| 9 | to C-x RET l | ||
| 10 | |||
| 1 | 2005-07-05 Lute Kamstra <lute@gnu.org> | 11 | 2005-07-05 Lute Kamstra <lute@gnu.org> |
| 2 | 12 | ||
| 3 | Update FSF's address in GPL notices. | 13 | Update FSF's address in GPL notices. |
diff --git a/etc/refcard.tex b/etc/refcard.tex index 2e6847da8d7..d4a2194214b 100644 --- a/etc/refcard.tex +++ b/etc/refcard.tex | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | % Reference Card for GNU Emacs version 21 on Unix systems | 1 | % Reference Card for GNU Emacs version 22 on Unix systems |
| 2 | %**start of header | 2 | %**start of header |
| 3 | \newcount\columnsperpage | 3 | \newcount\columnsperpage |
| 4 | \newcount\letterpaper | 4 | \newcount\letterpaper |
| @@ -14,7 +14,7 @@ | |||
| 14 | \letterpaper=1 | 14 | \letterpaper=1 |
| 15 | 15 | ||
| 16 | % Nothing else needs to be changed below this line. | 16 | % Nothing else needs to be changed below this line. |
| 17 | % Copyright (c) 1987, 1993, 1996, 1997 Free Software Foundation, Inc. | 17 | % Copyright (c) 1987, 1993, 1996, 1997, 2005 Free Software Foundation, Inc. |
| 18 | 18 | ||
| 19 | % This file is part of GNU Emacs. | 19 | % This file is part of GNU Emacs. |
| 20 | 20 | ||
| @@ -62,8 +62,8 @@ | |||
| 62 | 62 | ||
| 63 | % If there were room, it would be nice to see a section on Dired. | 63 | % If there were room, it would be nice to see a section on Dired. |
| 64 | 64 | ||
| 65 | \def\versionnumber{2.2} | 65 | \def\versionnumber{2.3} |
| 66 | \def\year{1997} | 66 | \def\year{2005} |
| 67 | 67 | ||
| 68 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 68 | \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
| 69 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 69 | \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. |
| @@ -72,7 +72,7 @@ | |||
| 72 | \def\copyrightnotice{ | 72 | \def\copyrightnotice{ |
| 73 | \vskip 1ex plus 2 fill\begingroup\small | 73 | \vskip 1ex plus 2 fill\begingroup\small |
| 74 | \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.} | 74 | \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.} |
| 75 | \centerline{v\versionnumber{} for GNU Emacs version 21, \year} | 75 | \centerline{v\versionnumber{} for GNU Emacs version 22, \year} |
| 76 | \centerline{designed by Stephen Gildea} | 76 | \centerline{designed by Stephen Gildea} |
| 77 | 77 | ||
| 78 | Permission is granted to make and distribute copies of | 78 | Permission is granted to make and distribute copies of |
| @@ -270,13 +270,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | |||
| 270 | 270 | ||
| 271 | \title{GNU Emacs Reference Card} | 271 | \title{GNU Emacs Reference Card} |
| 272 | 272 | ||
| 273 | \centerline{(for version 21)} | 273 | \centerline{(for version 22)} |
| 274 | 274 | ||
| 275 | \section{Starting Emacs} | 275 | \section{Starting Emacs} |
| 276 | 276 | ||
| 277 | To enter GNU Emacs 21, just type its name: \kbd{emacs} | 277 | To enter GNU Emacs 22, just type its name: \kbd{emacs} |
| 278 | |||
| 279 | To read in a file to edit, see Files, below. | ||
| 280 | 278 | ||
| 281 | \section{Leaving Emacs} | 279 | \section{Leaving Emacs} |
| 282 | 280 | ||
| @@ -388,6 +386,8 @@ If Emacs is still searching, \kbd{C-g} cancels only the part not done. | |||
| 388 | \section{Query Replace} | 386 | \section{Query Replace} |
| 389 | 387 | ||
| 390 | \key{interactively replace a text string}{M-\%} | 388 | \key{interactively replace a text string}{M-\%} |
| 389 | % query-replace-regexp is bound to C-M-% but that can't be typed on | ||
| 390 | % consoles. | ||
| 391 | \metax{using regular expressions}{M-x query-replace-regexp} | 391 | \metax{using regular expressions}{M-x query-replace-regexp} |
| 392 | 392 | ||
| 393 | Valid responses in query-replace mode are | 393 | Valid responses in query-replace mode are |
| @@ -402,12 +402,12 @@ Valid responses in query-replace mode are | |||
| 402 | 402 | ||
| 403 | \section{Multiple Windows} | 403 | \section{Multiple Windows} |
| 404 | 404 | ||
| 405 | When two commands are shown, the second is for ``other frame.'' | 405 | When two commands are shown, the second is a similar command for a |
| 406 | 406 | frame instead of a window. | |
| 407 | \key{delete all other windows}{C-x 1} | ||
| 408 | 407 | ||
| 409 | {\setbox0=\hbox{\kbd{0}}\advance\hsize by 0\wd0 | 408 | {\setbox0=\hbox{\kbd{0}}\advance\hsize by 0\wd0 |
| 410 | \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr | 409 | \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr |
| 410 | \threecol{delete all other windows}{C-x 1\ \ \ \ }{C-x 5 1} | ||
| 411 | \threecol{split window, above and below}{C-x 2\ \ \ \ }{C-x 5 2} | 411 | \threecol{split window, above and below}{C-x 2\ \ \ \ }{C-x 5 2} |
| 412 | \threecol{delete this window}{C-x 0\ \ \ \ }{C-x 5 0} | 412 | \threecol{delete this window}{C-x 0\ \ \ \ }{C-x 5 0} |
| 413 | }} | 413 | }} |
| @@ -449,7 +449,7 @@ When two commands are shown, the second is for ``other frame.'' | |||
| 449 | \key{set fill column}{C-x f} | 449 | \key{set fill column}{C-x f} |
| 450 | \key{set prefix each line starts with}{C-x .} | 450 | \key{set prefix each line starts with}{C-x .} |
| 451 | 451 | ||
| 452 | \key{set face}{M-g} | 452 | \key{set face}{M-o} |
| 453 | 453 | ||
| 454 | \section{Case Change} | 454 | \section{Case Change} |
| 455 | 455 | ||
| @@ -562,7 +562,7 @@ minibuffer. Type \kbd{F10} to activate the menu bar using the minibuffer. | |||
| 562 | 562 | ||
| 563 | \section{International Character Sets} | 563 | \section{International Character Sets} |
| 564 | 564 | ||
| 565 | \metax{specify principal language}{M-x set-language-environment} | 565 | \key{specify principal language}{C-x RET l} |
| 566 | \metax{show all input methods}{M-x list-input-methods} | 566 | \metax{show all input methods}{M-x list-input-methods} |
| 567 | \key{enable or disable input method}{C-\\} | 567 | \key{enable or disable input method}{C-\\} |
| 568 | \key{set coding system for next command}{C-x RET c} | 568 | \key{set coding system for next command}{C-x RET c} |