diff options
| author | Gerd Moellmann | 2000-06-16 15:47:45 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-16 15:47:45 +0000 |
| commit | 6344985d2b9b17ea8cb2a03b5a13ba89aa53fbd5 (patch) | |
| tree | cfa892951eacaa9c44900d7d8afaa2829503e4e7 /etc | |
| parent | 97d4edaaa32e42c7953a46716b1a349efd61dac2 (diff) | |
| download | emacs-6344985d2b9b17ea8cb2a03b5a13ba89aa53fbd5.tar.gz emacs-6344985d2b9b17ea8cb2a03b5a13ba89aa53fbd5.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | etc/TODO | 6 |
2 files changed, 6 insertions, 3 deletions
| @@ -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 |
| 15 | images and toolkit scrollbars. Use the --help option to list them. | 15 | images 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 | |||
| 1081 | buffer menu with this package. You can use M-x bs-customize to | 1082 | buffer menu with this package. You can use M-x bs-customize to |
| 1082 | customize the package. | 1083 | customize 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 |
| 1085 | replace desktop calculators such as xcalc and calc.exe. Actually, it | 1088 | replace desktop calculators such as xcalc and calc.exe. Actually, it |
| 1086 | is not too small - it has more features than most desktop calculators, | 1089 | is not too small - it has more features than most desktop calculators, |
| @@ -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 | ||
| 50 | keymap.c). | ||