emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Thu, 11 Sep 2003 20:44:11 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.852 emacs/etc/NEWS:1.853
*** emacs/etc/NEWS:1.852        Mon Sep  8 04:06:58 2003
--- emacs/etc/NEWS      Thu Sep 11 20:44:10 2003
***************
*** 1676,1691 ****
  locally to provide Eldoc functionality by some method appropriate to
  the language.
  
- ** `latin1-char-displayable-p' is obsoleted by `char-displayable-p'.
- 
  ** New coding system property `mime-text-unsuitable' indicates that
  the coding system's `mime-charset' is not suitable for MIME text
  parts, e.g. utf-16.
  
  ** The argument to forward-word, backward-word, forward-to-indentation
  and backward-to-indentation is now optional, and defaults to 1.
  
  +++
  ** The new function `window-inside-edges' returns the edges of the
  actual text portion of the window, not including the scroll bar or
  divider line, the fringes, the display margins, the header line and
--- 1676,1698 ----
  locally to provide Eldoc functionality by some method appropriate to
  the language.
  
  ** New coding system property `mime-text-unsuitable' indicates that
  the coding system's `mime-charset' is not suitable for MIME text
  parts, e.g. utf-16.
  
+ +++
  ** The argument to forward-word, backward-word, forward-to-indentation
  and backward-to-indentation is now optional, and defaults to 1.
  
  +++
+ ** (char-displayable-p CHAR) returns non-nil if Emacs ought to be able
+ to display CHAR.  More precisely, if the selected frame's fontset has
+ a font to display the character set that CHAR belongs to.
+ 
+ Fontsets can specify a font on a per-character basis; when the fontset
+ does that, this value may not be accurate.
+ 
+ +++
  ** The new function `window-inside-edges' returns the edges of the
  actual text portion of the window, not including the scroll bar or
  divider line, the fringes, the display margins, the header line and
***************
*** 2025,2030 ****
--- 2032,2038 ----
  displaying the buffer in a window, or use `set-window-buffer' to force
  an update of the display margins.
  
+ +++
  ** Per-window vertical scroll-bar settings
  
  Windows can now have their own individual scroll-bar settings
***************
*** 2163,2168 ****
--- 2171,2177 ----
  keymap alist separate from minor-mode-map-alist by adding their keymap
  alist to this list.
  
+ +++
  ** Atomic change groups.
  
  To perform some changes in the current buffer "atomically" so that
***************
*** 2302,2307 ****
--- 2311,2317 ----
  insert-for-yank automatically sets that variable according to the UNDO
  element of the string argument's yank-handler text property if present.
  
+ +++
  ** New function display-supports-face-attributes-p may be used to test
  whether a given set of face attributes is actually displayable.
  
***************
*** 2309,2321 ****
--- 2319,2334 ----
  specification language, which can be used to do this test for faces
  defined with defface.
  
+ +++
  ** face-attribute, face-foreground, face-background, and face-stipple now
  accept a new optional argument, INHERIT, which controls how face
  inheritance is used when determining the value of a face attribute.
  
+ +++
  ** New functions face-attribute-relative-p and merge-face-attribute
  help with handling relative face attributes.
  
+ +++
  ** Enhancements to process support
  
  *** Function list-processes now has an optional argument; if non-nil,
***************
*** 2337,2343 ****
  The new low-level functions process-plist and set-process-plist are
  used to access and replace the entire property list of a process.
  
! 
  ** Enhanced networking support.
  
  *** There is a new `make-network-process' function which supports
--- 2350,2356 ----
  The new low-level functions process-plist and set-process-plist are
  used to access and replace the entire property list of a process.
  
! +++
  ** Enhanced networking support.
  
  *** There is a new `make-network-process' function which supports
***************
*** 2400,2413 ****
--- 2413,2431 ----
  connections are accepted in the stopped state.  For a client process,
  no input is received in the stopped state.
  
+ +++
  ** New function copy-tree.
  
+ +++
  ** New function substring-no-properties.
  
+ +++
  ** New function minibuffer-selected-window.
  
+ +++
  ** New function `call-process-shell-command'.
  
+ ---
  ** The dummy function keys made by easymenu
  are now always lower case.  If you specify the
  menu item name "Ada", for instance, it uses `ada'
***************
*** 2422,2427 ****
--- 2440,2446 ----
  for a function that could be called with `call-interactively',
  and does not return t for keyboard macros.
  
+ ---
  ** master-mode.el implements a minor mode for scrolling a slave
  buffer without leaving your current buffer, the master buffer.
  
***************
*** 2442,2447 ****
--- 2461,2467 ----
     (function (lambda ()
               (master-set-slave sql-buffer))))
  
+ +++
  ** File local variables.
  
  A file local variables list cannot specify a string with text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]