Changeset 4161 for trunk/etc/NEWS

Show
Ignore:
Timestamp:
09/09/06 16:30:10 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/NEWS

    r4148 r4161  
    337337doublequotes make no difference in the shell, but they prevent 
    338338special treatment in `dired-do-shell-command'. 
     339 
     340** Adaptive filling misfeature removed. 
     341It no longer treats `NNN.' or `(NNN)' as a prefix. 
     342 
    339343  
    340344* Editing Changes in Emacs 22.1 
     
    839843the window now works sensibly, by automatically adjusting the window's 
    840844vscroll property. 
     845 
     846*** New customize option `overline-margin' controls the space between 
     847overline and text. 
     848 
     849*** New variable `x-underline-at-descent-line' controls the relative 
     850position of the underline.  When set, it overrides the 
     851`x-use-underline-position-properties' variables. 
    841852 
    842853+++ 
     
    40774088 
    40784089+++ 
     4090*** The new function `buffer-chars-modified-tick' returns a buffer's 
     4091tick counter for changes to characters.  Each time text in that buffer 
     4092is inserted or deleted, the character-change counter is updated to the 
     4093tick counter (`buffer-modified-tick').  Text property changes leave it 
     4094unchanged. 
     4095 
     4096+++ 
    40794097*** The new function `insert-for-yank' normally works like `insert', but 
    40804098removes the text properties in the `yank-excluded-properties' list 
     
    46664684*** The definition of a key-binding passed to define-key can use XEmacs-style 
    46674685key-sequences, such as [(control a)]. 
     4686 
    46684687** Abbrev changes: 
    46694688 
     
    48924911fringe bitmaps, as well as change the built-in fringe bitmaps. 
    48934912 
    4894 To change a built-in bitmap, do (require 'fringe) and use the symbol 
    4895 identifying the bitmap such as `left-truncation' or `continued-line'. 
    4896  
    48974913*** New function `destroy-fringe-bitmap' deletes a fringe bitmap 
    48984914or restores a built-in one to its default value. 
     
    51835199images that Emacs will load and display. 
    51845200 
     5201+++ 
     5202*** The new variable `display-mm-dimensions-alist' can be used to 
     5203override incorrect graphical display dimensions returned by functions 
     5204`display-mm-height' and `display-mm-width'. 
     5205 
    51855206** Mouse pointer features: 
    51865207 
     
    54935514*** `emacsserver' now runs `pre-command-hook' and `post-command-hook' 
    54945515when it receives a request from emacsclient. 
     5516 
     5517+++ 
     5518*** `current-idle-time' reports how long Emacs has been idle. 
    54955519 
    54965520** Lisp file loading changes: