Age | Commit message (Collapse) | Author | Files | Lines |
|
Sigil v0.2.0 2010.05.11.
- added new entries to the help menu for the online manual and the FAQ
Sigil v0.2.0 RC4 2010.05.08
- fixed a regression that broke FindNext opening new tabs when searching across HTML files (issue #384)
- fixed an issue with autocompletion in Find dialog ignoring the case of search terms (issue #385)
Sigil v0.2.0 RC3 2010.05.07
- fixed a regression that messed up the tab order of the controls in the Find dialog
(issue #380)
- fixed an issue with cross-file FindNext causing a hang when the search term is not in
the book and "Direction: All" is used (issue #378)
- the Text folder in the Book Browser is now expanded by default after loading
Sigil v0.2.0 RC2 2010.05.05.
- fixed an issue with ReplaceAll across files not using correct replacement lengths
- fixed an issue with code in Code View not being pretty-printed
- fixed an issue with the ReplaceAll across files not informing the opened tabs of the change
Sigil v0.2.0 RC1 2010.05.03.
- changes in the Book Browser now update the modified state of the main window (issue #331)
- the Book Browser can now be opened/closed from the View menu (issue #335)
- all the toolbars now have UI-facing names
- by injecting a custom XML reader into QDom, the following issues were fixed:
- Book View search sometimes skipping over instances (issue #253)
- Book View ReplaceAll causing Sigil to hang on rare occasions (issue #293)
- spaces disappearing from some HTML constructs (issue #352)
- implemented component-wide search&replace for Code View searches (issue #372)
- the Find&Replace dialog now remembers up to 20 previously used search and replace strings
(issue #369)
- fixed an issue with positive regex lookaheads in normal Replace (not ReplaceAll) (issue #261)
- fixed a rare off-by-one error in Book View searching when the caret was at the start of
the matched string; this made the search skip that instance of the match (issue #280)
- fixed an issue with the Find Dialog not correctly scrolling to the found text in
Book View (issue #195)
- fixed an issue with Tidy not fixing free ampersands into "&", even when configured
to do so (issue #365)
- fixed an issue with the current tab unnecessarily reloading after book saves (issue #354)
- fixed issues with filename basenames being read only until the first dot; was causing
problems with OPF manifest ID generation (issue #351)
- hitting the keyboard shortcut for the Find&Replace window while the window is open
now switches focus to that window (issue #362)
- fixed an issue with the applied headings not "sticking" and not showing up in the TOC
editor (issue #300)
- the special iPad- and Calibre-friendly cover meta tag information is now preserved
after loading
- added a new "Cover Image" entry for image resources in the "Add Semantics" Book Browser menu
- if an image is not set as a cover image manually, Sigil now uses heuristics on save
to determine if the epub has a cover image
- if an epub has an image set as a cover image, Sigil will now write a special meta tag
that identifies this image in the OPF; this tag is then used by the iPad (and Calibre)
for the book cover, for instance
- all OPF <guide> element information when loading epubs is now preserved
- added a new "Add Semantics" menu for XHTML documents; it can be used to mark XHTMLs as
"Dedication", "Colophon", "Glossary" etc. for the <guide> element of the OPF
- the status bar now shows a message after chapter split operations
- fixed an issue with filenames with characters that should not appear in valid XML IDs
having those characters added anyway (issue #344)
- fixed an issue with files with uppercase extensions not having a mimetype set in the OPF
(issue #349)
- fixed an issue with Sigil rewriting headings when the TOC was opened and no heading was
edited (issue #327)
- fixed an issue where adding an existing HTML file through the Book Browser would clear
the current metadata in the book (issue #329)
- added a check that prevents Sigil from loading the same resource multiple times in
invalid epubs (issue #339)
- fixed a bug that made the direct XHTML references in the NCX file less likely (issue #333)
- fixed an issue with Sigil crashing when trying to save a loaded epub that had some badly
formed metadata elements (issue #325)
Sigil v0.2.0 ß3 2010.03.23.
- added two new WYSIWYG actions that work for both Views: "Insert SGF Chapter Marker" which
inserts the old SGF horizontal rule chapter breaking marker and "Split On SGF Chapter Markers"
which splits the current chapter according to the placement of these markers (issue #262)
- chapter splitting now works in Code View
- fixed an issue with Sigil adding "xmlns='http://www.w3.org/1999/xhtml'" to every element
when performing a chapter break operation (issue #313)
- fixed a rare issue with false spaces being inserted into words during import (issue #139)
- added a confirmation dialog for removing items in the Book Browser (issue #306)
- fixed an issue with the line number area overlapping the text in the Code View
- made Sigil remove the CSS cruft WebKit was adding to the "body" element
- fixed an issue with spaces in filenames causing bad anchor element path updates
- fixed an issue with spaces in filenames not being URL encoded in "href" and "src" attributes
in the OPF and NCX files
- fixed an issue with spaces in filenames causing invalid IDs (issue #301)
- fixed a regression causing Sigil to crash when importing HTML files that reference resources
that don't exist on disk
- Tidy now converts all uppercase attributes to lowercase; mixed-case attributes are left as is
- fixed an issue with Tidy choking on uppercase attribute names
Sigil v0.2.0 ß2 2010.03.10.
- fixed an issue with exported HTML/CSS/etc. files inside EPUBs having superfluous newlines
- fixed an issue with the TOC editor adding empty "class" attributes to headings (issue #297)
- added a new "Window" menu item with new "Next Tab", "Previous Tab" and "Close Tab" actions
(issue #273)
- fixed an issue with the font used in the line number area in the Code View being incorrect
when the Code View is first opened; the problem affected mostly Mac machines (issue #290)
- Sigil now handles corrupt epub files with an OPF referencing non-existent files (issue #289)
- the Book Browser now doesn't scroll back to the top when an item is deleted or added (issue #263)
- the Book Browser now allows a file's extension to change between HTM, HTML, XHTML and XML
(issue #264)
- OPF and NCX files don't rely anymore on UTF-8 XML default parsing, but specify their UTF-8
encoding directly in the declaration
- fixed an issue with changes in the TOC editor not being reflected in the book (issue #277)
- fixed an issue with the TOC editor not recognizing the "title" attribute on headings (issue #271)
- fixed an issue with the user seeing the old, unclean source in the Code View (issue #286)
- fixed an issue with the user being prompted to save when quitting even when no changes
have been performed on the new/loaded file (issue #276)
- fixed an issue with Book/Code View keyboard shortcuts firing in the wrong view (issue #266)
- tentatively fixed an issue with Sigil locking up when chapter breaking (issue #267)
- fixed an issue with Tidy adding a superfluous 'lang' attribute that is also not allowed
in XHTML 1.1
- making sure that ID attributes used in the manifest section of the OPF are always valid
- fixing export of epubs with XML files for OPS documents
Sigil v0.2.0 ß1 2010.03.02.
- after *many* months of work, the complete redesign of the Sigil main interface and backend is
finished, resulting in waaaay too many changes, fixes and modifications under the hood that are
too numerous to list here
- fixed an issue with anchor elements getting unnecessary "name" attributes (issue #226)
|
|
|
|
|
|
Enable silent rules with automake 1.11
Fix race if g_main_loop_quit() is called just before g_main_loop_run()
override the main-context construct time property in the constructor
Fixed installation of python bindings
Add test for empty ip address
Test invalid IP address
Remove empty lines
Validate returned IP addresses
|
|
|
|
JBidwatcher 2.1pre8
* Bugs fixed
* Searches (including Get My eBay Items) work again
* Fixed a failure to start the internal web server if you shut it down and tried to restart it
* Auctions with Buy It Now and Fixed Price listings are once again distinct
* For many users JBidwatcher was failing to save configuration settings during shutdown
* Make displayed bid values more consistent, and try to reduce the number of `null' prices that are displayed.
* When deleting rows, sometimes they would be replaced with `*' and would cause all kinds of problems until you shut down and restarted JBidwatcher. This should
be resolved.
JBidwatcher 2.1pre7
* Bugs fixed
* Sniping works again for users who have time sync disabled, or are bidding on items that aren't on eBay US. That was a bad one. :(
* Don't show auction listings as fixed price listings when they have a `Quantity' field in the item details.
* Sellers and high bidder names are now parsed correctly after eBay's recent changes.
* If you customize your selection color as per the FAQ, it wasn't being used anymore. It works again.
* Private listings are recognized again.
* Don't take up as much disk space with the database log
* On the Mac, JBidwatcher would start up with a fresh database, without any of the previous listings in it. Unfortunately, if 2.1pre6 was the first version you've
run, 2.1pre7 will appear to cause that problem. :(
* For Mac users using the disk image (.dmg) version, future updates should upgrade cleaner as the app name no longer includes the version number. Also using the
https site for Sparkle updates.
* Small features and improvements
* More consistent synchronization with My JBidwatcher, including thumbnails, and entirely ignoring it if the user hasn't set it up.
* Added the number of watchers, and promptly removed it as eBay made the data unavailable anonymously
* Click the user info area to shrink it if you're having display issues (flickering, half-visible, etc.)
|
|
which is not supported any longer by pkgsrc.
|
|
It undefined two symbols that do not appear in the source code, so I
assume this problem was fixed.
|
|
|
|
0.74
- Several small game specific fixes/hacks/support. (Offensive,
Roadhog, GTA installer, Kingdom O' Magic soundcard detection,
Pirate booter, Armored Fist installer)
- Add the S3-specific 640x480 256 color mode. (fixes regression in "Wooden
Ships and Iron Men" and "I Have No Mouth And I Must Scream")
- Fix a stack overflow that could crash DOSBox.
- Add fake microphone input. (fixes Talking Parrot)
- Modify adlib turn off code, so that it doesn't turn off in
cases where the same sound is repeated over and over again.
- Several small fixes to the CDROM audio code. (HOMM2, Redneck
Rampage and others)
- Several improvements to the CDROM emulation code. (fixes Alpha
Storm and GT Racing 97)
- Some small CPU fixes that might fix something.
- Handle opcode 0xff subcode 7 as invalid instruction. (fixes dif-2 & others)
- Some hercules fixes. (Testdrive)
- Improve support for blanked parts that wrap around to the start of
the screen. (fixes Magic Circle demo and Sid&Al)
- Remove old OPL cores as the new ones seem to work very nicely.
- Modify movie recording code so that the movies aren't corrupt when
you exit dosbox without stopping the movie.
- Change RGB3x scaler to look more pretty.
- Improve initial register values compatility of the GUS.
- Added autodetection for Gameblaster. (games can find it now)
- Change render preferences a bit to be more compatible with Windows 7.
- Add DOS fixes to terminate program. (fixes Fortune Teller)
- Add FFREEP. (fixes Trucks)
- Improve FPU ST80 in C mode when writing zero. (fixes Antigok)
- Add special int10 scanline function. (fixes mz700 and probably lots
of games that mess with them)
- Fix scrolling in rarely used video modes. (fixes Orphee)
- Modify game specific hacks a bit so that Kick off 3 works again.
- Lots of fixes to the INT10 video parameter table. (Seven spirits
of ra and others)
- Add VGA blanking in machine=vgaonly. (used by Alien Carnage)
- CGA, PCJr, Tandy: Add video blanking, change display start latch
timing, sync pulse width correction.
- PCJr, Tandy: implement vertical retrace interrupt.
- PCJr, CGA: line-by-line video emulation.
- PCJr: support on-screen change of color modes 4medium to 16low. (used
by Ghostbusters booter)
- Hercules: Add green and amber monochrome support.
- All machines: only update the video timing when needed. (Jungle Hunt,
others that synchronize to the video screen might profit)
- Several small DOS fixes.
- Some UMB related fixes. (The Legacy without UMB)
- Fix version number of DSP for SB 1.5. (fixes a few games)
- Several VGA emulation improvements. (Allertone football manager)
- Some Tandy fixes. (Mech Warrior)
- Small improvements and fixes to the OPL emulation.
- Add low level Tandy DAC emulation.
- Some EMS fixes. (fixes Mortal Kombat and others)
- Change SoundBlaster DSP reset mechanism, add sb irq acknowledge logic.
(fixes stmik-based applications)
- Some interrupt pointer location modifications. (fixes Tinker Tales)
- Some fixes to the BOOT code. (fixes Last Mission)
- Respect write-only file information. (fixes Champions of Zulala)
- Some RTC fix. (fixes Tully Bodine and others)
- Improve mouse emulation to work better with Water World.
- Hopefully fix the translation of the configuration file.
- Speed up and fixes for the recompiler core. (pitfall2 pcjr)
- Change memory start location. (fixes 7th Guest installer)
- Several fixes to the batch file handling. (Shift and
use the typed first %0 instead of the parsed %0)
- Improve file redirection and redirected line ends. (fixes
Phantasmagoria 2 DOS installer)
- Fix compilation with new MAC os X version.
- Add 16C550A FIFO support to the serial port emulation.
- Improve modem emulation to get higher speeds.
- Change default samplerates to 44100, blocksize to 1024 and prebuffer to 20,
so that hopefully certain soundcards produce more fluent sound playback.
- Add some rarely used, but for some games critical flags to
the internal commands.
- Add -userconf flag, so that the userspecific configuration can
easily be used together with -conf configfile.
- Improve internal timing with repeating timers (especially with
the dynamic core).
|
|
|
|
Nothing interesting. Just a small change for library.gnome.org.
|
|
|
|
libspectre 0.2.6 (10 June 2010)
===============================
This is another bugfix only release in the libspectre's 0.2 series.
The most important change in this release is that gs is now always
initalized with the flag -P- to make Ghostscript not look in the
current directory for library files. See Debian bug
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583183
Compiler flags -ansi and -pedantic are now optional and can be enabled
with --enable-iso-c configure option. It seems -pedantic causes
performance regression when compiling with Sun Studio compiler. Thanks
to Dagobert Michelsen for eporting the issue. (Bug #27735)
Files with a doseps header and without EOF comment are correctly
rendered now. (Bug #27830)
|
|
|
|
Version 1.42
* 14 bug fixes
* Updated and new translations
* Updated Mallard documentation
|
|
|
|
|
|
|
|
* Version 1.19 (released 2010-05-22) [stable]
** doc: Typo fixes. Added PDF version of API reference manual.
See doc/reference/libidn.pdf.
** build: Update gnulib files.
** build: Use valgrind -q to reduce verbosity.
** API and ABI is backwards compatible with the previous version.
|
|
|
|
* Bug fixes.
|
|
|
|
* Add support for a variant of the TMPlayer format with two-digit
hours, i.e. time strings of form HH:MM:SS:
* Fix cropped close icons on tabs
* Fix AttributeError related to locale functions on Windows
* Fix launching web browser on Windows
* Clarify dependencies of aeidon and gaupol in README.aeidon
* Add Russian translation (Алекс)
|
|
on pkgsrc-users.
|
|
|
|
Improve Makefile and fix some bugs in conf file
While here, comment out destdir-ready flag, since the package chowns.
Bump PKGREVISION.
|
|
so we don't leave it to chance that libsoup24 might pull it in.
Possibly might address PR 43476.
|
|
|
|
gory details at http://www.remotesensing.org/libtiff/v3.9.3.html.
|
|
|
|
update", so if it's going to fail because of a known vulnerability it
does so before uninstalling anything. I've been carrying this patch
for some three years with no ill effects. Ok by agc@.
|
|
No PKGREVISION bump since this option never worked
with OpenSSH 5.5p1 before.
|
|
|
|
Changes:
- Move version control related files to the "vc" subdirectory.
|
|
textproc/p5-XML-Rabbit into The NetBSD Packages Collection.
The Perl 5 module XML::Rabbit is a simple Moose-based base class
you can use to make simple XPath-based XML extractors. Each attribute
in your class is linked to an XPath query that is executed on your
XML document when you request the value.
|
|
|
|
Collection.
The Perl 5 module XML::Rabbit is a simple Moose-based base class
you can use to make simple XPath-based XML extractors. Each attribute
in your class is linked to an XPath query that is executed on your
XML document when you request the value.
|
|
|
|
|
|
Upstream changes:
0.11 Mon Jun 14 16:16:49 2010
- Resolve RT #58133: "False-positive related to XS code"
|
|
|
|
Upstream changes:
0.04 2010-06-13
get_package_symbol now doesn't autovivify stash entries. A new method
get_or_add_package_symbol can now be used for that behavior.
|
|
devel/p5-CPAN-FindDependencies into The NetBSD Packages Collection.
The Perl 5 module CPAN::FindDependencies uses the CPAN packages
index to map modules to distributions and vice versa, and then
fetches distributions' META.yml or Makefile.PL files from
http://search.cpan.org/ to determine pre-requisites.
|
|
|
|
NetBSD Packages Collection.
The Perl 5 module CPAN::FindDependencies uses the CPAN packages
index to map modules to distributions and vice versa, and then
fetches distributions' META.yml or Makefile.PL files from
http://search.cpan.org/ to determine pre-requisites.
|
|
addressed use of a deprecated GTK feature. PKGREVISION++ because
patches in distinfo that don't exist seem to be silently ignored.
|
|
|
|
changes: some fixes and optimizations (API change)
|
|
While here, do some minor delinting and set LICENSE.
|