Changeset 4148 for trunk/etc/NEWS
- Timestamp:
- 2006年08月18日 08時35分31秒 (2 years ago)
- Files:
-
- trunk/etc/NEWS (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/NEWS
r4140 r4148 1772 1772 1773 1773 +++ 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. 1775 It is a modern replacement for zone-mode.el, which is now obsolete. 1777 1776 1778 1777 --- … … 1995 1994 behavior in older versions of Emacs). 1996 1995 1996 --- 1997 1997 ** Changes in Allout 1998 1998 … … 2003 2003 symmetric key hinting and consistency verification, auto-encryption of 2004 2004 pending topics on save, and more, make it easy to use encryption in 2005 powerful ways. 2005 powerful ways. Encryption behavior customization is collected in the 2006 allout-encryption customization group. 2006 2007 2007 2008 *** `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 2015 hooks, enabling cooperative allout enhancements. See 2016 `allout-structure-added-hook', `allout-structure-deleted-hook', and 2017 `allout-structure-shifted-hook'. 2010 2018 2011 2019 *** Default command prefix changed to "\C-c " (control-c space), to avoid … … 2018 2026 discretionary handling of edits of concealed text, undo concerns, etc. 2019 2027 2028 *** Some previously rough topic-header format edge cases are reconciled. 2029 Level 1 topics use the mode's comment format, and lines starting with the 2030 asterisk - for instance, the comment close of some languages (eg, c's "*/" 2031 or mathematica's "*)") - at the beginning of line are no longer are 2032 interpreted as level 1 topics in those modes. (Yay!) 2033 2020 2034 *** Many substantial fixes and refinements, including: 2021 2035 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. 2024 2040 - refuse to create "containment discontinuities", where a 2025 2041 topic is shifted deeper than the offspring-depth of its' container … … 2028 2044 configuration variable makes it easy to disable auto fill in allout 2029 2045 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 2032 2059 - bulleting variation is simpler and more accommodating, both in the 2033 2060 default behavior and in ability to vary when creating new topics 2034 2061 - mode deactivation now does cleans up effectively, more properly 2035 2062 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'. 2037 2065 - included a few unit-tests for interior functionality. developers can 2038 2066 have them automatically run at the end of module load by customizing … … 3512 3540 --- 3513 3541 ** 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. 3514 3545 3515 3546 ---
