Using saved parent location: http://bzr.savannah.gnu.org/r/emacs/trunk/ Now on revision 102701. ------------------------------------------------------------ revno: 102701 committer: Katsumi Yamaoka branch nick: trunk timestamp: Wed 2010-12-22 07:04:25 +0000 message: Fix the log entry for reverting of gnus-util.el. diff: === modified file 'lisp/gnus/ChangeLog' --- lisp/gnus/ChangeLog 2010-12-21 02:30:36 +0000 +++ lisp/gnus/ChangeLog 2010-12-22 07:04:25 +0000 @@ -1,9 +1,13 @@ 2010-12-21 Daiki Ueno - * mml1991.el (pgg-sign-region, pgg-encrypt-region): + * mml1991.el (pgg-sign-region, pgg-encrypt-region): * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now obsolete in Emacs. +2010-12-20 Julien Danjou + + * gnus-util.el (gnus-rescale-image): Revert last change. + 2010-12-17 Lars Magne Ingebrigtsen * gnus-group.el (gnus-group-delete-articles): New command. @@ -20,6 +24,11 @@ * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers. +2010-12-17 Julien Danjou + + * gnus-util.el (gnus-rescale-image): Allow to resize images even if + they are from file. Can also scale up. + 2010-12-17 Andrew Cohen * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore ------------------------------------------------------------ revno: 102700 committer: Chong Yidong branch nick: trunk timestamp: Tue 2010-12-21 15:54:27 +0800 message: Resection the Killing chapter in the Emacs manual. * killing.texi: Resection the Info version to conform to the printed manual, to avoid making sections on Accumulating Text, CUA and Rectangles into full chapters. diff: === modified file 'doc/emacs/ChangeLog' --- doc/emacs/ChangeLog 2010-12-13 17:18:55 +0000 +++ doc/emacs/ChangeLog 2010-12-21 07:54:27 +0000 @@ -1,3 +1,9 @@ +2010-12-21 Chong Yidong + + * killing.texi: Resection the Info version to conform to the + printed manual, to avoid making sections on Accumulating Text, CUA + and Rectangles into full chapters. + 2010-12-13 Eli Zaretskii * custom.texi (Init Syntax): Add index entries for "character syntax". === modified file 'doc/emacs/killing.texi' --- doc/emacs/killing.texi 2010-06-23 02:46:43 +0000 +++ doc/emacs/killing.texi 2010-12-21 07:54:27 +0000 @@ -4,13 +4,9 @@ @c Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. -@node Killing, Yanking, Mark, Top +@node Killing, Registers, Mark, Top @chapter Killing and Moving Text -@ifnottex -@raisesections -@end ifnottex - @dfn{Killing} means erasing text and copying it into the @dfn{kill ring}, from which you can bring it back into the buffer by @dfn{yanking} it. (Some applications use the terms ``cutting'' and @@ -19,9 +15,16 @@ there are commands for killing many different types of syntactic units. -@iftex +@menu +* Deletion and Killing:: Commands that remove text. +* Yanking:: Commands that insert text. +* Accumulating Text:: Other methods to add text to the buffer. +* Rectangles:: Operating on text in rectangular areas. +* CUA Bindings:: Using C-x/C-c/C-v to kill and yank. +@end menu + +@node Deletion and Killing @section Deletion and Killing -@end iftex @cindex killing text @cindex cutting text @@ -233,7 +236,7 @@ non-@code{nil} value, identical subsequent kills yield a single kill-ring entry, without duplication. -@node Yanking, Accumulating Text, Killing, Top +@node Yanking @section Yanking @cindex moving text @cindex copying text @@ -416,7 +419,7 @@ @code{kill-ring}; you can view the entire contents of the kill ring with the command @kbd{C-h v kill-ring}. -@node Accumulating Text, Rectangles, Yanking, Top +@node Accumulating Text @section Accumulating Text @findex append-to-buffer @findex prepend-to-buffer @@ -487,7 +490,7 @@ Another way to move text around is to store it in a register. @xref{Registers}. -@node Rectangles, CUA Bindings, Accumulating Text, Top +@node Rectangles @section Rectangles @cindex rectangle @cindex columns (and rectangles) @@ -613,7 +616,7 @@ @code{string-rectangle}, but inserts the string on each line, shifting the original text to the right. -@node CUA Bindings, Registers, Rectangles, Top +@node CUA Bindings @section CUA Bindings @findex cua-mode @vindex cua-mode @@ -665,10 +668,6 @@ insert a newline after the word in the target list by pressing @key{RET}. -@ifnottex -@lowersections -@end ifnottex - @ignore arch-tag: d8da8f96-0928-449a-816e-ff2d3497866c @end ignore === modified file 'doc/emacs/regs.texi' --- doc/emacs/regs.texi 2010-01-13 08:35:10 +0000 +++ doc/emacs/regs.texi 2010-12-21 07:54:27 +0000 @@ -2,7 +2,7 @@ @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, @c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. @c See file emacs.texi for copying conditions. -@node Registers, Display, CUA Bindings, Top +@node Registers, Display, Killing, Top @chapter Registers @cindex registers