Mercurial > emacs
comparison etc/NEWS @ 48953:b6cceff9402d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 Dec 2002 18:42:49 +0000 |
parents | d684f5bc91b8 |
children | 30c4902b654d |
comparison
equal
deleted
inserted
replaced
48952:ac7ebc63415a | 48953:b6cceff9402d |
---|---|
1121 | 1121 |
1122 * Lisp Changes in Emacs 21.4 | 1122 * Lisp Changes in Emacs 21.4 |
1123 | 1123 |
1124 ** New function `optimize-char-coding-system-table' can be called | 1124 ** New function `optimize-char-coding-system-table' can be called |
1125 after making changes to `char-coding-system-table'. | 1125 after making changes to `char-coding-system-table'. |
1126 | |
1127 ** `save-selected-window' now saves and restores the selected window | |
1128 of every frame. This way, it restores everything that can be changed | |
1129 by calling `select-window'. | |
1130 | |
1131 ** `easy-menu-define' now allows you to use nil for the symbol name | |
1132 if you don't need to give the menu a name. If you install the menu | |
1133 into other keymaps right away (MAPS is non-nil), it usually doesn't | |
1134 need to have a name. | |
1126 | 1135 |
1127 ** Byte compiler changes: | 1136 ** Byte compiler changes: |
1128 | 1137 |
1129 *** `(featurep 'xemacs)' is treated by the compiler as nil. This | 1138 *** `(featurep 'xemacs)' is treated by the compiler as nil. This |
1130 helps to avoid noisy compiler warnings in code meant to run under both | 1139 helps to avoid noisy compiler warnings in code meant to run under both |