Changeset 3892 for vendor/emacs-CVS_HEAD/etc/NEWS
- Timestamp:
- 10/02/05 07:23:38 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/etc/NEWS (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/etc/NEWS
r3861 r3892 617 617 controls whether or not the function `make-auto-save-file-name' will 618 618 attempt to construct a unique auto-save name (e.g. for remote files). 619 620 +++ 621 *** The new option `write-region-inhibit-fsync' disables calls to fsync 622 in `write-region'. This can be useful on laptops to avoid spinning up 623 the hard drive upon each file save. Enabling this variable may result 624 in data loss, use with care. 619 625 620 626 +++ … … 1479 1485 * New Modes and Packages in Emacs 22.1 1480 1486 1487 --- 1488 ** Newsticker is now part of the Emacs distribution. 1489 1490 Newsticker asynchronously retrieves headlines (RSS) from a list of news 1491 sites, prepares these headlines for reading, and allows for loading the 1492 corresponding articles in a web browser. Its documentation is in a 1493 separate manual. 1494 1481 1495 +++ 1482 1496 ** Filesets are collections of files. You can define a fileset in … … 1767 1781 * Changes in Specialized Modes and Packages in Emacs 22.1: 1768 1782 1783 ** The variable `woman-topic-at-point' was renamed 1784 to `woman-use-topic-at-point' and behaves differently: if this 1785 variable is non-nil, the `woman' command uses the word at point 1786 automatically, without asking for a confirmation. Otherwise, the word 1787 at point is suggested as default, but not inserted at the prompt. 1788 1769 1789 --- 1770 1790 ** Changes to cmuscheme … … 2537 2557 automatic cleanup. 2538 2558 2559 The ten most recent files can be quickly opened by using the shortcut 2560 keys 1 to 9, and 0, when the recent list is displayed in a buffer via 2561 the `recentf-open-files', or `recentf-open-more-files' commands. 2562 2539 2563 The `recentf-keep' option replaces `recentf-keep-non-readable-files-p' 2540 2564 and provides a more general mechanism to customize which file names to 2541 2565 keep in the recent list. 2542 2566 2543 With the more advanced option: `recentf-filename-handler', you can 2544 specify a function that transforms filenames handled by recentf. For 2545 example, if set to `file-truename', the same file will not be in the 2546 recent list with different symbolic links. 2567 With the more advanced option `recentf-filename-handlers', you can 2568 specify functions that successively transform recent file names. For 2569 example, if set to `file-truename' plus `abbreviate-file-name', the 2570 same file will not be in the recent list with different symbolic 2571 links, and the file name will be abbreviated. 2547 2572 2548 2573 To follow naming convention, `recentf-menu-append-commands-flag' … … 2986 3011 2987 3012 --- 2988 ** New variable `hs-set-up-overlay' allows customization of the overlay 3013 ** Hideshow mode changes 3014 3015 *** New variable `hs-set-up-overlay' allows customization of the overlay 2989 3016 used to effect hiding for hideshow minor mode. Integration with isearch 2990 3017 handles the overlay property `display' specially, preserving it during 2991 3018 temporary overlay showing in the course of an isearch operation. 3019 3020 *** New variable `hs-allow-nesting' non-nil means that hiding a block does 3021 not discard the hidden state of any "internal" blocks; when the parent 3022 block is later shown, the internal blocks remain hidden. Default is nil. 2992 3023 2993 3024 +++ … … 3668 3699 for compatibility, an internal variable which exists only for this 3669 3700 purpose. 3701 3702 +++ 3703 *** The function `read-buffer' follows the convention for reading from 3704 the minibuffer with a default value: if DEF is non-nil, the minibuffer 3705 prompt provided in PROMPT is edited to show the default value provided 3706 in DEF before the terminal colon and space. 3670 3707 3671 3708 ** Local variables lists: … … 4580 4617 an event is composed by combining the ID of the hot-spot with the 4581 4618 mouse event, e.g. [area4 mouse-1] if the hot-spot's ID is `area4'. 4619 4620 +++ 4621 *** The function `find-image' now searches in etc/images/ and etc/. 4622 The new variable `image-load-path' is a list of locations in which to 4623 search for image files. The default is to search in etc/images, then 4624 in etc/, and finally in the directories specified by `load-path'. 4625 Subdirectories of etc/ and etc/images are not recursively searched; if 4626 you put an image file in a subdirectory, you have to specify it 4627 explicitly; for example, if an image is put in etc/images/foo/bar.xpm: 4628 4629 (defimage foo-image '((:type xpm :file "foo/bar.xpm"))) 4582 4630 4583 4631 ** Mouse pointer features:
