Mercurial > emacs
changeset 84329:3d431f1997d8
(setfilename): Go up one more level to ../../info.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Sep 2007 05:10:13 +0000 |
parents | c5789597edd9 |
children | 6c9d7b3b34e8 |
files | doc/misc/ada-mode.texi doc/misc/autotype.texi doc/misc/calc.texi doc/misc/cc-mode.texi doc/misc/cl.texi doc/misc/dired-x.texi doc/misc/ebrowse.texi doc/misc/ediff.texi doc/misc/emacs-mime.texi doc/misc/erc.texi doc/misc/eshell.texi doc/misc/eudc.texi doc/misc/faq.texi doc/misc/flymake.texi doc/misc/forms.texi doc/misc/gnus.texi doc/misc/idlwave.texi doc/misc/message.texi doc/misc/mh-e.texi doc/misc/newsticker.texi doc/misc/org.texi doc/misc/pcl-cvs.texi doc/misc/pgg.texi doc/misc/rcirc.texi doc/misc/reftex.texi doc/misc/sc.texi doc/misc/ses.texi doc/misc/sieve.texi doc/misc/smtpmail.texi doc/misc/speedbar.texi doc/misc/tramp.texi doc/misc/url.texi doc/misc/vip.texi doc/misc/viper.texi doc/misc/widget.texi doc/misc/woman.texi |
diffstat | 36 files changed, 54 insertions(+), 80 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/misc/ada-mode.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/ada-mode.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@setfilename ../info/ada-mode +@setfilename ../../info/ada-mode @settitle Ada Mode @copying
--- a/doc/misc/autotype.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/autotype.texi Thu Sep 06 05:10:13 2007 +0000 @@ -3,7 +3,7 @@ @c Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004, @c 2005, 2006, 2007 Free Software Foundation, Inc. @c Author: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 -@setfilename ../info/autotype +@setfilename ../../info/autotype @c @node Autotypist, Picture, Abbrevs, Top @c @chapter Features for Automatic Typing @settitle Features for Automatic Typing
--- a/doc/misc/calc.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/calc.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @comment %**start of header (This is for running Texinfo on a region.) @c smallbook -@setfilename ../info/calc +@setfilename ../../info/calc @c [title] @settitle GNU Emacs Calc 2.1 Manual @setchapternewpage odd @@ -11053,44 +11053,17 @@ days 0 and @mathit{-1} respectively in Calc's internal numbering scheme. @cindex Julian day counting -Another day counting system in common use is, confusingly, also called -``Julian.'' The Julian day number is the numbers of days since -12:00 noon (GMT) on Jan 1, 4713 BC, which in Calc's scheme (in GMT) -is @mathit{-1721423.5} (recall that Calc starts at midnight instead -of noon). Thus to convert a Calc date code obtained by unpacking a -date form into a Julian day number, simply add 1721423.5 after -compensating for the time zone difference. The built-in @kbd{t J} -command performs this conversion for you. - -The Julian day number is based on the Julian cycle, which was invented -in 1583 by Joseph Justus Scaliger. Scaliger named it the Julian cycle -since it is involves the Julian calendar, but some have suggested that -Scaliger named it in honor of his father, Julius Caesar Scaliger. The -Julian cycle is based it on three other cycles: the indiction cycle, -the Metonic cycle, and the solar cycle. The indiction cycle is a 15 -year cycle originally used by the Romans for tax purposes but later -used to date medieval documents. The Metonic cycle is a 19 year -cycle; 19 years is close to being a common multiple of a solar year -and a lunar month, and so every 19 years the phases of the moon will -occur on the same days of the year. The solar cycle is a 28 year -cycle; the Julian calendar repeats itself every 28 years. The -smallest time period which contains multiples of all three cycles is -the least common multiple of 15 years, 19 years and 28 years, which -(since they're pairwise relatively prime) is -@texline @math{15\times 19\times 28 = 7980} years. -@infoline 15*19*28 = 7980 years. -This is the length of a Julian cycle. Working backwards, the previous -year in which all three cycles began was 4713 BC, and so Scalinger -chose that year as the beginning of a Julian cycle. Since at the time -there were no historical records from before 4713 BC, using this year -as a starting point had the advantage of avoiding negative year -numbers. In 1849, the astronomer John Herschel (son of William -Herschel) suggested using the number of days since the beginning of -the Julian cycle as an astronomical dating system; this idea was taken -up by other astronomers. (At the time, noon was the start of the -astronomical day. Herschel originally suggested counting the days -since Jan 1, 4713 BC at noon Alexandria time; this was later amended to -noon GMT.) Julian day numbering is largely used in astronomy. +Another day counting system in common use is, confusingly, also +called ``Julian.'' It was invented in 1583 by Joseph Justus +Scaliger, who named it in honor of his father Julius Caesar +Scaliger. For obscure reasons he chose to start his day +numbering on Jan 1, 4713 BC at noon, which in Calc's scheme +is @mathit{-1721423.5} (recall that Calc starts at midnight instead +of noon). Thus to convert a Calc date code obtained by +unpacking a date form into a Julian day number, simply add +1721423.5. The Julian code for @samp{6:00am Jan 9, 1991} +is 2448265.75. The built-in @kbd{t J} command performs +this conversion for you. @cindex Unix time format The Unix operating system measures time as an integer number of @@ -16683,9 +16656,9 @@ @cindex Julian day counts, conversions The @kbd{t J} (@code{calc-julian}) [@code{julian}] command converts a date form into a Julian day count, which is the number of days -since noon (GMT) on Jan 1, 4713 BC. A pure date is converted to an -integer Julian count representing noon of that day. A date/time form -is converted to an exact floating-point Julian count, adjusted to +since noon on Jan 1, 4713 BC. A pure date is converted to an integer +Julian count representing noon of that day. A date/time form is +converted to an exact floating-point Julian count, adjusted to interpret the date form in the current time zone but the Julian day count in Greenwich Mean Time. A numeric prefix argument allows you to specify the time zone; @pxref{Time Zones}. Use a prefix of
--- a/doc/misc/cc-mode.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/cc-mode.texi Thu Sep 06 05:10:13 2007 +0000 @@ -81,7 +81,7 @@ @comment No overfull hbox marks in the dvi file. @finalout -@setfilename ../info/ccmode +@setfilename ../../info/ccmode @settitle CC Mode Manual @footnotestyle end @@ -210,7 +210,7 @@ This manual was generated from $Revision$ of $RCSfile$, which can be downloaded from -@url{http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/man/cc-mode.texi}. +@url{http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/doc/misc/cc-mode.texi}. @end titlepage @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
--- a/doc/misc/cl.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/cl.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@setfilename ../info/cl +@setfilename ../../info/cl @settitle Common Lisp Extensions @copying
--- a/doc/misc/dired-x.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/dired-x.texi Thu Sep 06 05:10:13 2007 +0000 @@ -15,7 +15,7 @@ @comment %**start of header (This is for running Texinfo on a region.) @c FOR GNU EMACS USE ../info/dired-x BELOW -@setfilename ../info/dired-x +@setfilename ../../info/dired-x @c dired-x.el REVISION NUMBER @settitle Dired Extra Version 2 User's Manual @iftex
--- a/doc/misc/ebrowse.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/ebrowse.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @comment %**start of header -@setfilename ../info/ebrowse +@setfilename ../../info/ebrowse @settitle A Class Browser for C++ @setchapternewpage odd @syncodeindex fn cp
--- a/doc/misc/ediff.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/ediff.texi Thu Sep 06 05:10:13 2007 +0000 @@ -7,7 +7,7 @@ @comment Using ediff.info instead of ediff in setfilename breaks DOS. @comment @setfilename ediff @comment @setfilename ediff.info -@setfilename ../info/ediff +@setfilename ../../info/ediff @settitle Ediff User's Manual @synindex vr cp
--- a/doc/misc/emacs-mime.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/emacs-mime.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo -@setfilename ../info/emacs-mime +@setfilename ../../info/emacs-mime @settitle Emacs MIME Manual @synindex fn cp @synindex vr cp
--- a/doc/misc/erc.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/erc.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c %**start of header -@setfilename ../info/erc +@setfilename ../../info/erc @settitle ERC Manual @c %**end of header
--- a/doc/misc/eshell.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/eshell.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c %**start of header -@setfilename ../info/eshell +@setfilename ../../info/eshell @settitle Eshell: The Emacs Shell @synindex vr fn @c %**end of header
--- a/doc/misc/eudc.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/eudc.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo.tex @c %**start of header -@setfilename ../info/eudc +@setfilename ../../info/eudc @settitle Emacs Unified Directory Client (EUDC) Manual @afourpaper @c %**end of header
--- a/doc/misc/faq.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/faq.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*- mode: texinfo; -*- @c %**start of header -@setfilename ../info/efaq +@setfilename ../../info/efaq @settitle GNU Emacs FAQ @c %**end of header @@ -836,7 +836,7 @@ You may need to change @samp{texinfo} to the full pathname of the @file{texinfo.tex} file, which comes with Emacs as -@file{man/texinfo.tex} (or copy or link it into the current directory). +@file{doc/misc/texinfo.tex} (or copy or link it into the current directory). @item Type @kbd{texi2dvi @var{texinfo-source}}, where @var{texinfo-source} is @@ -1013,7 +1013,8 @@ @item In the Emacs distribution. Since Emacs 18.56, the FAQ at the time of release has been part of the Emacs distribution as either -@file{etc/FAQ} or @file{man/faq.texi} (@pxref{File-name conventions}). +@file{etc/FAQ}, @file{man/faq.texi}, or (from version 23 onwards) +@file{doc/misc/faq.texi} (@pxref{File-name conventions}). @item Via anonymous ftp and e-mail from @file{rtfm.mit.edu} (and its mirror in
--- a/doc/misc/flymake.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/flymake.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @comment %**start of header -@setfilename ../info/flymake +@setfilename ../../info/flymake @set VERSION 0.3 @set UPDATED April 2004 @settitle GNU Flymake @value{VERSION}
--- a/doc/misc/forms.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/forms.texi Thu Sep 06 05:10:13 2007 +0000 @@ -3,7 +3,7 @@ @c Written by Johan Vromans, and edited by Richard Stallman @comment %**start of header (This is for running Texinfo on a region.) -@setfilename ../info/forms +@setfilename ../../info/forms @settitle Forms Mode User's Manual @syncodeindex vr cp @syncodeindex fn cp
--- a/doc/misc/gnus.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/gnus.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo -@setfilename ../info/gnus +@setfilename ../../info/gnus @settitle Gnus Manual @syncodeindex fn cp @syncodeindex vr cp
--- a/doc/misc/idlwave.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/idlwave.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c %**start of header -@setfilename ../info/idlwave +@setfilename ../../info/idlwave @settitle IDLWAVE User Manual @dircategory Emacs @direntry
--- a/doc/misc/message.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/message.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@setfilename ../info/message +@setfilename ../../info/message @settitle Message Manual @synindex fn cp @synindex vr cp
--- a/doc/misc/mh-e.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/mh-e.texi Thu Sep 06 05:10:13 2007 +0000 @@ -3,7 +3,7 @@ @c Note: This document requires makeinfo version 4.6 or greater to build. @c @c %**start of header -@setfilename ../info/mh-e +@setfilename ../../info/mh-e @settitle The MH-E Manual @c %**end of header
--- a/doc/misc/newsticker.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/newsticker.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @comment %**start of header -@setfilename ../info/newsticker +@setfilename ../../info/newsticker @set VERSION 1.9 @set UPDATED November 2005 @settitle Newsticker @value{VERSION}
--- a/doc/misc/org.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/org.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c %**start of header -@setfilename ../info/org +@setfilename ../../info/org @settitle Org Mode Manual @set VERSION 5.07
--- a/doc/misc/pcl-cvs.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/pcl-cvs.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c %**start of header -@setfilename ../info/pcl-cvs +@setfilename ../../info/pcl-cvs @settitle PCL-CVS --- Emacs Front-End to CVS @syncodeindex vr fn @c %**end of header
--- a/doc/misc/pgg.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/pgg.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@setfilename ../info/pgg +@setfilename ../../info/pgg @set VERSION 0.1
--- a/doc/misc/rcirc.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/rcirc.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c %**start of header -@setfilename ../info/rcirc +@setfilename ../../info/rcirc @settitle rcirc Manual @c %**end of header
--- a/doc/misc/reftex.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/reftex.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c %**start of header -@setfilename ../info/reftex +@setfilename ../../info/reftex @settitle RefTeX User Manual @synindex ky cp @syncodeindex vr cp
--- a/doc/misc/sc.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/sc.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,7 +1,7 @@ \input texinfo @comment -*-texinfo-*- @comment 3.48 @comment %**start of header (This is for running Texinfo on a region.) -@setfilename ../info/sc +@setfilename ../../info/sc @settitle Supercite Version 3.1 User's Manual @iftex @finalout
--- a/doc/misc/ses.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/ses.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c %**start of header -@setfilename ../info/ses +@setfilename ../../info/ses @settitle SES: Simple Emacs Spreadsheet @setchapternewpage off @syncodeindex fn cp
--- a/doc/misc/sieve.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/sieve.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@setfilename ../info/sieve +@setfilename ../../info/sieve @settitle Emacs Sieve Manual @synindex fn cp @synindex vr cp
--- a/doc/misc/smtpmail.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/smtpmail.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@setfilename ../info/smtpmail +@setfilename ../../info/smtpmail @settitle Emacs SMTP Library @syncodeindex vr fn @copying
--- a/doc/misc/speedbar.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/speedbar.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@setfilename ../info/speedbar +@setfilename ../../info/speedbar @settitle Speedbar: File/Tag summarizing utility @syncodeindex fn cp
--- a/doc/misc/tramp.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/tramp.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@setfilename ../info/tramp +@setfilename ../../info/tramp @c %**start of header @settitle TRAMP User Manual @setchapternewpage odd
--- a/doc/misc/url.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/url.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,5 +1,5 @@ \input texinfo -@setfilename ../info/url +@setfilename ../../info/url @settitle URL Programmer's Manual @iftex
--- a/doc/misc/vip.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/vip.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo -@setfilename ../info/vip +@setfilename ../../info/vip @settitle VIP @copying
--- a/doc/misc/viper.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/viper.texi Thu Sep 06 05:10:13 2007 +0000 @@ -4,7 +4,7 @@ @comment Using viper.info instead of viper in setfilename breaks DOS. @comment @setfilename viper @comment @setfilename viper.info -@setfilename ../info/viper +@setfilename ../../info/viper @copying Copyright @copyright{} 1995, 1996, 1997, 2001, 2002, 2003, 2004,
--- a/doc/misc/widget.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/widget.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,7 +1,7 @@ \input texinfo.tex @c %**start of header -@setfilename ../info/widget +@setfilename ../../info/widget @settitle The Emacs Widget Library @syncodeindex fn cp @syncodeindex vr cp
--- a/doc/misc/woman.texi Thu Sep 06 05:08:13 2007 +0000 +++ b/doc/misc/woman.texi Thu Sep 06 05:10:13 2007 +0000 @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- @c %**start of header -@setfilename ../info/woman +@setfilename ../../info/woman @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' @c Manual last updated: @set UPDATED Time-stamp: <2006-03-25 14:59:03 karl>