[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/etc/NEWS
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/etc/NEWS |
Date: |
Sun, 30 Nov 2003 21:29:01 -0500 |
Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.876 emacs/etc/NEWS:1.877
*** emacs/etc/NEWS:1.876 Sun Nov 30 02:33:32 2003
--- emacs/etc/NEWS Sun Nov 30 21:29:01 2003
***************
*** 83,88 ****
--- 83,105 ----
* Changes in Emacs 21.4
+ ** New command `display-local-help' displays any local help at point
+ in the echo area. It is bound to `C-h .'. It normally displays the
+ same string that would be displayed on mouse-over using the
+ `help-echo' property, but, in certain cases, it can display a more
+ keyboard oriented alternative.
+
+ ** New user option `help-at-pt-display-when-idle' allows to
+ automatically show the help provided by `display-local-help' on
+ point-over, after suitable idle time. The amount of idle time is
+ determined by the user option `help-at-pt-timer-delay' and defaults
+ to one second. This feature is turned off by default.
+
+ ** New commands `scan-buf-next-region' and `scan-buf-previous-region'
+ move to the start of the next (previous, respectively) region with
+ non-nil help-echo property and display any help found there in the
+ echo area, using `display-local-help'.
+
+++
** Help mode now only makes hyperlinks for faces when the face name is
preceded or followed by the word `face'. It no longer makes
***************
*** 1433,1439 ****
*** Source line is temporarily highlighted when going to next match.
! *** New key bindings in grep output window:
SPC and DEL scrolls window up and down. C-n and C-p moves to next and
previous match in the grep window. RET jumps to the source line of
the current match. `n' and `p' shows next and previous match in
--- 1450,1456 ----
*** Source line is temporarily highlighted when going to next match.
! *** New key bindings in grep output window:
SPC and DEL scrolls window up and down. C-n and C-p moves to next and
previous match in the grep window. RET jumps to the source line of
the current match. `n' and `p' shows next and previous match in
***************
*** 1721,1726 ****
--- 1738,1749 ----
* Lisp Changes in Emacs 21.4
+ ** New function `get-char-property-and-overlay' accepts the same
+ arguments as `get-char-property' and returns a cons whose car is the
+ return value of `get-char-property' called with those arguments and
+ whose cdr is the overlay in which the property was found, or nil if
+ it was found as a text property or not found at all.
+
** Mouse event enhancements:
*** Mouse clicks on fringes now generates left-fringe or right-fringes
***************
*** 1749,1755 ****
+++
*** Mouse events include relative x and y pixel coordinates relative to
! the top left corner of the object (image or character) clicked on.
*** New functions 'posn-object' and 'posn-object-x-y' return the image
or string object of a mouse click, and the x and y pixel coordinates
--- 1772,1778 ----
+++
*** Mouse events include relative x and y pixel coordinates relative to
! the top left corner of the object (image or character) clicked on.
*** New functions 'posn-object' and 'posn-object-x-y' return the image
or string object of a mouse click, and the x and y pixel coordinates
***************
*** 1784,1789 ****
--- 1807,1813 ----
locally to provide Eldoc functionality by some method appropriate to
the language.
+ ---
** New coding system property `mime-text-unsuitable' indicates that
the coding system's `mime-charset' is not suitable for MIME text
parts, e.g. utf-16.
***************
*** 2750,2756 ****
called to print the entries' values. It defaults to `princ'.
** defcustom and other custom declarations now use a default group
! (the last group defined in the same file) when no :group was given.
+++
** emacsserver now runs pre-command-hook and post-command-hook when
--- 2774,2780 ----
called to print the entries' values. It defaults to `princ'.
** defcustom and other custom declarations now use a default group
! (the last prior group defined in the same file) when no :group was given.
+++
** emacsserver now runs pre-command-hook and post-command-hook when
- [Emacs-diffs] Changes to emacs/etc/NEWS, Luc Teirlinck, 2003/11/05
- [Emacs-diffs] Changes to emacs/etc/NEWS, Luc Teirlinck, 2003/11/08
- [Emacs-diffs] Changes to emacs/etc/NEWS, Luc Teirlinck, 2003/11/09
- [Emacs-diffs] Changes to emacs/etc/NEWS, Luc Teirlinck, 2003/11/14
- [Emacs-diffs] Changes to emacs/etc/NEWS, Thien-Thi Nguyen, 2003/11/22
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2003/11/23
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2003/11/27
- [Emacs-diffs] Changes to emacs/etc/NEWS, Jonathan Yavner, 2003/11/30
- [Emacs-diffs] Changes to emacs/etc/NEWS,
Luc Teirlinck <=