Mercurial > hg > xemacs-beta
comparison etc/NEWS @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | e45d5e7c476e |
children | 1f0dabaa0855 |
comparison
equal
deleted
inserted
replaced
208:f427b8ec4379 | 209:41ff10fd062f |
---|---|
104 *** Wnn support will be made more solid. | 104 *** Wnn support will be made more solid. |
105 | 105 |
106 *** More user-level documentation on using Mule. | 106 *** More user-level documentation on using Mule. |
107 | 107 |
108 | 108 |
109 * Changes in XEmacs 20.4 | |
110 ======================== | |
111 | |
112 ** An arbitrary keystroke can be generated by entering `C-x @ k | |
113 <keysym-name> RET' where <keysym-name> is a spelled out name of the | |
114 desired keysym. For example a sequence: | |
115 | |
116 C-x @ c C-x @ k b a c k s p a c e RET | |
117 | |
118 will result in a `C-backspace' keystroke. This feature is especially | |
119 useful on terminal emulators having key redefinition capability. | |
120 | |
121 | |
109 * Changes in XEmacs 20.3 | 122 * Changes in XEmacs 20.3 |
110 ======================== | 123 ======================== |
111 | 124 |
112 ** Startup file additions. | 125 ** Startup file additions. |
113 | 126 |
220 <x>' sequence where <x> is one of letters `S', `c', `m', `a', `h', `s' | 233 <x>' sequence where <x> is one of letters `S', `c', `m', `a', `h', `s' |
221 corresponding to shift, control, meta, alt, hyper, and super modifiers, | 234 corresponding to shift, control, meta, alt, hyper, and super modifiers, |
222 respectively. It is possible to add several modifiers by repeating this | 235 respectively. It is possible to add several modifiers by repeating this |
223 sequence. This feature is especially useful on text terminals where it | 236 sequence. This feature is especially useful on text terminals where it |
224 allows one to enter keystrokes like, e.g., `M-home'. | 237 allows one to enter keystrokes like, e.g., `M-home'. |
238 | |
239 ** An arbitrary keystroke can be generated by entering `C-x @ k | |
240 <keysym-name> RET'. For example a sequence: | |
241 | |
242 C-x @ c C-x @ k b a c k s p a c e RET | |
243 | |
244 will result in a `C-backspace' keystroke even on text terminals. | |
225 | 245 |
226 ** Customize changes. | 246 ** Customize changes. |
227 | 247 |
228 *** Customize has undergone a massive speedup, and should now operate | 248 *** Customize has undergone a massive speedup, and should now operate |
229 acceptably fast. Slowness of the interface used to be the biggest | 249 acceptably fast. Slowness of the interface used to be the biggest |