aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-04-30 05:50:02 +0000
committerDan Nicolaescu2008-04-30 05:50:02 +0000
commit15947a4464cc7c5fc93bfe1cec2d94cd6624b6ee (patch)
tree8606eb9e935074998ae6c09cbc88f8b7f656c35e
parent9a3558cbeb6ee199ec82220abc14feaa608c7a56 (diff)
downloademacs-15947a4464cc7c5fc93bfe1cec2d94cd6624b6ee.tar.gz
emacs-15947a4464cc7c5fc93bfe1cec2d94cd6624b6ee.zip
Reorder, place things related to version control together.
-rw-r--r--etc/NEWS34
1 files changed, 17 insertions, 17 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d4e3e9fd6b7..d04d628febe 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -418,9 +418,6 @@ this buffer, and special Proced commands to operate on the processes listed.
418renamed to `old-whitespace'. 418renamed to `old-whitespace'.
419[FIXME someone explain why this is good, if it is...] 419[FIXME someone explain why this is good, if it is...]
420 420
421** In Change Log mode, the new function `change-log-find-file', bound to
422C-c C-f, finds the file associated with the current log entry.
423
424** abbrev was rewritten in Elisp and extended with more flexibility. 421** abbrev was rewritten in Elisp and extended with more flexibility.
425*** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put, 422*** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put,
426 abbrev-table-p, abbrev-insert, abbrev-table-menu. 423 abbrev-table-p, abbrev-insert, abbrev-table-menu.
@@ -467,19 +464,6 @@ documentation of the given isearch key sequence, `C-h m' displays
467documentation of isearch mode. All the rest Help commands exit isearch mode 464documentation of isearch mode. All the rest Help commands exit isearch mode
468and execute their global definitions. 465and execute their global definitions.
469 466
470** smerge-refine highlights word-level details of changes in conflict.
471It's used automatically as you move through conflicts, see smerge-auto-refine.
472
473** Diff mode
474
475*** diff-refine-hunk highlights word-level details of changes in a diff hunk.
476It's used automatically as you move through hunks, see
477diff-auto-refine. It is bound to `C-c C-b'.
478
479*** diff-add-change-log-entries-other-window iterates through the diff
480buffer and tries to create ChangeLog entries for each change.
481It is bound to `C-x 4 A'.
482
483** archive-mode has basic support to browse Rar archives. 467** archive-mode has basic support to browse Rar archives.
484 468
485** talk.el has been extended for multiple tty support. 469** talk.el has been extended for multiple tty support.
@@ -525,7 +509,7 @@ and Bzr. VC will now pass a multiple-file commit to these systems as
525a single changeset. 509a single changeset.
526 510
527*** vc-dir is a new command that displays file names and their VC 511*** vc-dir is a new command that displays file names and their VC
528status. It allows to apply various VC operations to apply a file or a 512status. It allows to apply various VC operations to a file or a
529set of files. 513set of files.
530 514
531*** Clicking on the VC mode-line entry now pops the VC menu. 515*** Clicking on the VC mode-line entry now pops the VC menu.
@@ -547,9 +531,25 @@ active.
547For now only CVS, RCS, SCCS and SVN support this functionality. 531For now only CVS, RCS, SCCS and SVN support this functionality.
548This is done by the `modify-change-comment' backend function. 532This is done by the `modify-change-comment' backend function.
549 533
534** smerge-refine highlights word-level details of changes in conflict.
535It's used automatically as you move through conflicts, see smerge-auto-refine.
536
537** Diff mode
538
539*** diff-refine-hunk highlights word-level details of changes in a diff hunk.
540It's used automatically as you move through hunks, see
541diff-auto-refine. It is bound to `C-c C-b'.
542
543*** diff-add-change-log-entries-other-window iterates through the diff
544buffer and tries to create ChangeLog entries for each change.
545It is bound to `C-x 4 A'.
546
550** log-edit now has a command bound to C-c C-d to show the diff for 547** log-edit now has a command bound to C-c C-d to show the diff for
551the files involved. 548the files involved.
552 549
550** In Change Log mode, the new function `change-log-find-file', bound to
551C-c C-f, finds the file associated with the current log entry.
552
553** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs. 553** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.
554 554
555** The appearance of superscript and subscript in TeX is more customizable. 555** The appearance of superscript and subscript in TeX is more customizable.