Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Patch provided by Hasso Tepper in PR 39049.
|
|
|
|
changes:
-TrueColor support
-Started native Aqua port for TeXmacs
-Fix compatibility issues for C++ and Guile
|
|
|
|
changes:
-Complete abstraction of the graphical user interface should make
porting easier
-Improved signal handling for pipe communications
-patch to support maxima-5.14
|
|
|
|
|
|
changes:
-More control for developers over buffer and window management
-Started rewriting new TeXmacs file system in C++
-Rewrote secure peer to peer client/server connections in C++
-Continued reorganizations for the graphics mode
-Corrections of a few old bugs
|
|
|
|
lacking pselect.
|
|
("R" support still has problems)
|
|
|
|
changes:
-UI improvements
-compatibility to maxima-5.10.0
(tested to work with maxima-5.12.0, will update that later)
|
|
changes:
-Started the implementation of a separate style-rewriting engine
-Started the implementation of a new markup-based graphical user interface
-Several improvements for large multi-part documents
-Further improvements in the upcoming markup-based graphical user interface
-Asynchroneous script evaluation using plug-ins
-support for maxima-5.11
|
|
|
|
changes:
Better LaTeX export of elsart style and other fixes in the LaTeX converter
Several minor improvements in the graphical mode
Fixes for Maxima 5.10.0
|
|
changes:
-Clean mathematical types and routines for graphics
-Detection of intersections in graphical mode
-Several bug fixes
|
|
by Andrey Grozin
bump PKGREVISION
|
|
guarantied to clash with the system version. Better would be to stop
using C++ for the test, but that's a lot more work.
|
|
changes:
Correction of some bugs concerning Maple and Mathematica
Addition of a plug-in for Cadabra
Addition of a native TeXmacs wiki
Implementation of the first version of a remote TeXmacs file system
Improved system for hyperlinks and navigation
Replacement of the Proclus plug-in by an integrated linking tool
|
|
shortly.
|
|
changes:
-Simplified and improved table editing
-First version of TeXmacs server
-Further fixes in CJK support
|
|
changes:
-Improved LaTeX and Html converters and support for MathML
-An α-version of a graphical mode for drawing technical pictures
-Default use of Type 1 fonts
-New plug-ins for Maple and Mathematica
-Simple animations
-Faster booting
-Started documentation of the Scheme API
|
|
|
|
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).
Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.
Ok with rillig.
|
|
|
|
- reindent a bit
- take maintainership (ok with recht@)
Changes in TeXmacs 1.0.6:
* Improved LaTeX and html converters and support for MathML.
* An alpha-version of a graphical mode for drawing technical pictures.
* Default use of Type 1 fonts.
* New plug-ins for Maple and Mathematica.
* Simple animations.
* Faster booting.
* Started documentation of the Scheme API.
|
|
|
|
|
|
|
|
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
|
|
* Several improvements in LaTeX converters (1.0.5.12).
* User preference for Html converter to export formulas as images (1.0.5.12).
* Several minor improvements in the graphics mode (1.0.5.12).
* More options for the TeXmacs to LaTeX converter and updated documentation (1.0.5.11).
* Several bug corrections and minor improvements in LaTeX to TeXmacs converter (1.0.5.11).
* Faster and more portable help searching (1.0.5.10).
* Added a plug-in for Mathematica (1.0.5.10).
* Use Type 1 EC fonts by default (1.0.5.10).
* Distribution of several font packages with Type 1 EC fonts (1.0.5.10).
* More reliable quoting routines and related bug corrections (1.0.5.10).
* Release a-version of graphical mode (1.0.5.9).
* Improved exportation to Html (1.0.5.9).
* Improved table importation to and from Html/MathML (1.0.5.9).
* Further improvements in Maple interface (1.0.5.9).
* Added a new interface with Maple (1.0.5.8).
* Added converters from and to MathML (1.0.5.8).
* XML parser now expands entities which are defined in the document (1.0.5.8).
* Added an option for reverse video mode (1.0.5.8).
* Further improvements for the upcoming graphical mode (1.0.5.8).
|
|
|
|
changes:
-Several minor bugfixes from buglist
-Further improvements in configure
-Finished implementation of document parts and preambles
-Improved cursor accessability handling
also change TeX dependency to teTeX-bin, so that this can be used
with teTeX3 as well
|
|
changes:
-Improvements in the double-buffering system
-Implementation of a triple-buffering system for the graphical object
-Improvements in the partial redraw system
-Start the implementation of document parts and preambles
-Simplifications in configure.in and the main makefile
-Global folding and unfolding according to type of contents
|
|
to apply it.
|
|
changes:
More and improved folding and switching functionality for
presentation mode (1.0.5.5).
Simple animations (1.0.5.5).
On-the-fly evaluation of computer algebra scripts (1.0.5.5).
Improved rendering speed of images based on plug-in for Imlib2 (1.0.5.5).
A simple thumbnail facility (1.0.5.5).
Documentation of tree API (partial) and structured editing (1.0.5.4).
Fixed some long standing bugs concerning cursor movement (1.0.5.4).
Implementation of structured cursor movement (1.0.5.4).
Enrichment of the Scheme API with routines for tree traversal (1.0.5.4).
Improved arrows and dashes for upcoming graphical mode(1.0.5.4).
Reorganized and consolidated tree API (1.0.5.3).
Started documentation of Scheme API (1.0.5.3).
|
|
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
|
|
changes:
User preference for popup instead of footer dialogues (1.0.5.2).
Default values and types for interactive arguments (1.0.5.2).
Better dialogue system based on scheme continuations (1.0.5.2).
Arrows for the upcoming graphical mode (1.0.5.2).
Support for plug-in provided icons and dictionaries (1.0.5.2).
Included Proclus plug-in into the main distribution (1.0.5.2).
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
changes:
-Contextual overloading
-speed improvements
-groundwork for graphical mode
|
|
changes:
Several minor bug corrections (1.0.5).
Further improvements for grids in the upcoming graphical mode (1.0.5).
Added and improved still imperfect svmono , svjour , elsart and ifac
styles (1.0.4.7).
Added a plug-in for DraTeX (1.0.4.7).
Updated and improved Maxima plug-in for upcoming version 5.9.2 of
Maxima (1.0.4.7).
Further improvements for grids in the upcoming graphical mode (1.0.4.7).
being here, fix maxima detection
|
|
|
|
|
|
changes:
German translation of the manual by Dietmar Jung (1.0.4.6).
Selection of visual grid and editing grid in upcoming graphical mode (1.0.4.6).
Several minor bug corrections (1.0.4.6).
User profile for Windows, Gnome and KDE (1.0.4.5).
Several bug fixes: keyboard modifiers, Guile GC, Windows/Cygwin, etc. (1.0.4.5).
Arcs, circles and enhanced undo/redo for graphical mode (1.0.4.5).
Several patches by Josef Weidendorfer for improving the performance (1.0.4.4).
Drag and drop and more intuitive buttons in graphical mode (1.0.4.4).
Synchronization with β-version of the Windows port (1.0.4.4).
β-version of the Windows port (1.0.4.3).
Faster string and pk font loading (1.0.4.3).
Better graphical selections (1.0.4.3).
Added svjour base style for Springer-Verlag articles (1.0.4.2).
Implementation of double page breaks (1.0.4.2).
Correction of bug in presentation mode and several other minor bug corrections (1.0.4.2).
New implementation of header and title tags (1.0.4.1).
Documentation on new headers and titles (1.0.4.1).
Completed documentation on how to write style files (1.0.4.1).
Reorganization of style files so as to port existing LaTeX style files to TeXmacs (1.0.4.1).
Add routines for pattern matching on document paths (1.0.4.1).
Start to use inverse paths associated to trees in typesetting process (1.0.4.1).
|
|
|
|
Suggested by Roland Illig, ok'd by various.
|
|
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
|