Changeset 4148 for trunk/etc/NEWS

Show
Ignore:
Timestamp:
2006年08月18日 08時35分31秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/NEWS

    r4140 r4148  
    17721772 
    17731773+++ 
    1774 ** The new package dns-mode.el add syntax highlight of DNS master files. 
    1775 The key binding C-c C-s (`dns-mode-soa-increment-serial') can be used 
    1776 to increment the SOA serial. 
     1774** The new package dns-mode.el adds syntax highlighting of DNS master files. 
     1775It is a modern replacement for zone-mode.el, which is now obsolete. 
    17771776 
    17781777--- 
     
    19951994behavior in older versions of Emacs). 
    19961995 
     1996--- 
    19971997** Changes in Allout 
    19981998 
     
    20032003symmetric key hinting and consistency verification, auto-encryption of 
    20042004pending topics on save, and more, make it easy to use encryption in 
    2005 powerful ways. 
     2005powerful ways.  Encryption behavior customization is collected in the 
     2006allout-encryption customization group. 
    20062007 
    20072008*** `allout-view-change-hook' marked as being deprecated - use 
    2008 `allout-exposure-change-hook' instead.  Both are currently being used, but 
    2009 `allout-view-change-hook' will be ignored in a subsequent allout version. 
     2009`allout-exposure-change-hook' instead.  Both are still invoked, but 
     2010`allout-view-change-hook' will eventually be ignored.  The new 
     2011`allout-exposure-change-hook' is called with args that were passed to 
     2012`allout-flag-region', making it easier to use. 
     2013 
     2014*** Other allout functions which change the outline structure also have 
     2015hooks, enabling cooperative allout enhancements.  See 
     2016`allout-structure-added-hook', `allout-structure-deleted-hook', and 
     2017`allout-structure-shifted-hook'. 
    20102018 
    20112019*** Default command prefix changed to "\C-c " (control-c space), to avoid 
     
    20182026discretionary handling of edits of concealed text, undo concerns, etc. 
    20192027 
     2028*** Some previously rough topic-header format edge cases are reconciled. 
     2029Level 1 topics use the mode's comment format, and lines starting with the 
     2030asterisk - for instance, the comment close of some languages (eg, c's "*/" 
     2031or mathematica's "*)") - at the beginning of line are no longer are 
     2032interpreted as level 1 topics in those modes.  (Yay!) 
     2033 
    20202034*** Many substantial fixes and refinements, including: 
    20212035 
    2022    - repaired inhibition of inadvertent edits to concealed text 
    2023    - repaired retention of topic body hanging indent upon topic depth shifts 
     2036   - repaired regexp-quoting of custom header prefixes, so any literals 
     2037     will now work (for instance, mathematica's "(*" is now properly 
     2038     accepted). 
     2039   - repaired inhibition of inadvertent edits to concealed text. 
    20242040   - refuse to create "containment discontinuities", where a 
    20252041     topic is shifted deeper than the offspring-depth of its' container 
     
    20282044     configuration variable makes it easy to disable auto fill in allout 
    20292045     outlines in general or on a per-buffer basis. 
    2030    - new hook `allout-mode-deactivate-hook', for coordinating with 
    2031      deactivation of allout-mode. 
     2046   - mode hook changes: new hook `allout-mode-deactivate-hook', for 
     2047     coordinating with deactivation of allout-mode.  `allout-mode-hook' is 
     2048     now run after the `allout-mode' variable is changed, as is the new 
     2049     `allout-mode-deactivate-hook'. 
     2050   - allout now tolerates fielded text in outlines without disruption. 
     2051   - hot-spot navigation now is modularized with a new function, 
     2052     `allout-hotspot-key-handler', enabling easier articulation and 
     2053     enhancement of the functionality by allout addons. 
     2054   - topic body navigation is easier, where repeated beginning of line and 
     2055     end of line key commands cycle through the actually beginning/end of 
     2056     line and then beginning/end of topic, etc.  see new customization vars 
     2057     `allout-beginning-of-line-cycles' and `allout-end-of-line-cycles'. 
     2058   - repaired retention of topic body hanging indent upon topic depth shifts 
    20322059   - bulleting variation is simpler and more accommodating, both in the 
    20332060     default behavior and in ability to vary when creating new topics 
    20342061   - mode deactivation now does cleans up effectively, more properly 
    20352062     restoring affected variables and hooks to former state, removing 
    2036      overlays, etc. 
     2063     overlays, etc.  see `allout-add-resumptions' and 
     2064     `allout-do-resumptions', which replace the old `allout-resumptions'. 
    20372065   - included a few unit-tests for interior functionality.  developers can 
    20382066     have them automatically run at the end of module load by customizing 
     
    35123540--- 
    35133541** iso-acc.el is now obsolete.  Use one of the latin input methods instead. 
     3542 
     3543--- 
     3544** zone-mode.el is now obsolete.  Use dns-mode.el instead. 
    35143545 
    35153546---