[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/lisp/term common-win.el x-win.el pc-win.e... [EMACS_
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] emacs/lisp/term common-win.el x-win.el pc-win.e... [EMACS_23_1_RC] |
Date: |
Fri, 24 Jul 2009 16:18:56 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch: EMACS_23_1_RC
Changes by: Eli Zaretskii <eliz> 09/07/24 16:18:55
Modified files:
lisp/term : common-win.el x-win.el pc-win.el ns-win.el
Log message:
(x-colors, x-select-enable-clipboard): Doc fix.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/term/common-win.el?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.3.2.1&r2=1.3.2.2
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/term/x-win.el?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.240.2.1&r2=1.240.2.2
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/term/pc-win.el?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.57.2.1&r2=1.57.2.2
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/term/ns-win.el?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.44.2.2&r2=1.44.2.3
Patches:
Index: common-win.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/common-win.el,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -b -r1.3.2.1 -r1.3.2.2
--- common-win.el 20 Jul 2009 21:30:37 -0000 1.3.2.1
+++ common-win.el 24 Jul 2009 16:18:55 -0000 1.3.2.2
@@ -287,7 +287,7 @@
"cyan" "medium spring green" "spring green" "green" "lawn green"
"chartreuse"
"yellow" "gold" "orange" "dark orange" "orange red" "red" "white" "white
smoke"
"gainsboro" "light grey" "gray" "dark grey" "dim gray" "black" )
- "List of available colors for graphical frames.
+ "List of basic colors available on color displays.
For X, the list comes from the `rgb.txt' file,v 10.41 94/02/20.
For Nextstep, this is a list of non-PANTONE colors returned by
the operating system.")
Index: x-win.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/x-win.el,v
retrieving revision 1.240.2.1
retrieving revision 1.240.2.2
diff -u -b -r1.240.2.1 -r1.240.2.2
--- x-win.el 20 Jul 2009 21:30:37 -0000 1.240.2.1
+++ x-win.el 24 Jul 2009 16:18:55 -0000 1.240.2.2
@@ -1239,7 +1239,11 @@
(defcustom x-select-enable-clipboard nil
"Non-nil means cutting and pasting uses the clipboard.
-This is in addition to, but in preference to, the primary selection."
+This is in addition to, but in preference to, the primary selection.
+
+On MS-Windows, this is non-nil by default, since Windows does not
+support other types of selections. \(The primary selection that is
+set by Emacs is not accessible to other programs on Windows.\)"
:type 'boolean
:group 'killing)
Index: pc-win.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/pc-win.el,v
retrieving revision 1.57.2.1
retrieving revision 1.57.2.2
diff -u -b -r1.57.2.1 -r1.57.2.2
--- pc-win.el 20 Jul 2009 21:30:37 -0000 1.57.2.1
+++ pc-win.el 24 Jul 2009 16:18:55 -0000 1.57.2.2
@@ -185,7 +185,7 @@
On X, the display name of individual X frames is recorded in the
`display' frame parameter.")
(defvar x-colors (mapcar 'car msdos-color-values)
- "List of available colors for graphical frames.
+ "List of basic colors available on color displays.
For X, the list comes from the `rgb.txt' file,v 10.41 94/02/20.
For Nextstep, this is a list of non-PANTONE colors returned by
the operating system.")
@@ -201,7 +201,11 @@
(defcustom x-select-enable-clipboard t
"Non-nil means cutting and pasting uses the clipboard.
-This is in addition to, but in preference to, the primary selection."
+This is in addition to, but in preference to, the primary selection.
+
+On MS-Windows, this is non-nil by default, since Windows does not
+support other types of selections. \(The primary selection that is
+set by Emacs is not accessible to other programs on Windows.\)"
:type 'boolean
:group 'killing)
Index: ns-win.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/ns-win.el,v
retrieving revision 1.44.2.2
retrieving revision 1.44.2.3
diff -u -b -r1.44.2.2 -r1.44.2.3
--- ns-win.el 20 Jul 2009 21:30:37 -0000 1.44.2.2
+++ ns-win.el 24 Jul 2009 16:18:55 -0000 1.44.2.3
@@ -1126,7 +1126,7 @@
(declare-function ns-list-colors "nsfns.m" (&optional frame))
(defvar x-colors (ns-list-colors)
- "List of available colors for graphical frames.
+ "List of basic colors available on color displays.
For X, the list comes from the `rgb.txt' file,v 10.41 94/02/20.
For Nextstep, this is a list of non-PANTONE colors returned by
the operating system.")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/lisp/term common-win.el x-win.el pc-win.e... [EMACS_23_1_RC],
Eli Zaretskii <=