Mercurial > hg > xemacs-beta
comparison etc/NEWS @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3a7e78e1142d |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
134 | 134 |
135 The only thing selection doesn't do is set the clipboard automatically | 135 The only thing selection doesn't do is set the clipboard automatically |
136 as this would break the MS-Windows model. If you want this behaviour | 136 as this would break the MS-Windows model. If you want this behaviour |
137 then set `selection-sets-clipboard' to t | 137 then set `selection-sets-clipboard' to t |
138 | 138 |
139 ** Mail spool locking now works correctly. | |
140 XEmacs has always come with a little auxiliary program, movemail, | |
141 which moves mail out of the system's spool area into user storage. To | |
142 coordinate between XEmacs, the mail delivery agent, and other mail | |
143 user agents, movemail needs to properly lock the spool file before | |
144 moving it. Movemail now correctly respects the --mail-locking option | |
145 to configure. Moreover, movemail's locking behavior can be specified | |
146 at run-time, via a new command-line option -m to movemail, or through | |
147 the environment variable EMACSLOCKMETHOD. | |
148 | |
149 When installing XEmacs, make sure you configure it according to your | |
150 environment's mail spool locking conventions. When you're using a | |
151 binary kit, set the `mail-lock-method' variable at startup, or the | |
152 EMACSLOCKMETHOD environment variable. | |
153 | |
139 ** New command-line switches -user-init-file and -user-init-directory. | 154 ** New command-line switches -user-init-file and -user-init-directory. |
140 These can be used to specify alternate locations for what is normally | 155 These can be used to specify alternate locations for what is normally |
141 ~/.emacs and ~/.xemacs. | 156 ~/.emacs and ~/.xemacs. |
142 | 157 |
143 Moreover, -user <user> (which used to only work in unpredictable ways) | 158 Moreover, -user <user> (which used to only work in unpredictable ways) |
144 is now equivalent to | 159 is now equivalent to |
145 -user-init-file ~<user>/.emacs -user-init-directory ~<user>/.xemacs. | 160 -user-init-file ~<user>/.emacs -user-init-directory ~<user>/.xemacs. |
161 | |
162 ** New variable `mswindows-meta-activates-menu'. | |
163 If you set this variable to nil then pressing the Alt key under | |
164 MS-Windows will no longer activate the menubar. The default is t. | |
146 | 165 |
147 ** Etags changes. | 166 ** Etags changes. |
148 | 167 |
149 *** In DOS, etags looks for file.cgz if it cannot find file.c. | 168 *** In DOS, etags looks for file.cgz if it cannot find file.c. |
150 | 169 |