pkgsrc/editors/TeXmacs/patches/patch-aj

41 lines
1.2 KiB
Text
Raw Normal View History

Update TeXmacs to 1.99.5. Explicitly does not support guile20, so let it use guile18 for now. Changes from version 1.99.3 to 1.99.5 Support for retina screens (1.99.5). Implementation of a better, still experimental, page breaking algorithm (1.99.5). Various improvements for the laptop presentation mode (1.99.5). Simplified editor for graphical slides in laptop presentations (1.99.5). Highly improved animations (1.99.5). An editing mode for simple animations based on morphing (1.99.5). Various graphical effects and font effects (1.99.5). Reorganizations in the configuration of TeXmacs (1.99.5). Improved rendering of pages, including a mode for double sided rendering, and a panorama mode (1.99.5). High quality mathematical typesetting for many standard fonts (1.99.5); see also the paper “Mathematical Font Art” presented at ICMS 2016. Rudimentary support for inking (1.99.5). Customizable snapping in graphics mode (1.99.5). Various enhancements and fixes for graphics mode (1.99.5). Various bug fixes (1.99.4). Various improvements for the table editor (1.99.4). Greek language support, with the help of Alkis Akritas (1.99.4). Experimental math editing mode that enforces syntactic correctness (1.99.3). A series of improvements in the converter to LaTeX (1.99.3). Tool for examining errors in the LaTeX export (1.99.3). High quality support of STIX fonts (1.99.3). Various improvements concerning mathematical typesetting (1.99.3). Improved punctuation, including support for French punctuation rules (1.99.3). Improved experimental client-server support (1.99.3). Encrypting/decrypting pieces of documents (1.99.3). New experimental bibliographic database management (1.99.3). New experimental database facilities (1.99.3). Added style package for literate programming (1.99.3). Consistent support for multiple bibliographies, indexes, glossaries, etc. (1.99.3).
2016-07-16 23:13:22 +02:00
$NetBSD: patch-aj,v 1.8 2016/07/16 21:13:22 wiz Exp $
Update TeXmacs to 1.99.5. Explicitly does not support guile20, so let it use guile18 for now. Changes from version 1.99.3 to 1.99.5 Support for retina screens (1.99.5). Implementation of a better, still experimental, page breaking algorithm (1.99.5). Various improvements for the laptop presentation mode (1.99.5). Simplified editor for graphical slides in laptop presentations (1.99.5). Highly improved animations (1.99.5). An editing mode for simple animations based on morphing (1.99.5). Various graphical effects and font effects (1.99.5). Reorganizations in the configuration of TeXmacs (1.99.5). Improved rendering of pages, including a mode for double sided rendering, and a panorama mode (1.99.5). High quality mathematical typesetting for many standard fonts (1.99.5); see also the paper “Mathematical Font Art” presented at ICMS 2016. Rudimentary support for inking (1.99.5). Customizable snapping in graphics mode (1.99.5). Various enhancements and fixes for graphics mode (1.99.5). Various bug fixes (1.99.4). Various improvements for the table editor (1.99.4). Greek language support, with the help of Alkis Akritas (1.99.4). Experimental math editing mode that enforces syntactic correctness (1.99.3). A series of improvements in the converter to LaTeX (1.99.3). Tool for examining errors in the LaTeX export (1.99.3). High quality support of STIX fonts (1.99.3). Various improvements concerning mathematical typesetting (1.99.3). Improved punctuation, including support for French punctuation rules (1.99.3). Improved experimental client-server support (1.99.3). Encrypting/decrypting pieces of documents (1.99.3). New experimental bibliographic database management (1.99.3). New experimental database facilities (1.99.3). Added style package for literate programming (1.99.3). Consistent support for multiple bibliographies, indexes, glossaries, etc. (1.99.3).
2016-07-16 23:13:22 +02:00
--- plugins/r/src/tm_r.c.orig 2016-05-26 01:33:18.000000000 +0000
+++ plugins/r/src/tm_r.c
Update TeXmacs to 1.99.5. Explicitly does not support guile20, so let it use guile18 for now. Changes from version 1.99.3 to 1.99.5 Support for retina screens (1.99.5). Implementation of a better, still experimental, page breaking algorithm (1.99.5). Various improvements for the laptop presentation mode (1.99.5). Simplified editor for graphical slides in laptop presentations (1.99.5). Highly improved animations (1.99.5). An editing mode for simple animations based on morphing (1.99.5). Various graphical effects and font effects (1.99.5). Reorganizations in the configuration of TeXmacs (1.99.5). Improved rendering of pages, including a mode for double sided rendering, and a panorama mode (1.99.5). High quality mathematical typesetting for many standard fonts (1.99.5); see also the paper “Mathematical Font Art” presented at ICMS 2016. Rudimentary support for inking (1.99.5). Customizable snapping in graphics mode (1.99.5). Various enhancements and fixes for graphics mode (1.99.5). Various bug fixes (1.99.4). Various improvements for the table editor (1.99.4). Greek language support, with the help of Alkis Akritas (1.99.4). Experimental math editing mode that enforces syntactic correctness (1.99.3). A series of improvements in the converter to LaTeX (1.99.3). Tool for examining errors in the LaTeX export (1.99.3). High quality support of STIX fonts (1.99.3). Various improvements concerning mathematical typesetting (1.99.3). Improved punctuation, including support for French punctuation rules (1.99.3). Improved experimental client-server support (1.99.3). Encrypting/decrypting pieces of documents (1.99.3). New experimental bibliographic database management (1.99.3). New experimental database facilities (1.99.3). Added style package for literate programming (1.99.3). Consistent support for multiple bibliographies, indexes, glossaries, etc. (1.99.3).
2016-07-16 23:13:22 +02:00
@@ -18,6 +18,7 @@
#include <util.h>
#endif
+#include <util.h>
#include <utmp.h>
#include <unistd.h>
#include <termios.h>
Update TeXmacs to 1.99.5. Explicitly does not support guile20, so let it use guile18 for now. Changes from version 1.99.3 to 1.99.5 Support for retina screens (1.99.5). Implementation of a better, still experimental, page breaking algorithm (1.99.5). Various improvements for the laptop presentation mode (1.99.5). Simplified editor for graphical slides in laptop presentations (1.99.5). Highly improved animations (1.99.5). An editing mode for simple animations based on morphing (1.99.5). Various graphical effects and font effects (1.99.5). Reorganizations in the configuration of TeXmacs (1.99.5). Improved rendering of pages, including a mode for double sided rendering, and a panorama mode (1.99.5). High quality mathematical typesetting for many standard fonts (1.99.5); see also the paper “Mathematical Font Art” presented at ICMS 2016. Rudimentary support for inking (1.99.5). Customizable snapping in graphics mode (1.99.5). Various enhancements and fixes for graphics mode (1.99.5). Various bug fixes (1.99.4). Various improvements for the table editor (1.99.4). Greek language support, with the help of Alkis Akritas (1.99.4). Experimental math editing mode that enforces syntactic correctness (1.99.3). A series of improvements in the converter to LaTeX (1.99.3). Tool for examining errors in the LaTeX export (1.99.3). High quality support of STIX fonts (1.99.3). Various improvements concerning mathematical typesetting (1.99.3). Improved punctuation, including support for French punctuation rules (1.99.3). Improved experimental client-server support (1.99.3). Encrypting/decrypting pieces of documents (1.99.3). New experimental bibliographic database management (1.99.3). New experimental database facilities (1.99.3). Added style package for literate programming (1.99.3). Consistent support for multiple bibliographies, indexes, glossaries, etc. (1.99.3).
2016-07-16 23:13:22 +02:00
@@ -844,7 +845,11 @@ int main(int argc, char *argv[])
Update to 1.99.2 Changelog: <TeXmacs|1.99.2> <style|<tuple|tmdoc|english>> <\body> <tmdoc-title|<TeXmacs> changelog> <section|Changes from version 1.99.1 to 1.99.2> <\itemize> <item>Enabled new style fonts as the default (1.99.2). <item>Use small amount of intercharacter stretching by default (1.99.2). <item>Nicer search and replace system (1.99.2). <item>Added support for the Croatian language (1.99.2). <item>Added experimental ``conservative'' converters for <LaTeX> (1.99.2). <item>Various improvements for <LaTeX> converters (1.99.2). <item>Various bug fixes (1.99.2). </itemize> <section|Changes from version 1.0.7 to 1.99.1> <\itemize> <item>Activate the native Pdf renderer by default (1.99.1). <item>Many, many bug fixes (1.99.1). <item>Introduction of a debugging console (1.99.1). <item>Limited recovery from errors (1.99.1). <item>Started implementation of search and replace widget (1.99.1). <item>Support for marginal notes (1.99.1). <item>Complete reorganization of document styles and package (1.0.7.21). <item>Major improvements for upcoming native Pdf renderer (1.0.7.21). <item>New focus preferences menu (1.0.7.21). <item>New widgets for editing macros (1.0.7.21). <item>Improved CJK typesetting and support for Fandol fonts (1.0.7.21). <item>Stretchable space between letters (1.0.7.21). <item>Implementation of protrusion for the standard <verbatim|ecrm> font (1.0.7.21). <item>Improved ornaments and typesetting adjustments (1.0.7.21). <item>Improved presentation mode (1.0.7.20). <item>Various improvements for <LaTeX> import and export (1.0.7.20). <item>Rewritten <name|Scilab> plug-in (1.0.7.20). <item>Better portability of various plug-ins (1.0.7.20). <item>Various graphical font effects; experimental, not yet in interface (1.0.7.20). <item>Profound reorganization of the font system with experimental option for testing (1.0.7.19). <item><LaTeX> import and export of metadata for various standard styles (1.0.7.19). <item>Running plug-ins over remote SSH connections; experimental (1.0.7.19). <item>Started implementation of remote <TeXmacs> file system (1.0.7.19). <item>Improved portability of plug-in detection (1.0.7.19). <item>Implementation of arbitrary zoom factors and ``fit to paragraph width'' (1.0.7.18). <item>New widget for user preferences (1.0.7.18). <item>More implicit user preferences (1.0.7.18). <item>Add developer tools, still experimental (1.0.7.18). <item>Start implementation of basic infrastructure for support of system fonts (1.0.7.18). <item>Started reorganization of titles and other meta-data for documents (1.0.7.18). <item>Automated generation of documentation about the <name|Scheme> files (1.0.7.17). <item>Various improvements for <LaTeX> conversion and character encodings (1.0.7.17). <item>Various improvements for <LaTeX> import (1.0.7.16). <item>New and improved <name|Reduce> interface (1.0.7.16). <item>Reorganized buffer management and documentation of the new API (1.0.7.16). <item>Rudimentary support for version control using SVN (1.0.7.16). <item>Rudimentary support for graphical macros without text (1.0.7.16). <item>Experimental interface with Inkscape (1.0.7.16). <item>First rudimentary spreadsheet facility (1.0.7.15). <item>Special editing mode for writing <TeXmacs> documentation (1.0.7.15). <item>Added new widgets to X version, with Qt analogues in progress (1.0.7.15). <item>Many bug fixes (1.0.7.15). <item>New icons for Qt version of <TeXmacs> (1.0.7.14). <item>Many bug fixes for graphics mode (1.0.7.14). <item>Improved extensible arrows (1.0.7.14). <item>Experiment with new set of icons (1.0.7.13). <item>Fix Qt image support (1.0.7.13). <item>Various bug fixes (1.0.7.13). <item>Added plug-in for the <name|Axiom> fork <name|Fricas> (1.0.7.13). <item>Make the Qt port default (1.0.7.12). <item>Remove the dependency on <TeX>/<LaTeX> (1.0.7.12). <item>Distribute the standard fonts with <TeXmacs> (1.0.7.12). <item>Move the <TeXmacs> documentation inside the source code (1.0.7.12). <item>Support for documentation inside plug-ins (1.0.7.12). <item>Support for executable switches (1.0.7.12). <item>Markup for CSS and <name|Javascript> customization of generated webpages (1.0.7.12). <item>Reorganize standard package generation and update website (1.0.7.12). <item>Support for alpha transparency, Qt version & screen only (1.0.7.11). <item>Slightly improved interface for presentation mode (1.0.7.11). <item>Added debugging facilities when crashing (1.0.7.11). <item>Treat big operators as prefixes in mathematical grammar (1.0.7.11). <item>Various fixes for native bibliography generator (1.0.7.11). <item>Several improvements for <LaTeX> importation (1.0.7.10). <item>Menus for mathematical semantics and preferences (1.0.7.10). <item>Menus for algorithmic and prominent environments (1.0.7.10). <item>Reorganized textual and mathematical menus (1.0.7.10). <item>Spacing inside mathematical formulas as a function of adjacency semantics (1.0.7.10). <item>Further improved support for semantic editing, now at <math|\<beta\>>-stage (1.0.7.10). <item>Support for remotely controlled laptop presentation (1.0.7.10). <item>Many fixes for the Qt version (1.0.7.9). <item>Various fixes for semantic editing (1.0.7.9). <item>Integrate cursor positions and selections into the undo system (1.0.7.9). <item>Default to auto-closing and markup-based brackets and big operators (1.0.7.9). <item>The new interface is more context dependent and based on the newly introduced concept of the <em|current focus> (1.0.7.8). <item>The graphical user interface has been improved, both for the X11 and Qt versions (1.0.7.8). <item>The generation of dynamic menus and content has been reorganized (1.7.0.8). <item>The system for contextual overloading has been reorganized (1.7.0.8). <item>Default look and feel now becomes highly system dependent (1.0.7.7). <item>Complete reorganization of keyboard shortcuts (1.0.7.7). <item>Better support for Gnome, KDE, MacOS and Windows shortcuts (1.0.7.7). <item>Beta-support for (non rubber) Stix (and some other) fonts (1.0.7.7). <item>Rudimentary support of CJK input methods in Qt version (1.0.7.7). <item>Implementation of a packrat parsing utility (1.0.7.7). <item>Add tag type information to DRD (1.0.7.7). <item>Source code highlighting based on DRD (1.0.7.7). <item>Documentation for beamer style (1.0.7.7). <item>Several bug fixes (1.0.7.6). <item>Fixes for plug-in support in the Qt port (1.0.7.6). <item>Better support for Elsevier styles and JSC (1.0.7.6). <item>Several bug fixes for the Qt port (1.0.7.5). <item>Replaced testing in <menu|Tools> menu by a nicer debugging tool (1.0.7.5). <item>Added <verbatim|--enable-pdf-rendering> configuration option for a new but experimental native <name|Pdf> export facility (1.0.7.5). <item>Native BibTeX-compatible support for bibliographies (1.0.7.5). <item>Added a tool for inspection and management of differences between two versions (1.0.7.5). <item>Improvements in upcoming Qt port (1.0.7.4). <item>First beta-release of Qt port for Windows, with installer and build environment (1.0.7.4). <item>First beta-release of Qt port for MacOS-X, with diskimage (1.0.7.4). <item>Improvements in upcoming Qt port (1.0.7.3). <item>Several bug fixes (1.0.7.3). <item>Reimplementation of computer algebra sessions in <name|Scheme> (1.0.7.2). <item>Cut and paste conform to Opendesktop standard (1.0.7.2). <item>Fixes in <LaTeX> export, for latest g++ and mime type support (1.0.7.2). <item>Replaced <verbatim|fatal_error> exit method by <verbatim|assert> statements in code (1.0.7.2). <item>Progress on the <name|Windows> version of the <name|Qt> port (1.0.7.1). <item>Unified memory management for <name|X11> and <name|Qt> version of <TeXmacs> (1.0.7.1). <item>Added a plug-in for <TeX>graph (1.0.7.1). <item>Upgraded license to GNU GPL version 3 or later (1.0.7.1). <item>Several fixes and improvements for <name|Html> export (1.0.7.1). <item>Development based on <name|Svn> instead of <name|Cvs> (1.0.7.1). </itemize> <section|Changes from version 1.0.6 to 1.0.7> <\itemize> <item>Started native Qt port for <TeXmacs> (1.0.7). <item>Fixed bugs for re-importing files which were exported to <LaTeX> (1.0.7). <item>Improved <scheme> mode (1.0.6.15). <item>Improved appearance of <name|Wikipedia> mathematical pages (1.0.6.15). <item>Added plug-in for drawing Feynman diagrams (1.0.6.15).
2015-08-05 15:09:17 +02:00
char *TEXMACS_HOME_PATH, *TEXMACS_R, *TEXMACS_SEND_E, *TEXMACS_LIB, *HOME ;
struct termios termi ;
sigset_t sigmask, orig_sigmask;
Update to 1.99.2 Changelog: <TeXmacs|1.99.2> <style|<tuple|tmdoc|english>> <\body> <tmdoc-title|<TeXmacs> changelog> <section|Changes from version 1.99.1 to 1.99.2> <\itemize> <item>Enabled new style fonts as the default (1.99.2). <item>Use small amount of intercharacter stretching by default (1.99.2). <item>Nicer search and replace system (1.99.2). <item>Added support for the Croatian language (1.99.2). <item>Added experimental ``conservative'' converters for <LaTeX> (1.99.2). <item>Various improvements for <LaTeX> converters (1.99.2). <item>Various bug fixes (1.99.2). </itemize> <section|Changes from version 1.0.7 to 1.99.1> <\itemize> <item>Activate the native Pdf renderer by default (1.99.1). <item>Many, many bug fixes (1.99.1). <item>Introduction of a debugging console (1.99.1). <item>Limited recovery from errors (1.99.1). <item>Started implementation of search and replace widget (1.99.1). <item>Support for marginal notes (1.99.1). <item>Complete reorganization of document styles and package (1.0.7.21). <item>Major improvements for upcoming native Pdf renderer (1.0.7.21). <item>New focus preferences menu (1.0.7.21). <item>New widgets for editing macros (1.0.7.21). <item>Improved CJK typesetting and support for Fandol fonts (1.0.7.21). <item>Stretchable space between letters (1.0.7.21). <item>Implementation of protrusion for the standard <verbatim|ecrm> font (1.0.7.21). <item>Improved ornaments and typesetting adjustments (1.0.7.21). <item>Improved presentation mode (1.0.7.20). <item>Various improvements for <LaTeX> import and export (1.0.7.20). <item>Rewritten <name|Scilab> plug-in (1.0.7.20). <item>Better portability of various plug-ins (1.0.7.20). <item>Various graphical font effects; experimental, not yet in interface (1.0.7.20). <item>Profound reorganization of the font system with experimental option for testing (1.0.7.19). <item><LaTeX> import and export of metadata for various standard styles (1.0.7.19). <item>Running plug-ins over remote SSH connections; experimental (1.0.7.19). <item>Started implementation of remote <TeXmacs> file system (1.0.7.19). <item>Improved portability of plug-in detection (1.0.7.19). <item>Implementation of arbitrary zoom factors and ``fit to paragraph width'' (1.0.7.18). <item>New widget for user preferences (1.0.7.18). <item>More implicit user preferences (1.0.7.18). <item>Add developer tools, still experimental (1.0.7.18). <item>Start implementation of basic infrastructure for support of system fonts (1.0.7.18). <item>Started reorganization of titles and other meta-data for documents (1.0.7.18). <item>Automated generation of documentation about the <name|Scheme> files (1.0.7.17). <item>Various improvements for <LaTeX> conversion and character encodings (1.0.7.17). <item>Various improvements for <LaTeX> import (1.0.7.16). <item>New and improved <name|Reduce> interface (1.0.7.16). <item>Reorganized buffer management and documentation of the new API (1.0.7.16). <item>Rudimentary support for version control using SVN (1.0.7.16). <item>Rudimentary support for graphical macros without text (1.0.7.16). <item>Experimental interface with Inkscape (1.0.7.16). <item>First rudimentary spreadsheet facility (1.0.7.15). <item>Special editing mode for writing <TeXmacs> documentation (1.0.7.15). <item>Added new widgets to X version, with Qt analogues in progress (1.0.7.15). <item>Many bug fixes (1.0.7.15). <item>New icons for Qt version of <TeXmacs> (1.0.7.14). <item>Many bug fixes for graphics mode (1.0.7.14). <item>Improved extensible arrows (1.0.7.14). <item>Experiment with new set of icons (1.0.7.13). <item>Fix Qt image support (1.0.7.13). <item>Various bug fixes (1.0.7.13). <item>Added plug-in for the <name|Axiom> fork <name|Fricas> (1.0.7.13). <item>Make the Qt port default (1.0.7.12). <item>Remove the dependency on <TeX>/<LaTeX> (1.0.7.12). <item>Distribute the standard fonts with <TeXmacs> (1.0.7.12). <item>Move the <TeXmacs> documentation inside the source code (1.0.7.12). <item>Support for documentation inside plug-ins (1.0.7.12). <item>Support for executable switches (1.0.7.12). <item>Markup for CSS and <name|Javascript> customization of generated webpages (1.0.7.12). <item>Reorganize standard package generation and update website (1.0.7.12). <item>Support for alpha transparency, Qt version & screen only (1.0.7.11). <item>Slightly improved interface for presentation mode (1.0.7.11). <item>Added debugging facilities when crashing (1.0.7.11). <item>Treat big operators as prefixes in mathematical grammar (1.0.7.11). <item>Various fixes for native bibliography generator (1.0.7.11). <item>Several improvements for <LaTeX> importation (1.0.7.10). <item>Menus for mathematical semantics and preferences (1.0.7.10). <item>Menus for algorithmic and prominent environments (1.0.7.10). <item>Reorganized textual and mathematical menus (1.0.7.10). <item>Spacing inside mathematical formulas as a function of adjacency semantics (1.0.7.10). <item>Further improved support for semantic editing, now at <math|\<beta\>>-stage (1.0.7.10). <item>Support for remotely controlled laptop presentation (1.0.7.10). <item>Many fixes for the Qt version (1.0.7.9). <item>Various fixes for semantic editing (1.0.7.9). <item>Integrate cursor positions and selections into the undo system (1.0.7.9). <item>Default to auto-closing and markup-based brackets and big operators (1.0.7.9). <item>The new interface is more context dependent and based on the newly introduced concept of the <em|current focus> (1.0.7.8). <item>The graphical user interface has been improved, both for the X11 and Qt versions (1.0.7.8). <item>The generation of dynamic menus and content has been reorganized (1.7.0.8). <item>The system for contextual overloading has been reorganized (1.7.0.8). <item>Default look and feel now becomes highly system dependent (1.0.7.7). <item>Complete reorganization of keyboard shortcuts (1.0.7.7). <item>Better support for Gnome, KDE, MacOS and Windows shortcuts (1.0.7.7). <item>Beta-support for (non rubber) Stix (and some other) fonts (1.0.7.7). <item>Rudimentary support of CJK input methods in Qt version (1.0.7.7). <item>Implementation of a packrat parsing utility (1.0.7.7). <item>Add tag type information to DRD (1.0.7.7). <item>Source code highlighting based on DRD (1.0.7.7). <item>Documentation for beamer style (1.0.7.7). <item>Several bug fixes (1.0.7.6). <item>Fixes for plug-in support in the Qt port (1.0.7.6). <item>Better support for Elsevier styles and JSC (1.0.7.6). <item>Several bug fixes for the Qt port (1.0.7.5). <item>Replaced testing in <menu|Tools> menu by a nicer debugging tool (1.0.7.5). <item>Added <verbatim|--enable-pdf-rendering> configuration option for a new but experimental native <name|Pdf> export facility (1.0.7.5). <item>Native BibTeX-compatible support for bibliographies (1.0.7.5). <item>Added a tool for inspection and management of differences between two versions (1.0.7.5). <item>Improvements in upcoming Qt port (1.0.7.4). <item>First beta-release of Qt port for Windows, with installer and build environment (1.0.7.4). <item>First beta-release of Qt port for MacOS-X, with diskimage (1.0.7.4). <item>Improvements in upcoming Qt port (1.0.7.3). <item>Several bug fixes (1.0.7.3). <item>Reimplementation of computer algebra sessions in <name|Scheme> (1.0.7.2). <item>Cut and paste conform to Opendesktop standard (1.0.7.2). <item>Fixes in <LaTeX> export, for latest g++ and mime type support (1.0.7.2). <item>Replaced <verbatim|fatal_error> exit method by <verbatim|assert> statements in code (1.0.7.2). <item>Progress on the <name|Windows> version of the <name|Qt> port (1.0.7.1). <item>Unified memory management for <name|X11> and <name|Qt> version of <TeXmacs> (1.0.7.1). <item>Added a plug-in for <TeX>graph (1.0.7.1). <item>Upgraded license to GNU GPL version 3 or later (1.0.7.1). <item>Several fixes and improvements for <name|Html> export (1.0.7.1). <item>Development based on <name|Svn> instead of <name|Cvs> (1.0.7.1). </itemize> <section|Changes from version 1.0.6 to 1.0.7> <\itemize> <item>Started native Qt port for <TeXmacs> (1.0.7). <item>Fixed bugs for re-importing files which were exported to <LaTeX> (1.0.7). <item>Improved <scheme> mode (1.0.6.15). <item>Improved appearance of <name|Wikipedia> mathematical pages (1.0.6.15). <item>Added plug-in for drawing Feynman diagrams (1.0.6.15).
2015-08-05 15:09:17 +02:00
-
+#if defined(__DragonFly__)
+ sigset_t cur_sigmask;
+ int select_retval;
+#endif
Update to 1.99.2 Changelog: <TeXmacs|1.99.2> <style|<tuple|tmdoc|english>> <\body> <tmdoc-title|<TeXmacs> changelog> <section|Changes from version 1.99.1 to 1.99.2> <\itemize> <item>Enabled new style fonts as the default (1.99.2). <item>Use small amount of intercharacter stretching by default (1.99.2). <item>Nicer search and replace system (1.99.2). <item>Added support for the Croatian language (1.99.2). <item>Added experimental ``conservative'' converters for <LaTeX> (1.99.2). <item>Various improvements for <LaTeX> converters (1.99.2). <item>Various bug fixes (1.99.2). </itemize> <section|Changes from version 1.0.7 to 1.99.1> <\itemize> <item>Activate the native Pdf renderer by default (1.99.1). <item>Many, many bug fixes (1.99.1). <item>Introduction of a debugging console (1.99.1). <item>Limited recovery from errors (1.99.1). <item>Started implementation of search and replace widget (1.99.1). <item>Support for marginal notes (1.99.1). <item>Complete reorganization of document styles and package (1.0.7.21). <item>Major improvements for upcoming native Pdf renderer (1.0.7.21). <item>New focus preferences menu (1.0.7.21). <item>New widgets for editing macros (1.0.7.21). <item>Improved CJK typesetting and support for Fandol fonts (1.0.7.21). <item>Stretchable space between letters (1.0.7.21). <item>Implementation of protrusion for the standard <verbatim|ecrm> font (1.0.7.21). <item>Improved ornaments and typesetting adjustments (1.0.7.21). <item>Improved presentation mode (1.0.7.20). <item>Various improvements for <LaTeX> import and export (1.0.7.20). <item>Rewritten <name|Scilab> plug-in (1.0.7.20). <item>Better portability of various plug-ins (1.0.7.20). <item>Various graphical font effects; experimental, not yet in interface (1.0.7.20). <item>Profound reorganization of the font system with experimental option for testing (1.0.7.19). <item><LaTeX> import and export of metadata for various standard styles (1.0.7.19). <item>Running plug-ins over remote SSH connections; experimental (1.0.7.19). <item>Started implementation of remote <TeXmacs> file system (1.0.7.19). <item>Improved portability of plug-in detection (1.0.7.19). <item>Implementation of arbitrary zoom factors and ``fit to paragraph width'' (1.0.7.18). <item>New widget for user preferences (1.0.7.18). <item>More implicit user preferences (1.0.7.18). <item>Add developer tools, still experimental (1.0.7.18). <item>Start implementation of basic infrastructure for support of system fonts (1.0.7.18). <item>Started reorganization of titles and other meta-data for documents (1.0.7.18). <item>Automated generation of documentation about the <name|Scheme> files (1.0.7.17). <item>Various improvements for <LaTeX> conversion and character encodings (1.0.7.17). <item>Various improvements for <LaTeX> import (1.0.7.16). <item>New and improved <name|Reduce> interface (1.0.7.16). <item>Reorganized buffer management and documentation of the new API (1.0.7.16). <item>Rudimentary support for version control using SVN (1.0.7.16). <item>Rudimentary support for graphical macros without text (1.0.7.16). <item>Experimental interface with Inkscape (1.0.7.16). <item>First rudimentary spreadsheet facility (1.0.7.15). <item>Special editing mode for writing <TeXmacs> documentation (1.0.7.15). <item>Added new widgets to X version, with Qt analogues in progress (1.0.7.15). <item>Many bug fixes (1.0.7.15). <item>New icons for Qt version of <TeXmacs> (1.0.7.14). <item>Many bug fixes for graphics mode (1.0.7.14). <item>Improved extensible arrows (1.0.7.14). <item>Experiment with new set of icons (1.0.7.13). <item>Fix Qt image support (1.0.7.13). <item>Various bug fixes (1.0.7.13). <item>Added plug-in for the <name|Axiom> fork <name|Fricas> (1.0.7.13). <item>Make the Qt port default (1.0.7.12). <item>Remove the dependency on <TeX>/<LaTeX> (1.0.7.12). <item>Distribute the standard fonts with <TeXmacs> (1.0.7.12). <item>Move the <TeXmacs> documentation inside the source code (1.0.7.12). <item>Support for documentation inside plug-ins (1.0.7.12). <item>Support for executable switches (1.0.7.12). <item>Markup for CSS and <name|Javascript> customization of generated webpages (1.0.7.12). <item>Reorganize standard package generation and update website (1.0.7.12). <item>Support for alpha transparency, Qt version & screen only (1.0.7.11). <item>Slightly improved interface for presentation mode (1.0.7.11). <item>Added debugging facilities when crashing (1.0.7.11). <item>Treat big operators as prefixes in mathematical grammar (1.0.7.11). <item>Various fixes for native bibliography generator (1.0.7.11). <item>Several improvements for <LaTeX> importation (1.0.7.10). <item>Menus for mathematical semantics and preferences (1.0.7.10). <item>Menus for algorithmic and prominent environments (1.0.7.10). <item>Reorganized textual and mathematical menus (1.0.7.10). <item>Spacing inside mathematical formulas as a function of adjacency semantics (1.0.7.10). <item>Further improved support for semantic editing, now at <math|\<beta\>>-stage (1.0.7.10). <item>Support for remotely controlled laptop presentation (1.0.7.10). <item>Many fixes for the Qt version (1.0.7.9). <item>Various fixes for semantic editing (1.0.7.9). <item>Integrate cursor positions and selections into the undo system (1.0.7.9). <item>Default to auto-closing and markup-based brackets and big operators (1.0.7.9). <item>The new interface is more context dependent and based on the newly introduced concept of the <em|current focus> (1.0.7.8). <item>The graphical user interface has been improved, both for the X11 and Qt versions (1.0.7.8). <item>The generation of dynamic menus and content has been reorganized (1.7.0.8). <item>The system for contextual overloading has been reorganized (1.7.0.8). <item>Default look and feel now becomes highly system dependent (1.0.7.7). <item>Complete reorganization of keyboard shortcuts (1.0.7.7). <item>Better support for Gnome, KDE, MacOS and Windows shortcuts (1.0.7.7). <item>Beta-support for (non rubber) Stix (and some other) fonts (1.0.7.7). <item>Rudimentary support of CJK input methods in Qt version (1.0.7.7). <item>Implementation of a packrat parsing utility (1.0.7.7). <item>Add tag type information to DRD (1.0.7.7). <item>Source code highlighting based on DRD (1.0.7.7). <item>Documentation for beamer style (1.0.7.7). <item>Several bug fixes (1.0.7.6). <item>Fixes for plug-in support in the Qt port (1.0.7.6). <item>Better support for Elsevier styles and JSC (1.0.7.6). <item>Several bug fixes for the Qt port (1.0.7.5). <item>Replaced testing in <menu|Tools> menu by a nicer debugging tool (1.0.7.5). <item>Added <verbatim|--enable-pdf-rendering> configuration option for a new but experimental native <name|Pdf> export facility (1.0.7.5). <item>Native BibTeX-compatible support for bibliographies (1.0.7.5). <item>Added a tool for inspection and management of differences between two versions (1.0.7.5). <item>Improvements in upcoming Qt port (1.0.7.4). <item>First beta-release of Qt port for Windows, with installer and build environment (1.0.7.4). <item>First beta-release of Qt port for MacOS-X, with diskimage (1.0.7.4). <item>Improvements in upcoming Qt port (1.0.7.3). <item>Several bug fixes (1.0.7.3). <item>Reimplementation of computer algebra sessions in <name|Scheme> (1.0.7.2). <item>Cut and paste conform to Opendesktop standard (1.0.7.2). <item>Fixes in <LaTeX> export, for latest g++ and mime type support (1.0.7.2). <item>Replaced <verbatim|fatal_error> exit method by <verbatim|assert> statements in code (1.0.7.2). <item>Progress on the <name|Windows> version of the <name|Qt> port (1.0.7.1). <item>Unified memory management for <name|X11> and <name|Qt> version of <TeXmacs> (1.0.7.1). <item>Added a plug-in for <TeX>graph (1.0.7.1). <item>Upgraded license to GNU GPL version 3 or later (1.0.7.1). <item>Several fixes and improvements for <name|Html> export (1.0.7.1). <item>Development based on <name|Svn> instead of <name|Cvs> (1.0.7.1). </itemize> <section|Changes from version 1.0.6 to 1.0.7> <\itemize> <item>Started native Qt port for <TeXmacs> (1.0.7). <item>Fixed bugs for re-importing files which were exported to <LaTeX> (1.0.7). <item>Improved <scheme> mode (1.0.6.15). <item>Improved appearance of <name|Wikipedia> mathematical pages (1.0.6.15). <item>Added plug-in for drawing Feynman diagrams (1.0.6.15).
2015-08-05 15:09:17 +02:00
+
struct stat stat_buf;
Update to 1.99.2 Changelog: <TeXmacs|1.99.2> <style|<tuple|tmdoc|english>> <\body> <tmdoc-title|<TeXmacs> changelog> <section|Changes from version 1.99.1 to 1.99.2> <\itemize> <item>Enabled new style fonts as the default (1.99.2). <item>Use small amount of intercharacter stretching by default (1.99.2). <item>Nicer search and replace system (1.99.2). <item>Added support for the Croatian language (1.99.2). <item>Added experimental ``conservative'' converters for <LaTeX> (1.99.2). <item>Various improvements for <LaTeX> converters (1.99.2). <item>Various bug fixes (1.99.2). </itemize> <section|Changes from version 1.0.7 to 1.99.1> <\itemize> <item>Activate the native Pdf renderer by default (1.99.1). <item>Many, many bug fixes (1.99.1). <item>Introduction of a debugging console (1.99.1). <item>Limited recovery from errors (1.99.1). <item>Started implementation of search and replace widget (1.99.1). <item>Support for marginal notes (1.99.1). <item>Complete reorganization of document styles and package (1.0.7.21). <item>Major improvements for upcoming native Pdf renderer (1.0.7.21). <item>New focus preferences menu (1.0.7.21). <item>New widgets for editing macros (1.0.7.21). <item>Improved CJK typesetting and support for Fandol fonts (1.0.7.21). <item>Stretchable space between letters (1.0.7.21). <item>Implementation of protrusion for the standard <verbatim|ecrm> font (1.0.7.21). <item>Improved ornaments and typesetting adjustments (1.0.7.21). <item>Improved presentation mode (1.0.7.20). <item>Various improvements for <LaTeX> import and export (1.0.7.20). <item>Rewritten <name|Scilab> plug-in (1.0.7.20). <item>Better portability of various plug-ins (1.0.7.20). <item>Various graphical font effects; experimental, not yet in interface (1.0.7.20). <item>Profound reorganization of the font system with experimental option for testing (1.0.7.19). <item><LaTeX> import and export of metadata for various standard styles (1.0.7.19). <item>Running plug-ins over remote SSH connections; experimental (1.0.7.19). <item>Started implementation of remote <TeXmacs> file system (1.0.7.19). <item>Improved portability of plug-in detection (1.0.7.19). <item>Implementation of arbitrary zoom factors and ``fit to paragraph width'' (1.0.7.18). <item>New widget for user preferences (1.0.7.18). <item>More implicit user preferences (1.0.7.18). <item>Add developer tools, still experimental (1.0.7.18). <item>Start implementation of basic infrastructure for support of system fonts (1.0.7.18). <item>Started reorganization of titles and other meta-data for documents (1.0.7.18). <item>Automated generation of documentation about the <name|Scheme> files (1.0.7.17). <item>Various improvements for <LaTeX> conversion and character encodings (1.0.7.17). <item>Various improvements for <LaTeX> import (1.0.7.16). <item>New and improved <name|Reduce> interface (1.0.7.16). <item>Reorganized buffer management and documentation of the new API (1.0.7.16). <item>Rudimentary support for version control using SVN (1.0.7.16). <item>Rudimentary support for graphical macros without text (1.0.7.16). <item>Experimental interface with Inkscape (1.0.7.16). <item>First rudimentary spreadsheet facility (1.0.7.15). <item>Special editing mode for writing <TeXmacs> documentation (1.0.7.15). <item>Added new widgets to X version, with Qt analogues in progress (1.0.7.15). <item>Many bug fixes (1.0.7.15). <item>New icons for Qt version of <TeXmacs> (1.0.7.14). <item>Many bug fixes for graphics mode (1.0.7.14). <item>Improved extensible arrows (1.0.7.14). <item>Experiment with new set of icons (1.0.7.13). <item>Fix Qt image support (1.0.7.13). <item>Various bug fixes (1.0.7.13). <item>Added plug-in for the <name|Axiom> fork <name|Fricas> (1.0.7.13). <item>Make the Qt port default (1.0.7.12). <item>Remove the dependency on <TeX>/<LaTeX> (1.0.7.12). <item>Distribute the standard fonts with <TeXmacs> (1.0.7.12). <item>Move the <TeXmacs> documentation inside the source code (1.0.7.12). <item>Support for documentation inside plug-ins (1.0.7.12). <item>Support for executable switches (1.0.7.12). <item>Markup for CSS and <name|Javascript> customization of generated webpages (1.0.7.12). <item>Reorganize standard package generation and update website (1.0.7.12). <item>Support for alpha transparency, Qt version & screen only (1.0.7.11). <item>Slightly improved interface for presentation mode (1.0.7.11). <item>Added debugging facilities when crashing (1.0.7.11). <item>Treat big operators as prefixes in mathematical grammar (1.0.7.11). <item>Various fixes for native bibliography generator (1.0.7.11). <item>Several improvements for <LaTeX> importation (1.0.7.10). <item>Menus for mathematical semantics and preferences (1.0.7.10). <item>Menus for algorithmic and prominent environments (1.0.7.10). <item>Reorganized textual and mathematical menus (1.0.7.10). <item>Spacing inside mathematical formulas as a function of adjacency semantics (1.0.7.10). <item>Further improved support for semantic editing, now at <math|\<beta\>>-stage (1.0.7.10). <item>Support for remotely controlled laptop presentation (1.0.7.10). <item>Many fixes for the Qt version (1.0.7.9). <item>Various fixes for semantic editing (1.0.7.9). <item>Integrate cursor positions and selections into the undo system (1.0.7.9). <item>Default to auto-closing and markup-based brackets and big operators (1.0.7.9). <item>The new interface is more context dependent and based on the newly introduced concept of the <em|current focus> (1.0.7.8). <item>The graphical user interface has been improved, both for the X11 and Qt versions (1.0.7.8). <item>The generation of dynamic menus and content has been reorganized (1.7.0.8). <item>The system for contextual overloading has been reorganized (1.7.0.8). <item>Default look and feel now becomes highly system dependent (1.0.7.7). <item>Complete reorganization of keyboard shortcuts (1.0.7.7). <item>Better support for Gnome, KDE, MacOS and Windows shortcuts (1.0.7.7). <item>Beta-support for (non rubber) Stix (and some other) fonts (1.0.7.7). <item>Rudimentary support of CJK input methods in Qt version (1.0.7.7). <item>Implementation of a packrat parsing utility (1.0.7.7). <item>Add tag type information to DRD (1.0.7.7). <item>Source code highlighting based on DRD (1.0.7.7). <item>Documentation for beamer style (1.0.7.7). <item>Several bug fixes (1.0.7.6). <item>Fixes for plug-in support in the Qt port (1.0.7.6). <item>Better support for Elsevier styles and JSC (1.0.7.6). <item>Several bug fixes for the Qt port (1.0.7.5). <item>Replaced testing in <menu|Tools> menu by a nicer debugging tool (1.0.7.5). <item>Added <verbatim|--enable-pdf-rendering> configuration option for a new but experimental native <name|Pdf> export facility (1.0.7.5). <item>Native BibTeX-compatible support for bibliographies (1.0.7.5). <item>Added a tool for inspection and management of differences between two versions (1.0.7.5). <item>Improvements in upcoming Qt port (1.0.7.4). <item>First beta-release of Qt port for Windows, with installer and build environment (1.0.7.4). <item>First beta-release of Qt port for MacOS-X, with diskimage (1.0.7.4). <item>Improvements in upcoming Qt port (1.0.7.3). <item>Several bug fixes (1.0.7.3). <item>Reimplementation of computer algebra sessions in <name|Scheme> (1.0.7.2). <item>Cut and paste conform to Opendesktop standard (1.0.7.2). <item>Fixes in <LaTeX> export, for latest g++ and mime type support (1.0.7.2). <item>Replaced <verbatim|fatal_error> exit method by <verbatim|assert> statements in code (1.0.7.2). <item>Progress on the <name|Windows> version of the <name|Qt> port (1.0.7.1). <item>Unified memory management for <name|X11> and <name|Qt> version of <TeXmacs> (1.0.7.1). <item>Added a plug-in for <TeX>graph (1.0.7.1). <item>Upgraded license to GNU GPL version 3 or later (1.0.7.1). <item>Several fixes and improvements for <name|Html> export (1.0.7.1). <item>Development based on <name|Svn> instead of <name|Cvs> (1.0.7.1). </itemize> <section|Changes from version 1.0.6 to 1.0.7> <\itemize> <item>Started native Qt port for <TeXmacs> (1.0.7). <item>Fixed bugs for re-importing files which were exported to <LaTeX> (1.0.7). <item>Improved <scheme> mode (1.0.6.15). <item>Improved appearance of <name|Wikipedia> mathematical pages (1.0.6.15). <item>Added plug-in for drawing Feynman diagrams (1.0.6.15).
2015-08-05 15:09:17 +02:00
name = getenv("TEXMACS_R_SESSION") ;
Update TeXmacs to 1.99.5. Explicitly does not support guile20, so let it use guile18 for now. Changes from version 1.99.3 to 1.99.5 Support for retina screens (1.99.5). Implementation of a better, still experimental, page breaking algorithm (1.99.5). Various improvements for the laptop presentation mode (1.99.5). Simplified editor for graphical slides in laptop presentations (1.99.5). Highly improved animations (1.99.5). An editing mode for simple animations based on morphing (1.99.5). Various graphical effects and font effects (1.99.5). Reorganizations in the configuration of TeXmacs (1.99.5). Improved rendering of pages, including a mode for double sided rendering, and a panorama mode (1.99.5). High quality mathematical typesetting for many standard fonts (1.99.5); see also the paper “Mathematical Font Art” presented at ICMS 2016. Rudimentary support for inking (1.99.5). Customizable snapping in graphics mode (1.99.5). Various enhancements and fixes for graphics mode (1.99.5). Various bug fixes (1.99.4). Various improvements for the table editor (1.99.4). Greek language support, with the help of Alkis Akritas (1.99.4). Experimental math editing mode that enforces syntactic correctness (1.99.3). A series of improvements in the converter to LaTeX (1.99.3). Tool for examining errors in the LaTeX export (1.99.3). High quality support of STIX fonts (1.99.3). Various improvements concerning mathematical typesetting (1.99.3). Improved punctuation, including support for French punctuation rules (1.99.3). Improved experimental client-server support (1.99.3). Encrypting/decrypting pieces of documents (1.99.3). New experimental bibliographic database management (1.99.3). New experimental database facilities (1.99.3). Added style package for literate programming (1.99.3). Consistent support for multiple bibliographies, indexes, glossaries, etc. (1.99.3).
2016-07-16 23:13:22 +02:00
@@ -1007,7 +1012,14 @@ unsetenv( "DYLD_LIBRARY_PATH") ;
Update to 1.99.2 Changelog: <TeXmacs|1.99.2> <style|<tuple|tmdoc|english>> <\body> <tmdoc-title|<TeXmacs> changelog> <section|Changes from version 1.99.1 to 1.99.2> <\itemize> <item>Enabled new style fonts as the default (1.99.2). <item>Use small amount of intercharacter stretching by default (1.99.2). <item>Nicer search and replace system (1.99.2). <item>Added support for the Croatian language (1.99.2). <item>Added experimental ``conservative'' converters for <LaTeX> (1.99.2). <item>Various improvements for <LaTeX> converters (1.99.2). <item>Various bug fixes (1.99.2). </itemize> <section|Changes from version 1.0.7 to 1.99.1> <\itemize> <item>Activate the native Pdf renderer by default (1.99.1). <item>Many, many bug fixes (1.99.1). <item>Introduction of a debugging console (1.99.1). <item>Limited recovery from errors (1.99.1). <item>Started implementation of search and replace widget (1.99.1). <item>Support for marginal notes (1.99.1). <item>Complete reorganization of document styles and package (1.0.7.21). <item>Major improvements for upcoming native Pdf renderer (1.0.7.21). <item>New focus preferences menu (1.0.7.21). <item>New widgets for editing macros (1.0.7.21). <item>Improved CJK typesetting and support for Fandol fonts (1.0.7.21). <item>Stretchable space between letters (1.0.7.21). <item>Implementation of protrusion for the standard <verbatim|ecrm> font (1.0.7.21). <item>Improved ornaments and typesetting adjustments (1.0.7.21). <item>Improved presentation mode (1.0.7.20). <item>Various improvements for <LaTeX> import and export (1.0.7.20). <item>Rewritten <name|Scilab> plug-in (1.0.7.20). <item>Better portability of various plug-ins (1.0.7.20). <item>Various graphical font effects; experimental, not yet in interface (1.0.7.20). <item>Profound reorganization of the font system with experimental option for testing (1.0.7.19). <item><LaTeX> import and export of metadata for various standard styles (1.0.7.19). <item>Running plug-ins over remote SSH connections; experimental (1.0.7.19). <item>Started implementation of remote <TeXmacs> file system (1.0.7.19). <item>Improved portability of plug-in detection (1.0.7.19). <item>Implementation of arbitrary zoom factors and ``fit to paragraph width'' (1.0.7.18). <item>New widget for user preferences (1.0.7.18). <item>More implicit user preferences (1.0.7.18). <item>Add developer tools, still experimental (1.0.7.18). <item>Start implementation of basic infrastructure for support of system fonts (1.0.7.18). <item>Started reorganization of titles and other meta-data for documents (1.0.7.18). <item>Automated generation of documentation about the <name|Scheme> files (1.0.7.17). <item>Various improvements for <LaTeX> conversion and character encodings (1.0.7.17). <item>Various improvements for <LaTeX> import (1.0.7.16). <item>New and improved <name|Reduce> interface (1.0.7.16). <item>Reorganized buffer management and documentation of the new API (1.0.7.16). <item>Rudimentary support for version control using SVN (1.0.7.16). <item>Rudimentary support for graphical macros without text (1.0.7.16). <item>Experimental interface with Inkscape (1.0.7.16). <item>First rudimentary spreadsheet facility (1.0.7.15). <item>Special editing mode for writing <TeXmacs> documentation (1.0.7.15). <item>Added new widgets to X version, with Qt analogues in progress (1.0.7.15). <item>Many bug fixes (1.0.7.15). <item>New icons for Qt version of <TeXmacs> (1.0.7.14). <item>Many bug fixes for graphics mode (1.0.7.14). <item>Improved extensible arrows (1.0.7.14). <item>Experiment with new set of icons (1.0.7.13). <item>Fix Qt image support (1.0.7.13). <item>Various bug fixes (1.0.7.13). <item>Added plug-in for the <name|Axiom> fork <name|Fricas> (1.0.7.13). <item>Make the Qt port default (1.0.7.12). <item>Remove the dependency on <TeX>/<LaTeX> (1.0.7.12). <item>Distribute the standard fonts with <TeXmacs> (1.0.7.12). <item>Move the <TeXmacs> documentation inside the source code (1.0.7.12). <item>Support for documentation inside plug-ins (1.0.7.12). <item>Support for executable switches (1.0.7.12). <item>Markup for CSS and <name|Javascript> customization of generated webpages (1.0.7.12). <item>Reorganize standard package generation and update website (1.0.7.12). <item>Support for alpha transparency, Qt version & screen only (1.0.7.11). <item>Slightly improved interface for presentation mode (1.0.7.11). <item>Added debugging facilities when crashing (1.0.7.11). <item>Treat big operators as prefixes in mathematical grammar (1.0.7.11). <item>Various fixes for native bibliography generator (1.0.7.11). <item>Several improvements for <LaTeX> importation (1.0.7.10). <item>Menus for mathematical semantics and preferences (1.0.7.10). <item>Menus for algorithmic and prominent environments (1.0.7.10). <item>Reorganized textual and mathematical menus (1.0.7.10). <item>Spacing inside mathematical formulas as a function of adjacency semantics (1.0.7.10). <item>Further improved support for semantic editing, now at <math|\<beta\>>-stage (1.0.7.10). <item>Support for remotely controlled laptop presentation (1.0.7.10). <item>Many fixes for the Qt version (1.0.7.9). <item>Various fixes for semantic editing (1.0.7.9). <item>Integrate cursor positions and selections into the undo system (1.0.7.9). <item>Default to auto-closing and markup-based brackets and big operators (1.0.7.9). <item>The new interface is more context dependent and based on the newly introduced concept of the <em|current focus> (1.0.7.8). <item>The graphical user interface has been improved, both for the X11 and Qt versions (1.0.7.8). <item>The generation of dynamic menus and content has been reorganized (1.7.0.8). <item>The system for contextual overloading has been reorganized (1.7.0.8). <item>Default look and feel now becomes highly system dependent (1.0.7.7). <item>Complete reorganization of keyboard shortcuts (1.0.7.7). <item>Better support for Gnome, KDE, MacOS and Windows shortcuts (1.0.7.7). <item>Beta-support for (non rubber) Stix (and some other) fonts (1.0.7.7). <item>Rudimentary support of CJK input methods in Qt version (1.0.7.7). <item>Implementation of a packrat parsing utility (1.0.7.7). <item>Add tag type information to DRD (1.0.7.7). <item>Source code highlighting based on DRD (1.0.7.7). <item>Documentation for beamer style (1.0.7.7). <item>Several bug fixes (1.0.7.6). <item>Fixes for plug-in support in the Qt port (1.0.7.6). <item>Better support for Elsevier styles and JSC (1.0.7.6). <item>Several bug fixes for the Qt port (1.0.7.5). <item>Replaced testing in <menu|Tools> menu by a nicer debugging tool (1.0.7.5). <item>Added <verbatim|--enable-pdf-rendering> configuration option for a new but experimental native <name|Pdf> export facility (1.0.7.5). <item>Native BibTeX-compatible support for bibliographies (1.0.7.5). <item>Added a tool for inspection and management of differences between two versions (1.0.7.5). <item>Improvements in upcoming Qt port (1.0.7.4). <item>First beta-release of Qt port for Windows, with installer and build environment (1.0.7.4). <item>First beta-release of Qt port for MacOS-X, with diskimage (1.0.7.4). <item>Improvements in upcoming Qt port (1.0.7.3). <item>Several bug fixes (1.0.7.3). <item>Reimplementation of computer algebra sessions in <name|Scheme> (1.0.7.2). <item>Cut and paste conform to Opendesktop standard (1.0.7.2). <item>Fixes in <LaTeX> export, for latest g++ and mime type support (1.0.7.2). <item>Replaced <verbatim|fatal_error> exit method by <verbatim|assert> statements in code (1.0.7.2). <item>Progress on the <name|Windows> version of the <name|Qt> port (1.0.7.1). <item>Unified memory management for <name|X11> and <name|Qt> version of <TeXmacs> (1.0.7.1). <item>Added a plug-in for <TeX>graph (1.0.7.1). <item>Upgraded license to GNU GPL version 3 or later (1.0.7.1). <item>Several fixes and improvements for <name|Html> export (1.0.7.1). <item>Development based on <name|Svn> instead of <name|Cvs> (1.0.7.1). </itemize> <section|Changes from version 1.0.6 to 1.0.7> <\itemize> <item>Started native Qt port for <TeXmacs> (1.0.7). <item>Fixed bugs for re-importing files which were exported to <LaTeX> (1.0.7). <item>Improved <scheme> mode (1.0.6.15). <item>Improved appearance of <name|Wikipedia> mathematical pages (1.0.6.15). <item>Added plug-in for drawing Feynman diagrams (1.0.6.15).
2015-08-05 15:09:17 +02:00
// We will wait till something happens using pselect.
+#if defined(__DragonFly__)
+ sigprocmask(SIG_SETMASK, &orig_sigmask, &cur_sigmask);
Update to 1.99.2 Changelog: <TeXmacs|1.99.2> <style|<tuple|tmdoc|english>> <\body> <tmdoc-title|<TeXmacs> changelog> <section|Changes from version 1.99.1 to 1.99.2> <\itemize> <item>Enabled new style fonts as the default (1.99.2). <item>Use small amount of intercharacter stretching by default (1.99.2). <item>Nicer search and replace system (1.99.2). <item>Added support for the Croatian language (1.99.2). <item>Added experimental ``conservative'' converters for <LaTeX> (1.99.2). <item>Various improvements for <LaTeX> converters (1.99.2). <item>Various bug fixes (1.99.2). </itemize> <section|Changes from version 1.0.7 to 1.99.1> <\itemize> <item>Activate the native Pdf renderer by default (1.99.1). <item>Many, many bug fixes (1.99.1). <item>Introduction of a debugging console (1.99.1). <item>Limited recovery from errors (1.99.1). <item>Started implementation of search and replace widget (1.99.1). <item>Support for marginal notes (1.99.1). <item>Complete reorganization of document styles and package (1.0.7.21). <item>Major improvements for upcoming native Pdf renderer (1.0.7.21). <item>New focus preferences menu (1.0.7.21). <item>New widgets for editing macros (1.0.7.21). <item>Improved CJK typesetting and support for Fandol fonts (1.0.7.21). <item>Stretchable space between letters (1.0.7.21). <item>Implementation of protrusion for the standard <verbatim|ecrm> font (1.0.7.21). <item>Improved ornaments and typesetting adjustments (1.0.7.21). <item>Improved presentation mode (1.0.7.20). <item>Various improvements for <LaTeX> import and export (1.0.7.20). <item>Rewritten <name|Scilab> plug-in (1.0.7.20). <item>Better portability of various plug-ins (1.0.7.20). <item>Various graphical font effects; experimental, not yet in interface (1.0.7.20). <item>Profound reorganization of the font system with experimental option for testing (1.0.7.19). <item><LaTeX> import and export of metadata for various standard styles (1.0.7.19). <item>Running plug-ins over remote SSH connections; experimental (1.0.7.19). <item>Started implementation of remote <TeXmacs> file system (1.0.7.19). <item>Improved portability of plug-in detection (1.0.7.19). <item>Implementation of arbitrary zoom factors and ``fit to paragraph width'' (1.0.7.18). <item>New widget for user preferences (1.0.7.18). <item>More implicit user preferences (1.0.7.18). <item>Add developer tools, still experimental (1.0.7.18). <item>Start implementation of basic infrastructure for support of system fonts (1.0.7.18). <item>Started reorganization of titles and other meta-data for documents (1.0.7.18). <item>Automated generation of documentation about the <name|Scheme> files (1.0.7.17). <item>Various improvements for <LaTeX> conversion and character encodings (1.0.7.17). <item>Various improvements for <LaTeX> import (1.0.7.16). <item>New and improved <name|Reduce> interface (1.0.7.16). <item>Reorganized buffer management and documentation of the new API (1.0.7.16). <item>Rudimentary support for version control using SVN (1.0.7.16). <item>Rudimentary support for graphical macros without text (1.0.7.16). <item>Experimental interface with Inkscape (1.0.7.16). <item>First rudimentary spreadsheet facility (1.0.7.15). <item>Special editing mode for writing <TeXmacs> documentation (1.0.7.15). <item>Added new widgets to X version, with Qt analogues in progress (1.0.7.15). <item>Many bug fixes (1.0.7.15). <item>New icons for Qt version of <TeXmacs> (1.0.7.14). <item>Many bug fixes for graphics mode (1.0.7.14). <item>Improved extensible arrows (1.0.7.14). <item>Experiment with new set of icons (1.0.7.13). <item>Fix Qt image support (1.0.7.13). <item>Various bug fixes (1.0.7.13). <item>Added plug-in for the <name|Axiom> fork <name|Fricas> (1.0.7.13). <item>Make the Qt port default (1.0.7.12). <item>Remove the dependency on <TeX>/<LaTeX> (1.0.7.12). <item>Distribute the standard fonts with <TeXmacs> (1.0.7.12). <item>Move the <TeXmacs> documentation inside the source code (1.0.7.12). <item>Support for documentation inside plug-ins (1.0.7.12). <item>Support for executable switches (1.0.7.12). <item>Markup for CSS and <name|Javascript> customization of generated webpages (1.0.7.12). <item>Reorganize standard package generation and update website (1.0.7.12). <item>Support for alpha transparency, Qt version & screen only (1.0.7.11). <item>Slightly improved interface for presentation mode (1.0.7.11). <item>Added debugging facilities when crashing (1.0.7.11). <item>Treat big operators as prefixes in mathematical grammar (1.0.7.11). <item>Various fixes for native bibliography generator (1.0.7.11). <item>Several improvements for <LaTeX> importation (1.0.7.10). <item>Menus for mathematical semantics and preferences (1.0.7.10). <item>Menus for algorithmic and prominent environments (1.0.7.10). <item>Reorganized textual and mathematical menus (1.0.7.10). <item>Spacing inside mathematical formulas as a function of adjacency semantics (1.0.7.10). <item>Further improved support for semantic editing, now at <math|\<beta\>>-stage (1.0.7.10). <item>Support for remotely controlled laptop presentation (1.0.7.10). <item>Many fixes for the Qt version (1.0.7.9). <item>Various fixes for semantic editing (1.0.7.9). <item>Integrate cursor positions and selections into the undo system (1.0.7.9). <item>Default to auto-closing and markup-based brackets and big operators (1.0.7.9). <item>The new interface is more context dependent and based on the newly introduced concept of the <em|current focus> (1.0.7.8). <item>The graphical user interface has been improved, both for the X11 and Qt versions (1.0.7.8). <item>The generation of dynamic menus and content has been reorganized (1.7.0.8). <item>The system for contextual overloading has been reorganized (1.7.0.8). <item>Default look and feel now becomes highly system dependent (1.0.7.7). <item>Complete reorganization of keyboard shortcuts (1.0.7.7). <item>Better support for Gnome, KDE, MacOS and Windows shortcuts (1.0.7.7). <item>Beta-support for (non rubber) Stix (and some other) fonts (1.0.7.7). <item>Rudimentary support of CJK input methods in Qt version (1.0.7.7). <item>Implementation of a packrat parsing utility (1.0.7.7). <item>Add tag type information to DRD (1.0.7.7). <item>Source code highlighting based on DRD (1.0.7.7). <item>Documentation for beamer style (1.0.7.7). <item>Several bug fixes (1.0.7.6). <item>Fixes for plug-in support in the Qt port (1.0.7.6). <item>Better support for Elsevier styles and JSC (1.0.7.6). <item>Several bug fixes for the Qt port (1.0.7.5). <item>Replaced testing in <menu|Tools> menu by a nicer debugging tool (1.0.7.5). <item>Added <verbatim|--enable-pdf-rendering> configuration option for a new but experimental native <name|Pdf> export facility (1.0.7.5). <item>Native BibTeX-compatible support for bibliographies (1.0.7.5). <item>Added a tool for inspection and management of differences between two versions (1.0.7.5). <item>Improvements in upcoming Qt port (1.0.7.4). <item>First beta-release of Qt port for Windows, with installer and build environment (1.0.7.4). <item>First beta-release of Qt port for MacOS-X, with diskimage (1.0.7.4). <item>Improvements in upcoming Qt port (1.0.7.3). <item>Several bug fixes (1.0.7.3). <item>Reimplementation of computer algebra sessions in <name|Scheme> (1.0.7.2). <item>Cut and paste conform to Opendesktop standard (1.0.7.2). <item>Fixes in <LaTeX> export, for latest g++ and mime type support (1.0.7.2). <item>Replaced <verbatim|fatal_error> exit method by <verbatim|assert> statements in code (1.0.7.2). <item>Progress on the <name|Windows> version of the <name|Qt> port (1.0.7.1). <item>Unified memory management for <name|X11> and <name|Qt> version of <TeXmacs> (1.0.7.1). <item>Added a plug-in for <TeX>graph (1.0.7.1). <item>Upgraded license to GNU GPL version 3 or later (1.0.7.1). <item>Several fixes and improvements for <name|Html> export (1.0.7.1). <item>Development based on <name|Svn> instead of <name|Cvs> (1.0.7.1). </itemize> <section|Changes from version 1.0.6 to 1.0.7> <\itemize> <item>Started native Qt port for <TeXmacs> (1.0.7). <item>Fixed bugs for re-importing files which were exported to <LaTeX> (1.0.7). <item>Improved <scheme> mode (1.0.6.15). <item>Improved appearance of <name|Wikipedia> mathematical pages (1.0.6.15). <item>Added plug-in for drawing Feynman diagrams (1.0.6.15).
2015-08-05 15:09:17 +02:00
+ select_retval = select( subprocess+1, &rd, &wr, &er, NULL );
+ sigprocmask(SIG_SETMASK, &cur_sigmask, NULL);
+ if ( select_retval > 0) {
+#else
Update to 1.99.2 Changelog: <TeXmacs|1.99.2> <style|<tuple|tmdoc|english>> <\body> <tmdoc-title|<TeXmacs> changelog> <section|Changes from version 1.99.1 to 1.99.2> <\itemize> <item>Enabled new style fonts as the default (1.99.2). <item>Use small amount of intercharacter stretching by default (1.99.2). <item>Nicer search and replace system (1.99.2). <item>Added support for the Croatian language (1.99.2). <item>Added experimental ``conservative'' converters for <LaTeX> (1.99.2). <item>Various improvements for <LaTeX> converters (1.99.2). <item>Various bug fixes (1.99.2). </itemize> <section|Changes from version 1.0.7 to 1.99.1> <\itemize> <item>Activate the native Pdf renderer by default (1.99.1). <item>Many, many bug fixes (1.99.1). <item>Introduction of a debugging console (1.99.1). <item>Limited recovery from errors (1.99.1). <item>Started implementation of search and replace widget (1.99.1). <item>Support for marginal notes (1.99.1). <item>Complete reorganization of document styles and package (1.0.7.21). <item>Major improvements for upcoming native Pdf renderer (1.0.7.21). <item>New focus preferences menu (1.0.7.21). <item>New widgets for editing macros (1.0.7.21). <item>Improved CJK typesetting and support for Fandol fonts (1.0.7.21). <item>Stretchable space between letters (1.0.7.21). <item>Implementation of protrusion for the standard <verbatim|ecrm> font (1.0.7.21). <item>Improved ornaments and typesetting adjustments (1.0.7.21). <item>Improved presentation mode (1.0.7.20). <item>Various improvements for <LaTeX> import and export (1.0.7.20). <item>Rewritten <name|Scilab> plug-in (1.0.7.20). <item>Better portability of various plug-ins (1.0.7.20). <item>Various graphical font effects; experimental, not yet in interface (1.0.7.20). <item>Profound reorganization of the font system with experimental option for testing (1.0.7.19). <item><LaTeX> import and export of metadata for various standard styles (1.0.7.19). <item>Running plug-ins over remote SSH connections; experimental (1.0.7.19). <item>Started implementation of remote <TeXmacs> file system (1.0.7.19). <item>Improved portability of plug-in detection (1.0.7.19). <item>Implementation of arbitrary zoom factors and ``fit to paragraph width'' (1.0.7.18). <item>New widget for user preferences (1.0.7.18). <item>More implicit user preferences (1.0.7.18). <item>Add developer tools, still experimental (1.0.7.18). <item>Start implementation of basic infrastructure for support of system fonts (1.0.7.18). <item>Started reorganization of titles and other meta-data for documents (1.0.7.18). <item>Automated generation of documentation about the <name|Scheme> files (1.0.7.17). <item>Various improvements for <LaTeX> conversion and character encodings (1.0.7.17). <item>Various improvements for <LaTeX> import (1.0.7.16). <item>New and improved <name|Reduce> interface (1.0.7.16). <item>Reorganized buffer management and documentation of the new API (1.0.7.16). <item>Rudimentary support for version control using SVN (1.0.7.16). <item>Rudimentary support for graphical macros without text (1.0.7.16). <item>Experimental interface with Inkscape (1.0.7.16). <item>First rudimentary spreadsheet facility (1.0.7.15). <item>Special editing mode for writing <TeXmacs> documentation (1.0.7.15). <item>Added new widgets to X version, with Qt analogues in progress (1.0.7.15). <item>Many bug fixes (1.0.7.15). <item>New icons for Qt version of <TeXmacs> (1.0.7.14). <item>Many bug fixes for graphics mode (1.0.7.14). <item>Improved extensible arrows (1.0.7.14). <item>Experiment with new set of icons (1.0.7.13). <item>Fix Qt image support (1.0.7.13). <item>Various bug fixes (1.0.7.13). <item>Added plug-in for the <name|Axiom> fork <name|Fricas> (1.0.7.13). <item>Make the Qt port default (1.0.7.12). <item>Remove the dependency on <TeX>/<LaTeX> (1.0.7.12). <item>Distribute the standard fonts with <TeXmacs> (1.0.7.12). <item>Move the <TeXmacs> documentation inside the source code (1.0.7.12). <item>Support for documentation inside plug-ins (1.0.7.12). <item>Support for executable switches (1.0.7.12). <item>Markup for CSS and <name|Javascript> customization of generated webpages (1.0.7.12). <item>Reorganize standard package generation and update website (1.0.7.12). <item>Support for alpha transparency, Qt version & screen only (1.0.7.11). <item>Slightly improved interface for presentation mode (1.0.7.11). <item>Added debugging facilities when crashing (1.0.7.11). <item>Treat big operators as prefixes in mathematical grammar (1.0.7.11). <item>Various fixes for native bibliography generator (1.0.7.11). <item>Several improvements for <LaTeX> importation (1.0.7.10). <item>Menus for mathematical semantics and preferences (1.0.7.10). <item>Menus for algorithmic and prominent environments (1.0.7.10). <item>Reorganized textual and mathematical menus (1.0.7.10). <item>Spacing inside mathematical formulas as a function of adjacency semantics (1.0.7.10). <item>Further improved support for semantic editing, now at <math|\<beta\>>-stage (1.0.7.10). <item>Support for remotely controlled laptop presentation (1.0.7.10). <item>Many fixes for the Qt version (1.0.7.9). <item>Various fixes for semantic editing (1.0.7.9). <item>Integrate cursor positions and selections into the undo system (1.0.7.9). <item>Default to auto-closing and markup-based brackets and big operators (1.0.7.9). <item>The new interface is more context dependent and based on the newly introduced concept of the <em|current focus> (1.0.7.8). <item>The graphical user interface has been improved, both for the X11 and Qt versions (1.0.7.8). <item>The generation of dynamic menus and content has been reorganized (1.7.0.8). <item>The system for contextual overloading has been reorganized (1.7.0.8). <item>Default look and feel now becomes highly system dependent (1.0.7.7). <item>Complete reorganization of keyboard shortcuts (1.0.7.7). <item>Better support for Gnome, KDE, MacOS and Windows shortcuts (1.0.7.7). <item>Beta-support for (non rubber) Stix (and some other) fonts (1.0.7.7). <item>Rudimentary support of CJK input methods in Qt version (1.0.7.7). <item>Implementation of a packrat parsing utility (1.0.7.7). <item>Add tag type information to DRD (1.0.7.7). <item>Source code highlighting based on DRD (1.0.7.7). <item>Documentation for beamer style (1.0.7.7). <item>Several bug fixes (1.0.7.6). <item>Fixes for plug-in support in the Qt port (1.0.7.6). <item>Better support for Elsevier styles and JSC (1.0.7.6). <item>Several bug fixes for the Qt port (1.0.7.5). <item>Replaced testing in <menu|Tools> menu by a nicer debugging tool (1.0.7.5). <item>Added <verbatim|--enable-pdf-rendering> configuration option for a new but experimental native <name|Pdf> export facility (1.0.7.5). <item>Native BibTeX-compatible support for bibliographies (1.0.7.5). <item>Added a tool for inspection and management of differences between two versions (1.0.7.5). <item>Improvements in upcoming Qt port (1.0.7.4). <item>First beta-release of Qt port for Windows, with installer and build environment (1.0.7.4). <item>First beta-release of Qt port for MacOS-X, with diskimage (1.0.7.4). <item>Improvements in upcoming Qt port (1.0.7.3). <item>Several bug fixes (1.0.7.3). <item>Reimplementation of computer algebra sessions in <name|Scheme> (1.0.7.2). <item>Cut and paste conform to Opendesktop standard (1.0.7.2). <item>Fixes in <LaTeX> export, for latest g++ and mime type support (1.0.7.2). <item>Replaced <verbatim|fatal_error> exit method by <verbatim|assert> statements in code (1.0.7.2). <item>Progress on the <name|Windows> version of the <name|Qt> port (1.0.7.1). <item>Unified memory management for <name|X11> and <name|Qt> version of <TeXmacs> (1.0.7.1). <item>Added a plug-in for <TeX>graph (1.0.7.1). <item>Upgraded license to GNU GPL version 3 or later (1.0.7.1). <item>Several fixes and improvements for <name|Html> export (1.0.7.1). <item>Development based on <name|Svn> instead of <name|Cvs> (1.0.7.1). </itemize> <section|Changes from version 1.0.6 to 1.0.7> <\itemize> <item>Started native Qt port for <TeXmacs> (1.0.7). <item>Fixed bugs for re-importing files which were exported to <LaTeX> (1.0.7). <item>Improved <scheme> mode (1.0.6.15). <item>Improved appearance of <name|Wikipedia> mathematical pages (1.0.6.15). <item>Added plug-in for drawing Feynman diagrams (1.0.6.15).
2015-08-05 15:09:17 +02:00
if( (pselect( subprocess+1, &rd, &wr, &er, NULL, &orig_sigmask )) > 0 ) {
+#endif
Update to 1.99.2 Changelog: <TeXmacs|1.99.2> <style|<tuple|tmdoc|english>> <\body> <tmdoc-title|<TeXmacs> changelog> <section|Changes from version 1.99.1 to 1.99.2> <\itemize> <item>Enabled new style fonts as the default (1.99.2). <item>Use small amount of intercharacter stretching by default (1.99.2). <item>Nicer search and replace system (1.99.2). <item>Added support for the Croatian language (1.99.2). <item>Added experimental ``conservative'' converters for <LaTeX> (1.99.2). <item>Various improvements for <LaTeX> converters (1.99.2). <item>Various bug fixes (1.99.2). </itemize> <section|Changes from version 1.0.7 to 1.99.1> <\itemize> <item>Activate the native Pdf renderer by default (1.99.1). <item>Many, many bug fixes (1.99.1). <item>Introduction of a debugging console (1.99.1). <item>Limited recovery from errors (1.99.1). <item>Started implementation of search and replace widget (1.99.1). <item>Support for marginal notes (1.99.1). <item>Complete reorganization of document styles and package (1.0.7.21). <item>Major improvements for upcoming native Pdf renderer (1.0.7.21). <item>New focus preferences menu (1.0.7.21). <item>New widgets for editing macros (1.0.7.21). <item>Improved CJK typesetting and support for Fandol fonts (1.0.7.21). <item>Stretchable space between letters (1.0.7.21). <item>Implementation of protrusion for the standard <verbatim|ecrm> font (1.0.7.21). <item>Improved ornaments and typesetting adjustments (1.0.7.21). <item>Improved presentation mode (1.0.7.20). <item>Various improvements for <LaTeX> import and export (1.0.7.20). <item>Rewritten <name|Scilab> plug-in (1.0.7.20). <item>Better portability of various plug-ins (1.0.7.20). <item>Various graphical font effects; experimental, not yet in interface (1.0.7.20). <item>Profound reorganization of the font system with experimental option for testing (1.0.7.19). <item><LaTeX> import and export of metadata for various standard styles (1.0.7.19). <item>Running plug-ins over remote SSH connections; experimental (1.0.7.19). <item>Started implementation of remote <TeXmacs> file system (1.0.7.19). <item>Improved portability of plug-in detection (1.0.7.19). <item>Implementation of arbitrary zoom factors and ``fit to paragraph width'' (1.0.7.18). <item>New widget for user preferences (1.0.7.18). <item>More implicit user preferences (1.0.7.18). <item>Add developer tools, still experimental (1.0.7.18). <item>Start implementation of basic infrastructure for support of system fonts (1.0.7.18). <item>Started reorganization of titles and other meta-data for documents (1.0.7.18). <item>Automated generation of documentation about the <name|Scheme> files (1.0.7.17). <item>Various improvements for <LaTeX> conversion and character encodings (1.0.7.17). <item>Various improvements for <LaTeX> import (1.0.7.16). <item>New and improved <name|Reduce> interface (1.0.7.16). <item>Reorganized buffer management and documentation of the new API (1.0.7.16). <item>Rudimentary support for version control using SVN (1.0.7.16). <item>Rudimentary support for graphical macros without text (1.0.7.16). <item>Experimental interface with Inkscape (1.0.7.16). <item>First rudimentary spreadsheet facility (1.0.7.15). <item>Special editing mode for writing <TeXmacs> documentation (1.0.7.15). <item>Added new widgets to X version, with Qt analogues in progress (1.0.7.15). <item>Many bug fixes (1.0.7.15). <item>New icons for Qt version of <TeXmacs> (1.0.7.14). <item>Many bug fixes for graphics mode (1.0.7.14). <item>Improved extensible arrows (1.0.7.14). <item>Experiment with new set of icons (1.0.7.13). <item>Fix Qt image support (1.0.7.13). <item>Various bug fixes (1.0.7.13). <item>Added plug-in for the <name|Axiom> fork <name|Fricas> (1.0.7.13). <item>Make the Qt port default (1.0.7.12). <item>Remove the dependency on <TeX>/<LaTeX> (1.0.7.12). <item>Distribute the standard fonts with <TeXmacs> (1.0.7.12). <item>Move the <TeXmacs> documentation inside the source code (1.0.7.12). <item>Support for documentation inside plug-ins (1.0.7.12). <item>Support for executable switches (1.0.7.12). <item>Markup for CSS and <name|Javascript> customization of generated webpages (1.0.7.12). <item>Reorganize standard package generation and update website (1.0.7.12). <item>Support for alpha transparency, Qt version & screen only (1.0.7.11). <item>Slightly improved interface for presentation mode (1.0.7.11). <item>Added debugging facilities when crashing (1.0.7.11). <item>Treat big operators as prefixes in mathematical grammar (1.0.7.11). <item>Various fixes for native bibliography generator (1.0.7.11). <item>Several improvements for <LaTeX> importation (1.0.7.10). <item>Menus for mathematical semantics and preferences (1.0.7.10). <item>Menus for algorithmic and prominent environments (1.0.7.10). <item>Reorganized textual and mathematical menus (1.0.7.10). <item>Spacing inside mathematical formulas as a function of adjacency semantics (1.0.7.10). <item>Further improved support for semantic editing, now at <math|\<beta\>>-stage (1.0.7.10). <item>Support for remotely controlled laptop presentation (1.0.7.10). <item>Many fixes for the Qt version (1.0.7.9). <item>Various fixes for semantic editing (1.0.7.9). <item>Integrate cursor positions and selections into the undo system (1.0.7.9). <item>Default to auto-closing and markup-based brackets and big operators (1.0.7.9). <item>The new interface is more context dependent and based on the newly introduced concept of the <em|current focus> (1.0.7.8). <item>The graphical user interface has been improved, both for the X11 and Qt versions (1.0.7.8). <item>The generation of dynamic menus and content has been reorganized (1.7.0.8). <item>The system for contextual overloading has been reorganized (1.7.0.8). <item>Default look and feel now becomes highly system dependent (1.0.7.7). <item>Complete reorganization of keyboard shortcuts (1.0.7.7). <item>Better support for Gnome, KDE, MacOS and Windows shortcuts (1.0.7.7). <item>Beta-support for (non rubber) Stix (and some other) fonts (1.0.7.7). <item>Rudimentary support of CJK input methods in Qt version (1.0.7.7). <item>Implementation of a packrat parsing utility (1.0.7.7). <item>Add tag type information to DRD (1.0.7.7). <item>Source code highlighting based on DRD (1.0.7.7). <item>Documentation for beamer style (1.0.7.7). <item>Several bug fixes (1.0.7.6). <item>Fixes for plug-in support in the Qt port (1.0.7.6). <item>Better support for Elsevier styles and JSC (1.0.7.6). <item>Several bug fixes for the Qt port (1.0.7.5). <item>Replaced testing in <menu|Tools> menu by a nicer debugging tool (1.0.7.5). <item>Added <verbatim|--enable-pdf-rendering> configuration option for a new but experimental native <name|Pdf> export facility (1.0.7.5). <item>Native BibTeX-compatible support for bibliographies (1.0.7.5). <item>Added a tool for inspection and management of differences between two versions (1.0.7.5). <item>Improvements in upcoming Qt port (1.0.7.4). <item>First beta-release of Qt port for Windows, with installer and build environment (1.0.7.4). <item>First beta-release of Qt port for MacOS-X, with diskimage (1.0.7.4). <item>Improvements in upcoming Qt port (1.0.7.3). <item>Several bug fixes (1.0.7.3). <item>Reimplementation of computer algebra sessions in <name|Scheme> (1.0.7.2). <item>Cut and paste conform to Opendesktop standard (1.0.7.2). <item>Fixes in <LaTeX> export, for latest g++ and mime type support (1.0.7.2). <item>Replaced <verbatim|fatal_error> exit method by <verbatim|assert> statements in code (1.0.7.2). <item>Progress on the <name|Windows> version of the <name|Qt> port (1.0.7.1). <item>Unified memory management for <name|X11> and <name|Qt> version of <TeXmacs> (1.0.7.1). <item>Added a plug-in for <TeX>graph (1.0.7.1). <item>Upgraded license to GNU GPL version 3 or later (1.0.7.1). <item>Several fixes and improvements for <name|Html> export (1.0.7.1). <item>Development based on <name|Svn> instead of <name|Cvs> (1.0.7.1). </itemize> <section|Changes from version 1.0.6 to 1.0.7> <\itemize> <item>Started native Qt port for <TeXmacs> (1.0.7). <item>Fixed bugs for re-importing files which were exported to <LaTeX> (1.0.7). <item>Improved <scheme> mode (1.0.6.15). <item>Improved appearance of <name|Wikipedia> mathematical pages (1.0.6.15). <item>Added plug-in for drawing Feynman diagrams (1.0.6.15).
2015-08-05 15:09:17 +02:00
if( FD_ISSET( STDIN_FILENO, &er) ) exit(0) ;
if( FD_ISSET( STDOUT_FILENO, &er) ) exit(0) ;
if( FD_ISSET( subprocess, &er) ) exit(0) ;