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.
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>.
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>.
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.
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
removal of USE_GTEXINFO
INSTALL_INFO added to PLIST_SUBST
`${INSTALL_INFO}' replace `install-info' in target rules
print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
makeinfo command usage
See -newly added by this commit- section 10.24 of Packages.txt for
further information.
News in 10.0
============
* Disabled `LaTeX-hide-environment'. Suggested by Christopher Allen
<cpcallen@ruah.dyndns.org>.
* Changed default to lazy evaluation of `TeX-view-style' and
`LaTeX-command-style'. Suggested by Peter Neergaard
<turtle@cs.bu.edu>.
* Backindent when brace is at the start of a line. Patch by Masashi
Shimbo <shimbo@cis.ibaraki.ac.jp>.
* Added Emacs 21 font lock support.
* `,' and `.' no longer removes italic correction.
* `graphicx' and `graphics' style support. Donated by Ryuichi
Arafune <arafune@ushioda.riec.tohoku.ac.jp>.
* `LaTeX-math-abbrev-prefix' now accepts vector value. Reported by
Jan Vroonhof <vroonhof@math.ethz.ch>.
* Improved Texinfo support(more environments and html). Patch by
Akim Demaille <akim@epita.fr>.
* `danish' quotes support. Suggested by arne@daimi.au.dk (Arne
Joergensen).
* Some PDF support.
* New `tex-mik.el' file for MikTeX support.
* Some commands now have their own history. Suggested by Werner
LEMBERG <sx0005@sx2.HRZ.Uni-Dortmund.DE>.
* Use `\centering' instead of center environment in figures. Patch
by Stefan Monnier <foo@acm.com>.
* New `dwim' setting for `TeX-master' attempts to guess a default
master for new files. Patch by Stefan Monnier <foo@acm.com>.
* `ngerman' style support. Just a copy of the german style support.
* Removed support for Emacs 18 and 19.
* `mdwlist' support. Patch by Stephen Heilbronner
<heilbron@nm.informatik.uni-muenchen.de>.
* Fixed various bugs with the babel package.
* `amsart' and `amsbook' now loads `amsthm' by default. Patch by
Rune Kleveland <runekl@math.uio.no>.
* Fixed bug with file searching. Reported by Berwin Turlach
<bturlach@maths.adelaide.edu.au>.
* Finalized index support, added index-related style files. Patch
by Carsten Dominik <dominik@strw.leidenuniv.nl>.
* New style files for `varioref.sty' and `fancyref.sty'. Patch by
Carsten Dominik <dominik@strw.leidenuniv.nl>.
* `texmathp' recognizes additional macros like `\fbox'. Patch by
Ulrik Vieth <vieth@thphy.uni-duesseldorf.de>.