Show
Ignore:
Timestamp:
10/02/05 07:23:38 (3 years ago)
Author:
miyoshi
Message:

Update.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/etc/NEWS

    r3861 r3892  
    617617controls whether or not the function `make-auto-save-file-name' will 
    618618attempt 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 
     622in `write-region'.  This can be useful on laptops to avoid spinning up 
     623the hard drive upon each file save.  Enabling this variable may result 
     624in data loss, use with care. 
    619625 
    620626+++ 
     
    14791485* New Modes and Packages in Emacs 22.1 
    14801486 
     1487--- 
     1488** Newsticker is now part of the Emacs distribution. 
     1489 
     1490Newsticker asynchronously retrieves headlines (RSS) from a list of news 
     1491sites, prepares these headlines for reading, and allows for loading the 
     1492corresponding articles in a web browser.  Its documentation is in a 
     1493separate manual. 
     1494 
    14811495+++ 
    14821496** Filesets are collections of files.  You can define a fileset in 
     
    17671781* Changes in Specialized Modes and Packages in Emacs 22.1: 
    17681782 
     1783** The variable `woman-topic-at-point' was renamed 
     1784to `woman-use-topic-at-point' and behaves differently: if this 
     1785variable is non-nil, the `woman' command uses the word at point 
     1786automatically, without asking for a confirmation.  Otherwise, the word 
     1787at point is suggested as default, but not inserted at the prompt. 
     1788 
    17691789--- 
    17701790** Changes to cmuscheme 
     
    25372557automatic cleanup. 
    25382558 
     2559The ten most recent files can be quickly opened by using the shortcut 
     2560keys 1 to 9, and 0, when the recent list is displayed in a buffer via 
     2561the `recentf-open-files', or `recentf-open-more-files' commands. 
     2562 
    25392563The `recentf-keep' option replaces `recentf-keep-non-readable-files-p' 
    25402564and provides a more general mechanism to customize which file names to 
    25412565keep in the recent list. 
    25422566 
    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. 
     2567With the more advanced option `recentf-filename-handlers', you can 
     2568specify functions that successively transform recent file names.  For 
     2569example, if set to `file-truename' plus `abbreviate-file-name', the 
     2570same file will not be in the recent list with different symbolic 
     2571links, and the file name will be abbreviated. 
    25472572 
    25482573To follow naming convention, `recentf-menu-append-commands-flag' 
     
    29863011 
    29873012--- 
    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 
    29893016used to effect hiding for hideshow minor mode.  Integration with isearch 
    29903017handles the overlay property `display' specially, preserving it during 
    29913018temporary overlay showing in the course of an isearch operation. 
     3019 
     3020*** New variable `hs-allow-nesting' non-nil means that hiding a block does 
     3021not discard the hidden state of any "internal" blocks; when the parent 
     3022block is later shown, the internal blocks remain hidden.  Default is nil. 
    29923023 
    29933024+++ 
     
    36683699for compatibility, an internal variable which exists only for this 
    36693700purpose. 
     3701 
     3702+++ 
     3703*** The function `read-buffer' follows the convention for reading from 
     3704the minibuffer with a default value: if DEF is non-nil, the minibuffer 
     3705prompt provided in PROMPT is edited to show the default value provided 
     3706in DEF before the terminal colon and space. 
    36703707 
    36713708** Local variables lists: 
     
    45804617an event is composed by combining the ID of the hot-spot with the 
    45814618mouse 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/. 
     4622The new variable `image-load-path' is a list of locations in which to 
     4623search for image files.  The default is to search in etc/images, then 
     4624in etc/, and finally in the directories specified by `load-path'. 
     4625Subdirectories of etc/ and etc/images are not recursively searched; if 
     4626you put an image file in a subdirectory, you have to specify it 
     4627explicitly; for example, if an image is put in etc/images/foo/bar.xpm: 
     4628 
     4629  (defimage foo-image '((:type xpm :file "foo/bar.xpm"))) 
    45824630 
    45834631** Mouse pointer features: