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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sun, 07 Jul 2002 17:26:13 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.711 emacs/etc/NEWS:1.712
*** emacs/etc/NEWS:1.711        Sun Jul  7 14:30:45 2002
--- emacs/etc/NEWS      Sun Jul  7 17:25:47 2002
***************
*** 930,935 ****
--- 930,940 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** The functions all-completions and try-completion now accept lists
+ of strings as well as hash-tables additionally to alists, obarrays
+ and functions.  Furthermore, the function `test-completion' is now
+ exported to Lisp.
+ 
  ** When pure storage overflows while dumping, Emacs now prints how
  much pure storage it will approximately need.
  
***************
*** 1453,1462 ****
  in buffer BUFFER.  If VARIABLE does not have a buffer-local binding in
  buffer BUFFER, it returns the default value of VARIABLE instead.
  
- ** The default value of `paragraph-start' and `indent-line-function' has
- been changed to reflect the one used in Text mode rather than the one
- used in Indented Text mode.
- 
  ** New function `text-clone-create'.  Text clones are chunks of text
  that are kept identical by transparently propagating changes from one
  clone to the other.
--- 1458,1463 ----
***************
*** 1476,1481 ****
--- 1477,1483 ----
  are used by define-derived-mode to make sure the mode hook for the
  parent mode is run at the end of the child mode.
  
+ +++
  ** `provide' and `featurep' now accept an optional second argument
  to test/provide subfeatures.  Also `provide' now checks `after-load-alist'
  and run any code associated with the provided feature.



reply via email to

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