comparison etc/NEWS @ 420:41dbb7a9d5f2 r21-2-18

Import from CVS: tag r21-2-18
author cvs
date Mon, 13 Aug 2007 11:24:09 +0200
parents e804706bfb8c
children 95016f13131a
comparison
equal deleted inserted replaced
419:66615b78f1a5 420:41dbb7a9d5f2
31 31
32 32
33 * Changes in XEmacs 21.2 33 * Changes in XEmacs 21.2
34 ======================== 34 ========================
35 35
36 ** XEmacs now locates the early package hierarchy at ~/.xemacs/packages.
37
38 This has changed from simply ~/.xemacs.
39
36 ** `delete-key-deletes-forward' now defaults to t. 40 ** `delete-key-deletes-forward' now defaults to t.
37 41
38 `delete-key-deletes-forward' is the variable that regulates the 42 `delete-key-deletes-forward' is the variable that regulates the
39 behaviour of the delete key on the systems that offer both a backspace 43 behaviour of the delete key on the systems that offer both a backspace
40 and a delete key. If set to nil, the key labeled "Delete" will delete 44 and a delete key. If set to nil, the key labeled "Delete" will delete
101 105
102 If an X-Face libary built under MS-Windows is available then XEmacs 106 If an X-Face libary built under MS-Windows is available then XEmacs
103 will use this at build time. 107 will use this at build time.
104 108
105 ** The font-menu is now available under MS-Windows 109 ** The font-menu is now available under MS-Windows
110
111 ** MS-Windows support for selection is much more robust
112
113 Generally selection should now do what you would expect under
114 MS-Windows: the middle mouse button will paste your current selection
115 or the clipboard; conversions from different types of selection to the
116 clipboard can be made; the kill-ring and friends will be updated as
117 per X.
118
119 The only thing selection doesn't do is set the clipboard automatically
120 as this would break the MS-Windows model. If you want this behaviour
121 then set `selection-sets-clipboard' to t
106 122
107 123
108 * Lisp and internal changes in XEmacs 21.2 124 * Lisp and internal changes in XEmacs 21.2
109 ========================================== 125 ==========================================
110 126