summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2019-09-15Remove editors/gedit - successors editors/pluma, editors/gedit3nia13-756/+1
2019-09-14Remove editors/conglomerate.nia9-446/+1
According to its sourceforge page this has been in "pre-alpha" since 2005, with no releases since. It depends on GNOME 2 libraries...
2019-09-10Set X11 fonts more correctly.nros6-14/+21
Use X11BASE to set X11 fonts and add the TrueType directory used on solaris.
2019-09-09nano: update to 4.4wiedi2-7/+7
2019.08.25 - GNU nano 4.4 "Hagelslag" • At startup, the cursor can be put on the first or last occurrence of a string by preceding the filename with +/string or +?string. • When automatic hard-wrapping occurs (--breaklonglines), any leading quoting characters will be automatically copied to the new line. • M-6 works again also when the cursor is at end of buffer.
2019-09-06simplify...christos2-9/+11
2019-09-06PR/54520: greywolf, our TIOCREMOTE seems to be broken, disable it.christos4-32/+18
Also make the openpty use NetBSD only (Jonathan Perkin)
2019-09-06PR/54528: greywolf: fix fortify issue with stack overwrites.christos1-0/+29
2019-09-05MesaLib is buildlinked indirectly from libepoxy now. Remove itryoon1-2/+1
2019-09-05Update texmaker to version 5.0.3 .nros19-43/+422
Removed poppler-qt5 dependecy since it uses pdfium instead. version 5.0.2 -> 5.0.3 : - the bug about the bad highlighting on misspelled text before a \cite{} or \label{} command has been fixed - if no text is selected the "(un)comment" command will (un)comment the current line - the default size of the configuration dialog has been reduced (users request) - Fold/Unfold/Fold All/Unfold All menu options has been added (thanks to Robin Watts) - a bug about completion when citing references that contain numbers has been fixed - a trouble in the "recent files" menu with names including an ampersand has been fixed - a typo in the documentation has been fixed - a typo in the de translation has been fixed (thanks to Stéphane YVON) version 5.0.1 -> 5.0.2 : - a memory leak has been fixed in the internal pdf viewer - the trouble about the "open terminal" command on windows has been fixed version 5.0 -> 5.0.1 : - a trouble with the MikTex's ps2pdf command has been fixed - the "-dpiscale x" option has been added to the Texmaker command line : with this option the environment variable QT_SCALE_FACTOR will be set to x before building the GUI (same behavior than adding "export QT_SCALE_FACTOR=x" to the environment variables). Can be used to adjust the interface if the monitor dpi is not well detected. - the cs translation has been updated version 4.5 -> 5.0 : - new and more modern interface look - highdpi is now supported on windows and linux - a spellcheck annoying trouble on kde5 has been fixed - new pdf engine - synctex updated to 1.18 - Qt4 support has been removed : Qt5 (>=5.7) is now required - de, es, hu, pl, and zh_CN translations have been updated note : Texmaker depends now only from the Qt toolkit to be compiled
2019-09-04Reduce per-package inclusion of x11/libXdamageryoon1-3/+1
And graphics/MesaLib includes x11/libXdamage/buildlink3.mk and remove it from editors/emacs26.
2019-09-04Fix build with gtk2 or gtk3 optionsryoon1-1/+4
2019-09-03emacs26: Drop svg from default optionsgdt2-3/+7
svg requires librsvg, which either requires rust, which has been the cause of failures on pkgbuild and is very large, or results in using unmaintained software (librsvg-c). On pkgsrc-users, no one reported actually using svg support in emacs.
2019-09-02mg2a: make this prehistoric C not fail with modern compilersnia3-21/+33
don't define our own strncpy/strncat, include the header instead.
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam6-12/+12
future Python 3.8
2019-09-02move to the latest version.christos2-9/+10
2019-09-02PR/54519: Greywolf: jove crashes on redraw or time update (include <time.h>)christos1-0/+14
2019-09-02PR/54520: Greywolf: jove 'shell' fails with [Out of ptys!], use openpty(3).christos1-8/+27
2019-09-01emacs26: undo lastmarkd1-2/+1
Was a transient issue with the new MesaLib/buildlink3.mk.
2019-08-31emacs26: gtk2 and gtk3 options (at least) need libXdamage.markd1-1/+2
2019-08-30Update to 26.3ryoon3-9/+8
Changelog: * Changes in Emacs 26.3 ** New option 'help-enable-completion-auto-load'. This allows disabling the new feature introduced in Emacs 26.1 which loads files during completion of 'C-h f' and 'C-h v' according to 'definition-prefixes'. ** Emacs now supports the new Japanese Era name. The newly assigned codepoint U+32FF was added to the Unicode Character Database compiled into Emacs.
2019-08-28codelite: fix man page installation path.wiz2-5/+12
From Andrius V. Bump PKGREVISION.
2019-08-27codelite: add patch descriptionswiz3-5/+9
From Andrius V
2019-08-27codelite: remove empty line at end of patch (pkglint)wiz2-4/+3
2019-08-27codelite: sort PLIST.wiz1-3/+3
2019-08-27codelite: remove patches that were obsoleted by recent updatewiz4-71/+0
2019-08-27kakoune: whitespacenia1-2/+2
2019-08-27vim*: disable fortifymaya7-9/+16
The package lowers it to weaker fortify, but this doesn't work in some circumstances, like PR pkg/54464. Must be done before including bsd.prefs.mk. Bump PKGREVISION.
2019-08-27codelite: update DESCR to cover more recent developmentgutteridge1-2/+3
2019-08-22Recursive revbump from boost-1.71.0ryoon8-16/+16
2019-08-18Add le.fcambus1-1/+2
2019-08-18editors/le: import le-1.16.6.fcambus4-0/+91
le is a text editor which offers wide range of capabilities with a simple interface. It has a pull down menu and a simple help system to get started. Among its features there are: various operations with stream and rectangular blocks, search and replace with full regular expressions, text formatting, undelete/uninsert, hex editing, tunable key sequences, tunable colors, tunable syntax highlighting. OK kamil@
2019-08-18codelite: update to 13.0maya11-72/+123
Patch by Andrius V in PR pkg/54412. Release notes for CodeLite 9.2, 10.0, 11.0 unavailable. CodeLite 13.0: Improvements Make alphabetical sorting of the Notebook tabs' dropdown menu optional from settings->preferences->windows & tabs Remove the Trace output tab. Instead of the Trace tab, all the log messages are now redirected to CodeLite log file ~/.codelite/codelite.log Spell checker plugin "Continuous" mode is now persistent between runs Make Ctrl-C over an empty line copying the entire line optional spellcheck: a bit more false positive reduction in continuous mode Navigation bar: allow the user to place it below or above the editor control (feature request) Show number of chars and/or bytes in text selection in the footer (feature request) Add possibility for renaming folders lldb: added run-to-caret and jump-to-caret. lldb: added option to dislay thread name to threads pane lldb: added add watch context menu in editor and remove watch context menu in locals view lldb: expanded locals recursively and don't re-expand previously collapsed items lldb: added a thread context menu with suspend/resume. lldb: quickly add inner class members into the watch view lldb: support changing the display format (similar to gdb) Make the Ctrl-TAB and Ctrl-Shift-TAB configurable Feature Request: move editor tab left/right functionality subversion plugin : cannot handle unversioned files Feature request: Find In Files: all files relative from workspace (and down) wxCrafter: added support for subclassing wxToolBar and wxAuiToolBar New Notebook style was added Detach Editor now allows to DnD editors from the main notebook to the detached frame Database explorer UI revamped Support customizing the captions colours Added syntax highlight for Dockerfile New plugin: Docker, now edit build and execute Docker containers from CodeLite ToolBar: support customisation (choose which tools are displayed) CodeLite is now more friendly with the dark themes Use new controls for trees and table based views Allow building a header file (by compiling its CXX counterpart) Don't execute post build commands when compiling a single file Adjust doxygen settings when using /*! Make CodeLite compile and run against GTK3 CodeLite is now built for macOS mojave and is looking great under the dark theme All bitmaps were replaced with a consistent clear bitmaps (two sets created: for dark and normal themes) Terminal support in CodeLite simplified. There is a single location where you can choose which terminal (from a predefined list of terminals) to use, this selection now affects all terminals launched by CodeLite macOS: support for iTerm2 wxCrafter: support wxMiniFrame WebTools plugin: Node.js debugger re-written to support newer versions of Node.js (The Node.js project changed the debugger protocol) The debugger toolbar is now a floating toolbar that shows when debug session starts No more splash screen Find in Files dialog feature req It is now possible to perform find in files in the SFTP tree view CppCheck updated to version 1.85 CodeLite now accepts folder path as a command line argument and opens it in the "Explorer" view. If a workspace file exists in the path given, the workspace is loaded instead of opening the folder Opening the Find-in-Files dialog while the focus is set to the C++ workspace view will cause the Find-In-Files to search in the selected items only (files, projects, virtual folders and workspace) Support document code completion (i.e. hitting Ctrl-Space in a block comment will suggest the various document keywords (e.g. @param @brief etc.) NodeJS debugger: added the ability to copy the backtrace into the clipboard Implement PHP comments fold Added support to Language Servers Find In Files: the Look In and File mask fields are now kept and loaded per workspace type. Sensible defaults are used per workspace Find In Files: the Look In field is now a free text field Language Server plugin: auto restart the LSP once new compile_commands.json is generated New plugin: EOSWiki - support blockchain development using EOSIO Find In Files: allow to exclude folder from the search by using wild card syntax. For example, to exclude all content from node_modules folder, you can add to the Look In field this line: -*node_modules* Better dark theme support for OS with no dark theme CodeLite diff plugin: support folders diff Ctrl-Alt-F by default. Added support for pinned projects view. A pinned projects gives a quick access to the project context menu without the need to search for the project item in the C++ workspace view Bugs Files opened via the SFTP no longer displays the "cloud" icon Allow spell checker plugin to work with multiple CodeLite instances Fixed: Ctrl-Shift-P -> Svn Commit does not work Fixed: Checking "Use Codelite's built-in terminal emulator" requires uninstall/reinstall Fixed: crash when editing keyboard shortcut Fixed: Doxygen tweaks use wrong line ending Fixed: OSX: at times, the nodejs debugger did not start Copy & paste functions in SVN Commit dialog are not available Right clicking on vdir with physical one does not default new template wizard to that directory New Class and New Template Wizard do not enforce same filename case wxCrafter: Fixed: when using in frame mode, make sure that all dialogs shown from wxC, are parented to this main frame and not CodeLite's one wxCrafter: Fixed: Top level windows (Frame, Dialog and Top level Panel) did not honor the common properties (bg colour, fg coluor, hidden, focused and disabled state) wxCrafter: Fixed: When in frame mode, use CodeLite' wxAUI docking art for UI persistency wxCrafter: Fixed: All generated files are now formatted according to CodeLite's formatter settings wxCrafter: Fixed: Honor the "Format Inherited Classes" setting property Fixed: debugger arrays are displayed incorrectly in the Locals & Watches view Fixed: code completion window is not positioned correctly on multiple screens with different resolutions Fixed: unable to select virtual directory in various wxCrafter dialogs When starting CodeLite from the command line with a file name as input, don't show the welcome page Fixed: creating a C++ workspace by dragging a folder from the file manager does not work if the folder has special chars in it's name Fixed: Memcheck generates malformed XML file path, cannot create file and fails to start Fixed: codelite-make broken Fixed: CMake plugin regression (missing double quotes in the generated link_directory entries) CodeLite 12.0: Improvements: (11.0.2) Support C++11 template syntax, e.g. std::vector<std::pair<int, int>> myVec; (notice the missing space in the closing angle brackets) (11.0.2) C++: New: added the ability to add an existing project to a workspace folder (11.0.2) C++: better and improved locals and classes syntax highlight colouring (11.0.2) Abbreviations plugin: the abbreviations are now part of the default code completion box and do not require a custom keyboard shortcut (11.0.2) NEW: SmartCompletions plugin: Collect code completion statistics from your coding Alter the code completion box entries to show the most used methods/classes first, e.g. if you often use wxString::Contains then CodeLite will ensure that Contains will be displayed at the top of the code completion suggestions list: wxString str; str. // "Contains" method will be the first entry in the code completion box (11.0.2) UnitTest++ plugin: usability improved (11.0.3) C++ code completion parser: distinguish between strong enums and regular enums (enum class Foo : long {} vs enum Foo {}) (11.0.3) Colour embedded JavaScript within PHP/HTML document (11.0.3) Support C++11 strong enums ( enum class Foo : int {} ) (11.0.3) Welcome Wizard: simplified the wizard pages (11.0.3) Added new "Developer Profile" settings to CodeLite (11.0.3) Added new "Dark One" colour theme (11.0.3) Exporting colour settings now lets you choose which theme(s) to export (11.0.4) Windows: import PuTTY sessions into CodeLite's SFTP view (11.0.4) When switching to a non C++ workspace, auto-hide all C++ related tabs (e.g. wxCrafter, CMake etc). The tabs are restored when the workspace is closed (11.0.5) Added support for debugger-step-into-instruction command (GDB) (11.0.5) Implemented "Goto Anywhere", you can now access most of CodeLite actions with a single keyboard click Ctrl-Shift-P (11.0.6) C++ open resource dialog: support fuzzy search for symbols as well as for file names (11.0.6) PHP open resource dialog: support fuzzy search for symbols as well as for file names (11.0.6) C++ workspace view: improved UI loading. The tree view is now built on demand and loaded on startup. Find in files should feel faster (11.0.6) Navigation bar re-written (11.0.7) Support ligature fonts on Windows (11.0.7) Better Hi-DPI support on Linux (11.0.7) wxCrafter: support wxDataViewColumn flags (11.0.7) PHP: Allow moving files between folders using drag and drop (11.0.8) (feature request) Add option to disable 'jumping' in explorer tree when selecting/closing another tab (11.0.8) (feature request) Refresh subfolder or automatically detect new folders/files in explorer view (11.0.8) SFTP: Clicking on the "Connect" or "Open Terminal" button will now launch the "Quick Connect" dialog which offers the user to either connect to an existing account, or to use the "quick connect" feature (connect without first creating an account) (11.0.8) SFTP enhancement and fixes (11.0.8) Tabgroups now come in two 'namespaces': Global and Workspace. Workspace ones are specific to the currently-loaded workspace. Global ones are always shown, even when no workspace is loaded. (11.0.8) Svn plugin: added toolbar buttons for the 3 common actions: commit revert and update (11.0.8) Git plugin: removed the tree view and use a standard table view instead (11.0.8) Svn plugin: removed the tree view and use a standard table view instead (11.0.8) codelite-make : when custom build is used enabled for the project, create the working directory before starting the build Bugs (11.0.2) C++: remove project from "workspace-folder" is broken (the XML file was not updated) (11.0.3) Fixed regression in Outline view tab: the context menu does not work (11.0.3) Problem with highlight html+php (11.0.3) Code completion fails to recognize enum members on lines (11.0.3) Export single lexer colour and font (11.0.3) Fixed: "Tasks" panel crash when used in a non C++ workspace (11.0.3) Fixed: Unable to debug with LLDB under OSX (11.0.3) code completion doesn't show abbreviations without finding other kinds of key words (11.0.4) Horizontal tabs don't get displayed (11.0.4) Fixed: Ctrl-SPACE keybinding is broken in 11.0.3 (11.0.5) Code snippets appear in object's completion list (11.0.5) main() can't be recognized in <global> region (11.0.5) Adding new Workspace Build Configuration adds duplicate entries (11.0.5) "Exclude from build" grey filename color not remembered across restarts (11.0.7) File deletion and re-naming don't get mirrored via remote workspace (11.0.7) PHP documentation popup is cut
2019-08-17xfce4-mousepad: update to 0.4.2gutteridge3-9/+13
(This is part of meta-pkgs/xfce4. Ride previous bump there.) Change log: 0.4.2 ====== - Port to GDBus (Bug #14337) - Show full path in window title by default (Bug #2896) - Reset modification time when new filename is set (Bug #10498) - Do not overwrite view settings when opening encoding dialog (Bug #12298) - Make dialog windows modal only for parent window (Bug #10488) - Add string to translation (Bug #11049) - Selecting a font via menu now disables system font (Bug #12773) - Check for exo-csource in maintainer mode (Bug #12719) - New line can't be printed in status bar (Bug #11050) - Do not move text cursor when searching backwards (Bug #14942) - Fix gravity of selection end mark (Bug #10986) - Missing line in dbus.h, found typo in window.h (Bug #10583) - Append a newline char at EOF when saving (Bug #4824) - Do not core dump on silly errors, just exit (Bug #12413) - Fix gtksourceview warnings/errors (Bug 11663) - Only set template filetype when detected (Bug #15314) - Replace deprecated style properties in MousepadCloseButton (Bug #13114) - Fix Tab mode and Home/End Keys in preferences dialog (Bug #15075) - Fix language guess function (Bug #15141) - Read system font from xfconf property (Bug #12485) - Add pkexec policy (Bug #11088) - Fix g_type_class_add_private is deprecated - Set intltool minimum version - Bump minimal required glib - Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch (Flemish), English (Australia), English (Great Britain), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz34-65/+68
2019-08-10editors/xournal: update to 0.4.8.2016yhardy2-8/+7
Changes: Version 0.4.8.2016 (July 20, 2017 bugfix release): * Bug fixes: - pen and touchscreen input handling bugfixes (bug #136 and others) - fix a minor bug with save file paths in Windows (D. German) - use GDK macros (not WIN32) to disable X11-specific code (T. Schoonjans) - export to PDF and printing: fix resolution loss on some pdf backgrounds - disable xinput during modal dialog boxes (bug #159) - avoid data corruption when exporting to overwrite a PDF - fix path search order for toolbar bitmaps - text and image tools activate on button release instead of button press to avoid subsequent confusion between clicks in toolbar and drawing area - fix "pen disable touch" when touchscreen sends prox events (A. Kittenberger) - fix crash when pasting text or images via xclip (bug #171) - updated Italian translation (Marco Ciampa) * Features: - add space and shift-space bindings to page down/up (D. German) - add A5 paper (D. German) - config option to export successive layers to separate PDF pages - config option to create new file when trying to open non-existent .xoj OK: wiz@
2019-08-03Update to version 8.1.1778.morr13-23/+37
While there, enable vimdiff and vimtutor. Changes: 8.1.1567 localtime_r() does not respond to $TZ changes 8.1.1568 strftime() test fails on MS-Windows 8.1.1569 cannot build with signs but without diff feature 8.1.1570 icon signs not displayed properly in the number column 8.1.1571 textprop highlight starts too early if just after a tab 8.1.1572 compiler warnings with tiny build 8.1.1573 textprop test fails if screenhots do not work 8.1.1574 tabpage option not yet implemented for popup window 8.1.1575 callbacks may be garbage collected 8.1.1576 compiler warning for unused argument 8.1.1577 command line redrawn for +arabic without Arabic characters 8.1.1578 MS-Windows: pathdef.c should depend on build options 8.1.1579 dict and list could be GC'ed while displaying error 8.1.1580 cannot make part of a popup transparent 8.1.1581 shared functions for testing are disorganised 8.1.1582 cannot build with +textprop but without +timers 8.1.1583 set_ref_in_list() only sets ref in items 8.1.1584 the evalfunc.c file is getting too big 8.1.1585 :let-heredoc does not trim enough 8.1.1586 error number used in two places 8.1.1587 redraw problem when sign icons in the number column 8.1.1588 in :let-heredoc line continuation is recognized 8.1.1589 popup window does not indicate scroll position 8.1.1590 popup window test fails 8.1.1591 on error garbage collection may free memory in use 8.1.1592 may start file dialog while exiting 8.1.1593 filetype not detected for C++ header files without extension 8.1.1594 may still start file dialog while exiting 8.1.1595 MS-Windows with VIMDLL: colors wrong in GUI 8.1.1596 when resizing the screen may draw popup in wrong position 8.1.1597 cannot scroll a popup window with the mouse 8.1.1598 update to test file missing 8.1.1599 compiler warning for uninitialized variable 8.1.1600 cannot specify highlighting for popup window scrollbar 8.1.1601 missing changes to popup window test file 8.1.1602 popup window cannot overflow on the left or right 8.1.1603 crash when using unknown highlighting in text property 8.1.1604 popup window scroll test is flaky 8.1.1605 Vim may delay processing messages on a json channel 8.1.1606 on a narrow screen ":hi" output is confusing 8.1.1607 popup window scrollbar does not respond to click 8.1.1608 the evalfunc.c file is too big 8.1.1609 the user cannot easily close a popup window 8.1.1610 there is no way to add or load a buffer without side effects 8.1.1611 bufadd() reuses existing buffer without a name 8.1.1612 cannot show an existing buffer in a popup window 8.1.1613 popup window test fails with Athena and Motif 8.1.1614 'numberwidth' can only go up to 10 8.1.1615 crash when passing buffer number to popup_create() 8.1.1616 build failure with gcc on Amiga 8.1.1617 no test for popup window with mask and position fixed 8.1.1618 Amiga-like systems quickly run out of stack 8.1.1619 tests are not run with GUI on Travis 8.1.1620 no test for popup window with border and mask 8.1.1621 Amiga: time.h included twice 8.1.1622 wrong width if displaying a lot of lines in a popup window 8.1.1623 display wrong with signs in narrow number column 8.1.1624 when testing in the GUI may try to run gvim in a terminal 8.1.1625 script line numbers are not exactly right 8.1.1626 no test for closing a popup window with a modified buffer 8.1.1627 header file contains mixed comment style 8.1.1628 popup window functions not in list of functions 8.1.1629 terminal function help is in the wrong file 8.1.1630 various small problems 8.1.1631 displaying signs is inefficient 8.1.1632 build with EXITFREE but without +arabic fails 8.1.1633 cannot generate prototypes with X11 but without GUI 8.1.1634 terminal test fails when term_getansicolors() is missing 8.1.1635 warnings for unused variables in small version 8.1.1636 crash when popup has fitting scrollbar 8.1.1637 after running tests and clean the XfakeHOME directory remains 8.1.1638 running tests leaves some files behind 8.1.1639 changing an autoload name into a file name is inefficient 8.1.1640 the CursorHold autocommand takes down a balloon 8.1.1641 garbage collection may run at a wrong moment 8.1.1642 may use uninitialized variable 8.1.1643 sign placement is wrong when 'foldcolumn' is set 8.1.1644 sound test does not work on Travis 8.1.1645 cannot use a popup window for a balloon 8.1.1646 build failure 8.1.1647 build error with GTK and hangulinput feature 8.1.1648 MS-Windows: build error with normal feaures 8.1.1649 Illegal memory access when closing popup window 8.1.1650 warning for using uninitialized variable 8.1.1651 suspend test is flaky on some systems 8.1.1652 GUI: popup window doesn't close on mouse movement 8.1.1653 ubsan warns for possibly passing NULL pointer 8.1.1654 GUI: screen updates from 'balloonexpr' are not displayed 8.1.1655 popup window border drawn wrong with multi-byte char 8.1.1656 popup window width is wrong when using Tabs 8.1.1657 Terminal: screen updates from 'balloonexpr' are not displayed 8.1.1658 debug statements included in patch 8.1.1659 popup window "mousemoved" values not correct 8.1.1660 assert_fails() does not fail inside try/catch 8.1.1661 cannot build with +textprop but without +balloon_eval 8.1.1662 cannot build uninstal.exe with some version of MinGW 8.1.1663 compiler warning for using size_t 8.1.1664 GUI resize may cause changing Rows at a bad time 8.1.1665 crash when popup window with mask is below the screen 8.1.1666 click in popup window scrollbar with border doesn't scroll 8.1.1667 flags for Ex commands may clash with other symbols 8.1.1668 popup window test is a bit flaky on some systems 8.1.1669 Travis: test results section is closed even when failed 8.1.1670 sign column not always properly aligned 8.1.1671 copying a blob may result in it being locked 8.1.1672 "make cmdidxs" doesn't work 8.1.1673 cannot easily find the popup window at a certain position 8.1.1674 script to check a colorscheme can be improved 8.1.1675 listener list not correctly updated on listener_remove() 8.1.1676 "maxwidth" of popup window does not always work properly 8.1.1677 tests get stuck when running into an existing swapfile 8.1.1678 using popup_menu() does not scroll to show the selected line 8.1.1679 test using SwapExists autocommand file may fail 8.1.1680 the command table is not well aligned 8.1.1681 insert stray "{" when listener gets buffer line 8.1.1682 placing a larger number of signs is slow 8.1.1683 dictionary with string keys is longer than needed 8.1.1684 profiling functionality is spread out 8.1.1685 missing file in distributed file list 8.1.1686 "*" of "*{" is recognized as multipy operator 8.1.1687 the evalfunc.c file is too big 8.1.1688 old makefiles are no longer useful 8.1.1689 profiling code is spread out 8.1.1690 default padding for popup window menu is too much 8.1.1691 diff test fails on some systems 8.1.1692 using *{} for literal dict is not backwards compatible 8.1.1693 syntax coloring and highlighting is in one big file 8.1.1694 the RUN_VIM variable is longer than needed 8.1.1695 Windows 10: crash when cursor is at bottom of terminal 8.1.1696 MSVC: link command line is too long 8.1.1697 cannot build with MSVC 8.1.1698 Appveyor build with MSVC fails 8.1.1699 highlight_ga can be local instead of global 8.1.1700 listener callback called for the wrong buffer 8.1.1701 Appveyor build with MSVC fails puts progress bar in log 8.1.1702 compiler warning for uninitialized variable 8.1.1703 breaking out of loop by checking window pointer insufficient 8.1.1704 C-R C-W does not work after C-G when using 'incsearch' 8.1.1705 using ~{} for a literal dict is not nice 8.1.1706 typo in #ifdef 8.1.1707 Coverity warns for possibly using a NULL pointer 8.1.1708 Coverity warns for using uninitialized variable 8.1.1709 Coverity warns for possibly using a NULL pointer 8.1.1710 Coverity found dead code 8.1.1711 listener callback called at the wrong moment 8.1.1712 signs in number column cause text to be misaligned 8.1.1713 highlighting cursor line only works with popup_menu() 8.1.1714 cannot preview a file in a popup window 8.1.1715 emoji characters are seen as word characters for spelling 8.1.1716 old style comments are wasting space 8.1.1717 last char in menu popup window highlighted 8.1.1718 popup menu highlighting does not look good 8.1.1719 popup too wide when 'showbreak' is set 8.1.1720 crash with very long %[] pattern 8.1.1721 build failure with normal features without netbeans interface 8.1.1722 error when scriptversion is 2 a making a dictionary access 8.1.1723 heredoc assignment has no room for new features 8.1.1724 too much overhead checking for CTRL-C while processing text 8.1.1725 MS-Windows: E325 message may use incorrect date format 8.1.1726 the eval.txt help file is too big 8.1.1727 code for viminfo support is spread out 8.1.1728 wrong place for command line history viminfo support 8.1.1729 heredoc with trim not properly handled in function 8.1.1730 wrong place for mark viminfo support 8.1.1731 command line history not read from viminfo on startup 8.1.1732 completion in cmdwin does not work for buffer-local commands 8.1.1733 the man ftplugin leaves an empty buffer behind 8.1.1734 the evalfunc.c file is too big 8.1.1735 can't build with tiny features 8.1.1736 viminfo support is spread out 8.1.1737 :args command that outputs one line gives more prompt 8.1.1738 testing lambda with timer is slow 8.1.1739 deleted match highlighting not updated in other window 8.1.1740 exepath() doesn't work for "bin/cat" 8.1.1741 cleared/added match highlighting not updated in other window 8.1.1742 still some match functions in evalfunc.c 8.1.1743 'hlsearch' and match highlighting in the wrong place 8.1.1744 build error without the conceal feature 8.1.1745 compiler warning for unused argument 8.1.1746 ":dl" is seen as ":dlist" instead of ":delete" 8.1.1747 compiler warning for unused variables 8.1.1748 :args output is not aligned 8.1.1749 Coverity warns for using negative index 8.1.1750 depending on the terminal width :version may miss a line break 8.1.1751 when redrawing popups plines_win() may be called often 8.1.1752 resizing hashtable is inefficient 8.1.1753 use of popup window mask is inefficient 8.1.1754 build failure 8.1.1755 leaking memory when using a popup window mask 8.1.1756 autocommand that splits window messes up window layout 8.1.1757 text added with appendbufline() isn't displayed 8.1.1758 count of g$ not used correctly when text is not wrapped 8.1.1759 no mode char for terminal mapping from maparg() 8.1.1760 extra line break for wrapping output of :args 8.1.1761 filetype "vuejs" causes problems for some users 8.1.1762 some filetype rules are in the wrong place 8.1.1763 evalfunc.c is still too big 8.1.1764 ":browse oldfiles" is not tested 8.1.1765 get(func, dict, def) does not work properly 8.1.1766 code for writing session file is spread out 8.1.1767 FEAT_SESSION defined separately 8.1.1768 man plugin changes setting in current window 8.1.1769 'shellslash' is also used for completion 8.1.1770 cannot get the window ID of the popup preview window 8.1.1771 options test fails on MS-Windows 8.1.1772 options test still fails on MS-Windows 8.1.1773 the preview popup window may be too far to the right 8.1.1774 test is silently skipped 8.1.1775 error message may be empty in filetype test 8.1.1776 text added with a job isn't displayed 8.1.1777 useless checks for job feature in channel test 8.1.1778 not showing the popup window right border is confusing
2019-07-31w3/url.el: Provide buffer-local-value for the sake of XEmacs 21.4hauke3-5/+42
Minor pkglinting
2019-07-31lyx: tex-accents is the relevant successor to tex-bezos here.markd1-3/+3
2019-07-30lyx: Comment out non-existent print/tex-bezos.jperkin1-2/+2
2019-07-26kakoune: Link against -lsocket -lnsl on SunOSnia1-1/+3
2019-07-25kakoune: Include string.h for FD_ZERO's memcpy needs on illumos.nia2-1/+16
2019-07-24kakoune: Add c++17 to USE_LANGUAGESnia1-2/+2
2019-07-24Add editors/kakoune.nia7-1/+239
Kakoune is a code editor that implements Vi's "keystrokes as a text editing language" model. As it's also a modal editor, it is somewhat similar to the Vim editor (after which Kakoune was originally inspired). Kakoune can operate in two modes, normal and insertion. In insertion mode, keys are directly inserted into the current buffer. In normal mode, keys are used to manipulate the current selection and to enter insertion mode. Kakoune has a strong focus on interactivity, most commands provide immediate and incremental results, while still being competitive (as in keystroke count) with Vim. Kakoune works on selections, which are oriented, inclusive range of characters, selections have an anchor and a cursor character. Most commands move both of them, except when extending selection where the anchor character stays fixed and the cursor one moves around.
2019-07-24Update to 4.3.0ryoon3-87/+92
Changelog: OmegaT 4.3.0 is the new standard version of OmegaT. Compared with 4.2.0, it has 6 enhancements and 8 bug fixes. Highlights include: The Insert key toggles a new Overwrite mode in the editor. There were several critical bug fixes related to team projects. Problems upgrading existing installations on Windows via the installer have been addressed. Compared with 3.6.0 update 11, it has 129 enhancements and 65 bug fixes. Highlights include: Team projects were redesigned. Synchronisation is no more restricted to one repository location. This allows, for instance, to create multilingual team projects without duplicating the source documents, or to get files to translate directly online, not only from Subversion and Git, but also from HTTP(S). Complex mappings can be written. Panes have now action menus, and there is a new Segment Properties pane (use Restore Main Window to make it appear if necessary). There is now a notification system, to alert the user when a given pane has content (e.g., Comments). OmegaT now has a visual aligner. It aligns files in all formats recognized by OmegaT, thus allowing keeping formatting. After a first automatic step (parameters can be fine-tuned) , it is possible to adjust the alignment with split, merge and edit. The auto-completer now includes history prediction and completion, which means auto-completion is now available even without glossary entries or user-entered abbreviations. It is possible to disable individually auto-completer views. A new Issues window replaces the old Tag validation window. In it, it is possible to check tags as before, but also spell checking and LanguageTool issues. It is extensible, with the possible of adding issue "providers" to the Issues window, for instance with a script. Preferences are now unified in a new dialog under Options > Preferences. It is now possible to define credentials for machine translation and the TaaS services in the preferences and to store them securely. The ExternalFinder plugin (https://github.com/hiohiohio/omegat-plugin-externalfinder) is now integrated in OmegaT with a full user interface. Any bilingual files (in a format supported by OmegaT) can now be used as a translation memory in the /tm folder. This applies to OmegaT bilingual formats (PO and Mozilla .lang files) but also to the Okapi Filters plugin bilingual formats such as XLIFF (it requires version 1.3-m32 and above of the plugin). OmegaT can now check automatically for updates. If a new version is detected, the user will be directed to the download page. OmegaT can now run on Java 11. Note that Java 8 remains the recommended version, and all "with JRE" distributions continue to bundle the Java 8 JRE. OmegaT 4.2.0 brings 5 enhancements and 1 bug fix. There is now a separate color for "enforced" TM matches in the Editor. Apache Ivy is now included with OmegaT to allow Groovy scripts to fetch external libraries. OmegaT can now run on Java 11. Note that Java 8 remains the recommended version, and all "with JRE" distributions continue to bundle the Java 8 JRE. Spelling dictionaries without a region ("fr", not "fr-FR") now show up as available when installing. Basic autocompletion is now available in the Scripting window (Ctrl+Enter). Signed installers for Windows are now available. Signing indicates that the author of the software is a known entity, and that the software has not been modified. Note that the developer will be shown as "Aaron Madlon-Kay", the OmegaT project manager, rather than "OmegaT" because OmegaT is not a legal entity. Plugin classes are now only loaded once, even if multiple copies are installed. The Brazilian Portuguese, Croatian, Dutch, French, Italian, Russian, Simplified Chinese, and Turkish localisations were updated. The OmegaT Project always welcomes developers, localisers and users to contribute their experience, knowledge and insights to the software we release.
2019-07-23*: recursive bump for poppler 0.79wiz5-10/+10
2019-07-22Use https for invisible-island.net.nia2-4/+4
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz39-76/+78
2019-07-20*: recursive bump for nettle 3.5.1wiz15-29/+30
2019-07-13*: recursive bump for gtkspell enchant -> enchant2 change.wiz2-4/+4
2019-07-13nano: update to 4.3wiedi2-7/+7
2019.06.18 - GNU nano 4.3 "Musa Kart" • The ability to read from and write to a FIFO has been regained. • Startup time is reduced by fully parsing a syntax only when needed. • Asking for help (^G) when using --operatingdir does not crash. • The reading of a huge or slow file can be stopped with ^C. • Cut, zap, and copy operations are undone separately when intermixed. • M-D reports the correct number of lines (zero for an empty buffer).