emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/allout.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/allout.el
Date: Wed, 27 Mar 2002 15:13:03 -0500

Index: emacs/lisp/allout.el
diff -c emacs/lisp/allout.el:1.31 emacs/lisp/allout.el:1.32
*** emacs/lisp/allout.el:1.31   Sun Dec  9 08:13:13 2001
--- emacs/lisp/allout.el        Wed Mar 27 15:13:03 2002
***************
*** 5,11 ****
  ;; Author: Ken Manheimer <address@hidden>
  ;; Maintainer: Ken Manheimer <address@hidden>
  ;; Created: Dec 1991 - first release to usenet
! ;; Version: $Id: allout.el,v 1.31 2001/12/09 13:13:13 pj Exp $||
  ;; Keywords: outlines mode wp languages
  
  ;; This file is part of GNU Emacs.
--- 5,11 ----
  ;; Author: Ken Manheimer <address@hidden>
  ;; Maintainer: Ken Manheimer <address@hidden>
  ;; Created: Dec 1991 - first release to usenet
! ;; Version: $Id: allout.el,v 1.32 2002/03/27 20:13:03 pj Exp $||
  ;; Keywords: outlines mode wp languages
  
  ;; This file is part of GNU Emacs.
***************
*** 41,58 ****
  ;;  - incremental search with dynamic exposure and reconcealment of hidden 
text
  ;;  - automatic topic-number maintenance
  ;;  - "Hot-spot" operation, for single-keystroke maneuvering and
! ;;    exposure control.  (See the outline-mode docstring.)
  ;; 
  ;; and many other features.
  ;; 
  ;; The outline menubar additions provide quick reference to many of
  ;; the features, and see the docstring of the variable `outline-init'
  ;; for instructions on priming your emacs session for automatic
! ;; activation of outline-mode.
  ;; 
  ;; See the docstring of the variables `outline-layout' and
  ;; `outline-auto-activation' for details on automatic activation of
! ;; allout outline-mode as a minor mode.  (It has changed since allout
  ;; 3.x, for those of you that depend on the old method.)
  ;;
  ;; Note - the lines beginning with `;;;_' are outline topic headers.
--- 41,58 ----
  ;;  - incremental search with dynamic exposure and reconcealment of hidden 
text
  ;;  - automatic topic-number maintenance
  ;;  - "Hot-spot" operation, for single-keystroke maneuvering and
! ;;    exposure control.  (See the `outline-mode' docstring.)
  ;; 
  ;; and many other features.
  ;; 
  ;; The outline menubar additions provide quick reference to many of
  ;; the features, and see the docstring of the variable `outline-init'
  ;; for instructions on priming your emacs session for automatic
! ;; activation of `outline-mode'.
  ;; 
  ;; See the docstring of the variables `outline-layout' and
  ;; `outline-auto-activation' for details on automatic activation of
! ;; allout `outline-mode' as a minor mode.  (It has changed since allout
  ;; 3.x, for those of you that depend on the old method.)
  ;;
  ;; Note - the lines beginning with `;;;_' are outline topic headers.
***************
*** 110,117 ****
  Buffer-specific.
  
  A list value specifies a default layout for the current buffer, to be
! applied upon activation of allout outline-mode.  Any non-nil value will
! automatically trigger allout outline-mode, provided `outline-init'
  has been called to enable it.
  
  See the docstring for `outline-init' for details on setting up for
--- 110,117 ----
  Buffer-specific.
  
  A list value specifies a default layout for the current buffer, to be
! applied upon activation of allout `outline-mode'.  Any non-nil value will
! automatically trigger allout `outline-mode', provided `outline-init'
  has been called to enable it.
  
  See the docstring for `outline-init' for details on setting up for
***************
*** 509,515 ****
  ;;;_  : Version
  ;;;_   = outline-version
  (defvar outline-version
!   (let ((rcs-rev "$Revision: 1.31 $"))
      (condition-case err
        (save-match-data
          (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)
--- 509,515 ----
  ;;;_  : Version
  ;;;_   = outline-version
  (defvar outline-version
!   (let ((rcs-rev "$Revision: 1.32 $"))
      (condition-case err
        (save-match-data
          (string-match "Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]