Mercurial > emacs
comparison etc/NEWS @ 31816:070cf4b710c5
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 21 Sep 2000 15:08:55 +0000 |
parents | db5ea3d2a1b4 |
children | 7c50babd3f4f |
comparison
equal
deleted
inserted
replaced
31815:e0b702f0bc3c | 31816:070cf4b710c5 |
---|---|
729 (add-to-list 'mode-line-format 'hs-headline))) | 729 (add-to-list 'mode-line-format 'hs-headline))) |
730 | 730 |
731 ** Changes to Change Log mode and Add-Log functions | 731 ** Changes to Change Log mode and Add-Log functions |
732 | 732 |
733 +++ | 733 +++ |
734 If you invoke `add-change-log-entry' from a backup file, it makes an | 734 *** If you invoke `add-change-log-entry' from a backup file, it makes |
735 entry appropriate for the file's parent. This is useful for making | 735 an entry appropriate for the file's parent. This is useful for making |
736 log entries by comparing a version with deleted functions. | 736 log entries by comparing a version with deleted functions. |
737 | 737 |
738 +++ | 738 +++ |
739 New command M-x change-log-merge merges another log into the current | 739 **** New command M-x change-log-merge merges another log into the |
740 buffer. | 740 current buffer. |
741 | 741 |
742 +++ | 742 +++ |
743 New command M-x change-log-redate fixes any old-style date entries in | 743 *** New command M-x change-log-redate fixes any old-style date entries |
744 a log file. | 744 in a log file. |
745 | 745 |
746 +++ | 746 +++ |
747 Change Log mode now adds a file's version number to change log entries | 747 *** Change Log mode now adds a file's version number to change log |
748 if user-option `change-log-version-info-enabled' is non-nil. | 748 entries if user-option `change-log-version-info-enabled' is non-nil. |
749 | 749 |
750 +++ | 750 +++ |
751 Unless the file is under version control the search for a file's | 751 *** Unless the file is under version control the search for a file's |
752 version number is performed based on regular expressions from | 752 version number is performed based on regular expressions from |
753 `change-log-version-number-regexp-list' which can be cutomized. | 753 `change-log-version-number-regexp-list' which can be cutomized. |
754 Version numbers are only found in the first 10 percent of a file. | 754 Version numbers are only found in the first 10 percent of a file. |
755 | |
756 *** Change Log mode now defines its own faces for font-lock | |
757 highlighting. | |
755 | 758 |
756 ** Changes in Font Lock | 759 ** Changes in Font Lock |
757 | 760 |
758 *** The new function `font-lock-remove-keywords' can be used to remove | 761 *** The new function `font-lock-remove-keywords' can be used to remove |
759 font-lock keywords from the current buffer or from a specific major | 762 font-lock keywords from the current buffer or from a specific major |