emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog frames.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog frames.texi
Date: Thu, 28 May 2009 13:30:47 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/05/28 13:30:46

Modified files:
        doc/lispref    : ChangeLog frames.texi 

Log message:
        * frames.texi (Text Terminal Colors): Multi-tty is already
        implemented, but tty-local colors are not.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.285&r2=1.286
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/frames.texi?cvsroot=emacs&r1=1.32&r2=1.33

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -b -r1.285 -r1.286
--- ChangeLog   27 May 2009 22:08:29 -0000      1.285
+++ ChangeLog   28 May 2009 13:30:46 -0000      1.286
@@ -1,3 +1,8 @@
+2009-05-28  Chong Yidong  <address@hidden>
+
+       * frames.texi (Text Terminal Colors): Multi-tty is already
+       implemented, but tty-local colors are not.
+
 2009-05-27  Chong Yidong  <address@hidden>
 
        * hooks.texi (Standard Hooks): Remove mention of obsolete

Index: frames.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/frames.texi,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- frames.texi 21 May 2009 15:31:33 -0000      1.32
+++ frames.texi 28 May 2009 13:30:46 -0000      1.33
@@ -2104,11 +2104,11 @@
 in @ref{Color Names}.
 
   These functions accept a display (either a frame or the name of a
-terminal) as an optional argument.  We hope in the future to make Emacs
-support more than one text-only terminal at one time; then this argument
-will specify which terminal to operate on (the default being the
-selected frame's terminal; @pxref{Input Focus}).  At present, though,
-the @var{frame} argument has no effect.
+terminal) as an optional argument.  We hope in the future to make
+Emacs support different colors on different text-only terminals; then
+this argument will specify which terminal to operate on (the default
+being the selected frame's terminal; @pxref{Input Focus}).  At
+present, though, the @var{frame} argument has no effect.
 
 @defun tty-color-define name number &optional rgb frame
 This function associates the color name @var{name} with




reply via email to

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