summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2007-10-26Fixes cursor update problem in prompt windows with NetBSD's curses,obache3-2/+16
reported in PR 37208. Bump PKGREVISION.
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-3/+2
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-0/+2
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-2/+0
can handle packages having no PLIST files.
2007-10-24Update nano to 2.0.6.obache5-13/+74
Based on patch provided by Jason White in PR 37133. * Added patch to work with NetBSD's curses. * Added ncuesesw option. * IRIX now require glib2, not glib. The 2.0 release of GNU nano is a major leap forward in usability and features, building on the 1.3 branch. The following improvemens and features are available in version 2.0 include: * UTF-8 support. * Improved color syntax highlighting. * Copy text without cutting.. * Verbatim input mode. * Repeat last seach w/o confirmation (Meta-W) * Spell check/replace selected text only * Indent marked text * Move to beginning/end of paragraph * Search within the file browser * Mixed file format auto-conversion
2007-10-22Updated editors/vim-share to 7.1.145martti3-6/+96
1414 7.1.117 can't check wether Vim was compiled with Gnome 1805 7.1.118 (after 7.1.107) compiler warning for Visual C compiler 1761 7.1.119 crash after setting 'cmdheight' to huge value 17416 7.1.120 can't use valgrind with "make test" to test for memory leaks 2350 7.1.121 ":cd %:h" fails when editing file in current directory 3732 7.1.122 Mac: building with Aap doesn't work properly 8051 7.1.123 Win32: ":edit foo ~ foo" expands "~" 2599 7.1.124 (extra) Mac: may get empty buffer if dropping file on Vim.app 12060 7.1.125 the TermResponse autocommand event is not always triggered 13372 7.1.126 (extra) ":vimgrep */*" doesn't work if autocmd changes dir 2319 7.1.127 memory leak when doing completing 2079 7.1.128 (extra) build problem with Cygwin 1740 7.1.129 (extra) Win32: Can't get long user name 9494 7.1.130 crash with some combination of undo and redo 1535 7.1.131 ":mksession" always adds ":setlocal autoread" 1781 7.1.132 getpos("'>") may return < 0 for a Linewise selection 1515 7.1.133 shorten_fname1() linked when it's not needed 10379 7.1.134 (extra) Win32: Can't build with VC8 3337 7.1.135 Win32: ":e c:/tmp/foo" and ":e c:/tmp//foo" create two buffers 1522 7.1.136 memory leak when using Ruby syntax highlighting 1553 7.1.137 build failure when using EXITFREE 1836 7.1.138 Perl: Msg() doesn't stop when "q" is typed at the more prompt 1557 7.1.139 fold truncated when ending Insert mode with CTRL-C 1664 7.1.140 v:count can't be used in an expression mapping 2806 7.1.141 GTK: can't use negative offset with -geom argument 2161 7.1.142 ":redir @A>" doesn't work 1723 7.1.143 uninitialized memory read when diffing three files 1250 7.1.144 after ":diffup" cursor can be in the wrong position 6160 7.1.145 stay in Insert completion mode depending on the char typed
2007-10-16Remove some legacy support after branching 2007Q3.wiz2-30/+2
2007-10-14Update nano to 1.2.5, latest 1.2 release.obache2-8/+7
Based on patch provided by Jason White in PR 32859. GNU nano 1.2.5 - 2005.05.15 - files.c: open_prevfile(), open_nextfile() - Translate the "New Buffer" string when displaying "Switched to" messages on the statusbar. (DLR) input_tab() - Fix snprintf() call so that we don't segfault when trying to complete a filename containing %'s. (Ulf H<E4>rnhammar) - global.c: shortcut_init() - Move the "Cancel" shortcut up so that it's just after the "Get Help" shortcut, for consistency with the other shortcut lists. (DLR) - nano.c: do_int_spell_fix() - Move the REVERSE_SEARCH flag toggling into the NANO_SMALL #ifdef, since the tiny version of nano doesn't support reverse searching. Also, turn the USE_REGEXP flag off during spell checking in order to avoid a potential segfault. (DLR) quote_length() - Fix problem where quoted justify wouldn't work if HAVE_REGEX_H wasn't set. (David Benbennick) main() - Interpret the escape sequences Esc O F and Esc O H as End and Home, respectively, as nanogetstr() does. Also, don't interpret Esc O z as a "NumLock glitch" value. (DLR) - Call setlocale() outside the ENABLE_NLS #ifdef, since UTF-8 support won't work properly if the locale isn't set, whether NLS is enabled or not. (Junichi Uekawa) - winio.c: blocking_wgetch() - New function used in place of blocking wgetch() calls. If we get ERR when using blocking input, it means that the input source that we were using is gone. In this case, call handle_hupterm(), so that nano dies gracefully instead of going into an infinite loop. (DLR, found by Jim Uhl) get_page_start() - For consistency, tweak so that scrolling always occurs when we try to move onto the "$" at the end of the line, as opposed to (a) when we move onto the "$" at the end of the line on the first page and (b) when we move onto the character just before the "$" on subsequent pages. (DLR)
2007-10-14Updated manedit to 0.8.1.rillig8-156/+430
Release Notes ------------- Fixed a bug that caused a crash whenever a string was added to the selection. Added new select and copy functions to the Viewer's menu. Improved the Editor's copy/paste ownership widget behavior. Fixed a GtkSelection bug in which redundant GtkSignals were being connected. Added pointer roller scroll support. Fixed a bug in the mapping of popup menus.
2007-10-14Update xvile to 9.5r.obache5-80/+50
Based on patch provided by L. Schmidt in PR 36973. pkgsrc changes: share distinfo and patch with editor/vile XXXX: Should also share Makefile and PLIST. Changes from 9.5 to 9.5r: 20070603 (r) + amend makefile.in change for $(SRC) to use a translation rule that works with IRIX64 (and some broken BSD) make programs. + correct parsing/removal of "-i" option in winvile, taking into account double-quoting of parameters and also options which have parameters. + make configure --with-no-leaks work for external filters, e.g., using valgrind. + add configure script check for tdelete(), provide a replacement if not found (report by Gary Jennejohn). 20070528 (q) + change configure script to check for ispell before aspell; Fedora 5's problem with aspell was eventually fixed. + make cursor-adjustment after paste in xvile dependent on whether the pasted text ended with a newline (request by Eric Krohn). + cleanup the bottom line on the screen when exiting the curses driver, to match the termcap/terminfo driver (report by Chris Green). + fixes for pl-filt.c (perl highlighter): + allow blanks before tag for here-document, e.g., cat << 'TAG' + allow '~' as a quote-delimiter (this is used by linklint). + modify CF_IMAKE_CFLAGS to work with Solaris sed, which (unlike a standard UNIX implementation) does not honor nested subexpressions. + add rename-other-buffer command, use that to modify spell.rc so it can work with scratch buffers which otherwise would be lost, e.g., "[Help]". + add modelines for winvile.rc and w32ole.rc to set the majormode to rcmode, and modify a special case in main.c to make "vile winvile.rc" get the corresponding majormode. + add some null-pointer checks in filters for result from flt_alloc(). + add a check in flt_alloc() in case the pointer has not been allocated. + derive $(SRC) from $(OBJ) in makefile.in, to avoid losing trace.c in tags rule. + check for empty/default "put" in line.c's PutChar() to avoid attempting to remove a trailing newline from that, since the corresponding line has already been freed as part of the undo process (report by Paul Fox). + use O_NONBLOCK if O_NDELAY is undefined, needed for a few platforms which have the POSIX definition but not the legacy, e.g., Minix and OS X. + make autocolor work for curses-driver, e.g., --with-screen=ncurses (report by Chris Green). + widen the check for "winvile" in vileinit's initialization for win32 shifted cursor bind-key's. + modify spell filter so that it can get VILE_SPELL_FILT from the registry on win32. + improve spell filter camelcasing that when parsing things like "UXTerm" it splits off the "Term" as a possible word. + amend 9.5m change to check for file ownership to ensure this is only done for files that might be source'd. It was checking files for read/write too. + correct syntax highlighting for end of JavaScript embedded in HTML, which did not allow for the marker in an inline comment. + modify "filename" shown in :show-filtermsgs to use the buffer name if no filename is available. + modify preamble patterns for shell modes such as awk, etc., to allow for programs without an absolute pathname, e.g., "#! awk". + modify the symbol-table lookup in filters.c to use tsearch() when available. For an 8Mb rtf file this improved performance by about a factor of two (on Linux - Visual C++ has no tsearch). + add configure check for getc_unlocked(), putc_unlocked() and tsearch() to use in performance improvements for syntax filters. + add syntax filter for RTF files. + improve autocolor on win32 by not allowing the cursor to be repainted while autocoloring is in progress. + modify winvile's command-line parsing, adding "-i" option to perform the case used for "Send To": use the part of the command line after options as the filename and change working directory to match (request by Larry Gensch). 20070425 (p) > Tom Dickey: + modify spell- and txt-filters to allow users to add words to their respective ".keywords" files to override the builtin highlighting. + correct check of return of ffread() in spellflt.l's workaround for platforms such as win32 which have no usable popen(). That made spelling checks require two ^X-i presses. + modify spellflt.l to chop words according to Camel-case, so tokens such as "ChopWords" are treated by the spell checker as multiple words. + fix a limit check in argc/argv[] parsing for winvile (report by Larry Gensch). + modify wvwrap.exe to work with pathnames containing "$", "&" and "'". + change OPT_MULTIBYTE definition to depend on OPT_LOCALE. 20070115 (o) > Tom Dickey: + change Inno Setup script to not put version numbers on the SendTo and context-menu entries. + start adding support for UTF-8 (modes "byteorder-mark" and "file-encoding"). The byteorder-mark is workable, but the file-encoding is a stub. This works to strip the BOM from files as they are loaded, making syntax highlighting work for XML files. + correct two places in exec.c which used skip_blanks() rather than skip_space_tab() from 9.5l changes. This caused the command parser to treat ^K as a blank, breaking digraph.rc which uses that character (report by Gary Jennejohn). 20070108 (n) > Tom Dickey: + add a character-class check to find_b_file() to prevent names such as "<vile.1>" from being canonicalized into "vile.1" on win32 via FindFirstFile(). This fixes a problem where ^X-n would sometimes display the wrong buffer. + add shifted-cursor-key bindings for winvile, like xterm. + amend cursor-tokens mode so that ^X-e in a directory-buffer always uses the whole line (no regular expressions). + fix a null-pointer dereference in the cursor-tokens mode. + minor fix to sh-filt.l to handle lines like : ${BUILD_CC:='${CC}'} + improve iss-flt.l to highlight preprocessor lines. + improve winvile.iss (Inno Setup): + use values in patchlev.h to set the package version information. + add context menu and Send To shortcuts + install the keyword files + add configure --with-valgrind option. 20061212 (m) > Tom Dickey: + add showvariables mode, for testing expressions used in [Variables]. + correct comparisons used for handling bounds in regular expressions, e.g., the "2" in "\(this\|[l-m]\)\{2\}". + change behavior of regular expression OR'd alternatives - only the first match was used rather than the longest one. + fix configure script macros which omitted X_EXTRA_LIBS in one case, and repeated libs in another. + fill in complete list of event names for xres.key from Xt/TMParse.c + make ShowFormatted macro more configurable by allowing environment variables $VILE_NROFF_FILT and $VILE_TABLE_FILT to override the choice of programs therein. + disallow source'ing from the current directory if the source'd file might be writable by other users. + improve fences in vbs- and vbmode. + fix xresfilt.l; X resource files do not have embedded comments. + minor improvements/fixes to &default, to allow it to assume that '$' is implied for modes. + modify locale initialization to work with koi8rxterm. + add character classes [:ident:], [:octal:] and [:path:], and change the association of \w and \W to [:ident:], making [:alnum:] no longer include "_". + add cursor-tokens mode to control whether vile uses regular expressions, character classes or a combination to obtain tokens from the screen. + add $buf-fname-expr to show the combined bufname-expr, pathname-expr used to interpret ^X-e. + add bufname-expr, identifier-expr and pathname-expr buffer modes to provide regular expression parsing of $bufname, $identifier and $pathname in the show-variables command as well as for the related expansion of tokens from the cursor position. If the expressions are empty, the code falls through to use the corresponding older character-class parsing. Default values are provided for each *-expr mode. + fix a case where set-window might remove the only window before attempting to put a file in it. + quote "$HOME" in CF_SUBDIR_PATH, for cygwin users. 20061107 (l) > Tom Dickey: + modify ":describe-bindings" to show whether the command accepts a range, and whether it is undoable. + add ":goto-percent" function. + add (nvi/vim) ex-commands: a!, c!, i! + add ":c" as alias for ":change-til" (nvi/vim). + change unimplemented ":c" to ":co" (reference O'Reilly vi-book) + fix makefile dependency for tags + review/update use of "CNT" in describe-bindings + revised command-line option parsing to use scripting more effectively: + multiple startup files are allowed. + most command-line options are translated to their equivalent script and executed, rather than saving state for the most recent of each option. This makes the -s, -S, -g, -G options obsolete (but still accepted). + add "-c" option (the POSIX form of "+"). + modify configure script to use ncurses5-config, etc., if found when handling the --with-screen=ncurses or --with-screen=ncursesw options. It also is checked when handling the --with-ncurses option for the termcap/terminfo driver. + add suffix/name rules for "Jam" files. + fix preamble pattern for pymode so it does not match a ":" line which should be shmode. + implement patterns as line-specifiers in ex-mode. (this does not work with history-scrolling yet). + remove incorrect check for empty parameter from which-menu from 9.4m changes. + check xvile menu to ensure that "C" header is given, adding a dummy one if not (report by Chris Green). + add checks to ensure that neither modelines nor majormodes can alter these modes: all, crypt, readonly, viewonly. + implement vi-style modeline, limited to setting buffer- and window- modes, or majormodes. + add "#" as an alias for number-lines-til + improve highlighting of comment-lines (denoted by "--") in txtmode. + fixes for termcap syntax highlighter (tcmode): + allow description field to be empty + color the "|" between aliases. + improve string- and escape-parsing + fixes for terminfo syntax highlighter (timode): + allow description field to be empty + color the "|" between aliases. + allow aliases to contain blanks. 20060924 (k) > Paul van Tilburg + add syntax filter (mcrl) for mCRL/mCRL2 modeling language. > Tom Dickey: + modify fileread() to ensure that the error-buffer is reset after reading (or re-reading) a shell/pipe command, e.g., using ":e!". + fix configure --disable-largefile option (from ncurses). + minor fixes for nroff filter to improve rendition of groff's macros. + add configure check for ncurses 5.2(sic) on FreeBSD, which was broken by an incomplete set of changes to wchar.h (report by Chris Green). + add configure check for aspell, whose attempt at a compatibility script for ispell does not recognize ispell's options. + workaround for breakage in FreeBSD's header files: updates to wchar.h were not reflected in updates to curses.h (report by Chris Green). + remove reference to obsolete http://www.vile.cx from README (report by Paul Fox). + update config.guess, config.sub 20060625 (j) > Tom Dickey: + fix expression for shmode $mode-filename to match ".profile". + various small build-fixes (prompted by reports by Paul Fox, Clark Morgan). + amend 20050214 change to set_files_to_edit(), which caused partly- read buffer to be discarded if ffgetline() was interrupted, e.g., by a ^C during a slow pipe read. Now the buffer contents are retained. + update config.guess, config.sub 20060531 (i) > Tom Dickey: + fix error-reporting for a "~break" without a preceding "~while" (report by Clark Morgan). + minor fixes for tc-filt.l (termcap mode). + fix x11.c for Motif broken in 9.5f cleanup (reported by Paul Fox). + improve bas-filt.l by not highlighting incidental matches in the attribute section of a Visual Basic form-file. + correct parsing of hexadecimal constants in bas-filt.l + add .ctl suffix for vbmode + fix a case in bsizes() which subtracted line-ending from zero-sized buffer when nonewline mode was set (Debian #368007). 20060521 (h) > Clark Morgan: + document write-all-buffers command. + add echo-to-clipboard mode for Win32 hosts: all text selected with the mouse is automatically copied to the Windows clipboard. (U) > Paul Fox: + updated contact information in README, vile.1 and vile.hlp > Tom Dickey: + allow a version number in rbmode (ruby) preamble. + add check in m4-filt.c for unbalanced quote, show the affected area as an error. + add ".ddl" suffix to sqlmode. + add ".dsr" suffix to vbmode. + fix makefile.blc, broken in 9.5f cleanup. + fixes for 64-bit warnings of Visual Studio .NET 2003: + modify Member_Offset() macro to cast the difference between addresses to a long rather than casting a pointer to a long. Use this flavor for Visual C++. + size_t is not necessarily the same size as unsigned - modify code to use size_t where it is consistent, otherwise cast as needed. + updated for python keywords + modify some lex filters, e.g., sql, to exclude \r in the places that exclude \n, since \r should not be colored. + fix for tb_enquote(); a value pointed to memory that had been reallocated. + make OBJEXT configure feature work for optional objects such as api.o + updated configure macros CF_CURSES_CPPFLAGS, CF_CURSES_LIBS, CF_NCURSES_CPPFLAGS, CF_PATH_SYNTAX, CF_WITH_IMAKE_CFLAGS, CF_XOPEN_SOURCE. + update config.guess, config.sub 20060402 (g) > Tom Dickey: + minor fixes to make most of the lex filters build with "old" lex, e.g., http://heirloom.sourceforge.net/devtools.html Note: the lex-filt.l file is too complex for some older lex's. + add lua mode + save/restore curgoal variable in b2vprintf() to avoid side effects when invoking "backward-row" or "forward-row" commands (report by Chris Green). + add delphi mode + add "*.cs" files to grep macros on win32 platform + improve csmode by making the section macros look for function headers. 20060219 (f) > Clark Morgan: + update vile.hlp for %n and %N title format changes. > Tom Dickey: + fix sh-filt.l for parameter substitutions containing an escaped quote, e.g., VERSION=${VERSION#*VERSION \"} VERSION=${VERSION%\"*} + add csmode (for C# ".cs" files) and cs.key, using vile-c-filter for parsing. + modify ntwinio.c to invoke build_recent_file_and_folder_menus() in the WM_INITMENUPOPUP event rather than WM_SYSCOMMAND. This makes winvile initialize the recent-folders and recent-files if one uses a right-click on the title of the window. + change winvile's registry subkey for recent-folders and recent-files to match environment variable settings from 9.4r, e.g., change "Software\winvile\MRUFiles" to "Software\VI Like Emacs\MRUFiles" + add new symbols $return and $_ which can be used to implement simple functions (request by William James). + fix filters/makefile.2nd to allow build for gcov + improve majormodes for complex fences by initializing the (non-string) buffer mode values for submode groups according to the values in the submode. This makes ignorecase work as expected in the complex fence matching for vbmode. + add complex fences to vbmode. + minor fix to bat-filt.l to avoid highlighting ".bat" as a string in call foo.bat + change htmlfilt.l to highlight character- and URI-references as numbers to make them distinct from strings with ordinary text. + add makefile rules for installing/uninstalling files from doc directory: install-doc uninstall-doc as well as installing/uninstalling macros install-macros uninstall-macros uninstall-perl + correct logic for goto-char, broken in 9.4za (report by William James). + fix change to cpp.key in 9.5e, which put the C keywords in the wrong table. + add spell.rc to makefile.wnt install rule. + add test_io.exe rule to vmsbuild.com + add TERM.clean(), TERM.unclean(), TERM.openup() to help move diverse code out of termio.c + modify var_TITLEFORMAT() only call set_editor_title() when setting $title-format, and modify get_statevar_val() to handle some limited recursion just in case there are other cases where it could be called from the statevar.c module while retrieving a value. This fixes a bug introduced in 9.5e (report by Clark Morgan). + update title when doing a "cd", in case it uses %r substitution. + change %n in modeline substitutions to use file name (pathleaf) rather than relative path (shorten_path). Use %r for the latter. (request by Clark Morgan). + move VMS-specific code from termio.c to vmsvt.c + remove unused start_debug_log() and mallocdbg() from main.c + correct typo in ifdef for Visual Studio C++ 6.0 ifdef in w32ole.cpp from 9.5e changes. + move 9.5c check for stdout not a tty on startup to allow "vile -V" to pipe to other programs. + split-out nullterm.c + add test_io stub, to help isolate dependencies of the I/O drivers. 20060109 (e) > Clark Morgan: + improved winvile's "flash". + several changes to w32reg.c: + if at all possible, don't register ole-enabled winvile using the path ".\winvile.exe" (obscure cygwin corner case). + remove use of toUpper(), which is not legit for winvile in this context because the underlying mapping array is apparently _not_ initialized. With this fix, "winvile -Ou" now displays the editor's name in MessageBox text (rather than ""). + fixed lots of misuses of registry APIs (not properly testing return code). With fixes in place, winvile -Ou/-Or now properly reports an error when registration/unregistration is attempted by an account with insufficient privileges. + add section definitions to vbmode. + fix: wvwrap caused winvile to show an 8.3 folder name in Recent Folders list. + fix: when CD'ing to a directory stored in winvile's "recent folders" list, the cursor stayed in the mini-buffer following a call to pwd(). > Tom Dickey: + adjust makefile dependencies to allow "make -j4" when building the loadable filter configuration (report by Ciaran McCreesh). + add "+", ",", "&", "@" and ";" to URL patterns in filters. + modify nr-filt.l to allow for optional blanks between the leading "." and the command. This is common in nroff library macros, not in manpages, etc. + improve lex-filt.l, allowing for some flex extensions: + allow code in action rules to not have curly braces + allow curly-braces to surround chunks of flex actions + "*" as a state name. + add named marks for decimal digits (request by George Eccles). + fix stray ^@'s on the winvile popup menu resulting from changes to kcod2prc() for xterm-fkeys mode (report by Clark Morgan). + add a call to set_editor_title() at the end of swbuffer_lfl() to make title updates work properly with termcap configuration. + add %n and %N substitutions for $title-format (prompted by Clark Morgan comments). + modify FreeBuffer() to clear window's buffer-pointers that point to the freed buffer, e.g., to prevent reference to free memory in title updates (report by Clark Morgan). + check file descriptors in stdin_data_available() to avoid doing a fdopen() on an invalid descriptor. + add "#import" in cpp.key + modify preamble for xml- and html-modes to ensure that the first tag determines the type. + fixes to makefile.wnt and mkprlenv.wnt to work with Visual C++ 7. + correct padding of subtitle line for "Temporary variables" in [Variables] buffer, which was applied to all temporary variable lines. 20051129 (d) > Tom Dickey: + fix vl_ctype.h to avoid redefinition of UCHAR (reports by Clark Morgan, Mark Robinson). + fix lex-filt.l to build with lex (report by Dave Rolfe). + fix include-path in makefile.wnt, makefile.djg makefile.icc to work with split-out headers for regexp.c + remove code for DISP_IBMPC + remove makefile.emx and config.emx (obsolete). + remove makefile.wat and makefile.tbc, since they used ibmpc.c 20051123 (c) > Clark Morgan: + remove an obsolete comment in macros.doc regarding underscore in macro names. > Paul Fox: + correct logic for check_percent_crlf(), ensuring that empty buffers are not counted as having CRLF endings. > Tom Dickey: + fix to_tabstop() function used for :describe-bindings to ensure that a binding that happens to be 8 columns will still have a tab after it. + add a fflush() to ensure that the control string to reset xterm mouse mode is written during ^Z handling (report by Fabien Coutant). + add a call to term.kopen() in rtfrmshell(), making ^Z/resume work properly with the curses driver (report by Fabien Coutant). + make mouse work for curses driver just like the termcap/terminfo driver. + split xterm-specific code out of tcap.c as xterm.c, to share with curses.c + indent'd borland.c + remove ibmpc.c (obsolete) + check if stdout is not a tty on startup, print error message and exit (request by Paul Fox). + add mode xterm-fkeys, to allow termcap driver to generate shift/control/alt modifiers for function keys. + modify regexp.c so tab is not matched by \p or [[:print:]] for consistency with POSIX regular expressions. + modified regexp.c, add headers vl_regex.h, vl_alloc.h and vl_ctype.h to allow it to be easily built outside vile (request by Adrian Kole). + add KEY_BackTab to the output of show-key-names + fix kcod2prc() so that a shifted-tab is converted to "Shift+^I" rather than emitting a literal tab in the result. + update vilemenu.rc fonts to work on Debian/testing. + improve scrollbar/cursor tracking in winvile by calling gui_update_scrollbar() when WFMOVE flag is set (report by Deraj Puma). + add a simple csvmode for ".csv" files. + add ".ebuild" suffix for shmode. + improve mode-pathname for xresmode to handle things like KOI8Term. 20051002 (b) > Tom Dickey: + update config.guess, config.sub + improve os2vio.c, adding a check to distinguish between fullscreen and VIO to allow using bright background colors in the latter (report by George Eccles). + add KEY_xxx definitions to OS/2 and Win32 drivers, defining up to KEY_F35 for the former and KEY_F24 for the latter (report by George Eccles). + several improvements and fixes to lex-filt.l + expressions for regular expression parsing are more complete, which allows separating patterns from state lists. That allows some error-checking in the rules section to flag spurious whitespace after a regular expression. The more-complete regular expressions make the parser much larger (about 5 times the original size). A rewrite in C might be shorter. + ignore case of "%s" vs "%S" or "%state", etc. + parse the pattern names, applying highlighting to the names where they are embedded in regular expressions. + parse the "%s" (state) lists, applying highlighting to the states. + handle flex's <<EOF>> token. + handle character classes in the RANGE pattern. + remove an update() call from the logic in input.c which decodes hex/octal input after a ^V. That caused the screen to move the view according to the address in the command, e.g., :%s/^Vx12 would scroll to the bottom on entry of the "x" (report by Daniel L Ashbrook). + correct behavior of set-dos command, which did not recompute the buffer-size. + make end-of-token test for store-proc consistent with bind-key, i.e., alphanumerics and hyphen. Amend that test to allow underscore (report by George Eccles). 20050905 (a) > Tom Dickey: + review/improve vl-filt.l based on Verilog LRM draft + add configure check for lex's which support character classes, and add filters/noclass.sh to work around those which do not. + improvements to configure script from ncurses: + improve check for Intel compiler warnings + improve check for gcc version + define _QNX_SOURCE for QNX + revert part of 9.4n, which caused readin() to return false if there was no filename associated with the buffer. Doing this broke some macros such as which-keywords (using buffer constructed by the macro). Previously it returned true, indicating success. + improve parsing of range expressions in lex-filt.l, fixes a case exposed by css-filt.l + correct a case where slowread() in dosmode would compute a correct buffer size. + modify bat-filt.l to highlight "echo." consistently with M$ usage. + modify bat-filt.l to highlight "%*". + add syntax filters for bnf, css, midl, php and wbt (WinBatch). + modify syntax filters to use flex's character classes
2007-10-14Also install documents, fixes install-dirs issue.obache2-3/+13
2007-10-14Update vile to 9.5r.obache7-27/+126
Based on patch provided by L. Schmidt in PR 36971. pkgsrc chages: Add ALTERNATIVES support, ncursesw option. Changes from 9.5 to 9.5r: 20070603 (r) + amend makefile.in change for $(SRC) to use a translation rule that works with IRIX64 (and some broken BSD) make programs. + correct parsing/removal of "-i" option in winvile, taking into account double-quoting of parameters and also options which have parameters. + make configure --with-no-leaks work for external filters, e.g., using valgrind. + add configure script check for tdelete(), provide a replacement if not found (report by Gary Jennejohn). 20070528 (q) + change configure script to check for ispell before aspell; Fedora 5's problem with aspell was eventually fixed. + make cursor-adjustment after paste in xvile dependent on whether the pasted text ended with a newline (request by Eric Krohn). + cleanup the bottom line on the screen when exiting the curses driver, to match the termcap/terminfo driver (report by Chris Green). + fixes for pl-filt.c (perl highlighter): + allow blanks before tag for here-document, e.g., cat << 'TAG' + allow '~' as a quote-delimiter (this is used by linklint). + modify CF_IMAKE_CFLAGS to work with Solaris sed, which (unlike a standard UNIX implementation) does not honor nested subexpressions. + add rename-other-buffer command, use that to modify spell.rc so it can work with scratch buffers which otherwise would be lost, e.g., "[Help]". + add modelines for winvile.rc and w32ole.rc to set the majormode to rcmode, and modify a special case in main.c to make "vile winvile.rc" get the corresponding majormode. + add some null-pointer checks in filters for result from flt_alloc(). + add a check in flt_alloc() in case the pointer has not been allocated. + derive $(SRC) from $(OBJ) in makefile.in, to avoid losing trace.c in tags rule. + check for empty/default "put" in line.c's PutChar() to avoid attempting to remove a trailing newline from that, since the corresponding line has already been freed as part of the undo process (report by Paul Fox). + use O_NONBLOCK if O_NDELAY is undefined, needed for a few platforms which have the POSIX definition but not the legacy, e.g., Minix and OS X. + make autocolor work for curses-driver, e.g., --with-screen=ncurses (report by Chris Green). + widen the check for "winvile" in vileinit's initialization for win32 shifted cursor bind-key's. + modify spell filter so that it can get VILE_SPELL_FILT from the registry on win32. + improve spell filter camelcasing that when parsing things like "UXTerm" it splits off the "Term" as a possible word. + amend 9.5m change to check for file ownership to ensure this is only done for files that might be source'd. It was checking files for read/write too. + correct syntax highlighting for end of JavaScript embedded in HTML, which did not allow for the marker in an inline comment. + modify "filename" shown in :show-filtermsgs to use the buffer name if no filename is available. + modify preamble patterns for shell modes such as awk, etc., to allow for programs without an absolute pathname, e.g., "#! awk". + modify the symbol-table lookup in filters.c to use tsearch() when available. For an 8Mb rtf file this improved performance by about a factor of two (on Linux - Visual C++ has no tsearch). + add configure check for getc_unlocked(), putc_unlocked() and tsearch() to use in performance improvements for syntax filters. + add syntax filter for RTF files. + improve autocolor on win32 by not allowing the cursor to be repainted while autocoloring is in progress. + modify winvile's command-line parsing, adding "-i" option to perform the case used for "Send To": use the part of the command line after options as the filename and change working directory to match (request by Larry Gensch). 20070425 (p) > Tom Dickey: + modify spell- and txt-filters to allow users to add words to their respective ".keywords" files to override the builtin highlighting. + correct check of return of ffread() in spellflt.l's workaround for platforms such as win32 which have no usable popen(). That made spelling checks require two ^X-i presses. + modify spellflt.l to chop words according to Camel-case, so tokens such as "ChopWords" are treated by the spell checker as multiple words. + fix a limit check in argc/argv[] parsing for winvile (report by Larry Gensch). + modify wvwrap.exe to work with pathnames containing "$", "&" and "'". + change OPT_MULTIBYTE definition to depend on OPT_LOCALE. 20070115 (o) > Tom Dickey: + change Inno Setup script to not put version numbers on the SendTo and context-menu entries. + start adding support for UTF-8 (modes "byteorder-mark" and "file-encoding"). The byteorder-mark is workable, but the file-encoding is a stub. This works to strip the BOM from files as they are loaded, making syntax highlighting work for XML files. + correct two places in exec.c which used skip_blanks() rather than skip_space_tab() from 9.5l changes. This caused the command parser to treat ^K as a blank, breaking digraph.rc which uses that character (report by Gary Jennejohn). 20070108 (n) > Tom Dickey: + add a character-class check to find_b_file() to prevent names such as "<vile.1>" from being canonicalized into "vile.1" on win32 via FindFirstFile(). This fixes a problem where ^X-n would sometimes display the wrong buffer. + add shifted-cursor-key bindings for winvile, like xterm. + amend cursor-tokens mode so that ^X-e in a directory-buffer always uses the whole line (no regular expressions). + fix a null-pointer dereference in the cursor-tokens mode. + minor fix to sh-filt.l to handle lines like : ${BUILD_CC:='${CC}'} + improve iss-flt.l to highlight preprocessor lines. + improve winvile.iss (Inno Setup): + use values in patchlev.h to set the package version information. + add context menu and Send To shortcuts + install the keyword files + add configure --with-valgrind option. 20061212 (m) > Tom Dickey: + add showvariables mode, for testing expressions used in [Variables]. + correct comparisons used for handling bounds in regular expressions, e.g., the "2" in "\(this\|[l-m]\)\{2\}". + change behavior of regular expression OR'd alternatives - only the first match was used rather than the longest one. + fix configure script macros which omitted X_EXTRA_LIBS in one case, and repeated libs in another. + fill in complete list of event names for xres.key from Xt/TMParse.c + make ShowFormatted macro more configurable by allowing environment variables $VILE_NROFF_FILT and $VILE_TABLE_FILT to override the choice of programs therein. + disallow source'ing from the current directory if the source'd file might be writable by other users. + improve fences in vbs- and vbmode. + fix xresfilt.l; X resource files do not have embedded comments. + minor improvements/fixes to &default, to allow it to assume that '$' is implied for modes. + modify locale initialization to work with koi8rxterm. + add character classes [:ident:], [:octal:] and [:path:], and change the association of \w and \W to [:ident:], making [:alnum:] no longer include "_". + add cursor-tokens mode to control whether vile uses regular expressions, character classes or a combination to obtain tokens from the screen. + add $buf-fname-expr to show the combined bufname-expr, pathname-expr used to interpret ^X-e. + add bufname-expr, identifier-expr and pathname-expr buffer modes to provide regular expression parsing of $bufname, $identifier and $pathname in the show-variables command as well as for the related expansion of tokens from the cursor position. If the expressions are empty, the code falls through to use the corresponding older character-class parsing. Default values are provided for each *-expr mode. + fix a case where set-window might remove the only window before attempting to put a file in it. + quote "$HOME" in CF_SUBDIR_PATH, for cygwin users. 20061107 (l) > Tom Dickey: + modify ":describe-bindings" to show whether the command accepts a range, and whether it is undoable. + add ":goto-percent" function. + add (nvi/vim) ex-commands: a!, c!, i! + add ":c" as alias for ":change-til" (nvi/vim). + change unimplemented ":c" to ":co" (reference O'Reilly vi-book) + fix makefile dependency for tags + review/update use of "CNT" in describe-bindings + revised command-line option parsing to use scripting more effectively: + multiple startup files are allowed. + most command-line options are translated to their equivalent script and executed, rather than saving state for the most recent of each option. This makes the -s, -S, -g, -G options obsolete (but still accepted). + add "-c" option (the POSIX form of "+"). + modify configure script to use ncurses5-config, etc., if found when handling the --with-screen=ncurses or --with-screen=ncursesw options. It also is checked when handling the --with-ncurses option for the termcap/terminfo driver. + add suffix/name rules for "Jam" files. + fix preamble pattern for pymode so it does not match a ":" line which should be shmode. + implement patterns as line-specifiers in ex-mode. (this does not work with history-scrolling yet). + remove incorrect check for empty parameter from which-menu from 9.4m changes. + check xvile menu to ensure that "C" header is given, adding a dummy one if not (report by Chris Green). + add checks to ensure that neither modelines nor majormodes can alter these modes: all, crypt, readonly, viewonly. + implement vi-style modeline, limited to setting buffer- and window- modes, or majormodes. + add "#" as an alias for number-lines-til + improve highlighting of comment-lines (denoted by "--") in txtmode. + fixes for termcap syntax highlighter (tcmode): + allow description field to be empty + color the "|" between aliases. + improve string- and escape-parsing + fixes for terminfo syntax highlighter (timode): + allow description field to be empty + color the "|" between aliases. + allow aliases to contain blanks. 20060924 (k) > Paul van Tilburg + add syntax filter (mcrl) for mCRL/mCRL2 modeling language. > Tom Dickey: + modify fileread() to ensure that the error-buffer is reset after reading (or re-reading) a shell/pipe command, e.g., using ":e!". + fix configure --disable-largefile option (from ncurses). + minor fixes for nroff filter to improve rendition of groff's macros. + add configure check for ncurses 5.2(sic) on FreeBSD, which was broken by an incomplete set of changes to wchar.h (report by Chris Green). + add configure check for aspell, whose attempt at a compatibility script for ispell does not recognize ispell's options. + workaround for breakage in FreeBSD's header files: updates to wchar.h were not reflected in updates to curses.h (report by Chris Green). + remove reference to obsolete http://www.vile.cx from README (report by Paul Fox). + update config.guess, config.sub 20060625 (j) > Tom Dickey: + fix expression for shmode $mode-filename to match ".profile". + various small build-fixes (prompted by reports by Paul Fox, Clark Morgan). + amend 20050214 change to set_files_to_edit(), which caused partly- read buffer to be discarded if ffgetline() was interrupted, e.g., by a ^C during a slow pipe read. Now the buffer contents are retained. + update config.guess, config.sub 20060531 (i) > Tom Dickey: + fix error-reporting for a "~break" without a preceding "~while" (report by Clark Morgan). + minor fixes for tc-filt.l (termcap mode). + fix x11.c for Motif broken in 9.5f cleanup (reported by Paul Fox). + improve bas-filt.l by not highlighting incidental matches in the attribute section of a Visual Basic form-file. + correct parsing of hexadecimal constants in bas-filt.l + add .ctl suffix for vbmode + fix a case in bsizes() which subtracted line-ending from zero-sized buffer when nonewline mode was set (Debian #368007). 20060521 (h) > Clark Morgan: + document write-all-buffers command. + add echo-to-clipboard mode for Win32 hosts: all text selected with the mouse is automatically copied to the Windows clipboard. (U) > Paul Fox: + updated contact information in README, vile.1 and vile.hlp > Tom Dickey: + allow a version number in rbmode (ruby) preamble. + add check in m4-filt.c for unbalanced quote, show the affected area as an error. + add ".ddl" suffix to sqlmode. + add ".dsr" suffix to vbmode. + fix makefile.blc, broken in 9.5f cleanup. + fixes for 64-bit warnings of Visual Studio .NET 2003: + modify Member_Offset() macro to cast the difference between addresses to a long rather than casting a pointer to a long. Use this flavor for Visual C++. + size_t is not necessarily the same size as unsigned - modify code to use size_t where it is consistent, otherwise cast as needed. + updated for python keywords + modify some lex filters, e.g., sql, to exclude \r in the places that exclude \n, since \r should not be colored. + fix for tb_enquote(); a value pointed to memory that had been reallocated. + make OBJEXT configure feature work for optional objects such as api.o + updated configure macros CF_CURSES_CPPFLAGS, CF_CURSES_LIBS, CF_NCURSES_CPPFLAGS, CF_PATH_SYNTAX, CF_WITH_IMAKE_CFLAGS, CF_XOPEN_SOURCE. + update config.guess, config.sub 20060402 (g) > Tom Dickey: + minor fixes to make most of the lex filters build with "old" lex, e.g., http://heirloom.sourceforge.net/devtools.html Note: the lex-filt.l file is too complex for some older lex's. + add lua mode + save/restore curgoal variable in b2vprintf() to avoid side effects when invoking "backward-row" or "forward-row" commands (report by Chris Green). + add delphi mode + add "*.cs" files to grep macros on win32 platform + improve csmode by making the section macros look for function headers. 20060219 (f) > Clark Morgan: + update vile.hlp for %n and %N title format changes. > Tom Dickey: + fix sh-filt.l for parameter substitutions containing an escaped quote, e.g., VERSION=${VERSION#*VERSION \"} VERSION=${VERSION%\"*} + add csmode (for C# ".cs" files) and cs.key, using vile-c-filter for parsing. + modify ntwinio.c to invoke build_recent_file_and_folder_menus() in the WM_INITMENUPOPUP event rather than WM_SYSCOMMAND. This makes winvile initialize the recent-folders and recent-files if one uses a right-click on the title of the window. + change winvile's registry subkey for recent-folders and recent-files to match environment variable settings from 9.4r, e.g., change "Software\winvile\MRUFiles" to "Software\VI Like Emacs\MRUFiles" + add new symbols $return and $_ which can be used to implement simple functions (request by William James). + fix filters/makefile.2nd to allow build for gcov + improve majormodes for complex fences by initializing the (non-string) buffer mode values for submode groups according to the values in the submode. This makes ignorecase work as expected in the complex fence matching for vbmode. + add complex fences to vbmode. + minor fix to bat-filt.l to avoid highlighting ".bat" as a string in call foo.bat + change htmlfilt.l to highlight character- and URI-references as numbers to make them distinct from strings with ordinary text. + add makefile rules for installing/uninstalling files from doc directory: install-doc uninstall-doc as well as installing/uninstalling macros install-macros uninstall-macros uninstall-perl + correct logic for goto-char, broken in 9.4za (report by William James). + fix change to cpp.key in 9.5e, which put the C keywords in the wrong table. + add spell.rc to makefile.wnt install rule. + add test_io.exe rule to vmsbuild.com + add TERM.clean(), TERM.unclean(), TERM.openup() to help move diverse code out of termio.c + modify var_TITLEFORMAT() only call set_editor_title() when setting $title-format, and modify get_statevar_val() to handle some limited recursion just in case there are other cases where it could be called from the statevar.c module while retrieving a value. This fixes a bug introduced in 9.5e (report by Clark Morgan). + update title when doing a "cd", in case it uses %r substitution. + change %n in modeline substitutions to use file name (pathleaf) rather than relative path (shorten_path). Use %r for the latter. (request by Clark Morgan). + move VMS-specific code from termio.c to vmsvt.c + remove unused start_debug_log() and mallocdbg() from main.c + correct typo in ifdef for Visual Studio C++ 6.0 ifdef in w32ole.cpp from 9.5e changes. + move 9.5c check for stdout not a tty on startup to allow "vile -V" to pipe to other programs. + split-out nullterm.c + add test_io stub, to help isolate dependencies of the I/O drivers. 20060109 (e) > Clark Morgan: + improved winvile's "flash". + several changes to w32reg.c: + if at all possible, don't register ole-enabled winvile using the path ".\winvile.exe" (obscure cygwin corner case). + remove use of toUpper(), which is not legit for winvile in this context because the underlying mapping array is apparently _not_ initialized. With this fix, "winvile -Ou" now displays the editor's name in MessageBox text (rather than ""). + fixed lots of misuses of registry APIs (not properly testing return code). With fixes in place, winvile -Ou/-Or now properly reports an error when registration/unregistration is attempted by an account with insufficient privileges. + add section definitions to vbmode. + fix: wvwrap caused winvile to show an 8.3 folder name in Recent Folders list. + fix: when CD'ing to a directory stored in winvile's "recent folders" list, the cursor stayed in the mini-buffer following a call to pwd(). > Tom Dickey: + adjust makefile dependencies to allow "make -j4" when building the loadable filter configuration (report by Ciaran McCreesh). + add "+", ",", "&", "@" and ";" to URL patterns in filters. + modify nr-filt.l to allow for optional blanks between the leading "." and the command. This is common in nroff library macros, not in manpages, etc. + improve lex-filt.l, allowing for some flex extensions: + allow code in action rules to not have curly braces + allow curly-braces to surround chunks of flex actions + "*" as a state name. + add named marks for decimal digits (request by George Eccles). + fix stray ^@'s on the winvile popup menu resulting from changes to kcod2prc() for xterm-fkeys mode (report by Clark Morgan). + add a call to set_editor_title() at the end of swbuffer_lfl() to make title updates work properly with termcap configuration. + add %n and %N substitutions for $title-format (prompted by Clark Morgan comments). + modify FreeBuffer() to clear window's buffer-pointers that point to the freed buffer, e.g., to prevent reference to free memory in title updates (report by Clark Morgan). + check file descriptors in stdin_data_available() to avoid doing a fdopen() on an invalid descriptor. + add "#import" in cpp.key + modify preamble for xml- and html-modes to ensure that the first tag determines the type. + fixes to makefile.wnt and mkprlenv.wnt to work with Visual C++ 7. + correct padding of subtitle line for "Temporary variables" in [Variables] buffer, which was applied to all temporary variable lines. 20051129 (d) > Tom Dickey: + fix vl_ctype.h to avoid redefinition of UCHAR (reports by Clark Morgan, Mark Robinson). + fix lex-filt.l to build with lex (report by Dave Rolfe). + fix include-path in makefile.wnt, makefile.djg makefile.icc to work with split-out headers for regexp.c + remove code for DISP_IBMPC + remove makefile.emx and config.emx (obsolete). + remove makefile.wat and makefile.tbc, since they used ibmpc.c 20051123 (c) > Clark Morgan: + remove an obsolete comment in macros.doc regarding underscore in macro names. > Paul Fox: + correct logic for check_percent_crlf(), ensuring that empty buffers are not counted as having CRLF endings. > Tom Dickey: + fix to_tabstop() function used for :describe-bindings to ensure that a binding that happens to be 8 columns will still have a tab after it. + add a fflush() to ensure that the control string to reset xterm mouse mode is written during ^Z handling (report by Fabien Coutant). + add a call to term.kopen() in rtfrmshell(), making ^Z/resume work properly with the curses driver (report by Fabien Coutant). + make mouse work for curses driver just like the termcap/terminfo driver. + split xterm-specific code out of tcap.c as xterm.c, to share with curses.c + indent'd borland.c + remove ibmpc.c (obsolete) + check if stdout is not a tty on startup, print error message and exit (request by Paul Fox). + add mode xterm-fkeys, to allow termcap driver to generate shift/control/alt modifiers for function keys. + modify regexp.c so tab is not matched by \p or [[:print:]] for consistency with POSIX regular expressions. + modified regexp.c, add headers vl_regex.h, vl_alloc.h and vl_ctype.h to allow it to be easily built outside vile (request by Adrian Kole). + add KEY_BackTab to the output of show-key-names + fix kcod2prc() so that a shifted-tab is converted to "Shift+^I" rather than emitting a literal tab in the result. + update vilemenu.rc fonts to work on Debian/testing. + improve scrollbar/cursor tracking in winvile by calling gui_update_scrollbar() when WFMOVE flag is set (report by Deraj Puma). + add a simple csvmode for ".csv" files. + add ".ebuild" suffix for shmode. + improve mode-pathname for xresmode to handle things like KOI8Term. 20051002 (b) > Tom Dickey: + update config.guess, config.sub + improve os2vio.c, adding a check to distinguish between fullscreen and VIO to allow using bright background colors in the latter (report by George Eccles). + add KEY_xxx definitions to OS/2 and Win32 drivers, defining up to KEY_F35 for the former and KEY_F24 for the latter (report by George Eccles). + several improvements and fixes to lex-filt.l + expressions for regular expression parsing are more complete, which allows separating patterns from state lists. That allows some error-checking in the rules section to flag spurious whitespace after a regular expression. The more-complete regular expressions make the parser much larger (about 5 times the original size). A rewrite in C might be shorter. + ignore case of "%s" vs "%S" or "%state", etc. + parse the pattern names, applying highlighting to the names where they are embedded in regular expressions. + parse the "%s" (state) lists, applying highlighting to the states. + handle flex's <<EOF>> token. + handle character classes in the RANGE pattern. + remove an update() call from the logic in input.c which decodes hex/octal input after a ^V. That caused the screen to move the view according to the address in the command, e.g., :%s/^Vx12 would scroll to the bottom on entry of the "x" (report by Daniel L Ashbrook). + correct behavior of set-dos command, which did not recompute the buffer-size. + make end-of-token test for store-proc consistent with bind-key, i.e., alphanumerics and hyphen. Amend that test to allow underscore (report by George Eccles). 20050905 (a) > Tom Dickey: + review/improve vl-filt.l based on Verilog LRM draft + add configure check for lex's which support character classes, and add filters/noclass.sh to work around those which do not. + improvements to configure script from ncurses: + improve check for Intel compiler warnings + improve check for gcc version + define _QNX_SOURCE for QNX + revert part of 9.4n, which caused readin() to return false if there was no filename associated with the buffer. Doing this broke some macros such as which-keywords (using buffer constructed by the macro). Previously it returned true, indicating success. + improve parsing of range expressions in lex-filt.l, fixes a case exposed by css-filt.l + correct a case where slowread() in dosmode would compute a correct buffer size. + modify bat-filt.l to highlight "echo." consistently with M$ usage. + modify bat-filt.l to highlight "%*". + add syntax filters for bnf, css, midl, php and wbt (WinBatch). + modify syntax filters to use flex's character classes.
2007-10-13Modular Xorg support.markd1-2/+2
2007-09-30Reset maintainer -- shell@ is inactive.wiz1-2/+2
2007-09-25Fix comment (GConf2 -> GConf).hira5-10/+10
2007-09-25GConf2 -> GConf.hira1-3/+3
gnome-vfs2 -> gnome-vfs.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz13-45/+45
Bump PKGREVISION.
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz1-3/+3
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz6-11/+12
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz3-8/+10
2007-09-19Use 7.1.001-100.gz instead of 100 individual patches.martti2-319/+9
2007-09-18Updated editors/vim-share to 7.1.116martti3-5/+96
2276 7.1.088 (extra) window position wrong when using ":winpos" 13841 7.1.089 when listing variables text of command is not cleared 2372 7.1.090 compiler warning on Mac OS X 10.5 for sigaltstack() 10488 7.1.091 (extra) Win32: add --windowid argument 2901 7.1.092 (extra, after 7.1.088) wrong args for MoveWindowStructure() 15955 7.1.093 read past end of screen line when checking for double width 1901 7.1.094 using wrong buffer to check if syntax HL is present 5809 7.1.095 autocmmand for focus events may cause problems 2287 7.1.096 reading past end of a string when resizing Vim 1620 7.1.097 "setlocal stl=%!expr" doesn't work 1780 7.1.098 ":call s:var()" doesn't work if "s:var" is a Funcref 4552 7.1.099 ":mkvimrc" doesn't work properly when 'paste' or 'keymap' set 14551 7.1.100 Win32: Executing cscope doesn't always work properly 1614 7.1.101 Ruby: The Buffer.line= method does not work 3276 7.1.102 Perl interface doesn't compile with new version of Perl 1976 7.1.103 "dw" past end of last line deletes a character 14346 7.1.104 (after 7.1.095) when 'lazyredraw' set redraw may be postponed 2426 7.1.105 internal error when using "0 ? {'a': 1} : {}" 1580 7.1.106 ":messages" doesn't quit listing on ":" 4081 7.1.107 Visual block mode "s" that auto-indents fails in other lines 2633 7.1.108 (after 7.1.100) Win32: compilation problems in Cscope code 2147 7.1.109 GTK GUI: click on arrow left of tab 2234 7.1.110 (after 7.1.102) Win32: Still compilation problems with Perl 2946 7.1.111 after ":vimgrep /pat/j *" folds can be wrong 1766 7.1.112 using input() with a wrong argument may crash Vim 2765 7.1.113 map() on an empty list causes memory to be freed twice 1386 7.1.114 memory leak in getmatches() 1472 7.1.115 (after 7.1.105) compiler warning for uninitialized variable 3137 7.1.116 can't display characters above 0x10000
2007-09-05Add widechar support. From L. Schmidt in PR 36895.wiz2-2/+17
2007-09-05update to 1.0.6.11drochner5-24/+50
changes: -More control for developers over buffer and window management -Started rewriting new TeXmacs file system in C++ -Rewrote secure peer to peer client/server connections in C++ -Continued reorganizations for the graphics mode -Corrections of a few old bugs
2007-08-31make the maxima plugin work with 5.13, bump PKGREVISIONdrochner4-6/+33
2007-08-30Fix build on DragonFly. Should be easy to adopt for other systemsjoerg2-6/+37
lacking pselect.
2007-08-23Fixes typo in comment (Motif => GTK).obache1-2/+2
2007-08-23Updated editors/vim-share to 7.1.87martti3-5/+18
1671 7.1.084 netbeans doesn't get fileOpened events when using -nb twice 2496 7.1.085 after ":split fold.c" folds in one window disappear 3561 7.1.086 crash when using specific Python syntax highlighting 4165 7.1.087 cscope: reading past command end; writing past buffer end
2007-08-20Updated editors/vim-share to 7.1.83martti3-5/+52
2757 7.1.069 GTK GUI: confirm() dialog has a default button when not wanted 1560 7.1.070 (extra) Win32 GUI: same confirm() default button problem 5534 7.1.071 (after 7.1.040) add a basic test for regexp patterns 5705 7.1.072 (extra, after 7.1.041 and 7.1.071) extra part of 7.1.071 3595 7.1.073 (after 7.1.062) crash when 'preserveindent' is set 5259 7.1.074 crash when using string() on a recursively nested List 1686 7.1.075 ":let v:statusmsg" reads memory already freed 2376 7.1.076 a couple more strcpy() with overlapping arguments 2678 7.1.078 dropping file name on gvim containing CSI byte doesn't work 2922 7.1.079 "@" character in 'isfname' doesn't pick up umlauts for latin1 2960 7.1.080 (extra) Compiler warnings for gvimex.cpp 3253 7.1.081 completion doesn't work after ":!cat <foo" 3464 7.1.082 matchparen plugin doesn't update after window split 3448 7.1.083 (after 7.1.081) completion doesn't work with wildcards
2007-08-18Fix a problem egg/its/aynu.el* left over with emacs22.taca2-4/+11
2007-08-17Add DESTDIR supportagc4-12/+21
2007-08-17Update to mined-2000.14; requested by upstream. Pick up maintainership.tnn3-11/+12
While here add DESTDIR support. Changes in 2000.14: Text editing features: * Case-insensitive search (except when searching for an identifier). * New command Alt-x toggles preceding character and its hexadecimal code. Character encoding support enhancements: * Additional option -E? just determines and displays text file encoding(s). * Additional option +E? just determines and displays terminal encoding. * Separated display of "isolated" combining characters (e.g. after TAB). * Improved text encoding auto-detection: * Improved detection of CJK encodings vs. 8-bit encodings. * Added auto-detection of Windows-"ANSI" (CP1252), PC-Latin (CP850), MacRoman. * Improved configuration of auto-detection. Character input enhancements: * New shortcuts for input of plain quote marks (in smart quotes mode). Interworking enhancements: Terminal encoding handling: * Added options -f / -F to indicate limited font coverage of special characters. * Detecting and handling non-Unicode terminal with Arabic ligature joining. * Detecting and handling special width behaviour of rxvt, mlterm, konsole concerning unassigned characters, non-BMP, or non-Unicode characters. * Applying display replacement for illegal Unicode characters by default (codes ending with FFFE/FFFF, surrogates, non-Unicode code points). * Fixed a lot of other remaining width display inconsistencies. * Making use of window focus out/in reports (xterm 224). * Workaround for xterm 224 bug which could lock up the terminal. * Adjusting display details to properties of gnome-terminal, konsole. * Considering termcap information of function key escape sequences. Miscellaneous changes: * Increased speed of some UTF-8 search operations by a factor of ~ 40. * Colour highlighting of DOS/Mac line end indications.
2007-08-17Add DESTDIR supportagc3-6/+21
2007-08-15add missing closing quotation marktnn1-2/+2
2007-08-13Fix up the use of package options in the Emacs packages:jlam8-117/+264
(1) Get rid of "nox11" -- the concept of "no" in package options is expressed by negating an option; use "-x11" instead. (2) Teach editors/emacs20 to use package options instead of EMACS_USE_POP, EMACS_USE_X, EMACS_USE_X_TOOLKIT and USE_INET6. We now use similar options as the other emacs packages, i.e. "x11", "motif", "xaw", as well as "pop" and "inet6". (3) Make the emacs*-nox11 packages simply remove all X11 options by setting PKG_OPTIONS.emacs appropriately and include the corresponding emacs Makefile. This allows for modifications to the emacs "X11" versions to be automatically picked up by the "non-X11" versions. The two corresponding versions of emacs now share the same version numbering, including PKGREVISIONs. Bump the PKGREVISIONs on all Emacs editor packages.
2007-08-13make sure the configure.py script finds the right Python interpreter,drochner2-1/+15
ride on recent update
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13Updated editors/vim-share to 7.1.32martti3-4/+130
2692 7.1.029 (after 7.1.019) can't compile when all interfaces are used 2364 7.1.030 vimtutor shell script checks for "vim6" but not for "vim7" 6533 7.1.031 virtcol([123, '$']) doesn't work 3006 7.1.032 possible crash when doing completion on the command line 1530 7.1.033 buffer marked modified after ":bdel" and ":next" 2956 7.1.034 Win64: compiler warnings for typecast, optimizer problem 1797 7.1.035 after ":s/./&/#" all listed lines have a line number 12171 7.1.036 add "none" to completion of ":echohl" and ":match" 1817 7.1.037 using strcpy() for an overlapping string 5704 7.1.038 'preseveindent' doesn't always work when 'et' is set 1750 7.1.039 weird help-tags tag in docs file may make cause a crash 53412 7.1.040 ":match" only supports three matches 4614 7.1.041 (extra, after 7.1.040) update test makefiles for new test 2366 7.1.042 (after 7.1.040) internal error when using matchadd() 2820 7.1.043 in Ex mode using CTRL-D twice may cause a crash 1632 7.1.044 in Insert mode 0 CTRL-T deletes all indent 3101 7.1.045 double screen redraw in some situations 1637 7.1.046 ":s/.*/&/" deletes composing characters 1552 7.1.047 wrong argument for vim_regcomp() 5010 7.1.048 paren highlighting is not updated after scrolling 1722 7.1.049 can't compile with GTK2 when using hangul input feature 4800 7.1.050 possible crash in C++ indenting 2295 7.1.051 accessing uninitialized memory when finding spell suggestions 2435 7.1.052 when creating a new match not all fields are initialized 1473 7.1.053 reading uninitialized memory when updating command line 4451 7.1.054 accessing uninitialized memory when displaying the fold column 5414 7.1.055 using strcpy() with arguments that overlap 3151 7.1.056 scrolling back at more prompt doesn't work properly 2514 7.1.057 CursorHold causes problems for Normal and Visual mode commands 10612 7.1.058 completion menu doesn't work properly when 'righleft' is set 3350 7.1.059 in Ex mode "g/^/vi" and pressing CTRL-C: Vim hangs and beeps 5066 7.1.060 splitting quickfix window messes up window layout 6320 7.1.061 with latin1 'ignorecase' doesn't work for umlauts 1550 7.1.062 (after 7.0.038) C comment indent can be wrong 1391 7.1.063 compiler warning for uninitialized variable 1405 7.1.064 on interix some files appear not to exist 2983 7.1.065 Win32: MingW Compilation problem for newer version of w32api 4553 7.1.066 when 'bomb' is changed the file should be considered modified 7701 7.1.067 'infercase' doesn't work for thesaurus completion 6709 7.1.068 'equalalways' equalizes windows too often
2007-08-11Include buildlink for qt3-libs also.reed4-25/+93
Upgrade to 1.4.5.1. This is the maintenance release and is expected to be last 1.4.x release. Too many changes to list here. "Besides the obligatory bug fixes, its main feature is the ability to read filescreated by LyX 1.5.0 (this feature requires python 2.3.4 or later)." (1.4.5 was not released). The 1.4.4 release had these new features: - Outline support: it is now possible to move around parts of documents in the Table of Contents dialog. - Add new UI settings default-autotoolbars and default-alltoolbars allowing to select what toolbars are active or shown automatically. - Improved documentation. - Speed improvments, especially on windows. (See lyx.org website to see all changes.)
2007-08-09fix build of the "R" plugin, bump PKGREVISIONdrochner4-3/+19
("R" support still has problems)
2007-08-05Fix path to Perl. Bump revision.joerg1-1/+4
2007-08-04malloc.h --> stdlib.hjoerg2-1/+15
2007-07-31Don't include malloc.h.joerg2-1/+16
2007-07-28Fix path to Perl and actually depend on it. Bump revision.joerg1-3/+5
2007-07-17update to 4.4.2drochner3-8/+26
changes: Various minor bugfixes
2007-07-13update to 2.18.2drochner3-8/+9
changes: -UI improvements -bugfixes -translation updates
2007-07-11Updated editors/vim-share to 7.1.28martti3-5/+36
1650 7.1.019 ":python" doesn't mention the command is not implemented 3229 7.1.020 reading uninitialized memory when using a dialog 2875 7.1.021 (after 7.1.015) MzScheme interface doesn't build on Win32 1842 7.1.022 when setting 'keymap' twice b:keymap_name variable isn't set 1718 7.1.023 "dw" in a line with one character deletes the line 1335 7.1.024 using a pointer that may have become invalid 2292 7.1.025 search('pat', 'bc) doesn't find word under cursor at BOL 1710 7.1.026 "[p" doesn't work in Visual mode 3345 7.1.027 on Sun OS reading from a process substitutions doesn't work 2239 7.1.028 ":sort" does nothing special with empty search pattern
2007-07-06update to 1.0.6.10drochner3-7/+44
changes: -UI improvements -compatibility to maxima-5.10.0 (tested to work with maxima-5.12.0, will update that later)
2007-07-05cjones@ is no longer a developerjnemeth2-4/+4
2007-07-02Updated editors/vim-share to 7.1.18martti4-7/+57
1529 7.1.003 (extra) Win32: menu entries end up in message history 2481 7.1.004 crash when editing a directory 3841 7.1.005 "cit" used on <foo></foo> deletes <foo> 2941 7.1.006 when reading from stdin 'modified' can't be reset in autocmd 6458 7.1.007 (extra) Mac: context menu does not work, scrollbars not dimmed 2631 7.1.008 getfsize() returns an invalid number for very big files 1881 7.1.009 diff mode: tab to spaces change not highlighted correctly 2796 7.1.010 Gnome: tab pages are not included in the saved session 1934 7.1.011 buffer overflow when $VIMRUNTIME is very long 1904 7.1.012 ":let &tw = 'asdf'" does not give an error message 2139 7.1.013 ":syn include" only loads the first file 1479 7.1.014 crash in C-indenting 3743 7.1.015 MzScheme interface doesn't build on Mac; init problem 2368 7.1.016 (after 7.1.012) error message when using ":cwindow" 6729 7.1.017 ":confirm w" does not give a prompt when file is read-only 1771 7.1.018 "p" at end of line doesn't work right when 've' is set