diff options
| author | Luc Teirlinck | 2003-12-01 02:29:01 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-12-01 02:29:01 +0000 |
| commit | d18473b95695efe4e942defafe88a85963f9925f (patch) | |
| tree | 62c13adae72f63a3164cc4d644519f880bb99db9 | |
| parent | d1c553c832d66677f2c1bd6d4e6394275cbe25e6 (diff) | |
| download | emacs-d18473b95695efe4e942defafe88a85963f9925f.tar.gz emacs-d18473b95695efe4e942defafe88a85963f9925f.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 30 |
1 files changed, 27 insertions, 3 deletions
| @@ -83,6 +83,23 @@ See the files mac/README and mac/INSTALL for build instructions. | |||
| 83 | 83 | ||
| 84 | * Changes in Emacs 21.4 | 84 | * Changes in Emacs 21.4 |
| 85 | 85 | ||
| 86 | ** New command `display-local-help' displays any local help at point | ||
| 87 | in the echo area. It is bound to `C-h .'. It normally displays the | ||
| 88 | same string that would be displayed on mouse-over using the | ||
| 89 | `help-echo' property, but, in certain cases, it can display a more | ||
| 90 | keyboard oriented alternative. | ||
| 91 | |||
| 92 | ** New user option `help-at-pt-display-when-idle' allows to | ||
| 93 | automatically show the help provided by `display-local-help' on | ||
| 94 | point-over, after suitable idle time. The amount of idle time is | ||
| 95 | determined by the user option `help-at-pt-timer-delay' and defaults | ||
| 96 | to one second. This feature is turned off by default. | ||
| 97 | |||
| 98 | ** New commands `scan-buf-next-region' and `scan-buf-previous-region' | ||
| 99 | move to the start of the next (previous, respectively) region with | ||
| 100 | non-nil help-echo property and display any help found there in the | ||
| 101 | echo area, using `display-local-help'. | ||
| 102 | |||
| 86 | +++ | 103 | +++ |
| 87 | ** Help mode now only makes hyperlinks for faces when the face name is | 104 | ** Help mode now only makes hyperlinks for faces when the face name is |
| 88 | preceded or followed by the word `face'. It no longer makes | 105 | preceded or followed by the word `face'. It no longer makes |
| @@ -1433,7 +1450,7 @@ compilation mode settings for grep commands. | |||
| 1433 | 1450 | ||
| 1434 | *** Source line is temporarily highlighted when going to next match. | 1451 | *** Source line is temporarily highlighted when going to next match. |
| 1435 | 1452 | ||
| 1436 | *** New key bindings in grep output window: | 1453 | *** New key bindings in grep output window: |
| 1437 | SPC and DEL scrolls window up and down. C-n and C-p moves to next and | 1454 | SPC and DEL scrolls window up and down. C-n and C-p moves to next and |
| 1438 | previous match in the grep window. RET jumps to the source line of | 1455 | previous match in the grep window. RET jumps to the source line of |
| 1439 | the current match. `n' and `p' shows next and previous match in | 1456 | the current match. `n' and `p' shows next and previous match in |
| @@ -1721,6 +1738,12 @@ configuration files. | |||
| 1721 | 1738 | ||
| 1722 | * Lisp Changes in Emacs 21.4 | 1739 | * Lisp Changes in Emacs 21.4 |
| 1723 | 1740 | ||
| 1741 | ** New function `get-char-property-and-overlay' accepts the same | ||
| 1742 | arguments as `get-char-property' and returns a cons whose car is the | ||
| 1743 | return value of `get-char-property' called with those arguments and | ||
| 1744 | whose cdr is the overlay in which the property was found, or nil if | ||
| 1745 | it was found as a text property or not found at all. | ||
| 1746 | |||
| 1724 | ** Mouse event enhancements: | 1747 | ** Mouse event enhancements: |
| 1725 | 1748 | ||
| 1726 | *** Mouse clicks on fringes now generates left-fringe or right-fringes | 1749 | *** Mouse clicks on fringes now generates left-fringe or right-fringes |
| @@ -1749,7 +1772,7 @@ text area). | |||
| 1749 | 1772 | ||
| 1750 | +++ | 1773 | +++ |
| 1751 | *** Mouse events include relative x and y pixel coordinates relative to | 1774 | *** Mouse events include relative x and y pixel coordinates relative to |
| 1752 | the top left corner of the object (image or character) clicked on. | 1775 | the top left corner of the object (image or character) clicked on. |
| 1753 | 1776 | ||
| 1754 | *** New functions 'posn-object' and 'posn-object-x-y' return the image | 1777 | *** New functions 'posn-object' and 'posn-object-x-y' return the image |
| 1755 | or string object of a mouse click, and the x and y pixel coordinates | 1778 | or string object of a mouse click, and the x and y pixel coordinates |
| @@ -1784,6 +1807,7 @@ documented. | |||
| 1784 | locally to provide Eldoc functionality by some method appropriate to | 1807 | locally to provide Eldoc functionality by some method appropriate to |
| 1785 | the language. | 1808 | the language. |
| 1786 | 1809 | ||
| 1810 | --- | ||
| 1787 | ** New coding system property `mime-text-unsuitable' indicates that | 1811 | ** New coding system property `mime-text-unsuitable' indicates that |
| 1788 | the coding system's `mime-charset' is not suitable for MIME text | 1812 | the coding system's `mime-charset' is not suitable for MIME text |
| 1789 | parts, e.g. utf-16. | 1813 | parts, e.g. utf-16. |
| @@ -2750,7 +2774,7 @@ refontification of `bar' whenever the `e' is added/removed. | |||
| 2750 | called to print the entries' values. It defaults to `princ'. | 2774 | called to print the entries' values. It defaults to `princ'. |
| 2751 | 2775 | ||
| 2752 | ** defcustom and other custom declarations now use a default group | 2776 | ** defcustom and other custom declarations now use a default group |
| 2753 | (the last group defined in the same file) when no :group was given. | 2777 | (the last prior group defined in the same file) when no :group was given. |
| 2754 | 2778 | ||
| 2755 | +++ | 2779 | +++ |
| 2756 | ** emacsserver now runs pre-command-hook and post-command-hook when | 2780 | ** emacsserver now runs pre-command-hook and post-command-hook when |