Mercurial > hg > xemacs-beta
comparison etc/NEWS @ 339:336b97f03633 r21-0-67
Import from CVS: tag r21-0-67
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:51:27 +0200 |
parents | fbbf69b4e8a7 |
children | 7c94d56991e1 |
comparison
equal
deleted
inserted
replaced
338:d486d167960c | 339:336b97f03633 |
---|---|
61 .xemacs-options from your .emacs. | 61 .xemacs-options from your .emacs. |
62 | 62 |
63 ** When the Zmacs region is active, `M-x query-replace' and the other | 63 ** When the Zmacs region is active, `M-x query-replace' and the other |
64 replace commands now operate on the region contents only. | 64 replace commands now operate on the region contents only. |
65 | 65 |
66 ** Using the new `-private' option, you can make XEmacs use a private | 66 ** XEmacs now is able to choose X visuals and use private colormaps. |
67 colormap. | 67 The '-visual <visualStr>' command line option or the '.EmacsVisual' |
68 Xresource controls which visual XEmacs will use, and | |
69 '-privateColormap' or '.privateColormap' will force XEmacs to create a | |
70 private colormap for use. The syntax for the visual string is | |
71 "<visual><bitdepth>" where <visual> is one of 'StaticColor', | |
72 'TrueColor', 'GrayScale', 'PseudoColor' or 'DirectColor' and | |
73 <bitdepth> is the appropriate number of bits per pixel. If an invalid | |
74 or non-supported combination is entered, XEmacs attempts to find a happy | |
75 medium. The X creation mechanism will then determine if it needs to | |
76 create a colormap for use, or the presence of the private flags will | |
77 force it to create it. | |
68 | 78 |
69 ** The `imenu' package has been ported to XEmacs and is available as a | 79 ** The `imenu' package has been ported to XEmacs and is available as a |
70 package. | 80 package. |
71 | 81 |
72 ** `echo-keystrokes' can now be a floating-point number, so that you | 82 ** `echo-keystrokes' can now be a floating-point number, so that you |
159 | 169 |
160 ** Gnuserv changes | 170 ** Gnuserv changes |
161 | 171 |
162 *** Like the old 'gnudoit' program. Gnuclient -batch now can read from stdin. | 172 *** Like the old 'gnudoit' program. Gnuclient -batch now can read from stdin. |
163 | 173 |
164 *** Again like the old 'gnudoit' program, gnuclient now can return multiple | 174 *** Gnuclient -batch no longer breaks off the output at the first LF. |
165 lines. | |
166 | 175 |
167 ** C mode changes | 176 ** C mode changes |
168 | 177 |
169 *** Multiline macros are now handled, both as they affect indentation, | 178 *** Multiline macros are now handled, both as they affect indentation, |
170 and as recognized syntax. New syntactic symbol cpp-macro-cont is | 179 and as recognized syntax. New syntactic symbol cpp-macro-cont is |