# HG changeset patch # User Richard M. Stallman # Date 1019964579 0 # Node ID f728ed5c0d9fff63b70a3ebaf1ea0d6659eda214 # Parent c057de7cfda41dc41dee038cf8d2a0062080e608 *** empty log message *** diff -r c057de7cfda4 -r f728ed5c0d9f etc/TODO --- a/etc/TODO Sun Apr 28 03:24:46 2002 +0000 +++ b/etc/TODO Sun Apr 28 03:29:39 2002 +0000 @@ -57,6 +57,9 @@ * Make desktop.el save the "frame configuration" of Emacs (in some useful sense). +* Give desktop.el a feature to switch between different named + desktops. + * Replace finder.el with something that generates an Info file which gives the same information through a menu structure. [Dave Love started on this.] diff -r c057de7cfda4 -r f728ed5c0d9f lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 28 03:24:46 2002 +0000 +++ b/lisp/ChangeLog Sun Apr 28 03:29:39 2002 +0000 @@ -58,7 +58,12 @@ Put a `read-face-name' prop on the entire line. (describe-face): Handle multiple faces via read-face-name. - * textmodes/tex-mode.el (tex-start-tex): Fix previous change. + * textmodes/tex-mode.el (tex-start-options): New variable. + (tex-start-commands): New variable. + (tex-start-options-string): Variable deleted. + (tex-start-tex): Use tex-start-options and tex-start-commands, + not tex-start-options-string. + (tex-command): Doc fix. 2002-04-26 Sam Steingold