diff options
| author | Christoph Scholtes | 2011-04-20 14:33:09 -0300 |
|---|---|---|
| committer | Stefan Monnier | 2011-04-20 14:33:09 -0300 |
| commit | 1c6c854ec7faf9184115245c7e300df89f1795bc (patch) | |
| tree | c4c2289e243ff8170b3034852d1a1e18d8ca12ff /doc | |
| parent | 332e62ab1f5d90d22951b67c430cbd4da9c10dbe (diff) | |
| download | emacs-1c6c854ec7faf9184115245c7e300df89f1795bc.tar.gz emacs-1c6c854ec7faf9184115245c7e300df89f1795bc.zip | |
* lisp/vc/vc.el (vc-diff-build-argument-list-internal)
(vc-version-ediff, vc-ediff): New functions.
(vc-version-diff): Use vc-diff-build-argument-list-internal.
* doc/emacs/maintaining.texi (Old Revisions): Add paragraph on new function
vc-ediff.
* etc/NEWS: Document new function `vc-ediff'.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 191 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 7 |
2 files changed, 105 insertions, 93 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 47aa395c730..d20c529f043 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com> | ||
| 2 | |||
| 3 | * maintaining.texi (Old Revisions): Add paragraph on new function | ||
| 4 | vc-ediff. | ||
| 5 | |||
| 1 | 2011-03-26 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-03-26 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion. | 8 | * display.texi (Auto Scrolling): Fix scroll-up/scroll-down confusion. |
| @@ -22,8 +27,8 @@ | |||
| 22 | 27 | ||
| 23 | 2011-03-09 Eli Zaretskii <eliz@gnu.org> | 28 | 2011-03-09 Eli Zaretskii <eliz@gnu.org> |
| 24 | 29 | ||
| 25 | * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding. Use | 30 | * ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding. |
| 26 | Texinfo @-commands for non Latin-1 characters. | 31 | Use Texinfo @-commands for non Latin-1 characters. |
| 27 | 32 | ||
| 28 | * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding. | 33 | * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding. |
| 29 | 34 | ||
| @@ -231,8 +236,8 @@ | |||
| 231 | (Old Revisions): Document revert-buffer for vc-diff. | 236 | (Old Revisions): Document revert-buffer for vc-diff. |
| 232 | (Log Buffer): Promote to a subsection. Document header lines. | 237 | (Log Buffer): Promote to a subsection. Document header lines. |
| 233 | 238 | ||
| 234 | * macos.texi (Mac / GNUstep Basics): Document | 239 | * macos.texi (Mac / GNUstep Basics): |
| 235 | ns-right-alternate-modifier. | 240 | Document ns-right-alternate-modifier. |
| 236 | 241 | ||
| 237 | * emacs.texi (Top): Update node listing. | 242 | * emacs.texi (Top): Update node listing. |
| 238 | 243 | ||
| @@ -553,8 +558,8 @@ | |||
| 553 | mail-self-blind, mail-default-reply-to, and mail-archive-file-name in | 558 | mail-self-blind, mail-default-reply-to, and mail-archive-file-name in |
| 554 | favor of mail-default-headers. Ad index entries for user-full-name and | 559 | favor of mail-default-headers. Ad index entries for user-full-name and |
| 555 | user-mail-address. | 560 | user-mail-address. |
| 556 | (Citing Mail): Update changes in Message mode behavior. Document | 561 | (Citing Mail): Update changes in Message mode behavior. |
| 557 | mail-yank-prefix. | 562 | Document mail-yank-prefix. |
| 558 | (Mail Signature): New node, moved from Mail Misc. | 563 | (Mail Signature): New node, moved from Mail Misc. |
| 559 | (Mail Aliases): Mail abbrevs are the default with Message mode. | 564 | (Mail Aliases): Mail abbrevs are the default with Message mode. |
| 560 | (Mail Methods): Note that Message mode is now the default. | 565 | (Mail Methods): Note that Message mode is now the default. |
| @@ -724,8 +729,8 @@ | |||
| 724 | * files.texi (Visiting): | 729 | * files.texi (Visiting): |
| 725 | * buffers.texi (Buffers): Max buffer size is now 512 MB. | 730 | * buffers.texi (Buffers): Max buffer size is now 512 MB. |
| 726 | 731 | ||
| 727 | * frames.texi (Cut/Paste Other App): Document | 732 | * frames.texi (Cut/Paste Other App): |
| 728 | save-interprogram-paste-before-kill. | 733 | Document save-interprogram-paste-before-kill. |
| 729 | 734 | ||
| 730 | * killing.texi (Kill Options): New node. | 735 | * killing.texi (Kill Options): New node. |
| 731 | 736 | ||
| @@ -813,8 +818,8 @@ | |||
| 813 | * entering.texi (Exiting): C-z is now bound to suspend-frame. | 818 | * entering.texi (Exiting): C-z is now bound to suspend-frame. |
| 814 | 819 | ||
| 815 | * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519). | 820 | * custom.texi (Init Examples): Replace Rumseld with Cheny (Bug#3519). |
| 816 | (Key Bindings): Reference Init Rebinding in introductory text. Shift | 821 | (Key Bindings): Reference Init Rebinding in introductory text. |
| 817 | some of the introduction to Keymaps node. | 822 | Shift some of the introduction to Keymaps node. |
| 818 | (Keymaps): Simplify. | 823 | (Keymaps): Simplify. |
| 819 | (Local Keymaps): Simplify. Move binding example to Init Rebinding. | 824 | (Local Keymaps): Simplify. Move binding example to Init Rebinding. |
| 820 | (Minibuffer Maps): Remove mention of Mocklisp. | 825 | (Minibuffer Maps): Remove mention of Mocklisp. |
| @@ -1080,8 +1085,8 @@ | |||
| 1080 | * misc.texi (Interactive Shell, Saving Emacs Sessions) | 1085 | * misc.texi (Interactive Shell, Saving Emacs Sessions) |
| 1081 | (Shell History Copying, Terminal emulator): Copyedits. | 1086 | (Shell History Copying, Terminal emulator): Copyedits. |
| 1082 | 1087 | ||
| 1083 | * xresources.texi (Resources): Simplify descriptions. Shorten | 1088 | * xresources.texi (Resources): Simplify descriptions. |
| 1084 | description of editres, which is not very useful these days. | 1089 | Shorten description of editres, which is not very useful these days. |
| 1085 | (Table of Resources): Document fontBackend resource. | 1090 | (Table of Resources): Document fontBackend resource. |
| 1086 | 1091 | ||
| 1087 | * trouble.texi (Quitting): Add other undo bindings to table. | 1092 | * trouble.texi (Quitting): Add other undo bindings to table. |
| @@ -1102,8 +1107,8 @@ | |||
| 1102 | (Enabling Multibyte): Remove obsolete discussion. Copyedits. | 1107 | (Enabling Multibyte): Remove obsolete discussion. Copyedits. |
| 1103 | (Language Environments): Add language environments new to Emacs 23. | 1108 | (Language Environments): Add language environments new to Emacs 23. |
| 1104 | (Multibyte Conversion): Node deleted. | 1109 | (Multibyte Conversion): Node deleted. |
| 1105 | (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. Don't | 1110 | (Coding Systems): Remove obsolete unify-8859-on-decoding-mode. |
| 1106 | mention obsolete emacs-mule coding system. | 1111 | Don't mention obsolete emacs-mule coding system. |
| 1107 | (Output Coding): Copyedits. | 1112 | (Output Coding): Copyedits. |
| 1108 | 1113 | ||
| 1109 | * emacs.texi (Top): Update node listing. | 1114 | * emacs.texi (Top): Update node listing. |
| @@ -1159,8 +1164,8 @@ | |||
| 1159 | 1164 | ||
| 1160 | * mini.texi (Completion Commands): Describe Emacs 23 completion rules. | 1165 | * mini.texi (Completion Commands): Describe Emacs 23 completion rules. |
| 1161 | (Completion Options): Document read-file-name-completion-ignore-case, | 1166 | (Completion Options): Document read-file-name-completion-ignore-case, |
| 1162 | read-buffer-completion-ignore-case, and completion-styles. Remove | 1167 | read-buffer-completion-ignore-case, and completion-styles. |
| 1163 | description of partial-completion-mode. | 1168 | Remove description of partial-completion-mode. |
| 1164 | 1169 | ||
| 1165 | 2009-03-14 Glenn Morris <rgm@gnu.org> | 1170 | 2009-03-14 Glenn Morris <rgm@gnu.org> |
| 1166 | 1171 | ||
| @@ -1582,8 +1587,8 @@ | |||
| 1582 | * files.texi (Visiting): Document new behavior of | 1587 | * files.texi (Visiting): Document new behavior of |
| 1583 | confirm-nonexistent-file-or-buffer. | 1588 | confirm-nonexistent-file-or-buffer. |
| 1584 | 1589 | ||
| 1585 | * buffers.texi (Select Buffer): Document | 1590 | * buffers.texi (Select Buffer): |
| 1586 | confirm-nonexistent-file-or-buffer. | 1591 | Document confirm-nonexistent-file-or-buffer. |
| 1587 | 1592 | ||
| 1588 | * picture-xtra.texi (Picture Mode): Use picture-mode instead of | 1593 | * picture-xtra.texi (Picture Mode): Use picture-mode instead of |
| 1589 | edit-picture. | 1594 | edit-picture. |
| @@ -1708,8 +1713,8 @@ | |||
| 1708 | 1713 | ||
| 1709 | * dired.texi (Dired): Mention C-x C-d too. | 1714 | * dired.texi (Dired): Mention C-x C-d too. |
| 1710 | (Dired Enter): Document M-n in the Dired minibuffer. | 1715 | (Dired Enter): Document M-n in the Dired minibuffer. |
| 1711 | (Dired Navigation): Explain dired-goto-file more clearly. Document | 1716 | (Dired Navigation): Explain dired-goto-file more clearly. |
| 1712 | dired-isearch-filenames. | 1717 | Document dired-isearch-filenames. |
| 1713 | (Dired Deletion): Remove unnecessary "expunged" terminology. | 1718 | (Dired Deletion): Remove unnecessary "expunged" terminology. |
| 1714 | (Flagging Many Files): & is now rebound to `% &'. | 1719 | (Flagging Many Files): & is now rebound to `% &'. |
| 1715 | (Shell Commands in Dired): Document dired-do-async-shell-command. | 1720 | (Shell Commands in Dired): Document dired-do-async-shell-command. |
| @@ -1731,8 +1736,8 @@ | |||
| 1731 | open-paren-in-column-0-is-defun-start more concisely. | 1736 | open-paren-in-column-0-is-defun-start more concisely. |
| 1732 | (Which Function, Program Indent, Info Lookup): Minor edits. | 1737 | (Which Function, Program Indent, Info Lookup): Minor edits. |
| 1733 | (Basic Indent): If region is active, TAB indents the region. | 1738 | (Basic Indent): If region is active, TAB indents the region. |
| 1734 | (Multi-line Indent): If region is active, TAB indents the region. Note | 1739 | (Multi-line Indent): If region is active, TAB indents the region. |
| 1735 | that indent-region is useful when Transient Mark mode is off. | 1740 | Note that indent-region is useful when Transient Mark mode is off. |
| 1736 | (Matching): The delimiter at the cursor is highlighted---the character | 1741 | (Matching): The delimiter at the cursor is highlighted---the character |
| 1737 | changes color. | 1742 | changes color. |
| 1738 | (Symbol Completion): Link to Completion node. | 1743 | (Symbol Completion): Link to Completion node. |
| @@ -1761,12 +1766,12 @@ | |||
| 1761 | 1766 | ||
| 1762 | 2008-10-31 Chong Yidong <cyd@stupidchicken.com> | 1767 | 2008-10-31 Chong Yidong <cyd@stupidchicken.com> |
| 1763 | 1768 | ||
| 1764 | * misc.texi (Document View): Renamed from Document Files, moved here | 1769 | * misc.texi (Document View): Rename from Document Files, moved here |
| 1765 | from files.texi. | 1770 | from files.texi. |
| 1766 | 1771 | ||
| 1767 | * files.texi (Version Control): Moved to maintaining.texi. Subnodes | 1772 | * files.texi (Version Control): Move to maintaining.texi. |
| 1768 | moved as well. | 1773 | Subnodes moved as well. |
| 1769 | (Document Files): Moved to misc.texi. | 1774 | (Document Files): Move to misc.texi. |
| 1770 | 1775 | ||
| 1771 | * maintaining.texi (Change Log): Document log-edit-insert-changelog and | 1776 | * maintaining.texi (Change Log): Document log-edit-insert-changelog and |
| 1772 | vc-update-change-log. | 1777 | vc-update-change-log. |
| @@ -1782,8 +1787,8 @@ | |||
| 1782 | 1787 | ||
| 1783 | 2008-10-31 Chong Yidong <cyd@stupidchicken.com> | 1788 | 2008-10-31 Chong Yidong <cyd@stupidchicken.com> |
| 1784 | 1789 | ||
| 1785 | * building.texi (Compilation Mode): Document | 1790 | * building.texi (Compilation Mode): |
| 1786 | compilation-auto-jump-to-first-error. | 1791 | Document compilation-auto-jump-to-first-error. |
| 1787 | (Debuggers): Lower GUD subsections to subsubsections. | 1792 | (Debuggers): Lower GUD subsections to subsubsections. |
| 1788 | (Starting GUD): Add cindex. | 1793 | (Starting GUD): Add cindex. |
| 1789 | (Lisp Interaction): Note that scratch is no longer the initial buffer. | 1794 | (Lisp Interaction): Note that scratch is no longer the initial buffer. |
| @@ -1801,8 +1806,8 @@ | |||
| 1801 | 1806 | ||
| 1802 | * emacs.texi (Top): Update node listings. | 1807 | * emacs.texi (Top): Update node listings. |
| 1803 | 1808 | ||
| 1804 | * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't | 1809 | * misc.texi (Emacs Server): Rewrite. Document daemon-mode. |
| 1805 | mention obsolete emacs.bash script. | 1810 | Don't mention obsolete emacs.bash script. |
| 1806 | (Invoking emacsclient): Rewrite, moving optional arguments to | 1811 | (Invoking emacsclient): Rewrite, moving optional arguments to |
| 1807 | emacsclient Options. | 1812 | emacsclient Options. |
| 1808 | (emacsclient Options): New node. Document server-use-tcp and | 1813 | (emacsclient Options): New node. Document server-use-tcp and |
| @@ -1842,7 +1847,7 @@ | |||
| 1842 | 1847 | ||
| 1843 | 2008-10-22 Tassilo Horn <tassilo@member.fsf.org> | 1848 | 2008-10-22 Tassilo Horn <tassilo@member.fsf.org> |
| 1844 | 1849 | ||
| 1845 | * emacs.texi (Acknowledgments): Added myself to Acknowledgments | 1850 | * emacs.texi (Acknowledgments): Add myself to Acknowledgments |
| 1846 | section. | 1851 | section. |
| 1847 | 1852 | ||
| 1848 | 2008-10-21 Chong Yidong <cyd@stupidchicken.com> | 1853 | 2008-10-21 Chong Yidong <cyd@stupidchicken.com> |
| @@ -1877,15 +1882,15 @@ | |||
| 1877 | crucial to using distributed version control systems. | 1882 | crucial to using distributed version control systems. |
| 1878 | (Comparing Files): Note that diff uses the minibuffer, and that the | 1883 | (Comparing Files): Note that diff uses the minibuffer, and that the |
| 1879 | output is shown using Diff mode. | 1884 | output is shown using Diff mode. |
| 1880 | (Diff Mode): Explain what "patch" and "hunk" mean. Document | 1885 | (Diff Mode): Explain what "patch" and "hunk" mean. |
| 1881 | diff-update-on-the-fly, diff-refine-hunk, and | 1886 | Document diff-update-on-the-fly, diff-refine-hunk, and |
| 1882 | diff-show-trailing-whitespaces. | 1887 | diff-show-trailing-whitespaces. |
| 1883 | (File Archives): Add rar support. | 1888 | (File Archives): Add rar support. |
| 1884 | 1889 | ||
| 1885 | * major.texi (Choosing Modes): Make mode selection sequence more | 1890 | * major.texi (Choosing Modes): Make mode selection sequence more |
| 1886 | obvious by describing the steps in order of priority. Note that | 1891 | obvious by describing the steps in order of priority. Note that |
| 1887 | magic-mode-alist is nil by default. Document | 1892 | magic-mode-alist is nil by default. |
| 1888 | magic-fallback-mode-alist. | 1893 | Document magic-fallback-mode-alist. |
| 1889 | 1894 | ||
| 1890 | 2008-10-20 Chong Yidong <cyd@stupidchicken.com> | 1895 | 2008-10-20 Chong Yidong <cyd@stupidchicken.com> |
| 1891 | 1896 | ||
| @@ -1944,8 +1949,8 @@ | |||
| 1944 | 2008-10-12 Chong Yidong <cyd@stupidchicken.com> | 1949 | 2008-10-12 Chong Yidong <cyd@stupidchicken.com> |
| 1945 | 1950 | ||
| 1946 | * mini.texi (Minibuffer File): Add xref to File Names. | 1951 | * mini.texi (Minibuffer File): Add xref to File Names. |
| 1947 | (Minibuffer File): Add discussion of `~' in file names. Add | 1952 | (Minibuffer File): Add discussion of `~' in file names. |
| 1948 | insert-default-directory index reference. | 1953 | Add insert-default-directory index reference. |
| 1949 | 1954 | ||
| 1950 | * files.texi (File Names): Reorganize description. | 1955 | * files.texi (File Names): Reorganize description. |
| 1951 | (Visiting): Add xref to Mode Line. Copyedits. | 1956 | (Visiting): Add xref to Mode Line. Copyedits. |
| @@ -1990,8 +1995,8 @@ | |||
| 1990 | * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create | 1995 | * msdog-xtra.texi (MS-DOS Printing, MS-DOS and MULE): No need to create |
| 1991 | cpNNN coding systems anymore. | 1996 | cpNNN coding systems anymore. |
| 1992 | (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support | 1997 | (MS-DOS and MULE): Don't mention code-pages.el. Don't mention support |
| 1993 | for unibyte mode. Don't mention line-drawing characters. Don't | 1998 | for unibyte mode. Don't mention line-drawing characters. |
| 1994 | mention dos-unsupported-char-glyph. | 1999 | Don't mention dos-unsupported-char-glyph. |
| 1995 | 2000 | ||
| 1996 | 2008-09-25 Chong Yidong <cyd@stupidchicken.com> | 2001 | 2008-09-25 Chong Yidong <cyd@stupidchicken.com> |
| 1997 | 2002 | ||
| @@ -2022,12 +2027,12 @@ | |||
| 2022 | * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred | 2027 | * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred |
| 2023 | interface for defining macros. Simplify examples. Note that C-g quits | 2028 | interface for defining macros. Simplify examples. Note that C-g quits |
| 2024 | macro definitions. | 2029 | macro definitions. |
| 2025 | (Keyboard Macro Counter): Document using F3 to insert counter. Give | 2030 | (Keyboard Macro Counter): Document using F3 to insert counter. |
| 2026 | usage example. | 2031 | Give usage example. |
| 2027 | (Keyboard Macro Query): Organize query responses in a table. | 2032 | (Keyboard Macro Query): Organize query responses in a table. |
| 2028 | 2033 | ||
| 2029 | * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link | 2034 | * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. |
| 2030 | to Erasing node. | 2035 | Link to Erasing node. |
| 2031 | (Undo): Reorganize paragraphs for logical flow. Move keybinding | 2036 | (Undo): Reorganize paragraphs for logical flow. Move keybinding |
| 2032 | rationale to a footnote. | 2037 | rationale to a footnote. |
| 2033 | (Kill Errors): Remove node, due to redundancy with Erasing. | 2038 | (Kill Errors): Remove node, due to redundancy with Erasing. |
| @@ -2229,8 +2234,8 @@ | |||
| 2229 | * display.texi (Visual Line Mode): New node. | 2234 | * display.texi (Visual Line Mode): New node. |
| 2230 | 2235 | ||
| 2231 | * basic.texi (Inserting Text): Move DEL to deletion node. | 2236 | * basic.texi (Inserting Text): Move DEL to deletion node. |
| 2232 | (Moving Point): Add additional alternative key bindings. Describe | 2237 | (Moving Point): Add additional alternative key bindings. |
| 2233 | line-move-visual. | 2238 | Describe line-move-visual. |
| 2234 | (Erasing): Describe DEL. | 2239 | (Erasing): Describe DEL. |
| 2235 | (Basic Undo, Blank Lines, Arguments): Copyedit. | 2240 | (Basic Undo, Blank Lines, Arguments): Copyedit. |
| 2236 | (Continuation Lines): Mention Visual Line mode. | 2241 | (Continuation Lines): Mention Visual Line mode. |
| @@ -2349,8 +2354,8 @@ | |||
| 2349 | 2354 | ||
| 2350 | 2008-06-04 Miles Bader <miles@gnu.org> | 2355 | 2008-06-04 Miles Bader <miles@gnu.org> |
| 2351 | 2356 | ||
| 2352 | * display.texi (Temporary Face Changes): Add | 2357 | * display.texi (Temporary Face Changes): |
| 2353 | `adjust-buffer-face-height'. Rewrite description of | 2358 | Add `adjust-buffer-face-height'. Rewrite description of |
| 2354 | `increase-buffer-face-height' and `decrease-default-face-height' now | 2359 | `increase-buffer-face-height' and `decrease-default-face-height' now |
| 2355 | that they aren't bound by default. | 2360 | that they aren't bound by default. |
| 2356 | 2361 | ||
| @@ -2514,8 +2519,8 @@ | |||
| 2514 | (Replace, Unconditional Replace, Other Repeating Search): | 2519 | (Replace, Unconditional Replace, Other Repeating Search): |
| 2515 | Describe Transient Mark mode as the default. | 2520 | Describe Transient Mark mode as the default. |
| 2516 | 2521 | ||
| 2517 | * text.texi (Words, Pages, Fill Commands, HTML Mode): Describe | 2522 | * text.texi (Words, Pages, Fill Commands, HTML Mode): |
| 2518 | Transient Mark mode as the default. | 2523 | Describe Transient Mark mode as the default. |
| 2519 | (Paragraphs): Describe how M-h behaves when region is active. | 2524 | (Paragraphs): Describe how M-h behaves when region is active. |
| 2520 | 2525 | ||
| 2521 | * trouble.texi (Quitting): Clarify effects of C-g. | 2526 | * trouble.texi (Quitting): Clarify effects of C-g. |
| @@ -2661,8 +2666,8 @@ | |||
| 2661 | 2666 | ||
| 2662 | 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net> | 2667 | 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net> |
| 2663 | 2668 | ||
| 2664 | * search.texi (Query Replace): Mention | 2669 | * search.texi (Query Replace): |
| 2665 | `query-replace-show-replacement'. | 2670 | Mention `query-replace-show-replacement'. |
| 2666 | 2671 | ||
| 2667 | 2007-11-09 Nick Roberts <nickrob@snap.net.nz> | 2672 | 2007-11-09 Nick Roberts <nickrob@snap.net.nz> |
| 2668 | 2673 | ||
| @@ -3015,8 +3020,8 @@ | |||
| 3015 | 3020 | ||
| 3016 | 2007-04-20 David Koppelman <koppel@ece.lsu.edu> | 3021 | 2007-04-20 David Koppelman <koppel@ece.lsu.edu> |
| 3017 | 3022 | ||
| 3018 | * display.texi (Highlight Interactively): Document | 3023 | * display.texi (Highlight Interactively): |
| 3019 | hi-lock-file-patterns-policy. | 3024 | Document hi-lock-file-patterns-policy. |
| 3020 | 3025 | ||
| 3021 | 2007-04-20 Martin Rudalics <rudalics@gmx.at> | 3026 | 2007-04-20 Martin Rudalics <rudalics@gmx.at> |
| 3022 | 3027 | ||
| @@ -3574,8 +3579,8 @@ | |||
| 3574 | 2006-08-10 Richard Stallman <rms@gnu.org> | 3579 | 2006-08-10 Richard Stallman <rms@gnu.org> |
| 3575 | 3580 | ||
| 3576 | * text.texi (Format Faces): Substantial rewrites to deal | 3581 | * text.texi (Format Faces): Substantial rewrites to deal |
| 3577 | with face merging. Empty regions don't count. Clarify | 3582 | with face merging. Empty regions don't count. |
| 3578 | face property inheritance. | 3583 | Clarify face property inheritance. |
| 3579 | 3584 | ||
| 3580 | 2006-08-08 Romain Francoise <romain@orebokech.com> | 3585 | 2006-08-08 Romain Francoise <romain@orebokech.com> |
| 3581 | 3586 | ||
| @@ -4034,7 +4039,7 @@ | |||
| 4034 | of emacs-xtra.texi. Convert each @chapter into @section, @section | 4039 | of emacs-xtra.texi. Convert each @chapter into @section, @section |
| 4035 | into @subsection, etc. | 4040 | into @subsection, etc. |
| 4036 | 4041 | ||
| 4037 | * emacs-xtra.texi (MS-DOS): Renamed from "MS-DOG". All references | 4042 | * emacs-xtra.texi (MS-DOS): Rename from "MS-DOG". All references |
| 4038 | updated. | 4043 | updated. |
| 4039 | 4044 | ||
| 4040 | * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft | 4045 | * msdog.texi (Microsoft Windows): Rename from "Emacs and Microsoft |
| @@ -4071,7 +4076,7 @@ | |||
| 4071 | (Comparing Files): Delete what duplicates new node. | 4076 | (Comparing Files): Delete what duplicates new node. |
| 4072 | (Files): Put Diff Mode in menu. | 4077 | (Files): Put Diff Mode in menu. |
| 4073 | 4078 | ||
| 4074 | * misc.texi (Diff Mode): Moved to files.texi. | 4079 | * misc.texi (Diff Mode): Move to files.texi. |
| 4075 | 4080 | ||
| 4076 | * emacs.texi (Top): Update menu for Diff Mode. | 4081 | * emacs.texi (Top): Update menu for Diff Mode. |
| 4077 | 4082 | ||
| @@ -4997,8 +5002,8 @@ | |||
| 4997 | 5002 | ||
| 4998 | 2005-11-01 Nick Roberts <nickrob@snap.net.nz> | 5003 | 2005-11-01 Nick Roberts <nickrob@snap.net.nz> |
| 4999 | 5004 | ||
| 5000 | * building.texi (Other GDB User Interface Buffers): Describe | 5005 | * building.texi (Other GDB User Interface Buffers): |
| 5001 | the command gdb-use-inferior-io-buffer. | 5006 | Describe the command gdb-use-inferior-io-buffer. |
| 5002 | 5007 | ||
| 5003 | 2005-10-31 Romain Francoise <romain@orebokech.com> | 5008 | 2005-10-31 Romain Francoise <romain@orebokech.com> |
| 5004 | 5009 | ||
| @@ -5036,8 +5041,8 @@ | |||
| 5036 | 5041 | ||
| 5037 | 2005-10-25 Nick Roberts <nickrob@snap.net.nz> | 5042 | 2005-10-25 Nick Roberts <nickrob@snap.net.nz> |
| 5038 | 5043 | ||
| 5039 | * building.texi (GDB Graphical Interface): Describe | 5044 | * building.texi (GDB Graphical Interface): |
| 5040 | gdb-mouse-until. | 5045 | Describe gdb-mouse-until. |
| 5041 | 5046 | ||
| 5042 | 2005-10-23 Richard M. Stallman <rms@gnu.org> | 5047 | 2005-10-23 Richard M. Stallman <rms@gnu.org> |
| 5043 | 5048 | ||
| @@ -5104,7 +5109,7 @@ | |||
| 5104 | 5109 | ||
| 5105 | 2005-10-09 Jan Djärv <jan.h.d@swipnet.se> | 5110 | 2005-10-09 Jan Djärv <jan.h.d@swipnet.se> |
| 5106 | 5111 | ||
| 5107 | * cmdargs.texi (Icons X): Removed options -i, -itype, --icon-type, | 5112 | * cmdargs.texi (Icons X): Remove options -i, -itype, --icon-type, |
| 5108 | added -nb, --no-bitmap-icon. | 5113 | added -nb, --no-bitmap-icon. |
| 5109 | 5114 | ||
| 5110 | 2005-10-07 Nick Roberts <nickrob@snap.net.nz> | 5115 | 2005-10-07 Nick Roberts <nickrob@snap.net.nz> |
| @@ -5141,16 +5146,16 @@ | |||
| 5141 | emulation and related variables. | 5146 | emulation and related variables. |
| 5142 | (Mac International): Mention Central European and Cyrillic | 5147 | (Mac International): Mention Central European and Cyrillic |
| 5143 | support. Now `keyboard-coding-system' is dynamically changed. | 5148 | support. Now `keyboard-coding-system' is dynamically changed. |
| 5144 | Add description about coding system for selection. Add | 5149 | Add description about coding system for selection. |
| 5145 | description about language environment. | 5150 | Add description about language environment. |
| 5146 | (Mac Environment Variables): Mention | 5151 | (Mac Environment Variables): |
| 5147 | `~/.MacOSX/environment.plist'. Give example of command line | 5152 | Mention `~/.MacOSX/environment.plist'. Give example of command line |
| 5148 | arguments. Add Preferences support. | 5153 | arguments. Add Preferences support. |
| 5149 | (Mac Directories): Explicitly state that this node is for Mac OS | 5154 | (Mac Directories): Explicitly state that this node is for Mac OS |
| 5150 | Classic only. | 5155 | Classic only. |
| 5151 | (Mac Font Specs): Mention specification for scalable fonts. List | 5156 | (Mac Font Specs): Mention specification for scalable fonts. |
| 5152 | supported charsets. Add preferred way of creating fontsets. Add | 5157 | List supported charsets. Add preferred way of creating fontsets. |
| 5153 | description about `mac-allow-anti-aliasing'. | 5158 | Add description about `mac-allow-anti-aliasing'. |
| 5154 | (Mac Functions): Add descriptions about `mac-set-file-creator', | 5159 | (Mac Functions): Add descriptions about `mac-set-file-creator', |
| 5155 | `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type', | 5160 | `mac-get-file-creator', `mac-set-file-type', `mac-get-file-type', |
| 5156 | and `mac-get-preference'. | 5161 | and `mac-get-preference'. |
| @@ -5312,8 +5317,8 @@ | |||
| 5312 | 2005-07-16 Eli Zaretskii <eliz@gnu.org> | 5317 | 2005-07-16 Eli Zaretskii <eliz@gnu.org> |
| 5313 | 5318 | ||
| 5314 | * display.texi (Standard Faces): Explain that customization of | 5319 | * display.texi (Standard Faces): Explain that customization of |
| 5315 | `menu' face has no effect on w32 and with GTK. Add | 5320 | `menu' face has no effect on w32 and with GTK. |
| 5316 | cross-references. | 5321 | Add cross-references. |
| 5317 | 5322 | ||
| 5318 | * cmdargs.texi (General Variables): Clarify the default location | 5323 | * cmdargs.texi (General Variables): Clarify the default location |
| 5319 | of $HOME on w32 systems. | 5324 | of $HOME on w32 systems. |
| @@ -5325,8 +5330,8 @@ | |||
| 5325 | 5330 | ||
| 5326 | 2005-07-08 Kenichi Handa <handa@m17n.org> | 5331 | 2005-07-08 Kenichi Handa <handa@m17n.org> |
| 5327 | 5332 | ||
| 5328 | * mule.texi (Recognize Coding): Recommend | 5333 | * mule.texi (Recognize Coding): |
| 5329 | revert-buffer-with-coding-system instead of revert-buffer. | 5334 | Recommend revert-buffer-with-coding-system instead of revert-buffer. |
| 5330 | 5335 | ||
| 5331 | 2005-07-07 Richard M. Stallman <rms@gnu.org> | 5336 | 2005-07-07 Richard M. Stallman <rms@gnu.org> |
| 5332 | 5337 | ||
| @@ -5374,12 +5379,12 @@ | |||
| 5374 | 5379 | ||
| 5375 | 2005-06-23 Richard M. Stallman <rms@gnu.org> | 5380 | 2005-06-23 Richard M. Stallman <rms@gnu.org> |
| 5376 | 5381 | ||
| 5377 | * anti.texi (Antinews): Renamed show-nonbreak-escape to | 5382 | * anti.texi (Antinews): Rename show-nonbreak-escape to |
| 5378 | nobreak-char-display. | 5383 | nobreak-char-display. |
| 5379 | 5384 | ||
| 5380 | * emacs.texi (Top): Update detailed node listing. | 5385 | * emacs.texi (Top): Update detailed node listing. |
| 5381 | 5386 | ||
| 5382 | * display.texi (Text Display): Renamed show-nonbreak-escape | 5387 | * display.texi (Text Display): Rename show-nonbreak-escape |
| 5383 | to nobreak-char-display and no-break-space to nobreak-space. | 5388 | to nobreak-char-display and no-break-space to nobreak-space. |
| 5384 | (Standard Faces): Split up the list of standard faces | 5389 | (Standard Faces): Split up the list of standard faces |
| 5385 | and put it in a separate node. Add nobreak-space and | 5390 | and put it in a separate node. Add nobreak-space and |
| @@ -5391,8 +5396,8 @@ | |||
| 5391 | 5396 | ||
| 5392 | 2005-06-23 Kenichi Handa <handa@m17n.org> | 5397 | 2005-06-23 Kenichi Handa <handa@m17n.org> |
| 5393 | 5398 | ||
| 5394 | * mule.texi (International): List all supported scripts. Adjust | 5399 | * mule.texi (International): List all supported scripts. |
| 5395 | text for that leim is now included in the normal Emacs | 5400 | Adjust text for that leim is now included in the normal Emacs |
| 5396 | distribution. | 5401 | distribution. |
| 5397 | (Language Environments): List all language environments. | 5402 | (Language Environments): List all language environments. |
| 5398 | Intlfonts contains fonts for most supported scripts, not all.. | 5403 | Intlfonts contains fonts for most supported scripts, not all.. |
| @@ -5634,8 +5639,8 @@ | |||
| 5634 | 5639 | ||
| 5635 | * ack.texi (Acknowledgments): Delete info about iso-acc.el. | 5640 | * ack.texi (Acknowledgments): Delete info about iso-acc.el. |
| 5636 | 5641 | ||
| 5637 | * dired.texi (Misc Dired Features): Document | 5642 | * dired.texi (Misc Dired Features): |
| 5638 | dired-compare-directories. | 5643 | Document dired-compare-directories. |
| 5639 | 5644 | ||
| 5640 | * files.texi (Filesets): New node. | 5645 | * files.texi (Filesets): New node. |
| 5641 | (File Conveniences): Document Image mode. | 5646 | (File Conveniences): Document Image mode. |
| @@ -6023,8 +6028,8 @@ | |||
| 6023 | 6028 | ||
| 6024 | 2005-03-19 Eli Zaretskii <eliz@gnu.org> | 6029 | 2005-03-19 Eli Zaretskii <eliz@gnu.org> |
| 6025 | 6030 | ||
| 6026 | * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. Update | 6031 | * anti.texi (Antinews): Refer to Emacs 21.4, not 21.3. |
| 6027 | copyright years. | 6032 | Update copyright years. |
| 6028 | 6033 | ||
| 6029 | 2005-03-14 Nick Roberts <nickrob@snap.net.nz> | 6034 | 2005-03-14 Nick Roberts <nickrob@snap.net.nz> |
| 6030 | 6035 | ||
| @@ -6231,7 +6236,7 @@ | |||
| 6231 | (Scrolling): For C-l, don't presume text terminal. | 6236 | (Scrolling): For C-l, don't presume text terminal. |
| 6232 | (Horizontal Scrolling): Simplify intro. | 6237 | (Horizontal Scrolling): Simplify intro. |
| 6233 | (Follow Mode): Clarify. | 6238 | (Follow Mode): Clarify. |
| 6234 | (Cursor Display): Moved before Display Custom. | 6239 | (Cursor Display): Move before Display Custom. |
| 6235 | (Display Custom): Explain no-redraw-on-reenter is for text terminals. | 6240 | (Display Custom): Explain no-redraw-on-reenter is for text terminals. |
| 6236 | Doc default-tab-width. Doc line truncation more thoroughly. | 6241 | Doc default-tab-width. Doc line truncation more thoroughly. |
| 6237 | 6242 | ||
| @@ -6401,8 +6406,8 @@ | |||
| 6401 | cross-references to mailutils documentation. | 6406 | cross-references to mailutils documentation. |
| 6402 | Describe various methods of specifying mailbox names, | 6407 | Describe various methods of specifying mailbox names, |
| 6403 | user names and user passwords for rmail. | 6408 | user names and user passwords for rmail. |
| 6404 | (Remote Mailboxes): New section. Describe | 6409 | (Remote Mailboxes): New section. |
| 6405 | how movemail handles remote mailboxes. Describe configuration | 6410 | Describe how movemail handles remote mailboxes. Describe configuration |
| 6406 | options used to control its behavior. | 6411 | options used to control its behavior. |
| 6407 | (Other Mailbox Formats): Explain handling of various mailbox | 6412 | (Other Mailbox Formats): Explain handling of various mailbox |
| 6408 | formats. | 6413 | formats. |
| @@ -6576,8 +6581,8 @@ | |||
| 6576 | 2004-11-10 Andre Spiegel <spiegel@gnu.org> | 6581 | 2004-11-10 Andre Spiegel <spiegel@gnu.org> |
| 6577 | 6582 | ||
| 6578 | * files.texi (Version Control): Rewrite the introduction about | 6583 | * files.texi (Version Control): Rewrite the introduction about |
| 6579 | version systems, mentioning the new ones that we support. Thanks | 6584 | version systems, mentioning the new ones that we support. |
| 6580 | to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for | 6585 | Thanks to Alex Ott, Karl Fogel, Stefan Monnier, and David Kastrup for |
| 6581 | suggestions. | 6586 | suggestions. |
| 6582 | 6587 | ||
| 6583 | 2004-11-03 Jan Djärv <jan.h.d@swipnet.se> | 6588 | 2004-11-03 Jan Djärv <jan.h.d@swipnet.se> |
| @@ -7072,8 +7077,8 @@ | |||
| 7072 | 7077 | ||
| 7073 | 2004-02-21 Juri Linkov <juri@jurta.org> | 7078 | 2004-02-21 Juri Linkov <juri@jurta.org> |
| 7074 | 7079 | ||
| 7075 | * cmdargs.texi (Action Arguments): Add alias --find-file. Add | 7080 | * cmdargs.texi (Action Arguments): Add alias --find-file. |
| 7076 | --directory, --help, --version. Move text about command-line-args | 7081 | Add --directory, --help, --version. Move text about command-line-args |
| 7077 | to Command Arguments. | 7082 | to Command Arguments. |
| 7078 | (Initial Options): Add @cindex for --script. Fix @cindex for -q. | 7083 | (Initial Options): Add @cindex for --script. Fix @cindex for -q. |
| 7079 | Add --no-desktop. Add alias --no-multibyte, --no-unibyte. | 7084 | Add --no-desktop. Add alias --no-multibyte, --no-unibyte. |
| @@ -7093,7 +7098,7 @@ | |||
| 7093 | 7098 | ||
| 7094 | 2004-01-24 Richard M. Stallman <rms@gnu.org> | 7099 | 2004-01-24 Richard M. Stallman <rms@gnu.org> |
| 7095 | 7100 | ||
| 7096 | * emacs.texi (Acknowledgments): Renamed from Acknowledgements. | 7101 | * emacs.texi (Acknowledgments): Rename from Acknowledgements. |
| 7097 | Include it only @ifnotinfo. Patch the preceding and following | 7102 | Include it only @ifnotinfo. Patch the preceding and following |
| 7098 | node headers to point to each other. | 7103 | node headers to point to each other. |
| 7099 | 7104 | ||
| @@ -7176,8 +7181,8 @@ | |||
| 7176 | 7181 | ||
| 7177 | 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu> | 7182 | 2003-09-24 Luc Teirlinck <teirllm@mail.auburn.edu> |
| 7178 | 7183 | ||
| 7179 | * cmdargs.texi (Font X): Mention new default font. More | 7184 | * cmdargs.texi (Font X): Mention new default font. |
| 7180 | fully describe long font names, wildcard patterns and the | 7185 | More fully describe long font names, wildcard patterns and the |
| 7181 | problems involved. (Result of discussion on emacs-devel.) | 7186 | problems involved. (Result of discussion on emacs-devel.) |
| 7182 | 7187 | ||
| 7183 | 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu> | 7188 | 2003-09-22 Luc Teirlinck <teirllm@mail.auburn.edu> |
| @@ -7199,8 +7204,8 @@ | |||
| 7199 | 7204 | ||
| 7200 | * screen.texi (Mode Line): Say that POS comes before LINE. | 7205 | * screen.texi (Mode Line): Say that POS comes before LINE. |
| 7201 | Mention `size-indication-mode'. | 7206 | Mention `size-indication-mode'. |
| 7202 | * display.texi (Optional Mode Line): Document | 7207 | * display.texi (Optional Mode Line): |
| 7203 | `size-indication-mode'. | 7208 | Document `size-indication-mode'. |
| 7204 | * basic.texi (Position Info): Mention `size-indication-mode'. | 7209 | * basic.texi (Position Info): Mention `size-indication-mode'. |
| 7205 | 7210 | ||
| 7206 | 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu> | 7211 | 2003-09-07 Luc Teirlinck <teirllm@mail.auburn.edu> |
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index d311104ddd7..bc7484b0557 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -744,6 +744,13 @@ is neither visiting a version-controlled file nor a VC directory | |||
| 744 | buffer, these commands generate a diff of all registered files in the | 744 | buffer, these commands generate a diff of all registered files in the |
| 745 | current directory and its subdirectories. | 745 | current directory and its subdirectories. |
| 746 | 746 | ||
| 747 | @findex vc-ediff | ||
| 748 | The function @code{vc-ediff} works like @code{vc-diff} and provides a way to | ||
| 749 | visually compare two revisions of a file an Ediff session, @pxref{Top, Ediff, | ||
| 750 | ediff, The Ediff Manual}. It compares the file associated with the current | ||
| 751 | buffer with the last repository revision. To compare two arbitrary revisions | ||
| 752 | of the current file, call @code{vc-ediff} with a prefix argument. | ||
| 753 | |||
| 747 | @vindex vc-diff-switches | 754 | @vindex vc-diff-switches |
| 748 | @vindex vc-rcs-diff-switches | 755 | @vindex vc-rcs-diff-switches |
| 749 | @kbd{C-x v =} works by running a variant of the @code{diff} utility | 756 | @kbd{C-x v =} works by running a variant of the @code{diff} utility |