Subject: CVS commit: pkgsrc/editors
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 01/18/2006 21:00:45
Module Name:	pkgsrc
Committed By:	reed
Date:		Wed Jan 18 21:00:45 UTC 2006

Modified Files:
	pkgsrc/editors/lyx-qt: Makefile Makefile.common PLIST.common distinfo
	pkgsrc/editors/lyx-qt/patches: patch-ab patch-af patch-aj
	pkgsrc/editors/lyx-xforms: Makefile
Removed Files:
	pkgsrc/editors/lyx-qt/patches: patch-ac patch-ad patch-ae patch-ak

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/editors/lyx-qt/Makefile
cvs rdiff -r1.33 -r1.34 pkgsrc/editors/lyx-qt/Makefile.common
cvs rdiff -r1.8 -r1.9 pkgsrc/editors/lyx-qt/PLIST.common
cvs rdiff -r1.12 -r1.13 pkgsrc/editors/lyx-qt/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/editors/lyx-qt/patches/patch-ab
cvs rdiff -r1.3 -r0 pkgsrc/editors/lyx-qt/patches/patch-ac \
    pkgsrc/editors/lyx-qt/patches/patch-ad \
    pkgsrc/editors/lyx-qt/patches/patch-ae
cvs rdiff -r1.3 -r1.4 pkgsrc/editors/lyx-qt/patches/patch-af
cvs rdiff -r1.1 -r1.2 pkgsrc/editors/lyx-qt/patches/patch-aj
cvs rdiff -r1.1 -r0 pkgsrc/editors/lyx-qt/patches/patch-ak
cvs rdiff -r1.17 -r1.18 pkgsrc/editors/lyx-xforms/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.