summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2010-07-12Pullup ticket #3162 - requested by obachetron3-5/+71
editors/mule: bug fix patch inputmethod/ja-freewnn-lib: bug fix patch inputmethod/kinput2: bug fix patch Revisions pulled up: - editors/mule/Makefile 1.44 - editors/mule/distinfo 1.8 - editors/mule/patches/patch-cj 1.1 - inputmethod/ja-freewnn-lib/Makefile 1.10 - inputmethod/ja-freewnn-lib/buildlink3.mk 1.8 - inputmethod/ja-freewnn-lib/distinfo 1.10 - inputmethod/ja-freewnn-lib/patches/patch-ag 1.6 - inputmethod/ja-freewnn-server-bin/Makefile 1.17 - inputmethod/kinput2/Makefile 1.20 --- Module Name: pkgsrc Committed By: obache Date: Sun Jul 11 02:53:25 UTC 2010 Modified Files: pkgsrc/inputmethod/ja-freewnn-lib: Makefile buildlink3.mk distinfo pkgsrc/inputmethod/ja-freewnn-lib/patches: patch-ag Log Message: Fixes memory corruption, PR#43586. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: obache Date: Sun Jul 11 02:56:35 UTC 2010 Modified Files: pkgsrc/inputmethod/ja-freewnn-server-bin: Makefile Log Message: Bump PKGREVISION to force rebuild with fixed ja-FreeWnn-lib, or wnnkill dumped core. --- Module Name: pkgsrc Committed By: obache Date: Sun Jul 11 02:58:16 UTC 2010 Modified Files: pkgsrc/inputmethod/kinput2: Makefile Log Message: Bump PKGREVISION to force rebuild with fixed ja-FreeWnn-lib, or dumped core. --- odule Name: pkgsrc Committed By: obache Date: Sun Jul 11 03:00:33 UTC 2010 Modified Files: pkgsrc/editors/mule: Makefile distinfo Added Files: pkgsrc/editors/mule/patches: patch-cj Log Message: * add patch-cj to fix build failure * add user-destdir installation support. * Bump PKGREVISION to force rebuild with fixed ja-FreeWnn-lib.
2010-07-04Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branchingagc3-3/+23
error, and to sync with reality.
2010-06-24Add workaround for systems coming with a copy of libpng.wiz2-1/+20
Closes PR pkg/43485 reported by Rob Quinn.
2010-06-23Changes 3.7:adam5-62/+99
* backspace/DEL means 'n' in replace prompt for better emacs compatibility * Menus are now made up of macros instead of options. * ^T is now a user definable menu system * Treat \ as a quote character for file I/O. Now you can edit files like !test with \!test * Print NULs in default search string. Handle many \s properly. * Allow backslashes in file names * Fix %A to print unicode * Charles Tabony's (vectorshifts's) highlighter stack patch * ! is relace all in replace prompt * Turn off UTF-8 when we enter hex mode * Call ttsig on vfile I/O errors. * Abort cleanly when malloc returns NULL * Add reload command to reload file from disk * Modify configure scrips to use docdir for extra documents and * Don't use bold yellow, it's bad for white screens * Fix TeX highlighter: don't highlight " * Make mail.jsf more forgiving for those of us who still use old UNIX mail * Fix file rename bugs * Improve ubop: can reformat a block of paragraphs again. Reformat of adjacent indented paragraphs working again. * Improve XML highlighter: allow \r in whitespace
2010-06-15update to 2.30.0drochner3-16/+10
This switches to the gnome-2.30 release branch
2010-06-15Update to 0.2.0:wiz2-7/+6
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 "&amp;", 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-14Update emacs-snapshot to 24.0.50.20100612.minskim4-92/+97
Changes: - Move version control related files to the "vc" subdirectory.
2010-06-14Needs revbump for png update.dholland3-5/+7
2010-06-14Needs revbump for png update.dholland1-2/+2
2010-06-14Update to 2.21:wiz4-47/+54
Changes since 2.17 not found. 2.17: Changes: This release finishes the numbered lists. All tools have a 'Close' button now. The configurable resources mechanism now works without X11 for command line calls. There is preliminary support for 'shapes', the newer Word figures mechanism. There is support for the Euro sign if the font supports it. With some configuration, Ted can now use most fonts configured in GhostScript. It uses more CSS and fewer tables in HTML. Many annoying bugs were fixed.
2010-06-14Needs revbump for png update.dholland2-4/+4
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz26-47/+56
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-11Fix build with gtk2-2.20.wiz1-4/+9
2010-06-09Update emacs-snapshot to 24.0.50.20100608.minskim2-6/+6
Changes: - Remove INCLUDED_FCNTL. - Remove BSTRING related code, all platforms define it. - Remove obsolete macro BASE_LEADING_CODE_P. - Use LEADING_CODE_P instead of BASE_LEADING_CODE_P. - Turn `directory-sep-char' into a noop. - Move UNEXEC definition to autoconf. - Remove obsolete pre-unicode2 macros. - Remove NOT_C_CODE tests, it is always true now.
2010-06-08Update editors/zile to 2.3.17, fixing PR pkg/43070hauke3-8/+21
Release 2.3.17 This release fixes a crash in undo introduced in 2.3.16 as well as some small bugs in delete-window, and contains some code cleanup. Release 2.3.16 This release fixes a potential buffer overrun, and a long-standing bug in the handling of the key string "C-_", and cleans up the code a little more. Release 2.3.15 This release fixes the default universal argument, which should be 4 but was 16, and also some cosmetic errors with the display of universal arguments in the minibuffer. Some fixes to the build system were also made (thanks to Giuseppe Scrivano). Release 2.3.14 This release fixes a minor bug in filename tab expansion, which resulted in `/' being expanded to `~/'. Release 2.3.13 This release fixes bugs in `kill-line`, `scroll-up' and `scroll-down', squashes some space leaks found by Valgrind, and fixes some build problems reported by the indefatigable Nelson Beebe. Release 2.3.12 This release fixes the +LINE command-line action, which was broken a few releases ago, and makes a cosmetic fix to temporary buffers. Release 2.3.11 This release fixes a crash in `find-alternate-file', a build system bug, and various cosmetic bugs, and cleans up the code a little. Release 2.3.10 This release runs the test suite on Emacs as well as Zile (currently, requires Emacs 23 or later), and contains many small fixes to both the test suite and to Zile to improve Emacs compatibility. Various other bug fixes, improvements and tidy-ups have also been made. Note in particular that the commands `suspend-zile', `save-buffers-kill-zile' and `view-zile-FAQ' are now called `suspend-emacs', `save-buffers-kill-emacs' and `view-emacs-FAQ' respectively, and `kill-line' now works with non-positive arguments. Portability has been improved, in particular to DOS systems.
2010-06-07Update emacs-snapshot to 24.0.50.20100602. Based on the patch providedminskim10-50/+118
by Makoto Fujiwara in PR 43415. Notable changes since 23.2: * Fix alloca definition when using gcc on non-gnu systems. * font.c (font_range): Return the range for the font found at first. * xdisp.c (init_iterator): Don't turn on bidi reordering in unibyte buffers. See http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
2010-06-07Updated vim to 7.2.442martti4-7/+106
3000 7.2.412 [ or ] followed by mouse click doesn't work 13552 7.2.413 large file support is incorrect 2558 7.2.414 CTRK-K <space> <space> does not produce 0xa0 as expected 2122 7.2.415 Win32: Can't open a remote file when starting Vim 2757 7.2.416 logtalk.dict is not installed 2262 7.2.417 if 'shell' has arg with a slash 'shellpipe' is not correct 3048 7.2.418 Vim sets background or foreground color in a terminal to -1 1471 7.2.419 memory leak in Motif when clicking on "Search Vim Help" 2792 7.2.420 ":argedit" does not accept "++enc=utf8" as documented 2108 7.2.421 when folds are not updated there is no way to force an update 2174 7.2.422 may get E763 when using spell dictionaries 4478 7.2.423 crash after assigning s: to variable 5462 7.2.424 ":colorscheme" without an argument doesn't do anything 1541 7.2.425 some compilers complain about fourth EX() argument 2771 7.2.426 commas in 'langmap' are not always handled correctly 5351 7.2.427 recovery doesn't follow symlinks to find swap file 1758 7.2.428 setqflist([]) doesn't properly clear the error list 1900 7.2.429 may get "New file" for file that is not accessible 4275 7.2.430 ++bad arg is handled wrong, may cause invalid memory access 2599 7.2.431 ":amenu" moves the cursor when in Insert mode 12967 7.2.432 translated menus make :emenu difficult to use 5410 7.2.433 can't use cscope with QuickFixCmdPre and QuickFixCmdPost 2106 7.2.434 (after 7.2.432) compilation fails without multi-lang feature 4590 7.2.435 (after 7.2.430) crash when using bad_char_idx uninitialized 4058 7.2.436 reproducible crash in syntax HL 1605 7.2.437 (after 7.2.407) no line break for "\\\n" in expression of :s 2045 7.2.438 (after 7.2.427) "vim -r" crashes 3110 7.2.439 invalid memory access for thesaurus completion and 'infercase' 5861 7.2.440 crash when deleting a funcref in the function it refers to 3446 7.2.441 when using ":earlier" undo information may be wrong 7872 7.2.442 (after 7.2.201) copy/paste with OpenOffice doesn't work
2010-06-03Remove patch that isn't in distinfo after 1.6.5 update.wiz1-13/+0
2010-06-02Revision bump for db4 update; use custom CFLAGSadam3-8/+20
2010-06-02Changes 1.4.6:adam4-12/+47
* OS X: fixed TM configuration tab to show languages list * fixed bug introduced in 1.4.3 that caused "Update from POT file" to clear metadata in catalog header * added Kazakh translation Changes 1.4.5: * OS X: fixed Find to actually show hits in text control * OS X: fixed "Check for updates" preference broken by 1.4.4 Changes 1.4.4: * sort catalogs in the manager alphabetically * fixed escaping of quotes in catalog headers * fixed reformatting of obsolete entries in catalogs * fixed list selection visibility on Windows 7 * Windows: automatically check for available updates Changes 1.4.3: * Unix: fixed crash with Zemberek spell-checker backend installed * fixed parsing of catalogs produced with xgettext --indent * fixed TM updating broken in 1.3.5 * support GNOME's xml2po file references * fixed handling of "%" in filenames * added more translations:
2010-06-01Sync emacs-nox11 with emacs.minskim1-2/+1
2010-06-01Update emacs to 23.2.minskim12-143/+506
Patches were provided by Makoto Fujiwara in PR 43335. Excerpt from the announcement: In addition to a large number of bugfixes, Emacs 23.2 includes several new packages, such as the CEDET suite of development tools (including Semantic, a set of libraries and utilities for parsing source code, and EDE, a package for managing code projects), and a new mode for editing Javascript. The default mail composition mode is now Message mode, which provides features such as MIME handling. Many other part of Emacs have also been improved. For a more complete list of changes, see the file etc/NEWS.
2010-05-30Not MAKE_JOBS_SAFEjoerg1-1/+2
2010-05-17recognize maxime-5.21, bump PKGREVISIONdrochner4-11/+12
2010-05-15Fix termcap support.roy3-10/+14
2010-05-06update to 1.6.5drochner3-9/+40
changes: -fixes for Mac OS X 10.6 (Snow Leopard) -A number of newly reported crashes were fixed -new layouts and modules -Windows support approved by Jeremy C. Reed
2010-05-05Enable terminfo support for NetBSD if available.roy1-2/+4
2010-05-05Define TERMINFO for building on NetBSD-6 for the terminfo interface.roy2-3/+10
2010-04-18update to 2.2.4 to resolve CVE-2010-1160 & CVE-2010-1161tez3-8/+20
2010-04-14Set LICENSE.wiz1-1/+2
2010-04-13update to 2.28.4drochner2-6/+6
changes: misc bugfixes
2010-04-01set LICENSE=gnu-gpl-v2.obache1-1/+2
2010-04-01Exactly pass empty string as prefix to use plain default KDE settings.obache1-2/+2
Back to the previous behaviour and fix PR#43052.
2010-03-30Fix emacs20 on -current. (It broke on the terminfo changes because itdholland3-9/+28
can't probe terminfo vs. termcap and needs to be told explicitly in its config system.) ok agc@. PKGREVISION to 14.
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2010-03-24Updated vim to 7.2.411martti3-5/+33
1548 7.2.403 (after 7.2.400) compiler warning for pointer type 1880 7.2.404 pointers for composing characters are not properly initialized 1636 7.2.405 with small features match is not highlighted for ":s/p/r/c" 4701 7.2.406 (after 7.2.119) uninit memory read 1916 7.2.407 when using :s with an expression backslashes are dropped 2152 7.2.408 ":g/the/s/a/b/" can set '[ and '] marks to an unchanged line 1814 7.2.409 summary of number of substitutes is incorrect for ":folddo" 2526 7.2.410 highlighting directories for completion doesn't work properly 1462 7.2.411 when parsing 'cino' a comma isn't skipped properly
2010-03-20Fix typojoerg1-2/+2
2010-03-18Updated vim to 7.2.402martti3-300/+14
1554 7.2.395 in help CTRL=] on g?g? escapes the ?, causing it to fail 1554 7.2.396 get E38 errors 1722 7.2.397 redundant check for w_lines_valid 4127 7.2.398 when moving windows the cursor ends up in the wrong line 1784 7.2.399 (extra, after 7.2.388) cannot compile on MingW 12865 7.2.400 (after 7.2.387) Ruby problems with init and empty string 1982 7.2.401 wildmode list doesn't highlight directory names with a space 2649 7.2.402 error 705 when re-using funcref variable
2010-03-17USE_NCURSES=# -> USE_NCURSES=chgatjoerg1-2/+2
2010-03-11Updated vim to 7.2.394martti3-4/+14
4898 7.2.392 netbeans hangs reading from a socket at the maximum block size 9605 7.2.393 Mac: Can't build with different Xcode developer tools dir 4298 7.2.394 .lzma and .xz files are not supported
2010-03-10Updated editors/vim-share to 7.2.391martti3-5/+23
NOTE: 7.2.391 fixes pkg/39375 and pkg/42909 2051 7.2.386 KDE 3.1 focus hack causes problems for other window managers 8233 7.2.387 Ruby with MingW still doesn't build all versions 2486 7.2.388 (extra part of 7.2.387) Ruby with MingW 4805 7.2.389 synIDattr() cannot return the font 2302 7.2.390 in some situations the popup menu can be displayed wrong 3426 7.2.391 internal alloc(0) error when doing "CTRL-V $ c"
2010-03-09Updating editors/p5-Padre from 0.57 to 0.58sno2-7/+7
pkgsrc changes: - Adjust dependency Upstream changes: 0.58 2010.03.08 - Fixed "Open File In Existing Padre" for non-win32 (PDONELAN) - In advanced preferences, display the storage backend name when it is default and 'User' is now called 'Overriden' (AZAWAWI) - In advanced preferences, display preferences options for non-boolean settings (AZAWAWI) - In advanced preferences, display a True/False radio button for boolean settings (AZAWAWI) - Fixed an incorrect default value display bug in advanced preferences when it is toggled (AZAWAWI) - In advanced preferences, hide bottom controls at startup (AZAWAWI) - In advanced preferences, Set button is hidden when it is a boolean. True/false radio buttons handle the switch instead (AZAWAWI) - Fixed ticket #858 Recent files does not display anything on Padre startup (AZAWAWI) - Refresh all menus at startup. This prevents "nothing" open mode (i.e. no document) from incorrectly showing an enabled menubar (AZAWAWI) - Padre::Util::share() can now get the name of a plugin (e.g. 'Perl6') and return the share directory of that plugin (SZABGAB) - Removed the unused concept of user-configurable menus, which was slowing down a ton of different operations that needed a menu refresh (ADAMK) - Removed ->refresh calls during the initial menu construction, as we will be refresh'ing again anyway at the end of the startup, and thus any work done in the menus is completely wasted CPU (ADAMK) - Removed the very expensive window list refresh code from the main menu refresh method into it's own dedicated refresh method. We can fire this directly in the limited number of situations that the notebook adds, removed, or renamed documents (ADAMK) - Speed up status bar updates (ADAMK, SEWI) - Warning editor markers are now actually orange on win32 (AZAWAWI) - Landed new and much much faster refresh_windowlist (ADAMK) - Fixed ticket #860: Configurable key bindings dialog (AZAWAWI) - Added Browse Buttons to External Tools Preference Dialog (PLAVEN) - Fixed ticket #863: Continous warnings or prints kill Padre (AZAWAWI, KTHAKORE) - Bumped Wx::Perl::ProcessStream version requirement to 0.25 (AZAWAWI) - Added promised PPI lexer configurable max-length limit for azawawi (ADAMK) - Fixed ticket #867: Padre dies when hitting Ctrl-. (AZAWAWI) - Fixed ticket #807: F2 is broken (AZAWAWI) - Fixed ticket #835: Function list not populated on initial panel showing (karl.forner) - Added Turkish translation.
2010-03-08Updating editors/p5-Padre-Plugin-PerlCritic from 0.06 to 0.07sno2-8/+8
pkgsrc changes: - Adjust dependencies and module type Upstream changes: 0.07 Tue Mar 02 2010 - Changed build to Module::Install - Added integration with config_perlcritic config entry - Added translations: - French (jquelin) - Polish (therek) - Chinese (Traditional) translation (BLUET) - Arabic (azawawi) - Spanish (brunov) - Brazilian Portuguese (garu)
2010-03-08Updating editors/p5-Padre-Plugin-PerlTidy from 0.09 to 0.10sno2-6/+6
Upstream changes: 0.10 Thu Jan 21 2010 - A variety of cleanups to use Padre::Current more efficiently (ADAMK) - Added menu separator (ADAMK) - A somewhat cleaner code style that is closer to general conventions (ADAMK) - Added project config file that matches that of Padre itself (ADAMK) - Applied the Perl::Tidy plugin to itself, using the project config (ADAMK, BRICAS) - Added a few more menu tests (BRICAS)
2010-03-03Updated vim to 7.2.385martti3-5/+62
1623 7.2.368 (after 7.2.361) append line with Ruby interface doesn't work 1872 7.2.369 error message for :profile is not easy to understand 4352 7.2.370 (after 7.2.356) a redraw may cause folds to be closed 10029 7.2.371 build problems on Tandem NonStop 9674 7.2.372 (extra) cross-compiling GvimExt and xxd doesn't work. 2901 7.2.373 new messages from gcc 4.5 are not in 'errorformat' 4434 7.2.374 Ruby eval() doesn't understand Vim types 1794 7.2.375 ml_get errors when using ":bprevious" in a BufEnter autocmd 1577 7.2.376 ml_get error when using SiSU syntax 1983 7.2.377 (extra, after 7.2.372) small mistakes in Ming build file 2832 7.2.378 C function declaration indented too much 1758 7.2.379 'eventignore' is set to an invalid value inside ":doau" 3699 7.2.380 (after 7.2.363) Perl builds with 5.10.1 but not with 5.10.0 6835 7.2.381 no completion for :behave 1766 7.2.382 close cmdline window when 'bufhide' is "wipe" uses freed mem 3021 7.2.383 Vim doesn't build cleanly with MSVC 2010 1849 7.2.384 (extra) Vim doesn't build properly with MSVC 2010 2147 7.2.385 can't drag status line when in the command line window
2010-03-03Add user-destdir support.obache1-1/+5
2010-02-25Patching out the auto_install() invocation in Makefile.PL which causessno2-1/+14
core dumps when run without DISPLAY. Thanks to Joerg Sonnenberger for reporting.
2010-02-25Updating editors/p5-Padre from 0.56 to 0.57sno4-7/+58
pkgsrc changes: - Adjust dependencies - Add MacOS X/Darwin support (by patching out use of wxPerl) Upstream changes: 0.57 2010.02.18 - **WARNING Contains new threading code** - Spawn a master thread very early in the startup process. Use that master to create worker threads as necessary. Cuts down on memory usage and fixes the "Leaked Scalars" warning (BRAMBLE, SMUELLER) - Fix pluginmanager error dialog for plugin-event failure (BRAMBLE) - Add status messages for Padre::File operations (SEWI) - Select some files to close (SEWI) - Select some files to reload (SEWI) - GotoLine is now called Goto dialog (AZAWAWI) - Goto dialog is now non-modal lazy single instance dialog (AZAWAWI) - Goto dialog has a current positon/line number field (AZAWAWI) - Regex editor dialog is now more compact and it includes regex helper buttons (AZAWAWI) - Regex editor dialog can now highlight matched text (AZAWAWI) - Regex editor dialog can now display regex description (AZAWAWI) - Implemented Replace (aka substitution) in Regex editor (AZAWAWI) - Right click "Edit with Regex Editor" now works on user-selected text (AZAWAWI) - Added "headline" method to Padre::Project, which allows a project to try and intuit the "primary" file in the project (for a CPAN distribution of Foo::Bar this will be lib/Foo/Bar.pm) (ADAMK) - Removed the final usage of the "Provider" phrasing, and made more of the modules used by the Perl help provider run-time loaded (ADAMK) - Moved padre.exe build from bin to win32-loader folder since bin is a bad path for putting the Padre win32 launcher code (SMUELLER, AZAWAWI) - Added "Open in File Browser" in the File and right-click menu (AZAWAWI) - Added "Find in Files" to right-click menu (AZAWAWI) - No need to launch a command shell to execute explorer.exe on win32 (AZAWAWI) - Added "Open with Default System Editor" in "File -> Open..." (AZAWAWI) - Implemented padre --reset to flush and reset the current Padre configuration in otherwise unrecoverable situations, such as now when the Swarm plugin causes the slave-driver code to instantly segfault at startup (ADAMK) - Add mimetype detection for Template::Toolkit and CSS files (SEWI) - Added plugin menu refreshing to the resource locking system (ADAMK) - Fixed three cases where code was still manually calling ->Freeze and ->Thaw on the main window, breaking the resource locked (ADAMK) - Fixed ticket #847: "Implement Mozilla-style about:config for Padre" (AZAWAWI) - Fixed ticket #845: Fix relative filenames from commandline (SEWI) - Added "Open In Command Line" to File menu (AZAWAWI) - Renamed Plugins menus to Tools and moved Preferences into it (ADAMK) - Re-implemented the mechanism for generating a human-oriented list of window names (ADAMK)
2010-02-24Provide SETGIDGAME here as well. This package is abusive and should bejoerg1-2/+3
fixed properly (or killed).
2010-02-21Add RCS Id (hi roy!).wiz6-6/+12