Commit graph

14 commits

Author SHA1 Message Date
reed
86459dfc68 Update to 1.4.2.
New features include:

* A new function buffer-toggle-compression (and corresponding entry
in the Document menu) has been added to change whether the file
will be compressed on disk or not.

* A "LaTeX (pdflatex)" output format has been added. This new
output format produces .tex files that are suitable for pdflatex,
including figure conversion to png, pdf or jpeg instead of eps.

Changelog is at http://www.lyx.org/announce/1_4_2.txt

MESSAGE updated for new user interface.

gtar not needed to extract.

(Note that the xforms version was not tested.)
2006-07-23 00:28:12 +00:00
reed
d6db92e3c8 Add entries to PLIST for lyxclient and tex2lyx manual pages
(as noticed in Martijn's bulk build).

Bump PKGREVISION.
2006-05-06 20:18:36 +00:00
reed
473b82b42f Remove the reLyX manpage entry.
(It must have snuck back in when I merged in the local directory changes :)

I will just ride on same package version since it was just earlier
today.
2006-04-19 00:54:29 +00:00
reed
93194cc8c7 This is an update to lyx 1.4.1. The jump from 1.3.x to 1.4 is
huge. Please see the announcements at http://www.lyx.org/announce/1_4_0.txt
and http://www.lyx.org/announce/1_4_1.txt

This adds a different interface, change tracking, character styles
new tex2lyx (instead of reLyX) and a lot more.

Pkgsrc changes include:

DESCR -- remove the word "New" since it is not new.

Improve COMMENT.

makepsres tool not used anymore.

New python scripts.

Remove post-install target for texmf files as now done via normal install.

patch-ah removed -- already integrated.
patch-ai removed -- reLyX was removed.
patch-aj removed -- Makefile changed (maybe this is needed to stop rebuild
between build and install steps -- need to check this.)

patch-ac added for sys./time.h needed; already in lyx development version.

(I did this update last week and tested on Linux, NetBSD and DragonFly
and havce been using on NetBSD.)
2006-04-18 23:21:18 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
reed
b0d6c15916 Update lyx to lyx-1.3.7.
Verified that this works without qt3-tools so remove that comment
and BUILDLINK_DEPMETHOD for that. (Now defaults to build only.)

Add another download mirror.

Use bzipped tar file.

Update PLIST to add "hu" locale file, compiled python code,
and other updates. And use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX
for the dirrm.

Removed three patches related to DragonFly and other patch for a bug
fix as all are now fixed in official release.

Updated patch-ab. The official release removed the unlock() so
still coredumps on NetBSD without this patch.

And regenerated two other patches as lines didn't line up anymore.

And remove PKGREVISION from Makefiles. (Note I did not test "xforms"
version.)

Changes include:

** Updates

- Update lyx2lyx to handle properly the latest LyX 1.4 format (245).

- New hungarian translation. Update Spanish translation.

- Update German documentation.

** Bug fixes

* Document input/output:

- Don't load the wasysym package automatically anymore (bug 1942)

- Fix crash with S-Home while entering a macro name (bug 2046)

- Do not delete selection when entering an index entry.

- Fix LaTeX output when a bibtex inset is used in a child document.

- Support tex4ht for Tex -> MS Word conversion

- Support the previewers kdvi, kpdf, and kghostview

* User Interface:

- Fix wrong path when drag-and-dropping files on Windows. [Qt only]

- Fix interaction of LyX with external clipboard (e.g. Klipper) (bug 1976).

- Ensure that no dialogs have one shortcut assigned to more than one action.
  Always connect the OK button to the Alt-O shortcut. [Qt only]

- Ensure that the user cannot create a reference without first selecting
  one in the reference dialog. [Qt only].

- The Return key is no longer bound to the Goto button in the reference
  dialog. [Qt only].

- Double clicking in the reference dialog now inserts a reference
  (bug 2187) [Qt only].

- Searching backwards in the citation dialog always skipped one result
  (bug 2002). Fixed now.

- Do not trim spaces from either end of the find and replace strings in
  the Edit->Find & Replace... dialog. [XForms only].

- Fix crash when trying to display current directory and ${HOME} is empty.

- Don't force alignment to BLOCK when switching to fixed width cell (bug
1840).

- Add key bindings for "primary-selection-paste".

- Fix some math key sequences for sciword.bind.

- On exit, don't attempt to unlock a mutex in the Qt library --- it
  causes undefined behaviour and leads to a crash on NetBSD.

- Enable Instant Preview to work if the path to the external GhostScript
  executable contains spaces. (bug 2193).

- The error/warning/confirmation dialogs aren't hidden behind the main
  window anymore [Qt only] (bug 1977).

* Configuration/Installation:

- Enable TeXFiles.sh to run when its path contains spaces.

- Compile without STL compatibility support, since some systems do that
  by default (Slackware, for ex.). [Qt only]

- Fix compilation with gcc 2.95 under OSX 10.4. This is useful because
  LyX crashes on startup when compiled with gcc3.

- Fix compilation with Solaris/x86 (bug 992).

- Enable compilation of LyX on DragonFly BSD.

- Add missing cygwin support file in the distribution (bug 2035).

- Enable Windows boxes to recognize the hard-coded paths needed to run
  LyX from the build tree.
2006-01-18 21:00:45 +00:00
reed
eca1ef2b88 Sort to make it easier to compare. 2005-12-28 02:04:00 +00:00
reed
a3de33f47f Use the new print/teTeX/module.mk framework and install
the tex files to ${PKG_TEXMFPREFIX}/tex/latex/lyx/.

This makes it so the latex recognizes these available classes/styles.

I noticed that previously cv (curriculum vitae) was not recognized,
but now it is available.

Bumped PKGREVISION.
2005-11-18 16:47:35 +00:00
drochner
e4e73da702 update to 1.3.6
changes: bugfixes, in particular:
* It is now possible to typeset files which reside in a directory with
  spaces in its name; this requires a modern TeX implementation (such
  as teTeX 3.0).
* It is possible to use Ctrl-PageDown and Control-PageUp (<opt>-tab and
  <opt><shift>-tab with LyX/Mac) to switch between the open documents.
* LaTeX-type accents, ligature breaks and hyphenation marks are now
  considered as part of words
2005-07-19 17:49:33 +00:00
martti
2935e5aea1 Updated lyx-qt and lyx-xforms to 1.3.5
This is mainly a bugfix release, with few notable user-visible
improvements. However, we would like to highlight two fixes in particular:

* Nested documents (with Insert>Include File...), which have been
  broken since LyX 1.2.0, should now work properly, including the
  case where the files are in different directories.

* It is now possible to compile LyX with gcc 3.4.
2004-12-21 07:00:52 +00:00
martti
fe64a53114 Updated lyx-xforms and lyx-qt to 1.3.4
* It adds support for old files from LyX 0.10.x or 0.12.x;
  * Lyx documents can now be opened and edited even if
    they use text classes not present in your latex installation;
  * New Qt features have been added (improved selection,
    drag-and-drop);
  * Mac OS X support is much improved;
  * The interface and documentation localization have
    been polished.
2004-03-17 15:52:36 +00:00
recht
b33b51063e Update to 1.3.3
Remove dependency on ispell since it can be installed at any time later.
Adapted changes to CXXFLAGS from LyX's configure script and downgrade
optimizations only for archs where gcc is known to produce broken code
for >= -02.

What's new
==========
** Updates
- add basic support for the memoir class
- add Proof layout to elsart class and get sections to be numbered
- make LyX compile almost out-of-the-box with Qt/Mac (see README.MacOSX)
- add a bit of documentation of the AGU journals support in the
  Extended manual; small tweaks to the english documentation; german
  documentation overhaul; french documentation and examples update
- completely new italian localization; french, german, russian and
  slovenian localization updates
** Bug fixes
- fix possible crash when changing text class [bug #1050]
- fix language setting when switching textclass
- fix math bug where formulas containing for example a \prettyref
  would not be parsed correctly [bug #1126]
- speed up conversion of large old files on some systems
- fix bad conversion of tables from LyX 1.0 [bug #1045]
- convert old files (0.11 series) correctly, suppressing space
  between number and units [bug #763]
- fix docbook export with nested environments [bug #821]
- output newline and hfill correctly in docbook [bug #1148]
- when pressing delete or backspace over a selection, do not modify
  the clipboard [bug #1049]
- when inserting a float or a note over a selection, make sure that
  the insets and font changes in the selection are correctly kept
  (note however that doing this now modifies the clipboard)
- clean-up properly after completed graphics conversion processes.
- enable graphics conversion using the default convertDefault.sh converter
  when exporting, even if convertDefault.sh is not executable.
- work around a Qt 3.1.2 bug with the environment combo box [bug #1136]
- fix bug where browsing for files in graphics inset would always
  return an absolute path [bug #1028, Qt only]
- do not write in preference file the colors which are still at their
  default value [bug #1069, Qt only]
- fix loading of symbol fonts [Qt 3.2.0 only]
- fix loading of symbol fonts on solaris
- fix the math panel symbols [Qt 3.2.0 only]
- do not reset natbib style when adding a new entry to a citation [Qt
  only]
- allow insertion of width strings like "2.5in" into tabular dialog
  [Qt only]
- fix some cases where the View>TeX information dialog would get
  confused because the same file gets listed several times
- remove annoying message on console when LyX tries to make TeX fonts
  available to the X server
- it was not possible to view the french versions of the Extended and
  Customization manual.
- the lib/configure script now works correctly with zsh [bug #977]
- add missing c_str.sed file in the distribution
- hopefully really fix problems with patch requiring aclocal-1.6
- fix compilation on HP-UX 11.x
- do not report failed inlining when compiling with gcc
- fix compilation with new development versions of xforms
- fix compilation with AikSaurus 1.0
2003-09-26 20:04:37 +00:00
martti
a21a32b1d9 Updated lyx to 1.3.2
* the spellchecker code has been overhauled and many bugs have been squashed
* many small bugs in the Qt frontend have been fixed
* several languages now benefit from an improved translation of the user
  interface
2003-05-09 08:02:29 +00:00
jmmv
52ba1243c3 Initial import of lyx-qt, version 1.3.1:
LyX is a wordprocessor frontend to LaTeX, which gives both the
ease-of-use of a wordprocessor, and the flexibility and power of
LaTeX.

Quasi-WYSIWYG interface, many LaTeX styles and layouts automatically
generated. Speeds up learning LaTeX and makes complicated layouts
easy and intuitive. New features include spell-checking, international
character support, WYSIWYG graphics, tables, and equations.

Fixes part of PR pkg/20805 by Marc Recht.
2003-03-22 17:13:46 +00:00