Mercurial > hg > xemacs-beta
comparison etc/NEWS @ 304:c6de09ad3017 r21-0b50
Import from CVS: tag r21-0b50
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:41:12 +0200 |
parents | 70ad99077275 |
children | 9ea74add5d37 |
comparison
equal
deleted
inserted
replaced
303:d02ffe1d75ed | 304:c6de09ad3017 |
---|---|
297 relevant information will be generated on-the-fly. | 297 relevant information will be generated on-the-fly. |
298 | 298 |
299 This behaviour can be customized, look for `Info-auto-generate-directory' | 299 This behaviour can be customized, look for `Info-auto-generate-directory' |
300 and `Info-save-auto-generated-dir' in the `info' customization group. | 300 and `Info-save-auto-generated-dir' in the `info' customization group. |
301 | 301 |
302 ** Version Control is no longer automatically loaded. Users must | |
303 add: | |
304 | |
305 (require 'vc-hooks) | |
306 | |
307 to their .emacs file to get version control functionality. | |
308 | |
302 | 309 |
303 * Lisp and internal changes in XEmacs 21.0 | 310 * Lisp and internal changes in XEmacs 21.0 |
304 ========================================== | 311 ========================================== |
305 | 312 |
306 ** It is now possible to build XEmacs with support for 31-bit Lisp | 313 ** It is now possible to build XEmacs with support for 31-bit Lisp |
491 ** The code XEmacs uses to assemble its various paths into the | 498 ** The code XEmacs uses to assemble its various paths into the |
492 directory hierarchy has been rewritten to support the package system. | 499 directory hierarchy has been rewritten to support the package system. |
493 Look under "Startup Paths" in the Info documentation for more | 500 Look under "Startup Paths" in the Info documentation for more |
494 information. | 501 information. |
495 | 502 |
496 *** site-lisp is now longer part of the load-path by default. | 503 *** site-lisp is no longer part of the load-path by default. |
497 Its use is deprecated, but you can specify --with-site-lisp=yes at the | 504 Its use is deprecated, but you can specify --with-site-lisp=yes at the |
498 configure command line to get it back. | 505 configure command line to get it back. |
499 | 506 |
500 *** `Info-default-directory-list' is now obsolete. If you want to | 507 *** `Info-default-directory-list' is now obsolete. If you want to |
501 change the path which XEmacs uses to search for info files, set | 508 change the path which XEmacs uses to search for info files, set |