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: Wed, 11 Sep 2002 23:25:21 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.739 emacs/etc/NEWS:1.740
*** emacs/etc/NEWS:1.739        Wed Sep 11 17:03:50 2002
--- emacs/etc/NEWS      Wed Sep 11 23:25:20 2002
***************
*** 1060,1065 ****
--- 1060,1071 ----
  
  * Lisp Changes in Emacs 21.4
  
+ ** When using non-toolkit scroll bars with the default width,
+ the scroll-bar-width frame parameter value is nil.
+ 
+ ** The new function copy-abbrev-table returns a new abbrev table that
+ is a copy of a given abbrev table.
+ 
  +++
  ** The option --script FILE runs Emacs in batch mode and loads FILE.
  It is useful for writing Emacs Lisp shell script files, because they
***************
*** 1632,1637 ****
--- 1638,1646 ----
  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.
  
+ ** define-derived-mode by default creates a new empty abbrev table.
+ It does not copy abbrevs from the parent mode's abbrev table.
+ 
  +++
  ** `provide' and `featurep' now accept an optional second argument
  to test/provide subfeatures.  Also `provide' now checks `after-load-alist'
***************
*** 1650,1657 ****
  accepts a float as UID parameter.
  
  ** `define-key-after' now accepts keys longer than 1.
- 
- ** `define-derived-mode' now accepts nil as the parent.
  
  ** The local variable `no-byte-compile' in elisp files is now obeyed.
  
--- 1659,1664 ----




reply via email to

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