X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ab58114f8a8c974cb7530fb05326ee7d7b915d83..f28815e36ca31668f0feb475b160581b7c050bb7:/doc/emacs/ChangeLog diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 3090280dc2..7f1cf1b78e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,5 +1,131 @@ +2008-10-23 Chong Yidong + + * custom.texi (Function Keys): Note that modified keypad keys are not + translated. + + * basic.texi (Arguments): Explain how to insert multiple digits. + +2008-10-22 Michael Albinus + + * files.texi (Remote Files): Precise selection of default method. + Rewrite paragraph about disabling remote file names. + +2008-10-22 Chong Yidong + + * search.texi (Special Isearch): Document M-TAB is isearch. + + * files.texi (VC Mode Line): Use @kbd instead of @key for mouse + command. + + * frames.texi: Use @kbd instead of @key for mouse commands throughout. + +2008-10-22 Tassilo Horn + + * emacs.texi (Acknowledgments): Added myself to Acknowledgments + section. + +2008-10-21 Chong Yidong + + * vc1-xtra.texi: Move nodes VC Directory Mode and VC Directory Commands + to files.texi. Move contents of vc2-xtra.texi here. + + * vc2-xtra.texi: File removed. + + * vc-xtra.texi (Advanced VC Usage): Remove VC Directory Mode and VC + Directory Commands from the submenu. Don't include deleted file + vc2-xtra.texi. + + * files.texi (Visiting): Document find-file-confirm-nonexistent-file. + (Version Control): Add VC Directory Mode and VC Directory Commands to + the submenu. + (Why Version Control?): Use table format. + (Version Control Systems): Note that Meta-CVS support is gone. + (VCS Concepts): Note precisely when VC started supporting filesets. + Remove bogus xref to CVS Options node. + (Types of Log File): Copyedits. + (VC Mode Line): Document tooltips and mouse-1 on VC indicator. + (Basic VC Editing): Content moved from Selecting A Fileset and Doing + The Right Thing. + (Selecting A Fileset, Doing The Right Thing): Nodes deleted. + (Log Buffer): Reorganize node, putting C-c C-c description first. + (Old Revisions): Use CVS for example, not RCS. + (Secondary VC Commands): Remove VC Directory Mode and VC Directory + Commands from the submenu, putting them under Version Control. + (VC Directory Mode): Move node contents here from vc1-xtra.texi; we + need to include it in the manual unconditionally, since it is now + crucial to using distributed version control systems. + (Comparing Files): Note that diff uses the minibuffer, and that the + output is shown using Diff mode. + (Diff Mode): Explain what "patch" and "hunk" mean. Document + diff-update-on-the-fly, diff-refine-hunk, and + diff-show-trailing-whitespaces. + (File Archives): Add rar support. + + * major.texi (Choosing Modes): Make mode selection sequence more + obvious by describing the steps in order of priority. Note that + magic-mode-alist is nil by default. Document + magic-fallback-mode-alist. + +2008-10-20 Chong Yidong + + * frames.texi (Mouse References): Copyedits. + +2008-10-20 Tassilo Horn + + * ack.texi (Acknowledgments): Add myself as doc-view author. + +2008-10-20 Eli Zaretskii + + * frames.texi (Dialog Boxes): Add @cindex entries. + +2008-10-20 Chong Yidong + + * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser. + (Text-Only Mouse): Copyedit. + +2008-10-19 Chong Yidong + + * frames.texi: Use @key throughout for mouse clicks. + (Cut/Paste Other App): Document yank-pop-change-selection. + (Secondary Selection): Fix modified mouse click syntax. + (Clipboard): Describe Cut, Copy and Paste commands. + (Mouse References): Not all references are in read-only buffers. + Copyedits. + (Creating Frames): Add xref to Init File. + (Frame Commands): Add xref to Exiting. + (Scroll Bars): Document GTK vs toolkit behavior. + +2008-10-15 Chong Yidong + + * files.texi (Version Control): Copyedits. Add Bazaar. + (Version Control Systems): List different VCS's using an itemized list. + Add Bazaar. + (VCS Concepts): Copyedits. Tweak description of file merging. + + * frames.texi (Mouse Commands, Cut/Paste Other App): Rewrite. + (Cut/Paste Other App): Document select-active-regions and + x-select-enable-primary. + +2008-10-13 Chong Yidong + + * mark.texi (Shift Selection): Correct case in node name. + + * emacs.texi (Top): Update node order in Mark chapter. + +2008-10-12 Eli Zaretskii + + * msdog-xtra.texi (MS-DOS): Fix bad pxref. + + * mini.texi (Minibuffer File): Fix markup in last change. Refer to + elsewhere in the manual instead of describing yet again the intricacies + of $HOME on MS-Windows and MS-DOS. + 2008-10-12 Chong Yidong + * mini.texi (Minibuffer File): Add xref to File Names. + (Minibuffer File): Add discussion of `~' in file names. Add + insert-default-directory index reference. + * files.texi (File Names): Reorganize description. (Visiting): Add xref to Mode Line. Copyedits. (Save Commands): Mention prefix behavior of C-x C-s. @@ -13,6 +139,7 @@ * cmdargs.texi (General Variables): Change Numbered Backups xref to Backup Names. + (Initial Options): Document renamed variable inhibit-startup-screen. 2008-10-11 Romain Francoise