aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog9
-rw-r--r--etc/NEWS2
-rw-r--r--etc/compilation.txt17
-rw-r--r--etc/refcards/refcard.tex20
4 files changed, 41 insertions, 7 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index c2f7e3cb0d2..092aa6fb387 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,12 @@
12011-08-24 Steve Chapel <schapel@laptop.stevechapel.com> (tiny change)
2
3 * refcards/refcard.tex: Add a few more commands. (Bug#9343)
4
52011-08-22 Juri Linkov <juri@jurta.org>
6
7 * compilation.txt: Add more samples of output and non-output
8 switches (bug#9319).
9
12011-08-19 Chong Yidong <cyd@stupidchicken.com> 102011-08-19 Chong Yidong <cyd@stupidchicken.com>
2 11
3 * themes/dichromacy-theme.el: 12 * themes/dichromacy-theme.el:
diff --git a/etc/NEWS b/etc/NEWS
index ec863dacef8..cec19d0c0a2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -407,7 +407,7 @@ If non-nil, C-d, [delete], and DEL delete the region if it is active
407and no prefix argument is given. If set to `kill', these commands 407and no prefix argument is given. If set to `kill', these commands
408kill instead. 408kill instead.
409 409
410*** New command `delete-forward-char', bound to C-d and [delete]. 410*** New command `delete-forward-char', bound to [delete].
411This is meant for interactive use, and obeys `delete-active-region'. 411This is meant for interactive use, and obeys `delete-active-region'.
412The command `delete-char' does not obey `delete-active-region'. 412The command `delete-char' does not obey `delete-active-region'.
413 413
diff --git a/etc/compilation.txt b/etc/compilation.txt
index 888c1f94c33..eeb09b1712c 100644
--- a/etc/compilation.txt
+++ b/etc/compilation.txt
@@ -546,9 +546,20 @@ checking whether to build shared libraries... yes
546checking whether -lc should be explicitly linked in... (cached) no 546checking whether -lc should be explicitly linked in... (cached) no
547checking For GLIB - version >= 2.0.0... yes (version 2.1.0) 547checking For GLIB - version >= 2.0.0... yes (version 2.1.0)
548checking FONTCONFIG_CFLAGS... 548checking FONTCONFIG_CFLAGS...
549g++ -o foo.o foo.cc 549tool -o foo.o foo.c
550tool1 -output=foo foo.x 550tool -o=foo.o foo.c
551tool2 --outfile foo foo.y 551tool -output foo.o foo.c
552tool -output=foo.o foo.c
553tool -outfile foo.o foo.c
554tool -outfile=foo.o foo.c
555tool --output foo.o foo.c
556tool --output=foo.o foo.c
557tool --outfile foo.o foo.c
558tool --outfile=foo.o foo.c
559tool -omega foo.c foo2.c
560tool -output-html-file foo.c foo2.c
561tool --omega foo.c foo2.c
562tool --output-html-file foo.c foo2.c
552 563
553Compilation started at Wed Jul 20 12:20:10 564Compilation started at Wed Jul 20 12:20:10
554Compilation interrupt at Wed Jul 20 12:20:10 565Compilation interrupt at Wed Jul 20 12:20:10
diff --git a/etc/refcards/refcard.tex b/etc/refcards/refcard.tex
index 52b9348db26..7d4f9dbfa89 100644
--- a/etc/refcards/refcard.tex
+++ b/etc/refcards/refcard.tex
@@ -332,6 +332,7 @@ If Emacs is still searching, \kbd{C-g} cancels only the part not matched.
332 332
333\shortcopyrightnotice 333\shortcopyrightnotice
334 334
335\newcolumn
335\section{Motion} 336\section{Motion}
336 337
337\paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr 338\paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
@@ -352,7 +353,10 @@ If Emacs is still searching, \kbd{C-g} cancels only the part not matched.
352\key{scroll to previous screen}{M-v} 353\key{scroll to previous screen}{M-v}
353\key{scroll left}{C-x <} 354\key{scroll left}{C-x <}
354\key{scroll right}{C-x >} 355\key{scroll right}{C-x >}
355\key{scroll current line to center of screen}{C-u C-l} 356\key{scroll current line to center, top, bottom}{C-l}
357
358\key{goto line}{M-g g}
359\key{back to indentation}{M-m}
356 360
357\section{Killing and Deleting} 361\section{Killing and Deleting}
358 362
@@ -393,14 +397,15 @@ If Emacs is still searching, \kbd{C-g} cancels only the part not matched.
393 397
394Valid responses in query-replace mode are 398Valid responses in query-replace mode are
395 399
396\key{{\bf replace} this one, go on to next}{SPC} 400\key{{\bf replace} this one, go on to next}{SPC {\rm or} y}
397\key{replace this one, don't move}{,} 401\key{replace this one, don't move}{,}
398\key{{\bf skip} to next without replacing}{DEL} 402\key{{\bf skip} to next without replacing}{DEL {\rm or} n}
399\key{replace all remaining matches}{!} 403\key{replace all remaining matches}{!}
400\key{{\bf back up} to the previous match}{^} 404\key{{\bf back up} to the previous match}{^}
401\key{{\bf exit} query-replace}{RET} 405\key{{\bf exit} query-replace}{RET}
402\key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r} 406\key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r}
403 407
408\newcolumn
404\section{Multiple Windows} 409\section{Multiple Windows}
405 410
406When two commands are shown, the second is a similar command for a 411When two commands are shown, the second is a similar command for a
@@ -438,6 +443,7 @@ frame instead of a window.
438\key{indent {\bf region} (mode-dependent)}{C-M-\\} 443\key{indent {\bf region} (mode-dependent)}{C-M-\\}
439\key{indent {\bf sexp} (mode-dependent)}{C-M-q} 444\key{indent {\bf sexp} (mode-dependent)}{C-M-q}
440\key{indent region rigidly {\it arg\/} columns}{C-x TAB} 445\key{indent region rigidly {\it arg\/} columns}{C-x TAB}
446\key{indent for comment}{M-;}
441 447
442\key{insert newline after point}{C-o} 448\key{insert newline after point}{C-o}
443\key{move rest of line vertically down}{C-M-o} 449\key{move rest of line vertically down}{C-M-o}
@@ -536,6 +542,13 @@ minibuffer. Type \kbd{F10} to activate menu bar items on text terminals.
536 542
537\key{expand previous word dynamically}{M-/} 543\key{expand previous word dynamically}{M-/}
538 544
545\section{Miscellaneous}
546
547\key{numeric argument}{C-u {\it num}}
548\key{negative argument}{M--}
549\key{quoted insert}{C-q {\it char}}
550
551\newcolumn
539\section{Regular Expressions} 552\section{Regular Expressions}
540 553
541\key{any single character except a newline}{. {\rm(dot)}} 554\key{any single character except a newline}{. {\rm(dot)}}
@@ -604,6 +617,7 @@ Other:
604 617
605\endindentedkeys 618\endindentedkeys
606 619
620\newcolumn
607\section{Registers} 621\section{Registers}
608 622
609\key{save region in register}{C-x r s} 623\key{save region in register}{C-x r s}