pkgsrc/editors
wiz ea2b0f4a94 Update to 0.2.0:
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)
2010-06-15 12:01:58 +00:00
..
abiword Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
abiword-plugins Needs libxslt for all files in the PLIST. Bump revision. 2010-01-04 15:52:51 +00:00
beav Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
beaver Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
biew Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
bvi Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ce DESTDIR support 2010-01-29 19:43:36 +00:00
ce-doc DESTDIR support 2010-01-29 19:43:36 +00:00
ce-x11 DESTDIR support 2010-01-29 19:43:36 +00:00
conglomerate Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
cooledit Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
dasher Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
easyedit MAKE_JOBS_SAFE=no 2009-02-07 17:33:51 +00:00
ed DESTDIR support by simplification. 2010-01-27 18:20:43 +00:00
elvis Avoid getline breakage. 2009-10-03 10:14:18 +00:00
elvis-x11 Mirror PKG_DESTDIR_SUPPORT setting from the included Makefile. This is 2008-04-24 15:20:06 +00:00
emacs Needs revbump for png update. 2010-06-14 09:51:42 +00:00
emacs-nox11 Sync emacs-nox11 with emacs. 2010-06-01 21:47:00 +00:00
emacs-packages Use META_PACKAGE. 2009-04-08 22:47:07 +00:00
emacs-snapshot Update emacs-snapshot to 24.0.50.20100612. 2010-06-14 23:58:18 +00:00
emacs20 Fix emacs20 on -current. (It broke on the terminfo changes because it 2010-03-30 00:44:47 +00:00
emacs21 Needs revbump for png update. 2010-06-14 09:55:33 +00:00
emacs21-nox11 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
emacs22 Needs revbump for png update. 2010-06-14 09:51:42 +00:00
emacs22-nox11 Provide SETGIDGAME here as well. This package is abusive and should be 2010-02-24 13:05:44 +00:00
ex Honour varbase and create tmp/vi.recover during +INSTALL. Bump revision. 2010-01-31 21:24:03 +00:00
fe Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gate DESTDIR support 2010-01-29 19:31:33 +00:00
gconf-editor Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
gedit Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
ghex Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
gice Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
gnuserv Needs --x-includes/--x-libraries for modular Xorg. 2009-12-14 23:42:10 +00:00
gobby Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
gtranslator Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
heme USE_NCURSES=# -> USE_NCURSES=chgat 2010-03-17 15:44:00 +00:00
hexedit DESTDIR support 2010-01-29 19:43:36 +00:00
hnb Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
javascript-mode Added editors/javascript-mode version 2.2.1 - addresses PR pkg/35669 2009-12-30 12:05:37 +00:00
jde EMACS_VERSIONS_ACCEPTED must be defined before including 2009-08-05 08:45:11 +00:00
jed DESTDIR support 2010-01-29 19:43:36 +00:00
joe Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
jove DESTDIR support 2010-01-29 19:43:36 +00:00
kdissert Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
kile Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
leafpad Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
leim20 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
leim21 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
lpe DESTDIR support 2010-01-29 19:54:17 +00:00
lyx Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
manedit Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
matlab-mode PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
mflteco Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
mg Remove the term.h check, it fails with ncurses from pkgsrc. 2009-11-26 18:10:14 +00:00
mg2a Add CONFLICTS mg* 2009-02-13 11:13:40 +00:00
mined Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
mlview Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
mule Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
mule-ucs Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
nano update to 2.2.4 to resolve CVE-2010-1160 & CVE-2010-1161 2010-04-18 17:21:34 +00:00
ne Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
nedit Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ng Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
notecase Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
nvi Revision bump for db4 update; use custom CFLAGS 2010-06-02 13:24:34 +00:00
nvi-m17n Add user-destdir support. 2010-03-03 09:18:14 +00:00
obby update to 0.4.7 2009-10-27 19:41:11 +00:00
p5-Acme-Padre-PlayCode Importing editors/p5-Acme-Padre-PlayCode v0.13 2010-01-16 23:23:02 +00:00
p5-Padre Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
p5-Padre-Plugin-Autoformat Importing editors/p5-Padre-Plugin-Autoformat v1.1.2 2010-01-16 21:33:41 +00:00
p5-Padre-Plugin-Catalyst Updating editors/p5-Padre-Plugin-Catalyst from 0.07 to 0.08 2010-02-12 20:33:02 +00:00
p5-Padre-Plugin-DataWalker Patching out the auto_install() invocation in Makefile.PL which causes 2010-02-25 14:07:52 +00:00
p5-Padre-Plugin-Debugger Importing editors/p5-Padre-Plugin-Debugger v0.3 2010-01-16 21:38:06 +00:00
p5-Padre-Plugin-Ecliptic Importing editors/p5-Padre-Plugin-Ecliptic v0.19 2010-01-16 21:40:26 +00:00
p5-Padre-Plugin-Encrypt Importing editors/p5-Padre-Plugin-Encrypt v0.06 2010-01-16 21:41:26 +00:00
p5-Padre-Plugin-Git Importing editors/p5-Padre-Plugin-Git v0.01 2010-01-16 21:42:24 +00:00
p5-Padre-Plugin-HG Importing editors/p5-Padre-Plugin-HG v0.14 2010-01-16 21:43:15 +00:00
p5-Padre-Plugin-Kate Importing editors/p5-Padre-Plugin-Kate v0.02 2010-01-16 18:37:16 +00:00
p5-Padre-Plugin-Nopaste Importing editors/p5-Padre-Plugin-Nopaste v0.2.1 2010-01-16 18:36:13 +00:00
p5-Padre-Plugin-PerlCritic Updating editors/p5-Padre-Plugin-PerlCritic from 0.06 to 0.07 2010-03-08 18:33:20 +00:00
p5-Padre-Plugin-PerlTidy Updating editors/p5-Padre-Plugin-PerlTidy from 0.09 to 0.10 2010-03-08 18:29:44 +00:00
p5-Padre-Plugin-SpellCheck Importing editors/p5-Padre-Plugin-SpellCheck v1.1.2 2010-01-16 21:45:03 +00:00
p5-Padre-Plugin-SVN Importing editors/p5-Padre-Plugin-SVN v0.04 2010-01-16 21:44:12 +00:00
p5-Padre-Plugin-Vi Fixing PLIST by removing '*.orig' relics from patch stage 2010-02-16 15:22:44 +00:00
p5-Padre-Plugin-XS Importing editors/p5-Padre-Plugin-XS v0.01 2010-01-16 18:30:55 +00:00
p5-PPIx-EditorTools Importing editors/p5-PPIx-EditorTools v0.09 as dependency of scheduled 2010-01-16 18:27:38 +00:00
pico Always use correct --mode argument for libtool. 2009-11-26 00:10:42 +00:00
poedit Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
rox-edit Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
sam DESTDIR support 2010-01-29 19:54:17 +00:00
Sigil Update to 0.2.0: 2010-06-15 12:01:58 +00:00
speedbar PKGREVISION bump for elisp packages because of bytecode format changes 2009-08-06 01:44:45 +00:00
ssam Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
tamago Revert previous. It didn't work on emacs22. 2009-08-17 16:05:32 +00:00
tea Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
ted Update to 2.21: 2010-06-14 09:55:04 +00:00
ted-cs Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-da Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-de Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-en-gb Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-en-us Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-es Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-fr Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-it Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-nl Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-no Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-pl Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-pt Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
ted-sv Mechanical changes to add DESTDIR support to packages that install 2008-03-03 18:25:52 +00:00
TeXmacs recognize maxime-5.21, bump PKGREVISION 2010-05-17 15:50:30 +00:00
texmaker Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
tomboy Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
uemacs DESTDIR support 2010-01-29 19:54:17 +00:00
ve Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
vigor DESTDIR support 2010-01-29 20:02:25 +00:00
vile Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
vilearn Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
vim VIM 7.1.270 2008-03-11 10:55:02 +00:00
vim-gtk VIM 7.1.270 2008-03-11 10:55:02 +00:00
vim-gtk2 Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
vim-lang Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
vim-motif Don't leak the .buildlink directory into the final binary for vim-motif. 2009-10-28 01:20:33 +00:00
vim-share Updated vim to 7.2.442 2010-06-07 12:12:21 +00:00
vim-xaw Updated editors/vim-share to 7.2.102 2009-02-06 06:28:53 +00:00
wily Removed redundant .gz suffix for man pages. 2009-06-12 19:09:35 +00:00
xcoral MAKE_JOBS_SAFE=no, simplify 2009-08-03 15:55:52 +00:00
xemacs Needs revbump for png update. 2010-06-14 10:32:24 +00:00
xemacs-current Needs revbump for png update. 2010-06-14 10:32:24 +00:00
xemacs-current-nox11 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xemacs-nox11 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xemacs-packages Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
xfce4-mousepad Bump PKGREVISION for libpng shlib name change. 2010-06-13 22:43:46 +00:00
xjed DESTDIR support 2010-01-29 20:02:25 +00:00
xvile Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
xwpe DESTDIR support 2010-02-03 21:35:42 +00:00
yudit Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
zile Update editors/zile to 2.3.17, fixing PR pkg/43070 2010-06-08 15:59:50 +00:00
Makefile Retire jave. 2010-02-10 17:34:51 +00:00