changeset 44914:f728ed5c0d9f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Apr 2002 03:29:39 +0000
parents c057de7cfda4
children ea21866100eb
files etc/TODO lisp/ChangeLog
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.]
--- 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  <sds@gnu.org>