[Top][All Lists]
[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 ----
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/09/01
- [Emacs-diffs] Changes to emacs/etc/NEWS, Juanma Barranquero, 2002/09/06
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2002/09/08
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/09/09
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2002/09/11
- [Emacs-diffs] Changes to emacs/etc/NEWS,
Richard M. Stallman <=
- [Emacs-diffs] Changes to emacs/etc/NEWS, Kim F. Storm, 2002/09/14
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/09/16
- [Emacs-diffs] Changes to emacs/etc/NEWS, Richard M. Stallman, 2002/09/18