2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
2003-03-01 04:49:51 by Masao Uebayashi | Files touched by this commit (4) |
Log message:
* Remove dependency to teTeX. Auctex can be installed fine without any teTeX
installed. This addresses PR20532 by Christopher Richards <richards plus
netbsd at CS dot Princeton dot EDU>
* Fix compilation for FSF Emacs 20.7.
The resulting binary package will have a different dependency info, so
different package content, so revision bump.
|
2003-01-28 23:04:37 by Johnny C. Lam | Files touched by this commit (176) |
Log message:
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
2003-01-11 11:02:04 by Masao Uebayashi | Files touched by this commit (5) |
Log message:
Update to 11.13.
Changes since 11.11 from the ChangeLog:
* Makefile (STYLESRC): Add style/scrlttr2.el
* style/scrbase.el: Added optional Argument "Pagenumber" to
\maketitle. Changed \textsubscript from `t' to "Text".
* style/scrlttr2.el: Initial version.
* style/scrbase.el: Added additional clearpage commands:
\cleardoublestandardpage \cleardoubleplainpage and
\cleardoubleemptypage
(LaTeX-common-initialization): Added 26 LaTeX commands, 2 LaTeX2e
environments, and 41 LaTeX2e commands.
* Makefile (STYLESRC): Add compilation targets for Komascript
support.
* Check in Komascript support by Mark Trettin. See below.
* scrbase.el:
First attempt on implementing the `captionbeside'-Environment. I'm not
really satisfied by now.
* scrreprt.el, scrbook.el: Reformatted code.
* scrbase.el:
Changed `uppertitleback', `lowertitleback' from asking to just `t'
* scrbase.el:
Changed `addpart', `addsec' and `minisec' from Macro to sectioning
command.
* tex-buf.el (TeX-parse-TeX): Make subordinate files without
major mode default to that of the calling file when doing error
processing.
* tex.el (TeX-master-file): Don't make C-c ` bomb out in files
like xxx.gls. Probably a more elaborate way would be to export
the TeX-master variable into files visited by error parsing.
Could be incorrect, however, if more than one file included them.
* latex.el (LaTeX-common-initialization): Set
`fill-paragraph-function'.
(LaTeX-mode-map): Don't bind M-q.
Suggested by Nils Klarlund <klarlund@research.att.com>.
|
2002-09-16 05:31:27 by Masao Uebayashi | Files touched by this commit (5) |
Log message:
Update to auctex 11.11.
News in 11
==========
* Support for `prosper.sty', see <http://prosper.sourceforge.net/>.
Contributed by Phillip Lord <p.lord@russet.org.uk>.
* `comment-region' now inserts %% by default. Suggested by "Davide
G. M. Salvetti" <salve@debian.org>.
* You can now switch between using the `font-latex' (all emacsen),
the `tex-font' (Emacs 21 only) or no special package for font
locking. Customize `TeX-install-font-lock' for this.
* Now use -t landscape by default when landscape option appears.
Suggested by Erik Frisk <frisk@isy.liu.se>.
* Use `tex-fptex.el' for fpTeX support. Contributed by Fabrice
Popineau <Fabrice.Popineau@supelec.fr>.
* New user option `LaTeX-top-caption-list' specifies environments
where the caption should go at top. Contributed by
ataka@milk.freemail.ne.jp (Masayuki Ataka).
* Allow explicit dimensions in `graphicx.sty'. Contributed by
ataka@milk.freemail.ne.jp (Masayuki Ataka).
* Limited support for `verbatim.sty'. Contributed by
ataka@milk.freemail.ne.jp (Masayuki Ataka).
* Better support for asmmath items. Patch by
ataka@milk.freemail.ne.jp (Masayuki Ataka).
* More accurate error parsing. Added by David Kastrup
<David.Kastrup@t-online.de>.
* Bug fixes.
|