]> git.eshelyaron.com Git - emacs.git/commitdiff
(ansi-colors) <defgroup>: Fix :version by Dave
authorGerd Moellmann <gerd@gnu.org>
Mon, 15 Jan 2001 11:34:27 +0000 (11:34 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 15 Jan 2001 11:34:27 +0000 (11:34 +0000)
Love <fx@gnu.org>
(ansi-color-for-comint-mode): Fix :version.

(ansi-color-unfontify-region): Doc change.

lisp/ChangeLog
lisp/ansi-color.el

index f3a80c579ace27a9d9565964c72543de77469dfb..de0bc0e5841d4648c869a5bcdfde5f6b68b8d03e 100644 (file)
@@ -1,3 +1,13 @@
+2001-01-15  Alex Schroeder  <alex@gnu.org>
+
+       * ansi-color.el (ansi-colors) <defgroup>: Fix :version by Dave
+       Love <fx@gnu.org>
+       (ansi-color-for-comint-mode): Fix :version.
+
+2001-01-15  Alex Schroeder  <alex@gnu.org>
+
+       * ansi-color.el (ansi-color-unfontify-region): Doc change.
+
 2001-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * dired.el (dired-insert-directory): If file-system-info fails,
index 10503df7ae765e4a390add807fd7a770bd2629f7..bbc3b774d53716336042c17bc1893b252f9922a1 100644 (file)
@@ -4,8 +4,8 @@
 
 ;; Author: Alex Schroeder <alex@gnu.org>
 ;; Maintainer: Alex Schroeder <alex@gnu.org>
-;; Version: 3.4.0
-;; Keywords: comm processes
+;; Version: 3.4.2
+;; Keywords: comm processes terminals services
 
 ;; This file is part of GNU Emacs.
 
@@ -172,7 +172,7 @@ in shell buffers.  You set this variable by calling one of:
 \\[ansi-color-for-comint-mode-on]
 \\[ansi-color-for-comint-mode-off]
 \\[ansi-color-for-comint-mode-filter]"
-  :version "20.8"
+  :version "21.1"
   :type '(choice (const :tag "Do nothing" nil)
                 (const :tag "Filter" filter)
                 (const :tag "Translate" t))
@@ -218,7 +218,7 @@ This is a good function to put in `comint-output-filter-functions'."
          'ansi-color-process-output)
 
 
-;; Alternative font-lock-unfontify-region-function
+;; Alternative font-lock-unfontify-region-function for Emacs only
 
 
 (eval-when-compile
@@ -238,9 +238,12 @@ This is a good function to put in `comint-output-filter-functions'."
   (put 'save-buffer-state 'lisp-indent-function 1))
 
 (defun ansi-color-unfontify-region (beg end &rest xemacs-stuff)
-  "Replacement function for `font-lock-default-unfontify-region'.  
-When font-lock is active in a buffer, you cannot simply add face
-text-properties to the buffer.  Font-lock will remove the face
+  "Replacement function for `font-lock-default-unfontify-region'.
+
+As text-properties are implemented using extents in XEmacs, this
+function is probably not needed.  In Emacs, however, things are a bit
+different: When font-lock is active in a buffer, you cannot simply add
+face text-properties to the buffer.  Font-lock will remove the face
 text-property using `font-lock-unfontify-region-function'.  If you want
 to insert the strings returned by `ansi-color-apply' into such buffers,
 you must set `font-lock-unfontify-region-function' to