Mercurial > emacs
comparison etc/NEWS @ 49648:4dd9a6db81d7
New entry for printing package.
Add header to ido and cua entries.
Added compatibility note to cua entry.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 07 Feb 2003 21:47:21 +0000 |
parents | b35587af8747 |
children | f4b5295c3540 |
comparison
equal
deleted
inserted
replaced
49647:b1ebc6035394 | 49648:4dd9a6db81d7 |
---|---|
963 (setq x-meta-keysym 'alt) | 963 (setq x-meta-keysym 'alt) |
964 | 964 |
965 * New modes and packages in 21.4 | 965 * New modes and packages in 21.4 |
966 | 966 |
967 --- | 967 --- |
968 ** The new ido package is an extension of the iswitchb package | 968 ** Ido mode is now part of the Emacs distribution. |
969 to do interactive opening of files and directories in addition to | 969 |
970 interactive buffer switching. Ido is a superset of iswitchb (with a | 970 The ido (interactively do) package is an extension of the iswitchb |
971 few exceptions), so don't enable both packages. | 971 package to do interactive opening of files and directories in addition |
972 to interactive buffer switching. Ido is a superset of iswitchb (with | |
973 a few exceptions), so don't enable both packages. | |
972 | 974 |
973 --- | 975 --- |
974 ** The new cua package provides CUA-like keybindings using C-x for | 976 ** CUA mode is now part of the Emacs distribution. |
977 | |
978 The new cua package provides CUA-like keybindings using C-x for | |
975 cut (kill), C-c for copy, C-v for paste (yank), and C-z for undo. | 979 cut (kill), C-c for copy, C-v for paste (yank), and C-z for undo. |
976 With cua, the region can be set and extended using shifted movement | 980 With cua, the region can be set and extended using shifted movement |
977 keys (like pc-selection-mode) and typed text replaces the active | 981 keys (like pc-selection-mode) and typed text replaces the active |
978 region (like delete-selection-mode). Do not enable these modes with | 982 region (like delete-selection-mode). Do not enable these modes with |
979 cua-mode. Customize the variable `cua-mode' to enable cua. | 983 cua-mode. Customize the variable `cua-mode' to enable cua. |
1005 | 1009 |
1006 The features of cua also works with the standard emacs bindings for | 1010 The features of cua also works with the standard emacs bindings for |
1007 kill, copy, yank, and undo. If you want to use cua mode, but don't | 1011 kill, copy, yank, and undo. If you want to use cua mode, but don't |
1008 want the C-x, C-c, C-v, and C-z bindings, you may customize the | 1012 want the C-x, C-c, C-v, and C-z bindings, you may customize the |
1009 `cua-enable-cua-keys' variable. | 1013 `cua-enable-cua-keys' variable. |
1014 | |
1015 Note: This version of cua mode is not backwards compatible with older | |
1016 versions of cua.el and cua-mode.el. To ensure proper operation, you | |
1017 must remove older versions of cua.el or cua-mode.el as well as the | |
1018 loading and customization of those packages from the .emacs file. | |
1010 | 1019 |
1011 ** The new keypad setup package provides several common bindings for | 1020 ** The new keypad setup package provides several common bindings for |
1012 the numeric keypad which is available on most keyboards. The numeric | 1021 the numeric keypad which is available on most keyboards. The numeric |
1013 keypad typically has the digits 0 to 9, a decimal point, keys marked | 1022 keypad typically has the digits 0 to 9, a decimal point, keys marked |
1014 +, -, /, and *, an Enter key, and a NumLock toggle key. The keypad | 1023 +, -, /, and *, an Enter key, and a NumLock toggle key. The keypad |
1068 --- | 1077 --- |
1069 ** The old Octave mode bindings C-c f and C-c i have been changed | 1078 ** The old Octave mode bindings C-c f and C-c i have been changed |
1070 to C-c C-f and C-c C-i. The C-c C-i subcommands now have duplicate | 1079 to C-c C-f and C-c C-i. The C-c C-i subcommands now have duplicate |
1071 bindings on control characters--thus, C-c C-i C-b is the same as | 1080 bindings on control characters--thus, C-c C-i C-b is the same as |
1072 C-c C-i b, and so on. | 1081 C-c C-i b, and so on. |
1082 | |
1083 ** The printing package is now part of the Emacs distribution. | |
1084 | |
1085 If you enable the printing package by including (require 'printing) in | |
1086 the .emacs file, the normal Print item on the File menu is replaced | |
1087 with a Print sub-menu which allows you to preview output through | |
1088 ghostview, use ghostscript to print (if you don't have a PostScript | |
1089 printer) or send directly to printer a PostScript code generated by | |
1090 `ps-print' package. Use M-x pr-help for more information. | |
1073 | 1091 |
1074 +++ | 1092 +++ |
1075 ** Calc is now part of the Emacs distribution. | 1093 ** Calc is now part of the Emacs distribution. |
1076 | 1094 |
1077 Calc is an advanced desk calculator and mathematical tool written in | 1095 Calc is an advanced desk calculator and mathematical tool written in |