summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-16doc: Updated sysutils/di to 4.46wiz1-1/+2
2018-04-16di: update to 4.46.wiz2-7/+7
From MAINTAINER Brad Lanm in PR 53187. Changes: 4.46 [2018-4-11] Tcl: Fix bad allocation. Tcl: Raise errors rather than exiting. Exit program when incorrect options are specified. Update mkconfig to version 1.31. Add missing mkconfig/runtests.sh. 4.45 [2018-4-10] Update mkconfig to version 1.30 to fix modern libintl.h/printf tests.
2018-04-16doc: Updated devel/pango to 1.42.1wiz2-3/+3
2018-04-16pango: update to 1.42.1.wiz2-8/+9
Overview of changes in 1.42.1 ============================= - Fix meson build, in particular on Windows (#783274, #795012) - Add an Emoji font family on Windows, using Segoe UI (#794705) Overview of changes in 1.42.0 ============================= - No changes Overview of changes in 1.41.1 ============================= - Build fixes - Avoid UTF-32 conversion for fribidi - Use external fribidi and drop mini-fribidi - Only enable freetype if fontconfig is available (#792363) Overview of changes in 1.41.0 ============================= - Fix up font options from cairo (#790747) - Add support for font variations - Fix compiler warnings (#792231)
2018-04-16doc: Updated mail/notmuch to 0.26.1wiz2-3/+3
2018-04-16notmuch: update to 0.26.1.wiz3-9/+9
Notmuch 0.26.1 (2018-04-02) =========================== Library Changes --------------- Bump the library minor version. This should have happened in 0.26, but better late than never.
2018-04-16doc: Updated mail/neomutt to 20180323wiz2-3/+3
2018-04-16neomutt: update to 20180323.wiz2-7/+7
2018-03-23 Richard Russon <rich@flatcap.org> * Features - unify logging/messaging - add alert (blink) colors * Contrib - Vim syntax for NeoMutt log files * Bug Fixes - Fix progress bar range - notmuch: stop if db open fails - Improve index color cache flushing behavior - lua: fix crash when setting a string * Translations - Update Czech translation (100%) - Update German translation (100%) - Update Polish translation (94%) - Update Portuguese (BR) translation (100%) - Update Spanish translation (64%) - Update Turkish translation (75%) - Merge simliar messages * Docs - Clarify precedence of settings in config files - Fix subjectrx example in the manual * Website - Update Gentoo distro page - Devel: Static analysis * Build - Support —with-sysroot configure arg - Expose EXTRA_CFLAGS_FOR_BUILD and EXTRA_LDFLAGS_FOR_BUIlD - Update to latest autosetup - Make sure git_ver.h doesn't eat random 'g's out of tag names * Code - Refactor to reduce complexity - Refactor to reduce variables' scope - Sort functions/config to make docs more legible
2018-04-16doc: Updated devel/mm-common to 0.9.12wiz2-3/+3
2018-04-16mm-common: update to 0.9.12.wiz2-7/+7
mm-common 0.9.12 (2018-04-07) * MM_AX_CXX_COMPILE_STDCXX(): Update based on the upstream AX_CXX_COMPILE_STDCXX() macro, to support C++17.
2018-04-16doc: Updated devel/meld to 3.19.0wiz2-3/+3
2018-04-16meld: update to 3.19.0.wiz3-93/+32
2018-03-28 meld 3.19.0 ====================== Features: * Initial Windows build pipeline using Appveyor (Vasily Galkin) * Add new per-pane status bar with selectors for syntax highlighting and text encoding (Kai Willadsen, with extensive testing by Vasily Galkin) * Allow text encoding to be chosen from file selectors (Kai Willadsen) * Add new go-to-line action and UI (Kai Willadsen) * Folder comparison now explicitly indicates symlinks in the tree, and shows the symlink target (Kai Willadsen) * Inline highlighting now draws whitespace in any changes it covers (Kai Willadsen) * Improved contrast in dark theme support (Vitalii Dmitriev) * Navigating between changes in file comparison now briefly animates the outline, to make it easier to keep track of the focus in busy comparisons (Kai Willadsen) Fixes: * Find bar now hides when pressing Escape (Vladimir Panteleev) * Handle file deletion where we can't move to trash (e.g., network mounts) (Kai Willadsen) * Guess whether we're running a dark theme, for supporting Tweak Tool changes (Kai Willadsen) * Keybindings for notebook switching work again (Kai Willadsen) * Significantly speed up folder and version control comparisons by limiting the file metadata we request (Kai Willadsen) * Threading fixes for more responsive highlighting and better exit handling (Kai Willadsen) * Fix memory and file handle leakage for closed comparisons (Kai Willadsen) * Make the --auto-compare command line flag work again (Kai Willadsen) * Make multiple --diff command line options work again (Kai Willadsen) * Fix committing selected files in Mercurial (Kai Willadsen) * Fix Bazaar support for our Python 3 port (Kai Willadsen) * Avoid a race conditon that made the "Resolve conflict" prompt unreliable (Kai Willadsen) * Fix invalid-iter crash when refreshing version control view (Kai Willadsen) * Make non-existent files writable by default (Kai Willadsen) * Several fixes for translations, unicode typography, and typos (Piotr Drąg) * Windows compatibility updates (Vasily Galkin, Kai Willadsen) * Windows build fixes (Vasily Galkin) * Add Gitlab CI for Python styling and lint, and update a lot of old code to match (Kai Willadsen) * Packaging fixes for AppStream (Balint Reczey) Internal changes: * Update GTK+ and GtkSourceView requirements to 3.20 * Migrate recently-used handling, comparison launching, and file comparisons to use Gio for URI support (Chris Mayo, Kai Willadsen) * Migrated to GNOME Gitlab for hosting and issue tracking * Bugs fixed (bugzilla): 589366, 783989, 785313, 785630, 786629, 786867, 787256, 788455, 788487, 790335, 791173 * Issues fixed (gitlab): 46, 97, 133, 146, 151, 152, 158, 159, 161, 165
2018-04-16doc: Updated net/libsoup to 2.62.0wiz2-3/+3
2018-04-16libsoup: update to 2.62.0.wiz2-8/+7
Changes in libsoup from 2.61.91 to 2.62.0: * Updated translations. Changes in libsoup from 2.61.90 to 2.61.91: * Add limit to header length to avoid DOS attacks [#792173, Michele Dionisio] * Update the public-suffix list. [Claudio Saavedra] * Revert "cookie-jar: use base domain to decide if cookie is third party" [#792130, Claudio Saavedra] Changes in libsoup from 2.61.2 to 2.61.90: * Various improvements to the WebSocket implementation [#792113, Italo Guerrieri] * cookie-jar: use base domain to decide if cookie is third party [#792130, Michael Catanzaro] * Add new API to create a new connection from a SoupSession [#792212, Carlos Garcia Campos] * soup-headers: accept any 3 digit number as message status code [#792124, Carlos Garcia Campos] Changes in libsoup from 2.61.1 to 2.61.2: * session: don't request Keep-Alive for upgraded connections [#788723, Lionel Landwerlin]
2018-04-16doc: Updated security/libsecret to 0.18.6wiz2-3/+3
2018-04-16libsecret: update to 0.18.6.wiz4-29/+12
0.18.6 * Fix shared key derivation between libsecret and gnome-keyring [#778357] * Avoid run-time error when gnome-keyring is not responding [#787391] * Enable cross compilation [#748111] * Port build scripts to Python 3 [#687637] * Build and test fixes [#767002, #777826, #734630, #768112] * GI annotation fixes [#785034] * Fix textual typos [#782206, ...] * Updated translations
2018-04-16doc: Updated devel/libmtp to 1.1.15wiz2-3/+3
2018-04-16libmtp: update to 1.1.15.wiz2-7/+7
It contains lots of new IDs, bugfixes and also new features: - Improved file handling for files larger than 4GB - Support copy and move object functions - Passing device prop changed events.
2018-04-16doc: Updated www/http-parser to 2.8.1wiz2-3/+3
2018-04-16http-parser: update to 2.8.1.wiz2-7/+7
Bugfix release.
2018-04-16doc: Updated x11/gtksourceview3 to 3.24.7wiz2-3/+3
2018-04-16gtksourceview3: update to 3.24.7.wiz3-9/+11
News in 3.24.7, 2018-03-14 -------------------------- * GtkSourceView class: respect the GtkTextView:accepts-tab property. * Syntax highlighting: sync all *.lang files from GtkSourceView 4. * Build system: don't declare functions in AC_TRY_COMPILE. * Translation updates.
2018-04-16doc: Updated textproc/gtk-doc to 1.28wiz2-3/+3
2018-04-16gtk-doc: update to 1.28.wiz3-8/+10
GTK-Doc 1.28 (Mar 24 2018) ============== Bug fixes. o 791928 : gtk-doc doesn't understand 'stability: Obsolete' o 792148 : cmake: Installed GtkDocConfig.cmake has incorrect bindir path o 792661 : use pygments to do syntax highlighing o 793599 : Please run testsuite with V=0 o 794051 : rebase: fix on-line location extraction from devhelp files o 794182 : private_header regex is broken
2018-04-16doc: Updated textproc/py-xlsxwriter to 1.0.4fhajny1-1/+2
2018-04-16textproc/py-xlsxwriter: Update to 1.0.4.fhajny2-7/+7
- Set the xlsx internal file member datetimes to 1980-01-01 00:00:00 like Excel so that apps can produce a consistent binary file once the workbook :func:`set_properties` ``created`` date is set. - Fix for jpeg images that reported unknown height/width due to unusual SOF markers. - Added support for blanks in list autofilter.
2018-04-16doc: Updated sysutils/consul to 1.0.7fhajny1-1/+2
2018-04-16sysutils/consul: Update to 1.0.7.fhajny2-8/+7
IMPROVEMENTS: - build: Bumped Go version to 1.10 - agent: Blocking queries on service-specific health and catalog endpoints now return a per-service `X-Consul-Index` improving watch performance on very busy clusters. - agent: All endpoints now respond to OPTIONS requests. - agent: List of supported TLS cipher suites updated to include newer options, - agent: WAN federation can now be disabled by setting the serf WAN port to -1. - agent: Added support for specifying metadata during service registration. - agent: Added a new `discover-max-stale` config option to enable stale requests for service discovery endpoints. - agent: (Consul Enterprise) Added a new option to the snapshot agent for configuring the S3 endpoint. - dns: Introduced a new config param to limit the number of A/AAAA records returned. - dns: Upgrade vendored DNS library to pick up bugfixes and improvements. - server: Updated yamux library to pick up a performance improvement. - server: Add near=\_ip support for prepared queries - api: Add support for GZIP compression in HTTP responses. - api: Add `IgnoreCheckIDs` to Prepared Query definition to allow temporarily bypassing faulty health checks BUG FIXES: - agent: Fixed an issue where the coordinate update endpoint was not correctly parsing the ACL token. - agent: Fixed an issue where `consul monitor` couldn't be terminated until the first log line is delivered - agent: Added warnings for when a node name isn't a valid DNS name and when the node name, a service name or service tags would exceed the allowed lengths for DNS names - agent: Added truncation of TCP DNS responses to prevent errors for exceeding message size limits - agent: Added -config-format flag to validate command to specify the syntax that should be used for parsing the config - agent: HTTP Checks now report the HTTP method used instead of always reporting as a GET - server: Fixed an issue where the leader could miss clean up after a leadership transition.
2018-04-16doc: Updated misc/goffice0.10 to 0.10.39wiz2-3/+3
2018-04-16goffice0.10: update to 0.10.39.wiz2-8/+7
Morten: * sinpi/cospi/tanpi/cotpi improvement.
2018-04-16doc: Updated graphics/gdk-pixbuf2 to 2.36.12wiz2-4/+4
2018-04-16gdk-pixbuf2: update to 2.36.12.wiz5-77/+7
2.36.12 ======= * build: meson fixes for win32 * build: Make --without-libtiff work * build: Make x11 support optional * gif, ico, jpeg, tiff, icns: various fixes (#778584, #779012, #753605, #779020, #779016) * Implement async loading without threads * Translation updates
2018-04-16doc: Updated databases/py-peewee to 3.2.3fhajny1-1/+2
2018-04-16databases/py-peewee: Update to 3.2.3.fhajny2-8/+7
- pwiz tool will capture column defaults defined as part of the table schema. - Fixed a misleading error message. - Ensure reuse_if_open parameter has effect on pooled databases. - Added support for on update/delete when migrating foreign-key. - Fixed bug in SQL generation for subqueries in aliased functions.
2018-04-16doc: Updated security/py-josepy to 1.1.0fhajny1-1/+2
2018-04-16security/py-josepy: Update to 1.1.0.fhajny2-7/+8
- Deprecated support for Python 2.6 and 3.3. - Use the sign and verify methods when they are available in cryptography instead of the deprecated methods signer and verifier.
2018-04-16doc: Updated converters/convmv to 2.05wiz2-3/+3
2018-04-16convmv: update to 2.05.wiz2-7/+7
2.05 - allow NFC/NFD conversion on APFS volumes, add man page section for that filesystem - use case- and normalization-insensitivity workarounds also for parsable mode
2018-04-16doc: Updated graphics/adwaita-icon-theme to 3.28.0wiz2-4/+3
2018-04-16adwaita-icon-theme: update to 3.28.0.wiz3-38/+59
3.28.0 3.27.90 - camera-switch-symbolic (bug #750285) - highres sizing issue (bug #785574) - vpn-noroute - optional zopfli png optimizer - audio-volume-* fuzzy (bug #709131) - audio-volume-overamplified - new metaphors for settings -- notifications, volume and privacy
2018-04-16doc: Updated graphics/p5-PerlMagick to 7.0.7.28wiz1-1/+2
2018-04-16p5-PerlMagick: update to 7.0.7.28.wiz1-2/+1
Same as ImageMagick.
2018-04-16doc: Updated graphics/ImageMagick to 7.0.7.28wiz2-3/+3
2018-04-16ImageMagick: update to 7.0.7.28.wiz2-7/+7
2018-03-24 7.0.7-28 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-28, GIT revision 23615:edd71782e:20180325. 2018-03-21 7.0.7-28 <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). 2018-03-18 7.0.7-27 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-27, GIT revision 23466:734b146df:20180318. 2018-03-17 7.0.7-27 <quetzlzacatenango@image...> * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
2018-04-16Update to version 4.9.5.morr2-7/+7
This maintenance release fixes 28 bugs in 4.9, including fixes for Customizer, media library, error notices, and some security fixes. Twenty Seventeen bundled theme and Hello Dolly bundled plugin have also been updated. WordPress versions 4.9.4 and earlier are affected by three security issues. More changes at https://codex.wordpress.org/Version_4.9.5.
2018-04-16Update to newest patchset 1722.morr4-9/+17
Changes: 8.0.1429 crash when calling term_start() with empty argument 8.0.1430 crash when term_start() fails 8.0.1431 MS-Windows: vimtutor fails if %TMP% has special chars 8.0.1432 after ":copen" can't get the window-ID of the quickfix window 8.0.1433 illegal memory access after undo 8.0.1434 GTK: :promtfind does not put focus on text input 8.0.1435 memory leak in test_arabic 8.0.1436 not enough information about what Python version may work 8.0.1437 pkg-config doesn't work with cross compiling 8.0.1438 filetype detection test not updated for change 8.0.1439 if cscope fails a search Vim may hang 8.0.1440 terminal window: some vterm responses are delayed 8.0.1441 using ":undo 0" leaves undo in wrong state 8.0.1442 (after 8.0.1439) using pointer before it is set 8.0.1443 (after 8.0.1441) compiler gives uninitialized var warning 8.0.1444 missing -D_FILE_OFFSET_BITS=64 may cause problems 8.0.1445 cannot act on edits in the command line 8.0.1446 acessing freed memory after window command in auto command 8.0.1447 still too many old style tests 8.0.1448 segfault with exception inside :rubyfile command 8.0.1449 slow redrawing with DirectX 8.0.1450 GUI: endless loop when stopping cursor blinking 8.0.1451 difficult to set the python home directories properly 8.0.1452 terminal test fails on some systems 8.0.1453 terminal test fails on some slow terminals 8.0.1454 when in silent mode too much output is buffered 8.0.1455 if $SHELL contains a space then 'shell' is incorrect 8.0.1456 timer test on travis Mac is still flaky 8.0.1457 clojure now supports a shebang line 8.0.1458 filetype detection test does not check all scripts 8.0.1459 cannot handle change of directory 8.0.1460 (after 8.0.1459) missing file in patch 8.0.1461 (after 8.0.1459) missing another file in patch 8.0.1462 (after 8.0.1459) missing yet another file in patch 8.0.1463 (after 8.0.1459) test fails without 'autochdir' option 8.0.1464 completing directory after :find does not add slash 8.0.1465 python2 and python3 detection not tested 8.0.1466 older GTK versions don't have gtk_entry_get_text_length() 8.0.1467 libvterm doesn't handle illegal byte sequence correctly 8.0.1468 illegal memory access in del_bytes() 8.0.1469 when package path is a symlink 'runtimepath' is wrong 8.0.1470 integer overflow when using regexp pattern 8.0.1471 on MS-Windows CursorIM highlighting no longer works 8.0.1472 MS-Windows: nsis installer is a bit slow 8.0.1473 MS-Windows: D&D fails between 32 and 64 bit apps 8.0.1474 Visual C 2017 has multiple MSVCVER numbers 8.0.1475 invalid memory access in read_redo() 8.0.1476 screen isn't always updated right away 8.0.1477 redraw flicker when moving mouse outside of terminal window 8.0.1478 unnecessary condition 8.0.1479 insert mode completion state is confusing 8.0.1480 (after 8.0.1479) patch missing change 8.0.1481 clearing a pointer takes two lines 8.0.1482 using feedkeys() does not work to test completion 8.0.1483 searchpair() might return an invalid value on timeout 8.0.1484 reduntant conditions 8.0.1485 weird autocmd may cause arglist to be changed recursively 8.0.1486 accessing invalid memory with "it" 8.0.1487 (after 8.0.1486) test 14 fails 8.0.1488 emacs tags no longer work 8.0.1489 there is no easy way to get the global directory 8.0.1490 number of spell regions is spread out through the code 8.0.1491 the minimum width of the popup menu is hard coded 8.0.1492 memory leak in balloon_split() 8.0.1493 completion items cannot be annotated 8.0.1494 no autocmd triggered in Insert mode with visible popup menu 8.0.1495 having 'pumwidth' default to zero has no merit 8.0.1496 clearing a pointer takes two lines 8.0.1497 getting the jump list requires parsing the output of :jumps 8.0.1498 getjumplist() returns duplicate entries 8.0.1499 out-of-memory situation not correctly handled 8.0.1500 possible NULL pointer dereference 8.0.1501 out-of-memory situation not correctly handled 8.0.1502 in out-of-memory situation character is not restored 8.0.1503 access memory beyond end of string 8.0.1504 Win32: the screen may be cleared on startup 8.0.1505 debugger can't break on a condition 8.0.1506 new version of HP NonStop (Tandem) doesn't like a header 8.0.1507 timer test is a bit flaky 8.0.1508 the :drop command is not always available 8.0.1509 (after 8.0.1508) failing drag-n-drop command no longer fails 8.0.1510 cannot test if a command causes a beep 8.0.1511 some code for the debugger watch expression is clumsy 8.0.1512 warning for possibly using NULL pointer 8.0.1513 the jumplist is not always properly cleaned up 8.0.1514 getting the list of changes is not easy 8.0.1515 BufWinEnter event fired when opening hidden terminal 8.0.1516 errors for job options are not very specific 8.0.1517 invalid memory acces with pattern using look-behind match 8.0.1518 error messages suppressed after ":silent! try" 8.0.1519 getchangelist() does not use argument as bufname() 8.0.1520 cursor in wrong line when using a WinBar in Terminal window 8.0.1521 Shift-Tab does not work in a terminal window 8.0.1522 popup menu is positioned in the wrong place 8.0.1523 cannot write and read terminal screendumps 8.0.1524 (after 8.0.1523) compiler warnings for uninitialized vars 8.0.1525 using :wqa exits even if a job runs in a terminal window 8.0.1526 no test using a screen dump yet 8.0.1527 screen dump test fails on MS-Windows 8.0.1528 dead code found 8.0.1529 assert_equalfile() does not close file descriptors 8.0.1530 dump test fails when using a shadow directory 8.0.1531 cannot use 24 bit colors in MS-Windows console 8.0.1532 compiler warnings without termguicolors feature 8.0.1533 libterm doesn't support requesting fg and bg color 8.0.1534 C syntax test fails when using gvim 8.0.1535 C syntax test still fails when using gvim 8.0.1536 quotestar test is flaky when using the GUI 8.0.1537 xxd does not skip NUL lines when using ebcdic 8.0.1538 popupmenu is too far left when completion is long 8.0.1539 no test for the popup menu positioning 8.0.1540 popup menu positioning fails with longer string 8.0.1541 synpat_T is taking too much memory 8.0.1542 terminal screen dump does not include cursor position 8.0.1543 with 'termguicolors' Normal color doesn't work correctly 8.0.1544 when using 'termguicolors' SpellBad doesn't show 8.0.1545 screen dumps not included in distribution 8.0.1546 using feedkeys() in a terminal may trigger mappings 8.0.1547 undo in the options window makes it empty 8.0.1548 screen dump test script not included in distribution 8.0.1549 various small problems in test files 8.0.1550 various small problems in source files 8.0.1551 on Mac 'maxmemtot' is set to a weird value 8.0.1552 may leak file descriptors when executing job 8.0.1553 cannot see what digraph is used to insert a character 8.0.1554 custom plugins loaded with --clean 8.0.1555 build error for some combination of features 8.0.1556 may not parse the t_RS response correctly 8.0.1557 printf() does not work with only one argument 8.0.1558 no right-click menu in a terminal 8.0.1559 build failure without GUI 8.0.1560 build failure without GUI on MS-Windows 8.0.1561 crash with rust syntax highligting 8.0.1562 the terminal debugger can't set a breakpoint with the mouse 8.0.1563 timeout of getwinposx() can be too short 8.0.1564 too many #ifdefs 8.0.1565 can't build Mac version without GUI 8.0.1566 too many #ifdefs 8.0.1567 cannot build Win32 GUI without IME 8.0.1568 can't build on older Mac, header file is missing 8.0.1569 warning for uninitialized variable from gcc 8.0.1570 can't use :popup for a menu in the terminal 8.0.1571 can't build without GUI 8.0.1572 Mac: getting memory size doesn't work everywhere 8.0.1573 getwinpos(1) may cause response to be handled as command 8.0.1574 show cursor in wrong place when using popup menu 8.0.1575 crash when using virtual replace 8.0.1576 Perl VIM::Buffers() does not find every buffer 8.0.1577 virtual replace test fails on MS-Windows 8.0.1578 no test for :popup in terminal 8.0.1579 virtual replace test fails in GUI 8.0.1580 FEAT_CURSORBIND and FEAT_SCROLLBIND are unused 8.0.1581 cannot build Win32 GUI without +eval 8.0.1582 in the MS-Windows console mouse movement is not used 8.0.1583 using C99 comment 8.0.1584 using C99 in Mac file gives compiler warning messages 8.0.1585 enabling beval_term feature in Win32 GUI 8.0.1586 imactivatefunc does not work on non-GUI Mac 8.0.1587 inserting from the clipboard doesn't work literally 8.0.1588 popup menu hangs after typing CTRL-C 8.0.1589 error for setting 'modifiable' when resetting it 8.0.1590 padding in list type wastes memory 8.0.1591 MS-Windows: when reparsing the arguments 'wildignore' matters 8.0.1592 terminal windows in a session are not properly restored 8.0.1593 :qall never exits with an active terminal window 8.0.1594 :confirm qall not tested with active terminal window 8.0.1595 no autocommand triggered before exiting 8.0.1596 no autocommand specifically for opening a terminal window 8.0.1597 autocommand events are not sorted 8.0.1598 cannot select text in a terminal with the mouse 8.0.1599 no error message when gdb does not support debugger 8.0.1600 crash when setting t_Co to zero when 'termguicolors' is set 8.0.1601 highlight test fails on Win32 8.0.1602 crash in parsing JSON 8.0.1603 cannot build with +terminal but without +menu 8.0.1604 paste test may fail if $DISPLAY is not set 8.0.1605 terminal test is a bit flaky 8.0.1606 singular/plural variants not translated 8.0.1607 --clean loads user settings from .gvimrc 8.0.1608 Win32: directx not enabled by default 8.0.1609 shell commands in the GUI use a dumb terminal 8.0.1610 cannot build without GUI 8.0.1611 CTRL-W in system terminal does not go to job 8.0.1612 need to close terminal after shell stopped 8.0.1613 warning for unused variable in tiny build 8.0.1614 "make tags" doesn't include libvterm 8.0.1615 term_dumpload() does not use the right colors 8.0.1616 Win32: shell commands in the GUI open a new console 8.0.1617 Win32: :shell command in the GUI crashes 8.0.1618 color Grey50 is missing in the compiled-in table 8.0.1619 Win32 GUI: crash when winpty is not installed 8.0.1620 reading spell file has no good EOF detection 8.0.1621 using invalid default value for highlight attribute 8.0.1622 possible NULL pointer dereference 8.0.1623 terminal kill tests are flaky 8.0.1624 options for term_dumpdiff()/term_dumpload() not implemented 8.0.1625 test_quotestar is flaky when run in GTK GUI 8.0.1626 compiler warning for possible loss of data 8.0.1627 compiler warning for visibility attribute not supported 8.0.1628 channel log doesn't mention exiting 8.0.1629 Mac: getpagesize() is deprecated 8.0.1630 trimming white space is not that easy 8.0.1631 testing with Vim running in terminal is a bit flaky 8.0.1632 in a terminal dump NUL and space are different 8.0.1633 a TextChanged autocmd triggers when it is defined 8.0.1634 the ex_vimgrep() function is too long 8.0.1635 undefining _POSIX_THREADS causes problems with Python 3 8.0.1636 no test for term_dumpload() and term_dumpdiff() 8.0.1637 no test for term_dumpdiff() options argument 8.0.1638 popup test fails depending on environment variable 8.0.1639 libvterm code lags behind master 8.0.1640 Test_cwd() is flaky 8.0.1641 job in terminal can't communicate with Vim 8.0.1642 running Vim in terminal fails with two windows 8.0.1643 terminal API tests fail 8.0.1644 terminal API tests still fail 8.0.1645 test for terminal response to escape sequence may fail 8.0.1646 MS-Windows: executable contains unreferenced functions 8.0.1647 terminal API may call any user function 8.0.1648 resource fork tool doesn't work on Python 3 8.0.1649 no completion for argument list commands 8.0.1650 too many #ifdefs 8.0.1651 cannot filter :ls output for terminal buffers 8.0.1652 term_dumpwrite() does not output composing characters 8.0.1653 screen dump is made too soon 8.0.1654 warnings for conversion of void to function pointer 8.0.1655 outdated gdb message in terminal debugger unclear 8.0.1656 no option to have xxd produce upper case variable names 8.0.1657 crash when reading a channel 8.0.1658 xxd capitalize argument not available in long form 8.0.1659 scroll events not recognized for some xterm emulators 8.0.1660 the terminal API "drop" command doesn't support options 8.0.1661 warnings from 64 bit compiler 8.0.1662 showing dump diff doesn't mention both file names 8.0.1663 cannot build without multi-byte feature 8.0.1664 test failure because of not allocating enough space 8.0.1665 when running a terminal from the GUI 'term' is not useful 8.0.1666 % argument in ch_log() causes trouble 8.0.1667 terminal window tests are flaky 8.0.1668 terminal debugger: can't re-open source code window 8.0.1669 :vimgrep may add entries to the wrong quickfix list 8.0.1670 terminal window tests are still a bit flaky 8.0.1671 crash when passing non-dict argument as env to job_start() 8.0.1672 error during completion causes command to be cancelled 8.0.1673 terminal window tests are still a bit flaky 8.0.1674 libvterm can't handle an OSC string split 8.0.1675 unused macro argument in libvterm 8.0.1676 no compiler warning for wrong printf format 8.0.1677 no compiler warning for wrong format in vim_snprintf() 8.0.1678 errorformat "%r" implies "%&gt;" 8.0.1679 compiler warning for printf format 8.0.1680 memory allocated by libvterm is not profiled 8.0.1681 the format attribute fails with MinGW 8.0.1682 auto indenting breaks inserting a block 8.0.1683 Python upgrade breaks Vim when defining PYTHON_HOME 8.0.1684 ml_get errors when using terminal window for shell command 8.0.1685 can't set ANSI colors of a terminal window 8.0.1686 Python does not work when configuring with specific dir 8.0.1687 64 bit compiler warnings 8.0.1688 some macros are used without a semicolon 8.0.1689 no tests for xxd 8.0.1690 not easy to run one test with gvim instead of vim 8.0.1691 xxd test sometimes fails 8.0.1692 Python may not work when using statically linked library 8.0.1693 xxd is excluded from coverage statistics 8.0.1694 terminal API test is a bit flaky 8.0.1695 xxd test not run on MS-Windows 8.0.1696 coverage statistics don't work 8.0.1697 various tests are still a bit flaky 8.0.1698 coverage statistics don't work on coveralls 8.0.1699 leftover stuff for Python 1.4 8.0.1700 coverage statistics still don't work on coveralls 8.0.1701 can disable COLOR_EMOJI with MSVC but not MinGW 8.0.1702 leaking memory when autocommands make quickfix list invalid 8.0.1703 in the tutor 'showcmd' is not set 8.0.1704 'backupskip' default doesn't work for Mac 8.0.1705 when making a vertical split the mode message isn't updated 8.0.1706 cannot sent CTRL-\ to a terminal window 8.0.1707 when 'wfh' is set ":bel 10new" scrolls window 8.0.1708 mkdir with 'p' flag fails on existing directory 8.0.1709 some non-C89 code may slip through 8.0.1710 building with Ruby fails 8.0.1711 term_setsize() is not implemented yet 8.0.1712 terminal scrollback is not limited 8.0.1713 terminal debugger doesn't handle arguments 8.0.1714 term_setsize() does not give an error in a normal buffer 8.0.1715 terminal buffer can be 1 more than 'terminalscroll' lines 8.0.1716 test for term_setsize() does not give a good error message 8.0.1717 C89 check causes too much trouble 8.0.1718 terminal scrollback test fails on MS-Windows 8.0.1719 cannot specify which Python executable configure should use 8.0.1720 when a timer is running a terminal window may not close 8.0.1721 no test for using the 'termsize' option 8.0.1722 cannot specify a minimal size for a terminal window
2018-04-16irssi: add test target.maya1-1/+2
2018-04-15Regen distinfo after patch update.hauke1-2/+2
2018-04-15belatedly bump revisionchristos1-2/+2
2018-04-15Fix memory leak; bump PKGREVISIONbouyer3-2/+17