aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-16 15:47:45 +0000
committerGerd Moellmann2000-06-16 15:47:45 +0000
commit6344985d2b9b17ea8cb2a03b5a13ba89aa53fbd5 (patch)
treecfa892951eacaa9c44900d7d8afaa2829503e4e7 /etc
parent97d4edaaa32e42c7953a46716b1a349efd61dac2 (diff)
downloademacs-6344985d2b9b17ea8cb2a03b5a13ba89aa53fbd5.tar.gz
emacs-6344985d2b9b17ea8cb2a03b5a13ba89aa53fbd5.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
-rw-r--r--etc/TODO6
2 files changed, 6 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 86989a02bba..d98866dbef9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -13,6 +13,7 @@ the --without-pop configure option, should that be necessary.
13 13
14** There are new configure options associated with the support for 14** There are new configure options associated with the support for
15images and toolkit scrollbars. Use the --help option to list them. 15images and toolkit scrollbars. Use the --help option to list them.
16
16 17
17* Changes in Emacs 21.1 18* Changes in Emacs 21.1
18 19
@@ -1081,6 +1082,8 @@ list-buffers or electric-buffer-list. Use M-x bs-show to display a
1081buffer menu with this package. You can use M-x bs-customize to 1082buffer menu with this package. You can use M-x bs-customize to
1082customize the package. 1083customize the package.
1083 1084
1085*** find-lisp.el is a package emulating the Unix find command in Lisp.
1086
1084*** calculator.el is a small calculator package that is intended to 1087*** calculator.el is a small calculator package that is intended to
1085replace desktop calculators such as xcalc and calc.exe. Actually, it 1088replace desktop calculators such as xcalc and calc.exe. Actually, it
1086is not too small - it has more features than most desktop calculators, 1089is not too small - it has more features than most desktop calculators,
diff --git a/etc/TODO b/etc/TODO
index def4652a449..4fd7f0352ac 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -24,9 +24,6 @@
24* Save undo information in files, and reload it when needed 24* Save undo information in files, and reload it when needed
25 for undoing. 25 for undoing.
26 26
27* modify comint.el so that input appears in a special font.
28 I can add a simple Emacs feature to help.
29
30* Implement other text formatting properties. 27* Implement other text formatting properties.
31** Footnotes that can appear either in place 28** Footnotes that can appear either in place
32 or at the end of the page. 29 or at the end of the page.
@@ -48,3 +45,6 @@
48 the whole menu bar. In the mean time, it should process other messages. 45 the whole menu bar. In the mean time, it should process other messages.
49 46
50* Make Emacs work as a Java Bean. 47* Make Emacs work as a Java Bean.
48
49* Make keymaps a first-class Lisp object (this means a rewrite of
50keymap.c).