Changeset 4161 for trunk/etc/NEWS
- Timestamp:
- 09/09/06 16:30:10 (2 years ago)
- Files:
-
- trunk/etc/NEWS (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/NEWS
r4148 r4161 337 337 doublequotes make no difference in the shell, but they prevent 338 338 special treatment in `dired-do-shell-command'. 339 340 ** Adaptive filling misfeature removed. 341 It no longer treats `NNN.' or `(NNN)' as a prefix. 342 339 343 340 344 * Editing Changes in Emacs 22.1 … … 839 843 the window now works sensibly, by automatically adjusting the window's 840 844 vscroll property. 845 846 *** New customize option `overline-margin' controls the space between 847 overline and text. 848 849 *** New variable `x-underline-at-descent-line' controls the relative 850 position of the underline. When set, it overrides the 851 `x-use-underline-position-properties' variables. 841 852 842 853 +++ … … 4077 4088 4078 4089 +++ 4090 *** The new function `buffer-chars-modified-tick' returns a buffer's 4091 tick counter for changes to characters. Each time text in that buffer 4092 is inserted or deleted, the character-change counter is updated to the 4093 tick counter (`buffer-modified-tick'). Text property changes leave it 4094 unchanged. 4095 4096 +++ 4079 4097 *** The new function `insert-for-yank' normally works like `insert', but 4080 4098 removes the text properties in the `yank-excluded-properties' list … … 4666 4684 *** The definition of a key-binding passed to define-key can use XEmacs-style 4667 4685 key-sequences, such as [(control a)]. 4686 4668 4687 ** Abbrev changes: 4669 4688 … … 4892 4911 fringe bitmaps, as well as change the built-in fringe bitmaps. 4893 4912 4894 To change a built-in bitmap, do (require 'fringe) and use the symbol4895 identifying the bitmap such as `left-truncation' or `continued-line'.4896 4897 4913 *** New function `destroy-fringe-bitmap' deletes a fringe bitmap 4898 4914 or restores a built-in one to its default value. … … 5183 5199 images that Emacs will load and display. 5184 5200 5201 +++ 5202 *** The new variable `display-mm-dimensions-alist' can be used to 5203 override incorrect graphical display dimensions returned by functions 5204 `display-mm-height' and `display-mm-width'. 5205 5185 5206 ** Mouse pointer features: 5186 5207 … … 5493 5514 *** `emacsserver' now runs `pre-command-hook' and `post-command-hook' 5494 5515 when it receives a request from emacsclient. 5516 5517 +++ 5518 *** `current-idle-time' reports how long Emacs has been idle. 5495 5519 5496 5520 ** Lisp file loading changes:
