Changeset 4140 for trunk/etc/NEWS
- Timestamp:
- 08/10/06 11:19:54 (2 years ago)
- Files:
-
- trunk/etc/NEWS (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/NEWS
r4131 r4140 96 96 also included. 97 97 98 99 98 --- 100 99 ** A French translation of the `Emacs Survival Guide' is available. … … 202 201 all frames you create. A position specified with --geometry only 203 202 affects the initial frame. 203 204 --- 205 ** Emacs built for MS-Windows now behaves like Emacs on X does, 206 wrt its frame position: if you don't specify a position (in your 207 .emacs init file, in the Registry, or with the --geometry command-line 208 option), Emacs leaves the frame position to the Windows' window 209 manager. 204 210 205 211 +++ … … 242 248 +++ 243 249 ** If the environment variable EMAIL is defined, Emacs now uses its value 244 to compute the default value of `use -mail-address', in preference to250 to compute the default value of `user-mail-address', in preference to 245 251 concatenation of `user-login-name' with the name of your host machine. 252 246 253 247 254 * Incompatible Editing Changes in Emacs 22.1 … … 3655 3662 * Incompatible Lisp Changes in Emacs 22.1 3656 3663 3657 ** The function find-operation-coding-system accepts a cons (FILENAME 3658 . BUFFER) in an argument correponding to the target. 3664 ** The function find-operation-coding-system may be called with a cons 3665 (FILENAME . BUFFER) in the second argument if the first argument 3666 OPERATION is `insert-file-contents', and thus a function registered in 3667 `file-coding-system-alist' is also called with such an argument. 3659 3668 3660 3669 --- … … 5355 5364 refontification of `bar' whenever the `e' is added/removed. 5356 5365 5366 *** `font-lock-extend-region-functions' makes it possible to alter the way 5367 the fontification region is chosen. This can be used to prevent rounding 5368 up to whole lines, or to extend the region to include all related lines 5369 of multiline constructs so that such constructs get properly recognized. 5370 5357 5371 ** Major mode mechanism changes: 5358 5372
