comparison etc/NEWS @ 90228:fa0da9b57058

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 542-553) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 116-121) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 19 Sep 2005 10:20:33 +0000
parents 10fe5fadaf89 82ce0d75e8ed
children b1c1fc853d2f
comparison
equal deleted inserted replaced
90227:10fe5fadaf89 90228:fa0da9b57058
689 689
690 --- 690 ---
691 *** The variable `auto-save-file-name-transforms' now has a third element that 691 *** The variable `auto-save-file-name-transforms' now has a third element that
692 controls whether or not the function `make-auto-save-file-name' will 692 controls whether or not the function `make-auto-save-file-name' will
693 attempt to construct a unique auto-save name (e.g. for remote files). 693 attempt to construct a unique auto-save name (e.g. for remote files).
694
695 +++
696 *** The new option `write-region-inhibit-fsync' disables calls to fsync
697 in `write-region'. This can be useful on laptops to avoid spinning up
698 the hard drive upon each file save. Enabling this variable may result
699 in data loss, use with care.
694 700
695 +++ 701 +++
696 *** If the user visits a file larger than `large-file-warning-threshold', 702 *** If the user visits a file larger than `large-file-warning-threshold',
697 Emacs asks for confirmation. 703 Emacs asks for confirmation.
698 704
1550 1556
1551 --- 1557 ---
1552 *** There's a new support for colors on `rxvt' terminal emulator. 1558 *** There's a new support for colors on `rxvt' terminal emulator.
1553 1559
1554 * New Modes and Packages in Emacs 22.1 1560 * New Modes and Packages in Emacs 22.1
1561
1562 ---
1563 ** Newsticker is now part of the Emacs distribution.
1564
1565 Newsticker asynchronously retrieves headlines (RSS) from a list of news
1566 sites, prepares these headlines for reading, and allows for loading the
1567 corresponding articles in a web browser. Its documentation is in a
1568 separate manual.
1555 1569
1556 +++ 1570 +++
1557 ** Filesets are collections of files. You can define a fileset in 1571 ** Filesets are collections of files. You can define a fileset in
1558 various ways, such as based on a directory tree or based on 1572 various ways, such as based on a directory tree or based on
1559 program files that include other program files. 1573 program files that include other program files.
3064 `skeleton-point' independent of `_' should now use `-' instead. The 3078 `skeleton-point' independent of `_' should now use `-' instead. The
3065 updated `skeleton-insert' docstring explains these new features along 3079 updated `skeleton-insert' docstring explains these new features along
3066 with other details of skeleton construction. 3080 with other details of skeleton construction.
3067 3081
3068 --- 3082 ---
3069 ** New variable `hs-set-up-overlay' allows customization of the overlay 3083 ** Hideshow mode changes
3084
3085 *** New variable `hs-set-up-overlay' allows customization of the overlay
3070 used to effect hiding for hideshow minor mode. Integration with isearch 3086 used to effect hiding for hideshow minor mode. Integration with isearch
3071 handles the overlay property `display' specially, preserving it during 3087 handles the overlay property `display' specially, preserving it during
3072 temporary overlay showing in the course of an isearch operation. 3088 temporary overlay showing in the course of an isearch operation.
3089
3090 *** New variable `hs-allow-nesting' non-nil means that hiding a block does
3091 not discard the hidden state of any "internal" blocks; when the parent
3092 block is later shown, the internal blocks remain hidden. Default is nil.
3073 3093
3074 +++ 3094 +++
3075 ** `hide-ifdef-mode' now uses overlays rather than selective-display 3095 ** `hide-ifdef-mode' now uses overlays rather than selective-display
3076 to hide its text. This should be mostly transparent but slightly 3096 to hide its text. This should be mostly transparent but slightly
3077 changes the behavior of motion commands like C-e and C-p. 3097 changes the behavior of motion commands like C-e and C-p.
4658 for possible pointer shapes. 4678 for possible pointer shapes.
4659 4679
4660 When you click the mouse when the mouse pointer is over a hot-spot, 4680 When you click the mouse when the mouse pointer is over a hot-spot,
4661 an event is composed by combining the ID of the hot-spot with the 4681 an event is composed by combining the ID of the hot-spot with the
4662 mouse event, e.g. [area4 mouse-1] if the hot-spot's ID is `area4'. 4682 mouse event, e.g. [area4 mouse-1] if the hot-spot's ID is `area4'.
4683
4684 +++
4685 *** The function `find-image' now searches in etc/images/ and etc/.
4686 The new variable `image-load-path' is a list of locations in which to
4687 search for image files. The default is to search in etc/images, then
4688 in etc/, and finally in the directories specified by `load-path'.
4689 Subdirectories of etc/ and etc/images are not recursively searched; if
4690 you put an image file in a subdirectory, you have to specify it
4691 explicitly; for example, if an image is put in etc/images/foo/bar.xpm:
4692
4693 (defimage foo-image '((:type xpm :file "foo/bar.xpm")))
4663 4694
4664 ** Mouse pointer features: 4695 ** Mouse pointer features:
4665 4696
4666 +++ (lispref) 4697 +++ (lispref)
4667 ??? (man) 4698 ??? (man)