Mercurial > emacs
comparison etc/NEWS @ 90192:173dee4e2611
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 353-357)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 09 Jun 2005 07:13:03 +0000 |
parents | 01137c1fdbe9 ef765645a5cf |
children | a1b34dec1104 |
comparison
equal
deleted
inserted
replaced
90191:c766b49f5bbd | 90192:173dee4e2611 |
---|---|
870 appears in. | 870 appears in. |
871 | 871 |
872 +++ | 872 +++ |
873 *** The variable `cursor-in-non-selected-windows' can now be set to any | 873 *** The variable `cursor-in-non-selected-windows' can now be set to any |
874 of the recognized cursor types. | 874 of the recognized cursor types. |
875 | |
876 ** New faces: | |
877 | |
878 +++ | |
879 *** `mode-line-highlight' is the standard face indicating mouse sensitive | |
880 elements on mode-line (and header-line) like `highlight' face on text | |
881 areas. | |
882 | |
883 +++ | |
884 *** `shadow' face defines the appearance of the "shadowed" text, i.e. | |
885 the text which should be less noticeable than the surrounding text. | |
886 This can be achieved by using shades of grey in contrast with either | |
887 black or white default foreground color. This generic shadow face | |
888 allows customization of the appearance of shadowed text in one place, | |
889 so package-specific faces can inherit from it. | |
875 | 890 |
876 ** Font-Lock changes: | 891 ** Font-Lock changes: |
877 | 892 |
878 +++ | 893 +++ |
879 *** M-o now is the prefix key for setting text properties; | 894 *** M-o now is the prefix key for setting text properties; |
3585 | 3600 |
3586 +++ | 3601 +++ |
3587 *** The list returned by `(match-data t)' now has the buffer as a final | 3602 *** The list returned by `(match-data t)' now has the buffer as a final |
3588 element, if the last match was on a buffer. `set-match-data' | 3603 element, if the last match was on a buffer. `set-match-data' |
3589 accepts such a list for restoring the match state. | 3604 accepts such a list for restoring the match state. |
3605 | |
3606 +++ | |
3607 *** Functions `match-data' and `set-match-data' now have an optional | |
3608 argument `reseat'. When non-nil, all markers in the match data list | |
3609 passed to these function will be reseated to point to nowhere, and if | |
3610 the value of `reseat' is `evaporate', the markers are put onto the | |
3611 free list. Note that no other references to those markers must exist | |
3612 if `evaporate' is specified for the `reseat' argument. | |
3590 | 3613 |
3591 +++ | 3614 +++ |
3592 *** The default value of `sentence-end' is now defined using the new | 3615 *** The default value of `sentence-end' is now defined using the new |
3593 variable `sentence-end-without-space', which contains such characters | 3616 variable `sentence-end-without-space', which contains such characters |
3594 that end a sentence without following spaces. | 3617 that end a sentence without following spaces. |
4870 to display the size of the accessible part of the buffer on the mode | 4893 to display the size of the accessible part of the buffer on the mode |
4871 line. | 4894 line. |
4872 | 4895 |
4873 +++ | 4896 +++ |
4874 *** Mouse-face on mode-line (and header-line) is now supported. | 4897 *** Mouse-face on mode-line (and header-line) is now supported. |
4875 `mode-line-highlight' is the standard face indicating mouse sensitive | |
4876 elements on mode-line (and header-line) like `highlight' face on text | |
4877 areas. | |
4878 | 4898 |
4879 ** Menu manipulation changes: | 4899 ** Menu manipulation changes: |
4880 | 4900 |
4881 --- | 4901 --- |
4882 *** To manipulate the File menu using easy-menu, you must specify the | 4902 *** To manipulate the File menu using easy-menu, you must specify the |