Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
100b3cbb
Commit
100b3cbb
authored
Mar 05, 2000
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
a6ad00c0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
0 deletions
+51
-0
etc/NEWS
etc/NEWS
+37
-0
src/ChangeLog
src/ChangeLog
+14
-0
No files found.
etc/NEWS
View file @
100b3cbb
...
...
@@ -8,6 +8,43 @@ For older news, see the file ONEWS.
*
Installation Changes in Emacs 21.1
** There are two new resources for colormap handling under X.
*** The X resource `visualClass, class `VisualClass', specifies the
visual Emacs should use. The resource's value should be a string of
the form `CLASS-DEPTH', where CLASS is the name of the visual class,
and DEPTH is the requested color depth as a decimal number. Valid
visual class names are
TrueColor
PseudoColor
DirectColor
StaticColor
GrayScale
StaticGray
Visual class names specified as X resource are case-insensitive, i.e.
`pseudocolor',
`Pseudocolor' and `PseudoColor' all have the same
meaning.
The program `xdpyinfo' can be used to list the visual classes
supported on your display, and which depths they have. If
`visualClass'
is not specified, Emacs uses the display's default
visual.
Example:
emacs.visualClass: TrueColor-8
*** The X resource `privateColormap', class `PrivateColormap',
specifies that Emacs should use a private colormap if it is using the
default visual, and that visual is of class PseudoColor. Recognized
resource values are `true' or `on'.
Example:
emacs.privateColormap: true
** `movemail' defaults to supporting POP. You can turn this off using
the --without-pop configure option, should that be necessary.
...
...
src/ChangeLog
View file @
100b3cbb
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment