/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.690.2.37 by miles, Sat Sep 4 09:19:25 2004 UTC revision 1.690.2.38 by miles, Sat Sep 4 09:20:10 2004 UTC
# Line 3714  running under X. Line 3714  running under X.
3714  ** Arguments for remove-overlays are now optional, so that you can remove  ** Arguments for remove-overlays are now optional, so that you can remove
3715  all overlays in the buffer by just calling (remove-overlay).  all overlays in the buffer by just calling (remove-overlay).
3716    
3717    ** New `function vector' type, including function currying
3718    The `function vector', or `funvec' type extends the old
3719    byte-compiled-function vector type to have other uses as well, and
3720    includes existing byte-compiled functions as a special case.  The kind
3721    of funvec is determined by the first element: a list is a byte-compiled
3722    function, and a non-nil atom is one of the new extended uses, currently
3723    `curry' for curried functions.  See the node `Funvec Type' in the Emacs
3724    Lisp Reference Manual for more information.
3725    
3726    *** New function curry allows constructing `curried functions'
3727    (see the node `Function Currying' in the Emacs Lisp Reference Manual).
3728    
3729    *** New functions funvec and funvecp allow primitive access to funvecs
3730    
3731  ** New packages:  ** New packages:
3732    
3733  *** The new package gdb-ui.el provides an enhanced graphical interface to  *** The new package gdb-ui.el provides an enhanced graphical interface to

Legend:
Removed from v.1.690.2.37  
changed lines
  Added in v.1.690.2.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26