Mercurial > hg > xemacs-beta
comparison etc/NEWS @ 503:98fb34b6fbe9
[xemacs-hg @ 2001-05-04 23:31:31 by ben]
* printer.el (generic-print-buffer):
* printer.el (generic-print-region):
Enable dialog boxes. Apply workaround recommended by Kirill.
fix (fboundp 'lpr-buffer) -> (fboundp 'lpr-region).
Take out interactive dependence of kill-whole-line.
* etc\check_cygwin_setup.sh (distdir): Update for current
Cygwin reality.
* etc\NEWS: Remove kill-whole-line changes.
author | ben |
---|---|
date | Fri, 04 May 2001 23:31:34 +0000 |
parents | 52626a2f02ef |
children | c82f9db998d7 |
comparison
equal
deleted
inserted
replaced
502:7039e6323819 | 503:98fb34b6fbe9 |
---|---|
84 -- Indentation no longer indents comments that begin at column zero. | 84 -- Indentation no longer indents comments that begin at column zero. |
85 -- Face and variable settings can have comments in Customize. | 85 -- Face and variable settings can have comments in Customize. |
86 -- New locations for early package hierarchies. | 86 -- New locations for early package hierarchies. |
87 -- The `auto-save' library has been greatly improved. | 87 -- The `auto-save' library has been greatly improved. |
88 -- New variable `mswindows-alt-by-itself-activates-menu'. | 88 -- New variable `mswindows-alt-by-itself-activates-menu'. |
89 -- The variable `kill-whole-line' now only takes effect interactively. | |
90 -- Other init-file-related changes. | 89 -- Other init-file-related changes. |
91 - Init file in your home directory may be called `.emacs.el'. | 90 - Init file in your home directory may be called `.emacs.el'. |
92 - New command-line switches -user-init-file and -user-init-directory. | 91 - New command-line switches -user-init-file and -user-init-directory. |
93 -- Etags changes. | 92 -- Etags changes. |
94 - In DOS, etags looks for file.cgz if it cannot find file.c. | 93 - In DOS, etags looks for file.cgz if it cannot find file.c. |
520 key under MS Windows will no longer activate the menubar. The default | 519 key under MS Windows will no longer activate the menubar. The default |
521 is t. This is not to be confused with `menu-accelerator-enabled', | 520 is t. This is not to be confused with `menu-accelerator-enabled', |
522 which enables the use of Alt+<Letter> accelerators to invoke the | 521 which enables the use of Alt+<Letter> accelerators to invoke the |
523 menus. | 522 menus. |
524 | 523 |
525 ** The variable `kill-whole-line' now only takes effect interactively. | |
526 | |
527 (This variable controls the behavior of `kill-line'.) Although this | |
528 is a departure from a previous behavior in the case of setting this | |
529 variable `kill-whole-line' to t, it is almost certainly what has | |
530 always been intended, and most likely the old way of doing things | |
531 introduced bugs. | |
532 | |
533 ** Other init-file-related changes. | 524 ** Other init-file-related changes. |
534 | 525 |
535 *** Init file in your home directory may be called `.emacs.el'. | 526 *** Init file in your home directory may be called `.emacs.el'. |
536 | 527 |
537 Like in GNU Emacs 20.4 and on, you can now name the XEmacs init file | 528 Like in GNU Emacs 20.4 and on, you can now name the XEmacs init file |