aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Walters2001-11-22 10:10:55 +0000
committerColin Walters2001-11-22 10:10:55 +0000
commitf2d176f2d0ec228d5ac24fb665523a551b202941 (patch)
treec53e498f5da4e260b5d7977b6e92b3d88107dbba /etc
parent8f148852e189a9c126469173d42f7ef05bad13ac (diff)
downloademacs-f2d176f2d0ec228d5ac24fb665523a551b202941.tar.gz
emacs-f2d176f2d0ec228d5ac24fb665523a551b202941.zip
Remove already applied calc info patches. Clarify that there is no
such thing as Debian GNU/Linux 2.4.3. ftpd is not handled by alternatives in Debian, the reporter surely meant just "--config ftp".
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog7
-rw-r--r--etc/PROBLEMS40
2 files changed, 12 insertions, 35 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1767f31e50e..6e38ffcc5e8 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,10 @@
12001-11-22 Colin Walters <walters@debian.org>
2
3 * PROBLEMS: Remove already applied calc info patches. Clarify
4 that there is no such thing as Debian GNU/Linux 2.4.3. ftpd is
5 not handled by alternatives in Debian, the reporter surely meant
6 just "--config ftp".
7
12001-11-18 Eli Zaretskii <eliz@is.elta.co.il> 82001-11-18 Eli Zaretskii <eliz@is.elta.co.il>
2 9
3 * fr-survival.tex: New file, from ,AI(Bric Jacoboni <jaco@teaser.fr>. 10 * fr-survival.tex: New file, from ,AI(Bric Jacoboni <jaco@teaser.fr>.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 4a466dcbb1f..25fe8a4f40a 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -682,36 +682,6 @@ from Emacs 19.34 distribution:
682 $(PURGE) calc.cp calc.fn calc.pg calc.tp calc.vr 682 $(PURGE) calc.cp calc.fn calc.pg calc.tp calc.vr
683 $(PURGE) calc.cps calc.fns calc.kys calc.pgs calc.tps calc.vrs 683 $(PURGE) calc.cps calc.fns calc.kys calc.pgs calc.tps calc.vrs
684 $(PURGE) calc.toc 684 $(PURGE) calc.toc
685*** calc.texinfo.~1~ Thu Oct 10 18:18:56 1996
686--- calc.texinfo Mon Dec 11 08:25:00 2000
687***************
688*** 12,17 ****
689--- 12,19 ----
690 % Because makeinfo.c exists, we can't just define new commands.
691 % So instead, we take over little-used existing commands.
692 %
693+ % Suggested by Karl Berry <karl@@freefriends.org>
694+ \gdef\!{\mskip-\thinmuskip}
695 % Redefine @cite{text} to act like $text$ in regular TeX.
696 % Info will typeset this same as @samp{text}.
697 \gdef\goodtex{\tex \let\rm\goodrm \let\t\ttfont \turnoffactive}
698***************
699*** 23686,23692 ****
700 a vector of the actual parameter values, written as equations:
701 @cite{[a = 3, b = 2]}, in case you'd rather read them in a list
702 than pick them out of the formula. (You can type @kbd{t y}
703! to move this vector to the stack; @pxref{Trail Commands}.)
704
705 Specifying a different independent variable name will affect the
706 resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}.
707--- 23689,23695 ----
708 a vector of the actual parameter values, written as equations:
709 @cite{[a = 3, b = 2]}, in case you'd rather read them in a list
710 than pick them out of the formula. (You can type @kbd{t y}
711! to move this vector to the stack; see @ref{Trail Commands}.)
712
713 Specifying a different independent variable name will affect the
714 resulting formula: @kbd{a F 1 k RET} produces @kbd{3 + 2 k}.
715 685
716* Unicode characters are not unified with other Mule charsets. 686* Unicode characters are not unified with other Mule charsets.
717 687
@@ -858,12 +828,12 @@ file.
858 828
859If the error message is "ange-ftp-file-modtime: Specified time is not 829If the error message is "ange-ftp-file-modtime: Specified time is not
860representable", then this could happen when `lukemftp' is used as the 830representable", then this could happen when `lukemftp' is used as the
861ftp client. This was reported to happen on Debian GNU/Linux 2.4.3 831ftp client. This was reported to happen on Debian GNU/Linux, kernel
862with `lukemftp' 1.5-5, but might happen on other systems as well. To 832version 2.4.3, with `lukemftp' 1.5-5, but might happen on other
863avoid this problem, switch to using the standard ftp client. On a 833systems as well. To avoid this problem, switch to using the standard
864Debian system, type 834ftp client. On a Debian system, type
865 835
866 update-alternatives --config ftpd 836 update-alternatives --config ftp
867 837
868and then choose /usr/bin/netkit-ftp. 838and then choose /usr/bin/netkit-ftp.
869 839