diff options
| author | Richard M. Stallman | 1995-02-07 04:20:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-07 04:20:29 +0000 |
| commit | aa9e7088e6cf05553e71f5bbe59dd3d322411912 (patch) | |
| tree | 395ff9232b395b88ed9f5e0009b207c70579c19a | |
| parent | 40f239ee68ced65c99b847856538fe7b6ba88274 (diff) | |
| download | emacs-aa9e7088e6cf05553e71f5bbe59dd3d322411912.tar.gz emacs-aa9e7088e6cf05553e71f5bbe59dd3d322411912.zip | |
*** empty log message ***
| -rw-r--r-- | etc/tasks.texi | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/etc/tasks.texi b/etc/tasks.texi index 2a8f3ffed5d..b6af85bb3f6 100644 --- a/etc/tasks.texi +++ b/etc/tasks.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @setfilename tasks.info | 3 | @setfilename tasks.info |
| 4 | @settitle GNU Task List | 4 | @settitle GNU Task List |
| 5 | @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! | 5 | @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! |
| 6 | @set lastupdate 22 November 1994 | 6 | @set lastupdate 6 February 1995 |
| 7 | @c %**end of header | 7 | @c %**end of header |
| 8 | 8 | ||
| 9 | @setchapternewpage off | 9 | @setchapternewpage off |
| @@ -206,6 +206,11 @@ An emulator for Macintosh graphics calls on top of X Windows. | |||
| 206 | A music playing and editing system. | 206 | A music playing and editing system. |
| 207 | 207 | ||
| 208 | @item | 208 | @item |
| 209 | A "disk jockey" program to keep track of a collection of recorded music | ||
| 210 | samples (songs, etc), and queue up a sequence of them for playing. This | ||
| 211 | program could use rplay to do the actual playing. | ||
| 212 | |||
| 213 | @item | ||
| 209 | A program to edit dance notation (such as labanotation) and display | 214 | A program to edit dance notation (such as labanotation) and display |
| 210 | dancers moving on the screen. | 215 | dancers moving on the screen. |
| 211 | 216 | ||
| @@ -213,7 +218,8 @@ dancers moving on the screen. | |||
| 213 | Port the Vibrant toolkit to work on X without using Motif. | 218 | Port the Vibrant toolkit to work on X without using Motif. |
| 214 | 219 | ||
| 215 | @item | 220 | @item |
| 216 | A library for displaying circle-shaped menus with X windows. | 221 | A widget for displaying circle-shaped menus ("pie menus") with X |
| 222 | windows. | ||
| 217 | 223 | ||
| 218 | @item | 224 | @item |
| 219 | A program to display and edit Hypercard stacks. | 225 | A program to display and edit Hypercard stacks. |
| @@ -225,7 +231,11 @@ DLD and C++, loading in the same class definitions that will be used | |||
| 225 | by the application program. | 231 | by the application program. |
| 226 | 232 | ||
| 227 | @item | 233 | @item |
| 228 | A desktop program with icons and such, for X-windows. | 234 | A "desktop" program with drag-and-drop icons and such. |
| 235 | |||
| 236 | @item | ||
| 237 | An "empire builder" system that makes it easy to write various kinds of | ||
| 238 | simulation games. | ||
| 229 | 239 | ||
| 230 | @item | 240 | @item |
| 231 | A paint program, supporting both bitmap-oriented operations and | 241 | A paint program, supporting both bitmap-oriented operations and |