Commit graph

4139 commits

Author SHA1 Message Date
hauke
ee58b83258 Sorry, barked up the wrong tree.
gtexinfo 6.7 appears to default to utf8, and error out on non-7bit
ascii gremlins. Fixing those lets the texinfo files compile (with
warnings) both with the NetBSD base makeinfo and the v6.7 pkgsrc one.

OTOH, I don't have to remove the patches I forgot to add in the
previous commit...
2019-10-11 14:42:48 +00:00
hauke
88cc32e66d This package patches the texinfo sources for use with NetBSD's
makeinfo v4.8. The 6.7 update to devel/gtexinfo broke backwards
compatibility more, so we pull out the patches and conditionally apply
them on NetBSD, only. (Other candidates?)
2019-10-11 12:36:44 +00:00
hauke
e30ff57088 Declare use of perl. 2019-10-08 12:40:54 +00:00
prlw1
c02441770e Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.
2019-10-07 09:28:09 +00:00
nia
3f52a5477a tea: Update to 48.0.1
Now uses Qt5 and cmake. There's another branch using GTK3 which I might
import later.
2019-10-06 15:54:38 +00:00
gutteridge
201ffb6c9c pluma: remove redundant settings in options.mk
Remove conditionalized settings in options.mk that are already applied
unconditionally in Makefile. (There is more to fix here, this is just a
quick simplification.)
2019-10-05 21:32:12 +00:00
nia
1571bbd1ac codelite: nodejs dependency 2019-10-05 14:23:05 +00:00
ryoon
0b04583951 Update to 5.0.0
Changelog:
OmegaT 5.0.0 brings 3 enhancements and 1 bug fix.

BCP 47 language tags are now supported.

TM entries with almost-matching locales can now be shown as fuzzy
matches with a configurable penalty.

The bundled JRE in "with-JRE" distributions has been updated to
Java 8u222, now from AdoptOpenJDK rather than Oracle. Note that
the 32-bit Linux distribution has been discontinued. 32-bit Linux
users should use the "without-JRE" distribution and supply their
own JRE.... read more
2019-10-04 13:04:10 +00:00
yhardy
db06fbe35b editors/xournal: add patch to smooth input coordinates
On NetBSD, absolute coordinate changes are reported as an X value
followed by a Y value, which (when moving quickly) leads to a
"stepping" effect. Using a Bezier curve fitting for the points
yields a smooth curve in most cases, and does not seem to adversely
affect the user experience (even with a conventional mouse).
2019-10-02 18:55:33 +00:00
yhardy
34944fc367 editors/xournal: revert previous
... until I figure out how to actually add the patch in CVS.
2019-10-01 22:59:01 +00:00
yhardy
30c7737a98 editors/xournal: add a patch to smooth out "steps" on NetBSD
On NetBSD, absolute coordinate changes are reported as an X value
followed by a Y value, which (when moving quickly) leads to a
"stepping" effect. Using a Bezier curve fitting for the points
yields a smooth curve in most cases, and does not seem to adversely
affect the user experience (even with a conventional mouse).
2019-10-01 22:44:48 +00:00
nia
b72b52001f codelite: Work around harfbuzz headers for pango not being in the -I path. 2019-09-30 15:36:43 +00:00
ryoon
7917e25af2 Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
nia
f508401560 Remove editors/gedit - successors editors/pluma, editors/gedit3 2019-09-15 13:38:03 +00:00
nia
ffa489a230 Remove editors/conglomerate.
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-14 19:33:32 +00:00
nros
4f5b30f73e Set X11 fonts more correctly.
Use X11BASE to set X11 fonts and add
the TrueType directory used on solaris.
2019-09-10 16:17:13 +00:00
wiedi
b9c3c36779 nano: update to 4.4
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-09 16:04:17 +00:00
christos
0f7c635619 simplify... 2019-09-06 15:53:42 +00:00
christos
2facccbace PR/54520: greywolf, our TIOCREMOTE seems to be broken, disable it.
Also make the openpty use NetBSD only (Jonathan Perkin)
2019-09-06 14:52:39 +00:00
christos
65d9a390fb PR/54528: greywolf: fix fortify issue with stack overwrites. 2019-09-06 14:51:42 +00:00
ryoon
6eaf0be9d0 MesaLib is buildlinked indirectly from libepoxy now. Remove it 2019-09-05 13:04:55 +00:00
nros
dafa4b5fcf Update texmaker to version 5.0.3 .
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-05 08:07:25 +00:00
ryoon
d4e0768caa Reduce per-package inclusion of x11/libXdamage
And graphics/MesaLib includes x11/libXdamage/buildlink3.mk
and remove it from editors/emacs26.
2019-09-04 15:14:03 +00:00
ryoon
c01dedab42 Fix build with gtk2 or gtk3 options 2019-09-04 14:00:20 +00:00
gdt
92ac8c0204 emacs26: Drop svg from default options
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-03 16:35:54 +00:00
nia
d71750dcba mg2a: make this prehistoric C not fail with modern compilers
don't define our own strncpy/strncat, include the header instead.
2019-09-02 21:41:40 +00:00
adam
435af01a8b Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
christos
9798d207d0 move to the latest version. 2019-09-02 08:55:08 +00:00
christos
b0ef4719f0 PR/54519: Greywolf: jove crashes on redraw or time update (include <time.h>) 2019-09-02 08:53:32 +00:00
christos
d1fdbb6319 PR/54520: Greywolf: jove 'shell' fails with [Out of ptys!], use openpty(3). 2019-09-02 08:51:29 +00:00
markd
3d74add6ca emacs26: undo last
Was a transient issue with the new MesaLib/buildlink3.mk.
2019-09-01 00:42:54 +00:00
markd
2bf3e8c645 emacs26: gtk2 and gtk3 options (at least) need libXdamage. 2019-08-31 05:07:35 +00:00
ryoon
9984bd9006 Update to 26.3
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-30 15:46:11 +00:00
wiz
782282dbfa codelite: fix man page installation path.
From Andrius V.

Bump PKGREVISION.
2019-08-28 09:09:19 +00:00
wiz
74f9742fb0 codelite: add patch descriptions
From Andrius V
2019-08-27 14:45:04 +00:00
wiz
edfb13631a codelite: remove empty line at end of patch (pkglint) 2019-08-27 12:07:57 +00:00
wiz
07990dfc51 codelite: sort PLIST. 2019-08-27 12:07:18 +00:00
wiz
a3f5244d79 codelite: remove patches that were obsoleted by recent update 2019-08-27 12:06:44 +00:00
nia
629312e986 kakoune: whitespace 2019-08-27 10:36:05 +00:00
maya
a2b2b753e5 vim*: disable fortify
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-27 09:26:01 +00:00
gutteridge
ba4b488e9a codelite: update DESCR to cover more recent development 2019-08-27 02:44:22 +00:00
ryoon
edacf2bbcb Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
fcambus
d1ace2d586 Add le. 2019-08-18 08:24:35 +00:00
fcambus
6e18970075 editors/le: import le-1.16.6.
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-18 08:23:47 +00:00
maya
9073d0f856 codelite: update to 13.0
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-18 03:48:44 +00:00
gutteridge
210f32a287 xfce4-mousepad: update to 0.4.2
(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-17 20:28:32 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
yhardy
368ab6da9a editors/xournal: update to 0.4.8.2016
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-10 06:53:28 +00:00
morr
028f189538 Update to version 8.1.1778.
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-08-03 21:01:11 +00:00
hauke
0e3794e713 w3/url.el: Provide buffer-local-value for the sake of XEmacs 21.4
Minor pkglinting
2019-07-31 14:04:40 +00:00