comparison etc/NEWS @ 50607:6ee7467b8fd7

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Apr 2003 05:10:19 +0000
parents 0a31ec45f727
children 7dd3d5eae9c7
comparison
equal deleted inserted replaced
50606:0fbbfbc3ddfe 50607:6ee7467b8fd7
1182 timing measurements of code (including the garbage collection component). 1182 timing measurements of code (including the garbage collection component).
1183 1183
1184 1184
1185 * Lisp Changes in Emacs 21.4 1185 * Lisp Changes in Emacs 21.4
1186 1186
1187 ** `sit-for' understands XEmacs args (SECONDS &optional NODISP). 1187 ** `minor-mode-list' now holds a list of minor mode commands.
1188
1189 ** The new command `modify-all-frames-parameters' modifies parameters
1190 for all (existing and future) frames.
1191
1192 ** `sit-for' can now be called with args (SECONDS &optional NODISP).
1188 1193
1189 ** New standard font-lock face `font-lock-preprocessor-face'. 1194 ** New standard font-lock face `font-lock-preprocessor-face'.
1190 1195
1191 ** The macro `with-syntax-table' does not copy the table any more. 1196 ** The macro `with-syntax-table' does not copy the table any more.
1192 1197
1862 over minor mode keymaps. 1867 over minor mode keymaps.
1863 1868
1864 ** A hex escape in a string forces the string to be multibyte. 1869 ** A hex escape in a string forces the string to be multibyte.
1865 An octal escape makes it unibyte. 1870 An octal escape makes it unibyte.
1866 1871
1867 ** The code that forced point to move out of images and composition 1872 ** At the end of a command, point moves out from within invisible
1868 has been generalized to apply to overlays as well and to invisible text. 1873 text, in the same way it moves out from within text covered by an
1869 This makes it generally unnecessary to mark invisible text as intangible, 1874 image or composition property.
1870 which is particularly good due to the fact that the intangible property 1875
1871 can often have unexpected side-effects because the property applies
1872 to everything (including `goto-char', ...) whereas this new code is
1873 only run after post-command-hook and thus does not care about intermediate
1874 states.
1875
1876 ** Only one of the beginning or end of an invisible, intangible region is 1876 ** Only one of the beginning or end of an invisible, intangible region is
1877 considered an acceptable value for point; which one is determined by 1877 considered an acceptable value for point; which one is determined by
1878 examining how the invisible/intangible properties are inherited when new 1878 examining how the invisible/intangible properties are inherited when new
1879 text is inserted adjacent to them. If text inserted at the beginning would 1879 text is inserted adjacent to them. If text inserted at the beginning would
1880 inherit the invisible/intangible properties, then that position is 1880 inherit the invisible/intangible properties, then that position is