comparison lisp/ChangeLog.4 @ 95241:54b3c5554f6f

Spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 23 May 2008 04:44:07 +0000
parents ee5932bf781d
children 11cd8097e8d0
comparison
equal deleted inserted replaced
95240:b4799755ba3d 95241:54b3c5554f6f
527 (outlineify-sticky): Major new mode activation 527 (outlineify-sticky): Major new mode activation
528 scheme. See outline-layout docstring for details. 528 scheme. See outline-layout docstring for details.
529 (outline-layout, outline-use-mode-specific-leader) 529 (outline-layout, outline-use-mode-specific-leader)
530 (outline-mode-leaders): Variables for new mode-activation scheme. 530 (outline-mode-leaders): Variables for new mode-activation scheme.
531 (outline-expose-topic): New specification format and 531 (outline-expose-topic): New specification format and
532 optimizations, including thorough accomodation of multiple top- 532 optimizations, including thorough accommodation of multiple top-
533 level topics. 533 level topics.
534 (outline-forward-current-level, outline-next-sibling) 534 (outline-forward-current-level, outline-next-sibling)
535 (outline-backward-current-level, outline-goto-prefix) 535 (outline-backward-current-level, outline-goto-prefix)
536 (outline-show-children, outline-up-current-level) 536 (outline-show-children, outline-up-current-level)
537 (outline-expose-topic): Behavior refinements and repairs, and 537 (outline-expose-topic): Behavior refinements and repairs, and
538 speed optimizations. Better accomodation for multiple top-level 538 speed optimizations. Better accommodation for multiple top-level
539 topics. 539 topics.
540 (outline-recent-end-of-subtree): New state var, 540 (outline-recent-end-of-subtree): New state var,
541 basis for many topic-oriented optimizations. 541 basis for many topic-oriented optimizations.
542 542
543 * allout.el: Revisions of many docstrings, for conformance to 543 * allout.el: Revisions of many docstrings, for conformance to
964 refinements, doc-string clarification and elaboration, etc. 964 refinements, doc-string clarification and elaboration, etc.
965 Prominent new features include: 965 Prominent new features include:
966 - Exposure changes and navigation are greatly accelerated. 966 - Exposure changes and navigation are greatly accelerated.
967 - More elaborate and clear doc-string for outline-mode, 967 - More elaborate and clear doc-string for outline-mode,
968 giving better guidance on use of the mode. 968 giving better guidance on use of the mode.
969 - A new exposure-layout syntax, which accomodates outlines 969 - A new exposure-layout syntax, which accommodates outlines
970 with multiple top-level topics. (See `outline-expose' and 970 with multiple top-level topics. (See `outline-expose' and
971 `outline-new-exposure'.) 971 `outline-new-exposure'.)
972 - Automatic exposure and verfication-prompting on attempts to 972 - Automatic exposure and verfication-prompting on attempts to
973 change text within concealed regions, before they are 973 change text within concealed regions, before they are
974 applied. (Undo affecting concealed regions is only 974 applied. (Undo affecting concealed regions is only
976 - 'hot-spot' navigation implemented. When the cursor is on a 976 - 'hot-spot' navigation implemented. When the cursor is on a
977 topic's bullet, regular-character keystrokes will be 977 topic's bullet, regular-character keystrokes will be
978 interepreted as if they were preceded by ^C, when 978 interepreted as if they were preceded by ^C, when
979 appropriate, so users can navigate and adjust exposure, 979 appropriate, so users can navigate and adjust exposure,
980 etc, with single-stroke commands. 980 etc, with single-stroke commands.
981 - Lucid emacs accomodated. 981 - Lucid emacs accommodated.
982 982
983 1994-04-29 Roland McGrath (roland@churchy.gnu.ai.mit.edu) 983 1994-04-29 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
984 984
985 * etags.el (tags-table-parent-pointer-list): Doc fix; elts are now 985 * etags.el (tags-table-parent-pointer-list): Doc fix; elts are now
986 3-elt lists. 986 3-elt lists.
8136 "calendar" and "function"; changed argument from a list of values to 8136 "calendar" and "function"; changed argument from a list of values to
8137 individual values. Fixed doc strings. 8137 individual values. Fixed doc strings.
8138 (calendar-holiday-function-if): Removed. 8138 (calendar-holiday-function-if): Removed.
8139 (calendar-holiday-solar-equinoxes-solstices): Renamed 8139 (calendar-holiday-solar-equinoxes-solstices): Renamed
8140 solar-equinoxes-solstices. 8140 solar-equinoxes-solstices.
8141 (calendar-holiday-list): Rewrote to accomodate the name changes 8141 (calendar-holiday-list): Rewrote to accommodate the name changes
8142 above and the unquoting of calendar-holidays. 8142 above and the unquoting of calendar-holidays.
8143 (calendar-cursor-holidays): Change screen-width to frame-width. 8143 (calendar-cursor-holidays): Change screen-width to frame-width.
8144 (holiday-sexp): Rewritten. 8144 (holiday-sexp): Rewritten.
8145 8145
8146 * lunar.el (lunar-phase): Use time conversion from solar.el. 8146 * lunar.el (lunar-phase): Use time conversion from solar.el.