Commit graph

4501 commits

Author SHA1 Message Date
tnn
ab9578d7c4 g/c RUSTFLAGS from individual package Makefiles. Handled by cargo.mk. 2021-07-22 16:16:35 +00:00
yhardy
1081c5d6b2 editors/xournalpp: update to xournalpp-1.1.0
Pkgsrc changes:

* Xournal++ has its own smoothing/averaging options available, so the
  Bezier curve patch for NetBSD and OpenBSD is not needed anymore.
* Enable the velocity Gaussian averaging option by default on NetBSD
  and OpenBSD to avoid the "stepping" seen with raw input.


Changelog:

== 1.1.0

This is a new major version of Xournal++ with many new features, improvements,
and bug fixes thanks to over one year's worth of contributions from the
community.

* **Breaking changes**:
    * Xournal++ now follows the [XDG Base Directory
      Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
      (#1101, #1384). The configuration files will now be stored in an
      appropriate platform-specific user data folder. Old configuration files
      will be copied automatically if the new user data folder does not exist.
    * For users that have non-default DPI settings, text elements in old
      documents may be displayed with incorrect sizes/positions. A new plugin is
      included to fix the positioning of these text elements. See the relevant
      bug in the "Text tool" section below.
    * The old input system has been removed, which may affect some users.
    * Windows: The installer has been updated, fixing many issues such as:
      incorrectly set up registry keys, missing uninstaller entry, missing
      entries in Open With context menu in Explorer, missing icons, etc. (#2606,
      #2585, #2387, #2141, #2036, #1903, #2666, #3215). When upgrading from
      1.0.18, you **must not run the uninstaller**; instead, run the updated
      installer, which will clean up files from the old install and fix the
      registry key entries. **If you are downgrading from 1.1.0 to 1.0.18 or
      older, you must run the uninstaller first.**
    * Linux: Support for Ubuntu 16.04 (and older distros) has been dropped.
      Please use a distro from 2018 or later, such as Ubuntu 18.04 or Debian
      Buster. The dependency versions have been updated accordingly.
    * Linux: The thumbnailer program has been renamed from `xournal-thumbnailer`
      to `xournalpp-thumbnailer` in order to fix tab completion (#1752).
    * Linux: Xournal++ now has a hard dependency on `librsvg`. This should not affect
      end-users, only maintainers and packagers.
    * The code has been updated to use C++17 (#1485) and must now be compiled
      using a supported compiler version, such as GCC 7 or Clang 5 (or newer).
    * MacOS: Dropped support for macOS High Sierra; minimal version is now Catalina (#2989)
* Document viewing
    * Changed page selection system to now select the current page during
      scrolling (#1613, #1184).
    * Improved page load performance and memory consumption with new page
      preload mechanism (#2603).
    * Fixed a bug where scrolling would not work with zoom fit enabled until the
    zoom level changes (#2541).
    * Fixed some bugs that prevented documents from being displayed on ARM and
      32-bit devices (#2576).
    * Fixed vim-style `hjlk` keybindings being inconsistent with the arrow keys
      (#2712).
    * Added a shortcut for the default tool (#2872) and changed shortcuts for
      page deletion and layer navigation (#2766)
    * Fixed various issues related to zooming and scrolling (#2435, #2743,
      #2023, #1830, #2821)
    * Fixed zoom slider tick marks being set to the wrong values when DPI
      calibration setting is different from the default (#2923)
    * Fixed a freeze caused by scrolling between pages of different size (#2770,
      #3099).
* Document export
    * Added a "progressive mode" option to PDF file export dialog. This will
      render layers from bottom to top, exporting a new page every time a layer
      is rendered (#2589, #2609).
    * Simplified background rendering to improve compatibility of exported SVGs
      (#2598).
    * Made line spacing equal in export and on view when pango version >= 1.48.5 is
      available (#2182)
    * Updated the Cairo version on Windows to fix a bug that created corrupt PDF
      files on export (#2871)
    * Fixed a crash that occurs when closing the application before export
      finishes (#3159).
* Sidebar preview panel
    * Added new "Layerstack Preview" tab that shows all layers up to the current
      layer (#2795).
    * Changed sidebar colors to be dark when using a dark theme (#2726).
    * Changed layer previews to only show background in background layer (#2674)
    * Moved close button from the bottom to the top to improve usability
      (#2727).
    * Fixed button tooltips not reflecting the page/layer tabs (#2776).
    * Fixed a bug where the buttons would be enabled/disabled inconsistently
      (#2776).
* Audio playback
    * Added seeking functionality during playback (#1520)
    * Fixed crashes caused by race conditions in the audio system
    * Fixed bug where gaps in the audio stream could appear while recording
    * Added an error message popup which displays when a recording fails to load
      or play (#1573)
* Input System
    * Removed the old input system and touch workaround, both of which have been
      deprecated (#2308).
    * Added a `Mouse+Keyboard` device class for handling e.g. wireless USB
      mouse/keyboard receivers (#1769, #1785).
    * Added Preference settings for minimum pressure level and pressure
      multiplier (#2622).
    * Added an experimental stroke smoothing / input stabilization feature
      (#2512, #2856, #2863).
    * Added a touchpad pinch gesture for zooming (#2651).
    * Added a Preferences setting to ignore the first few pen input events when
      starting a new stroke (#1854).
    * Reimplemented zoom gestures for better compatibility (#1528)
    * Improved tool handling (#2339)
    * Fixed a bug where the touchscreen could not be used to pan and zoom when
      touch drawing is enabled (#2435).
    * Fixed a bug where two-finger zoom would be triggered even when zoom
      gestures are disabled (#2510).
    * Fixed touch drawing not working with the pen tool (#2123).
* LaTeX tool
    * Reworked LaTeX tool implementation (#1952).
    * Added a new tab in the Preferences window for LaTeX configuration.
    * Added a `global template file` setting for custom LaTeX template files
      to be used when rendering LaTeX formulas (#1188).
    * Added a button in the Preferences window for testing LaTeX setup.
    * Fixed a bug where closing the dialog before the initial render would crash
      the application (#2728, #2798).
    * Fixed a bug where line breaks would not be saved correctly (#2849).
    * Windows: Fixed a bug where long user names would break the LaTeX tool
      (#3046).
* Spline tool
    * Added cubic splines as a drawing tool (#1688, #1798, #1861).
    * Click to add anchor points (knots) and drag to create non-trivial
      tangents. Backspace key, arrow keys, s and Shift+s allow to delete/modifiy
      the last set knot/its tangent. Escape key and double click exit the spline
      drawing mode.
* Snapping
    * Added snapping for vertical space (#2011)
    * Added snapping for moving and resizing selections (#1972, #2011)
    * Added snapping for recognized shapes (optional setting; #2011)
    * Added a Preferences settings to preserve line width while resizing a
      selection (#2011)
    * Added a Preferences setting to change the snap grid size (#1920).
    * Fixed a bug in the grid snapping tolerance (#2779).
* Selections
    * Added ability to mirror selected elements when scaling in a negative
      direction (#2723).
    * Added `Edit > Arrange` menu items and the corresponding actions for
      rearranging selected elements (#2794).
    * Changed element selection to not automatically rearrange items (#1680).
      Instead, rearranging must be performed with the newly added menu entries.
    * Fixed some bugs where selections would not be copied correctly (#2277,
      #2090, #2733) and would cause strokes to become invalid/missing when
      saving (#2857, #2464).
    * Fixed a bug in the Select Object algorithm (#2478)
* Pen and eraser tools
    * Added Preferences settings to configure the radius, color, and border of
      the cursor highlight when `Highlight cursor position` is enabled (#1891,
      #1898).
    * Added a new "no cursor" cursor type and changed "Big pen" checkbox in
      Preferences into a combo box (#2111).
    * Renamed "fill transparency" to "fill opacity" to avoid confusion (#2590).
    * Added thick/thin settings to default tool preferences (#2611).
    * Added ability to change line styles of existing strokes (#2641).
    * Changed name of "Draw Circle" to "Draw Ellipse" (#2708).
    * Changed name of "Ruler" to "Draw Line" (#2959).
    * Improved circle drawing controls (#2707).
    * Improved the accuracy of the eraser tool (#1818).
    * Changed pen/highlighter cursor to be in the shape of a circle with the
      approximate stroke size (#1945, #1513).
    * Fixed a cursor update bug (#1954).
    * Fixed strange behavior of color switches when temporarily using the eraser
      (#2004, #1546, #1712).
* Text tool
    * Added support for text edit blinking to be enabled/disabled through
      standard GTK configuration settings (#2170).
    * Fixed several serious bugs and user experience issues with IME pre-edit
      strings (#2789, #2788, #2826, #2851).
    * Fixed a bug where the font button would not be updated when editing a text
      field (#2620).
    * Fixed a bug where text elements would not be displayed at the correct
      positions when an image is used as the page background (#2725).
    * Fixed a bug where text would be displayed with an incorrect size when DPI
      is set to a non-default value. A plugin for migrating documents with wrong
      font sizes has been added (#2724).
    * Fixed a bug where selected text would be highlighted incorrectly (#3131).
* Toolbars
    * Added a print button to the default toolbar (#1921).
    * Added a menu toggle item for showing/hiding the toolbar, bound to F9
      (#2112).
    * Added a vertical mode for the pagespinner tool (#2624).
    * Added color indicators to toolbars when customizing the toolbars (#2726).
    * Improved appearance of the floating toolbar (#2726).
    * Fixed a crash that occurs when the application is closed with the toolbar
      customization dialog open (#1189).
    * Fixed multiple bugs involving the toolbar customizer (#2860).
* Plugins
    * Extended plugin API with many new features and functions, including page
      and layer operations (#2406, #2950).
    * Added a Lua plugin for taking a screenshot and saving it to a file
      (#2086, #2787).
    * Added a Lua plugin for cycling though a color list (#1835, #2251).
    * Added Lua plugin support for MacOS (#2986)
    * Allow using the system Lua package path (#2968)
* Paper backgrounds
    * Added an isometric paper background type (#1994).
    * Changed background types to use lighter line colors when a dark background
      is set. The colors can be set in `pagetemplates.ini` (#2055, #2352).
    * Fixed the confusing behavior of the `Apply to current/all pages` buttons
      used to change the page backgrounds (#2730).
    * Fixed cloned background images not loading correctly (#3170).
* Packaging changes
    * AppImage: Fixed AppImages not running on more recent Linux distros
      (#2600).
    * Linux: Fixed an issue with dock icons not appearing correctly in some
      desktop environments (#2881, #1791).
    * Debian packages: added man pages (#2701)
    * The `lua-lgi` package has been added to the list of `Recommended`
      dependencies. It is useful for creating GUI in Lua plugins.
    * Streamlined and updated package metadata (#3094).
* Misc
    * Updated author information and About dialog appearance (#3209)
    * New action icons (#3154) and new application icon (#2557).
    * Changed the error dialog for missing PDF backgrounds to display the full
      path of the missing PDF (#3140).
    * Changed default key binding of middle mouse button from nothing to hand
      tool (#3121).
    * Changed the `Help > Help` menu item to point to the new website
      [www.xournalpp.github.io](www.xournalpp.github.io), which replaces the
      User Manual wiki.
    * Added a setting in the Preferences window for selecting the language
      (#2188). Simplified language translation file names (#3166, #3201).
    * Added a feature to allow the user to modify the locale directory via the
      TEXTDOMAINDIR environment variable (#2600, #2845).
    * Added support for more export options in command line and GUI (#2449)
    * Added a command line option to create a xopp file (#1919).
    * Added the `Journal > Rename Layer` menu entry to rename layers (#2321).
    * Added the `Journal > Append New PDF Pages` menu entry to append PDF pages
      that are not in the current annotation file (#2146)
    * Improved look of the Preferences window (#2592).
    * Improved Print Dialog verbosity and error handling (#3002)
    * Fixed a bug where the `Autoloading Journals` option would only autoload
      annotation files with `.pdf.xopp` or `.pdf.xoj` extensions. (#2911,
      #3217).
    * Fixed bugs in element cloning, which previously could have caused elements
      to become invalid (#2733, #2720, #2464).
    * Fixed a bug where the thumbnailer would not correctly render previews in
      file managers that sandbox their thumbnailers (#2738).
    * Fixed a bug where some error message dialogs would not display the message
      correctly (#3214).
    * Fixed keyboard shortcuts not working when the menubar is hidden (#2324)
    * Fixed the undo operation for moving objects across page borders (#3068)
    * Updated the translation files.
    * Non-visible refactoring and code cleanup (#1279, #2150, #1944, #2199,
      #2213, #2252, etc.)
    * MacOS: Fixed the startup crash on BigSur and removed the integration
      of Xournal++ into the Mac Menu Bar (#2836, #2976)
    * Windows: Fixed a crash that occurs when closing the application (#2218).
2021-07-22 12:10:46 +00:00
hauke
53a024ca77 Fix sttutter in comment. 2021-07-21 16:22:50 +00:00
hauke
6c4f930702 The pkgsrc framework has become more strict, and registering fonts for
installation per FONTS_DIRS.x11 will mandate an X11 dependency.

At this point, only the x-symbol package is concerned. Since it needs
to be able to cope with a non-graphical console anyway, we install it
unconditionally, skip the PLIST dance, and just depend the font
registration on X11 availabiluty.
2021-07-21 15:58:35 +00:00
taca
d0f58d4a00 Bump PKGREVISION for affected packages by changing default Ruby's version. 2021-07-21 14:40:28 +00:00
tkusumi
305d75a649 editors/fileobj: Update to v0.7.104
ChangeLog:
- Minor fixes and cleanups
2021-07-20 18:57:18 +00:00
morr
38749399a6 Update to vim 8.2.3172.
Changes:
8.2.2801  free Pascal makefile not recognized
8.2.2802  Vim9: illegal memory access
8.2.2803  flicker when the popup menu has an info popup
8.2.2804  setting buffer local mapping with mapset() changes global
8.2.2805  Vim9: cannot use legacy syntax in Vim9 script
8.2.2806  Vim9: using "++nr" as a command might not work
8.2.2807  build fails with tiny features
8.2.2808  Vim9: increment and decrement not sufficiently tested
8.2.2809  Vim9: :def function compilation fails when using :legacy
8.2.2810  Vim9: crash when calling a function in a substitute expression
8.2.2811  Vim9: error for missing white space doesn't say where
8.2.2812  Vim9: still crash when using substitute expression
8.2.2813  cannot grep using fuzzy matching
8.2.2814  Vim9: unused variable
8.2.2815  status line flickers when redrawing popup menu info
8.2.2816  Vim9: comment below expression in lambda causes problems
8.2.2817  Vim9: script sourcing continues after an error
8.2.2818  no jump added  when opening terminal in current window
8.2.2819  finishing an abbreviation with multi-byte char may not work
8.2.2820  session file may divide by zero
8.2.2821  MS-Windows: unnessarily loading libraries when registering OLE
8.2.2822  MS-Windows: unnessarily loading libraries when unregistering
8.2.2823  MS-Windows: launching Vim from installer doesn't open README
8.2.2824  MS-Windows: build failure with MSVC
8.2.2825  code in checkreadonly() not fully tested
8.2.2826  compiler warnings for int to size_t conversion
8.2.2827  test file was not deleted
8.2.2828  Coverity complains about not checking rename() return value
8.2.2829  some comments are not correct or clear
8.2.2830  terminal colors are not updated when 'background' is set
8.2.2831  Vim9: expandcmd() not tested
8.2.2832  operator cancelled by moving mouse when using popup
8.2.2833  two key command cancelled by moving mouse when using popup
8.2.2834  Vim9: :cexpr does not work with local variables
8.2.2835  Vim9: leaking memory in :cexpr
8.2.2836  build failure without the +quickfix feature
8.2.2837  various code lines not covered by tests
8.2.2838  file extension .wrap not recognized
8.2.2839  default redirection missing "ash" and "dash"
8.2.2840  Vim9: member operation not fully tested
8.2.2841  MS-Windows: cursor wrong when 'lz' and 'stl' are set
8.2.2842  Vim9: skip argument to searchpair() is not compiled
8.2.2843  Vim9: skip argument to searchpairpos() is not compiled
8.2.2844  Vim9: memory leak when using searchpair()
8.2.2845  MS-Windows: warning for signed/unsigned comparison
8.2.2846  Vim9: "echo Func()" does not give an error for using void
8.2.2847  Perl not tested sufficiently
8.2.2848  crash when calling partial
8.2.2849  bufwrite not sufficiently tested
8.2.2850  recalling commands from history is not tested
8.2.2851  using <Cmd> mapping on command line triggers CmdlineChanged
8.2.2852  configure can add --as-needed a second time
8.2.2853  window is not updated after using <Cmd> mapping
8.2.2854  custom statusline cannot contain % items
8.2.2855  white space after "->" does not give E274
8.2.2856  get readonly error for device that can't be written to
8.2.2857  Vim9: exception in ISN_INSTR caught at wrong level
8.2.2858  test fails because of changed error message
8.2.2859  Tcl test fails because of changed error message
8.2.2860  adding a text property causes the whole window to be redawn
8.2.2861  Vim9: "legacy return" is not recognized as a return statement
8.2.2862  removing a text property causes the whole window to be redawn
8.2.2863  removing a text property does not redraw optimally
8.2.2864  Vim9: crash when using inline function
8.2.2865  skipping over function body fails
8.2.2866  Vim9: memory leak when using inline function
8.2.2867  build failure
8.2.2868  Vim9: when executing compiled expression trylevel is changed
8.2.2869  using unified diff is not tested
8.2.2870  CmdlineChange event triggered twice for CTRL-R
8.2.2871  unnessary VIM_ISDIGIT() calls, badly indented code
8.2.2872  Python tests fail without the channel feature
8.2.2873  not enough tests for writing buffers
8.2.2874  MS-Windows: screen redraws too often
8.2.2875  cancelling inputlist() after a digit does not return zero
8.2.2876  configure cannot detect Python 3.10
8.2.2877  insufficient tests for popup menu rightleft
8.2.2878  Vim9: for loop list unpack only allows for one "_"
8.2.2879  file extension .hsig not recognized
8.2.2880  unified diff fails if actually used
8.2.2881  various pieces of code not covered by tests
8.2.2882  Vim9: memory leak when lambda has an error
8.2.2883  MS-Windows manifest file name is misleading
8.2.2884  not enough cscope code is covered by tests
8.2.2885  searching for \%'> does not match linewise end of line
8.2.2886  various pieces of code not covered by tests
8.2.2887  crash when passing null string to fullcommand()
8.2.2888  Vim9: "k" command recognized in Vim9 script
8.2.2889  typo and verbose comment in Makefiles
8.2.2890  text property duplicated when data block splits
8.2.2891  cannot build with Perl 5.34
8.2.2892  error message contains random characters
8.2.2893  multi-byte text in popup title shows up wrong
8.2.2894  MS-Windows: using enc_locale() for strftime() might not work
8.2.2895  Vim9: random characters appear in some error messages
8.2.2896  spellfile functionality not fully tested
8.2.2897  Vim9: can use reserved words at the script level
8.2.2898  QuitPre and ExitPre not triggered when GUI window is closed
8.2.2899  Appveyor script does not detect nmake failure
8.2.2900  QuitPre is triggered before :wq writes the file
8.2.2901  some operators not fully tested
8.2.2902  spellfile functionality not fully tested
8.2.2903  cursor position wrong on wrapped line with 'signcolumn'
8.2.2904  "g$" causes scroll if half a double width char is visible
8.2.2905  no error when defaults.vim cannot be loaded
8.2.2906  ASAN reports errors for test_startup
8.2.2907  memory leak when running out of memory
8.2.2908  crash when using a terminal popup window from cmdline window
8.2.2909  build error with non-Unix system
8.2.2910  test for cmdline window and terminal fails on MS-Windows
8.2.2911  pattern "\%V" does not match all of block selection
8.2.2912  MS-Windows: most users expect using Unicode
8.2.2913  MS-Windows conpty supports using mouse events
8.2.2914  cannot paste a block without adding padding
8.2.2915  MS-Windows: when using "default" for encoding utf-8 is used
8.2.2916  operators are not fully tested
8.2.2917  spellfile functionality not fully tested
8.2.2918  builtin function can be shadowed by global variable
8.2.2919  using ":!command" does not work if it uses posix_spawn()
8.2.2920  still a way to shadow a builtin function
8.2.2921  E704 for script local variable is not backwards compatible
8.2.2922  computing array length is done in various ways
8.2.2923  EBCDIC build is broken
8.2.2924  superfluous extern declaration
8.2.2925  Vim9: line continuation comment uses legacy syntax
8.2.2926  Vim9: no good error for using :legacy in a :def function
8.2.2927  test commented out because it fails with ASAN
8.2.2928  the evalfunc.c file is too big
8.2.2929  accidentally enable tcl by default
8.2.2930  when a popup is visible a mouse move my restart Visual mode
8.2.2931  Vim9: line continuation comment uses legacy syntax
8.2.2932  select mode test fails
8.2.2933  when 'clipboard' is "unnamed" zp does not work correctly
8.2.2934  ASAN error when using text from the clipboard
8.2.2935  calculating register width is not always needed
8.2.2936  Vim9: converting number to bool uses wrong stack offset
8.2.2937  popup test fails if rightleft feature not enabled
8.2.2938  after using motion force from feedkeys() it sticks
8.2.2939  GTK: righthand scrollbar does not show with split window
8.2.2940  MS-Windows: cannot see the size when resizing
8.2.2941  Vim9: using `=expr` does not handle a list of strings
8.2.2942  Vim9: error when calling function with too few arguments
8.2.2943  Vim9: check for argument count ignores default values
8.2.2944  Vim9: no error when using job or channel as a string
8.2.2945  some buffer related code is not tested
8.2.2946  Vim9: substitute expression cannot be a List
8.2.2947  build failure without the channel feature
8.2.2948  substitute() accepts a number but not a float expression
8.2.2949  tests failing because no error for float to string conversion
8.2.2950  sound code not fully tested
8.2.2951  Vim9: cannot use heredoc for :python, :lua, etc.
8.2.2952  recover test fails on big endian systems
8.2.2953  Vim9: leaking memory when using heredoc script
8.2.2954  short file name extension for Scala not recognized
8.2.2955  Vim9: using filter in compiled command does not work
8.2.2956  Vim9: need to plan for future additions
8.2.2957  using getchar() in Vim9 script is problematic
8.2.2958  function list test fails
8.2.2959  sound_playfile() is not tested on MS-Windows
8.2.2960  swap file recovery not sufficiently tested
8.2.2961  keys typed during a :normal command are discarded
8.2.2962  MS-Windows command line arguments have wrong encoding
8.2.2963  GUI: mouse move may start Visual mode with a popup visible
8.2.2964  Vim9: hang when using space after ->
8.2.2965  Vim9: crash when calling function that failed to compile
8.2.2966  ml_get errors after recovering a file
8.2.2967  Vim9: crash when using two levels of partials
8.2.2968  Vim9: memory leak
8.2.2969  subtracting from number option fails when result is zero
8.2.2970  Python configure check uses deprecated command
8.2.2971  cannot yank a block without trailing spaces
8.2.2972  "%bd" tries to delete popup window buffers, which fails
8.2.2973  fix for recovery and diff mode not tested
8.2.2974  Greek spell checking uses wrong case folding
8.2.2975  Vim9: can only use an autoload function name as a string
8.2.2976  build failure without the +eval feature
8.2.2977  crash when using a null function reference
8.2.2978  warning for uninitialized variable
8.2.2979  not all options code is covered by tests
8.2.2980  popup window test is a bit flaky
8.2.2981  recovery test is not run on big-endian systems
8.2.2982  Vim9: future commands are not reserved yet
8.2.2983  Vim9: an inline function requires specifying the return type
8.2.2984  Vim9: test fails because of missing return statement
8.2.2985  Vim9: a compiled function cannot be debugged
8.2.2986  build failure without the profile feature
8.2.2987  build failure with normal features
8.2.2988  Vim9: debugger test fails
8.2.2989  Vim9: memory leak when debugging a :def function
8.2.2990  Jupyter Notebook files are not recognized
8.2.2991  Vim9: no completion for :vim9 and :legacy
8.2.2992  Vim9: completion for :disassemble is incomplete
8.2.2993  'fileencodings' default value should depend on 'encoding'
8.2.2994  various code is not fully tested
8.2.2995  linker errors with dynamic Python 3.10
8.2.2996  Vim9: when debugging cannot inspect local variables
8.2.2997  Vim9: disassemble test fails
8.2.2998  Vim9: disassemble test fails
8.2.2999  balloon sometimes does not hide with GTK 3
8.2.3000  Vim9: warning for uninitialized variable
8.2.3001  Vim9: memory leak when compilation fails
8.2.3002  Vim doesn't abort on a fatal Tcl error
8.2.3003  Vim9: closure compiled with wrong compile type
8.2.3004  Vim9: error for missing colon given while skipping
8.2.3005  Vim9: using a void value does not give a proper error message
8.2.3006  crash when echoing a value very early
8.2.3007  Vim9: test for void value fails
8.2.3008  startup test may hang
8.2.3009  startup test may hang
8.2.3010  not enough testing for viminfo code
8.2.3011  Vim9: cannot get argument values during debugging
8.2.3012  when 'rightleft' is set the line number is drawn reversed
8.2.3013  Vim: when debugging only first line of command is displayed
8.2.3014  Coverity warns for freeing static string
8.2.3015  Vim9: Assigning to @# requires a string
8.2.3016  confusing error when expression is followed by comma
8.2.3017  Vim9: debugger shows too many lines
8.2.3018  'quickfixtextfunc' formatting is lost when switching buffers
8.2.3019  location list only has the start position.
8.2.3020  unreachable code
8.2.3021  spaces allowed between option name and "!", "?", etc.
8.2.3022  available encryption methods are not strong enough
8.2.3023  Vim9: arguments for execute() not checked at compile time
8.2.3024  execute() function test fails
8.2.3025  not enough tests for quickfix end_col and end_lnum
8.2.3026  Vim9: cannot set breakpoint in compiled function
8.2.3027  Vim9: breakpoint in compiled function not always checked
8.2.3028  GUI mouse events not tested
8.2.3029  Vim9: crash when using operator and list unpack assignment
8.2.3030  Coverity reports a memory leak
8.2.3031  no error if a function name starts with an underscore
8.2.3032  build problems with MSVC, other crypt issues with libsodium
8.2.3033  no error when using alpha delimiter with :global
8.2.3034  installing packages on github CI sometimes fails
8.2.3035  Vim9: crash when calling :def function with partial
8.2.3036  Vim9: builtin function arguments not checked at compile time
8.2.3037  configure reports libcanberra when checking for libsodium
8.2.3038  Amiga built-in version string doesn't include build date
8.2.3039  Vim9: breakpoint at a comment line does not work
8.2.3040  GUI: dropping files not tested
8.2.3041  detecting if the process of a swap file is running fails
8.2.3042  swap file test fails
8.2.3043  Amiga: cannot get the shell size on MorphOS and AROS
8.2.3044  Amiga MorphOS and AROS: process ID is not valid
8.2.3045  minor typos
8.2.3046  Amiga MorphOS: Term mode is set using DOS packets
8.2.3047  increment and decrement don't allow for next command
8.2.3048  strange error for white space after ++ command
8.2.3049  JSON patch file not recognized
8.2.3050  cannot recognize elixir files
8.2.3051  Vim9: for loop with one list variable does not work
8.2.3052  Vim9: "legacy call" does not work
8.2.3053  Vim9: cannot assign to @@ in :def function
8.2.3054  Vim9: unpack assignment using "_" after semicolon fails
8.2.3055  strange error for assigning to "x.key" on non-dictionary
8.2.3056  Vim9: using default value in lambda gives confusing error
8.2.3057  Vim9: debugger test fails with normal features and +terminal
8.2.3058  Vim9: cannot use ternary operator in parenthesis
8.2.3059  Vim9: memory leak when using lambda
8.2.3060  Vim9: cannot use ternary operator in parenthesis
8.2.3061  testing the shell option is incomplete and spread out
8.2.3062  internal error when adding several text properties
8.2.3063  crash when switching 'cryptmethod' to xchaha20 with undo file
8.2.3064  Vim9: in script cannot set item in uninitialized list
8.2.3065  Vim9: error when sourcing script twice and reusing function
8.2.3066  Vim9: debugging lambda does not work
8.2.3067  building fails with Athena
8.2.3068  Unicode tables are slightly outdated
8.2.3069  error messages are spread out
8.2.3070  not enough testing for shell use
8.2.3071  shell options are not set properly for PowerShell
8.2.3072  "zy" does not work well when "virtualedit' is "block"
8.2.3073  when cursor is move for block append wrong text is inserted
8.2.3074  popup_atcursor() uses wrong position with concealing
8.2.3075  xxd always reports an old version string
8.2.3076  Vim9: using try in catch block causes a hang
8.2.3077  Vim9: an error in a catch block is not reported
8.2.3078  Vim9: profile test fails
8.2.3079  Powershell core not supported by default
8.2.3080  recover test fails on 32bit systems
8.2.3081  cannot catch errors in a channel command
8.2.3082  a channel command "echoerr" does not show anything
8.2.3083  crash when passing null string to charclass()
8.2.3084  Vim9: builtin function argument types are not checked
8.2.3085  JSONC files are not recognized
8.2.3086  Vim9: breakpoint on "for" does not work
8.2.3087  Gemtext files are not recognized
8.2.3088  with 'virtualedit' set to "block" Visual highlight is wrong
8.2.3089  garbage collection has useless code
8.2.3090  in rare cases the cursor may be somewhere in a folded line
8.2.3091  Vim9: default argument expr. cannot use previous argument
8.2.3092  Vim9: builtin function test fails without +channel feature
8.2.3093  tablabel_tooltip test fails with Athena
8.2.3094  Test_popup_atcursor_pos() fails without the conceal feature
8.2.3095  with 'virtualedit' set to "block" block selection is wrong
8.2.3096  temp files remain after running tests
8.2.3097  crash when using "quit" at recovery prompt
8.2.3098  popup window test is flaky on MS-Windows with GUI
8.2.3099  Vim9: missing catch/finally not reported at script level
8.2.3100  Vim9: no error when using type with unknown number of args
8.2.3101  missing function prototype for vim_round()
8.2.3102  test for crash fix does not fail without the fix
8.2.3103  swap test may fail on some systems
8.2.3104  Vim9: unspecified function type causes type error
8.2.3105  Vim9: type of partial is wrong when it has arguments
8.2.3106  Vim9: confusing line number reported for error
8.2.3107  Vim9: error for arguments while type didn't specify arguments
8.2.3108  test for remote_foreground() fails
8.2.3109  check for $DISPLAY never fails
8.2.3110  a pattern that matches the cursor position is complicated
8.2.3111  Vim9: confusing error with extra whitespace before colon
8.2.3112  in rare cases the cursor may be somewhere in a folded line
8.2.3113  no error when for loop variable shadows script variable
8.2.3114  Amiga-like systems: build error using stat()
8.2.3115  Coverity complains about free_wininfo() use
8.2.3116  Vim9: crash when debugging a function with line continuation
8.2.3117  Vim9: type not properly checked in for loop
8.2.3118  Vim9: "any" type not handled correctly in for loop
8.2.3119  compiler warning for unused argument
8.2.3120  crypt with sodium test fails on MS-Windows
8.2.3121  'listchars' "exceeds" character appears in foldcolumn
8.2.3122  with 'nowrap' cursor position is unexected in narrow window
8.2.3123  Vim9: confusing error when using white space after option
8.2.3124  Vim9: no error for white space between option and "=9"
8.2.3125  variables are set but not used
8.2.3126  Vim9: for loop error reports wrong line number
8.2.3127  Vim9: no error when adding number to list of string
8.2.3128  Vim9: uninitialzed list does not get type checked
8.2.3129  Vim9: imported uninitialized list does not get type checked
8.2.3130  Vim9: import test fails
8.2.3131  MS-Windows: ipv6 channel test is very flaky in the GUI
8.2.3132  compiler warns for size_t to colnr_T conversion.
8.2.3133  Vim9: memory leak when add() fails
8.2.3134  crash when using typename() on a function reference
8.2.3135  Vim9: builtin function arguments not checked at compile time
8.2.3136  no test for E187 and "No swap file"
8.2.3137  Vim9: no error when a line only has a variable name
8.2.3138  debugger test fails
8.2.3139  functions for string manipulation are spread out
8.2.3140  MS-Windows: ipv6 channel test is very flaky also without GUI
8.2.3141  no error when using :complete for :command without -nargs
8.2.3142  Vim9: type check for has_key() argument is too strict
8.2.3143  Vim9: wrong context if lambda called from profiled function
8.2.3144  Vim9: no error when using an invalid value for a line number
8.2.3145  Vim9: profile test fails without profile feature
8.2.3146  Vim9: line number wrong for :execute argument
8.2.3147  Vim9: profiling does not work with a nested function
8.2.3148  Vim9: function arg type check does not handle base offset
8.2.3149  some plugins have a problem with the error check
8.2.3150  Vim9: argument types are not checked at compile time
8.2.3151  Vim9: profiling fails if nested function is also profiled
8.2.3152  Vim9: accessing "s:" results in an error
8.2.3153  URLs with a dash in the scheme are not recognized
8.2.3154  Vim9: some type checks for builtin functions fail
8.2.3155  some option related code not covered by tests
8.2.3156  Vim9: term_getansicolors() test fails without +termguicolors
8.2.3157  crypt test may fail on MS-Windows
8.2.3158  strange error message when using islocked() with a number
8.2.3159  cursor displayed in wrong position after deleting line
8.2.3160  'breakindent' does not work well for bulleted lists
8.2.3161  Vim9: no error when reltime() has invalid arguments
8.2.3162  Vim9: argument types are not checked at compile time
8.2.3163  location list window may open a wrong file
8.2.3164  MS-Windows: reported version lacks patchlevel
8.2.3165  Vim9: in a || expression the error line number may be wrong
8.2.3166  Vim9: nested autoload call error overruled by "Unknown error"
8.2.3167  get E12 in a job callback when searching for tags
8.2.3168  Vim9: type error for constant of type any
8.2.3169  Vim9: cannot handle nested inline function
8.2.3170  Illegal memory access in test
8.2.3171  another illegal memory access in test
8.2.3172  MzScheme test fails
2021-07-17 17:49:21 +00:00
nia
6b9a7c329e abiword: update to 3.0.5
Changes:
    Remove unneeded caret force draw (Hubert Figuière)
    Use shared_ptr for fl_PartOfBlock to avoid use-after-free crash.
    Cherry-pick (two patches) from master (Hubert Figuiere)
    Fix crash when IM is called before the document is ready (Hubert Figuière)
    Bug 13882 - Part 1: Enforce format overflow warning (Hubert Figuiere)
    Fix crash with cut and paste
    The exporter expects an file URI not a path
    See MR 7 (Hubert Figuière)
    Bug 13882 - Part 2: Ensure the clipping rect is owned by GR_Graphics (Hubert Figuiere)
    msword: Fix a potential buffer overrun in footnotes and endnotes (Hubert Figuière)
    Issue #3 - Define ASIO_ENABLE_BOOST when building collab plugin MR 3 (Julian Sikorski)
    gtk+TableWidget: fix display of the TableWidget
    Issue 13918 - Fix an incorrect check for null (Hubert Figuière)
2021-07-13 13:24:43 +00:00
bsiegert
267ed82d11 Revbump all Go packages after go116 update 2021-07-13 11:36:30 +00:00
adam
199ffca413 py-editor: updated to 1.0.4
1.0.4:
Bug fixes
2021-07-13 04:22:52 +00:00
nia
c0fed40cd1 hexer: Install man page to correct directory 2021-07-12 22:45:34 +00:00
wiz
0dff9e982f emacs27: switch to harfbuzz backend for fonts
This is the dependency recommended by upstream.

While here, clean up options:
- remove undocumented duplicate name for the same option (lucid)
- remove xaw3d from default options since it has no effect with gtk,
  which is on by default
- remove gconf option, since gsettings (via glib) is preferred,
  and gconfmm dependency was wrong anyway

Bump PKGREVISION.
2021-06-13 20:28:12 +00:00
wiz
f789257e0b emacs27-nox11: simplify turning off all options 2021-06-13 11:55:36 +00:00
gutteridge
54ad857dbb pluma: restore zh_CN translations now the issue has been fixed
The underlying issue was in py-libxml2's UTF-8 handling, as used by
itstool. This should now be fixed. Properly addresses PR pkg/56229 from
Andrius V.
2021-06-12 17:30:59 +00:00
wiz
ad2034f8a0 *: bump PKGREVISION for poppler shlib bump 2021-06-10 11:06:19 +00:00
nia
37d455a5e3 gedit: ensure the correct python executable is found 2021-06-06 13:37:13 +00:00
bsiegert
de0d02561a Revbump all Go packages after go116 update 2021-06-06 12:18:40 +00:00
gutteridge
60b7c856ca pluma: fix builds with latest itstool & py-libxml2 combination
A (hopefully temporary) workaround to fix a regression where itstool
with py-libxml2 2.9.12 ends up causing a Python segfault. (This did not
occur with py-libxml2 2.9.10.) For now, disable the help file target
that triggers the issue. Addresses PR pkg/56229 from Andrius V.
2021-06-03 16:31:13 +00:00
wiz
6eae1297d5 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
wiz
c7403f4cc9 *: recursive bump for poppler shlib major bump 2021-05-20 11:55:55 +00:00
pin
87e502a51f editors/kibi: update licence according to upstream 2021-05-18 12:13:06 +00:00
nia
1822d1feee hnb: support NetBSD libcurses, use LDFLAGS when linking 2021-05-15 12:04:18 +00:00
nia
87b64b53af dte: honor CFLAGS/LDFLAGS 2021-05-15 12:00:29 +00:00
nia
f98dd49f41 qtcreator: Install desktop files on non-Linux too 2021-05-15 11:42:24 +00:00
nia
f1f7e20d51 le: point at correct curses 2021-05-14 14:37:56 +00:00
nia
a440a52e14 mflteco: honor CFLAGS/LDFLAGS 2021-05-14 14:31:24 +00:00
nia
0da66c5f23 pico: honor LDFLAGS 2021-05-14 14:27:31 +00:00
nia
5f38efe199 tweak: honor CFLAGS/LDFLAGS 2021-05-14 14:22:04 +00:00
nia
2cff17e674 vim-lang: needs termcap 2021-05-14 14:19:44 +00:00
gutteridge
252d989cdc xfce4-mousepad: update to 0.5.4
Change log:

0.5.4
======
- New Features:
  - Add --line/-l and --column/-c number (#107, !83)
  - Port to GtkSourceView 4 (#55, #80, !10)

- Bug Fixes:
  - Delay request to scroll to cursor for the correct active view
  - Monitor hardlinks with glib 2.56.2 (#110, !82)
  - Transfer encoding from remote to primary instance (#109)
  - Prevent a crash when no language is found
  - Make window require attention when opening new tabs (#106, #93, !81)
  - Fix BOM array (!80)
  - Correctly initialize toolbar style combo box (#103)
  - Allow checking parent sources when looking up schema (#101)
  - Fix missing parameter to "select-all" signal (!79)

- Translation Updates:
  Hebrew, Indonesian, Spanish, Swedish
2021-05-12 00:10:58 +00:00
bsiegert
2af0bedf36 Revbump all Go packages after go116 update 2021-05-08 15:02:22 +00:00
gutteridge
aeb96bd305 pluma: update to 1.24.2
Change log:

pluma 1.24.2

  * Translations update
  * pluma-view: Fix incorrect interface font
2021-05-05 00:47:21 +00:00
nia
773cde7da8 *: Use the tools framework for itstool
Now it should be more obvious when a package needs it as a dependency,
as it will fail loudly if it isn't declared as a tool.

While here, some duplicate dependencies on itstool were removed from the
MATE packages
2021-05-02 10:24:47 +00:00
wiedi
4f4c7a7c45 nano: update to 5.7
2021.04.29 - GNU nano 5.7 "Toți ceilalți arau câmpurile"
• The output of --constantshow (without --minibar) is more stable.
• When opening multiple buffers and there is an error message, this
  message is shown again upon first switch to the relevant buffer.
• The position and size of the indicator now follow actual lines,
  instead of visual lines when in softwrap mode, meaning that the
  size of the indicator can change when scrolling in softwrap mode.
2021-04-29 18:44:14 +00:00
pin
48a0d8306f editors/focuswriter: reset maintainer 2021-04-24 19:43:41 +00:00
nia
d3b9d2a0df nano: actually depend on pkg-config 2021-04-23 18:18:02 +00:00
thor
662c71dac3 editors/nano: ensure pkg-config is used for ncurses search 2021-04-23 17:05:26 +00:00
morr
2e96a8d6ba Update to 8.2.2800
Changes:

8.2.2557  compiler warning for shadowd variable
8.2.2558  no error if a lambda argument shadows a variable
8.2.2559  MS-Windows: guifont test fails on Windows XP
8.2.2560  setting 'winminheigt' does not take tabline into account
8.2.2561  not all textprop code is covered by tests
8.2.2562  GUI: star register changed when 'clipboard is "unnamedplus"
8.2.2563  cannot use multibyte characters for folding in 'fillchars'
8.2.2564  focus events end Insert mode if 'esckeys' is not set
8.2.2565  Vim9: "..=" not always recognized
8.2.2566  Vim9: Function name is not recognized
8.2.2567  Vim9: no error if variable is defined for existing function
8.2.2568  second time a preview popup is opened highlight is not set
8.2.2569  'fillchars' "stl" and "stlnc" items must be single byte
8.2.2570  tests fail when run as root
8.2.2571  test may leave file behind
8.2.2572  Vim9: crash when getting the types for a legacy function
8.2.2573  Vim9: using invalid pointer for error message
8.2.2574  Vim9: crash when calling partial with wrong function
8.2.2575  Vim9: a function name with "->" in the next line doesn't work
8.2.2576  Vim9: defining a :func function checks for white space
8.2.2577  compiler warning for type conversion
8.2.2578  Lua cannot handle a passed in lambda
8.2.2579  Vim9: crash in garbagecollect after for loop
8.2.2580  Vim9: checking vararg type may be wrong
8.2.2581  Vim9: sourcing Vim9 script triggers a redraw
8.2.2582  Vim9: screendump test fails on MS-Windows
8.2.2583  Vim9: cannot compare result of getenv() with null
8.2.2584  Vim9: type error for assigning "any" to a list
8.2.2585  Vim9: illegal memory access
8.2.2586  process id may be invalid
8.2.2587  recover test fails on FreeBSD
8.2.2588  build failure with tiny features
8.2.2589  recover test hangs in the GUI
8.2.2590  Vim9: default argument value may cause internal error
8.2.2591  Poke files are not recognized
8.2.2592  code coverage could be improved
8.2.2593  list of distributed files is incomplete
8.2.2594  alternate buffer added to session file even when it's hidden
8.2.2595  setting 'winminheight' may cause 'lines' to change
8.2.2596  :doautocmd may confuse scripts listening to WinEnter
8.2.2597  Vim9: "import * as" does not work at script level
8.2.2598  Vim9: :open does not need to be supported
8.2.2599  build failure
8.2.2600  Vim9: crash when putting an unknown type in a dictionary
8.2.2601  memory usage test often fails on FreeBSD
8.2.2602  Vim9: continue doesn't work if :while is very first command
8.2.2603  Vim9: no effect if user command is also a function
8.2.2604  GUI-specific command line arguments not tested
8.2.2605  Vim9: string index and slice does not include composing chars
8.2.2606  strchars() defaults to counting composing characters
8.2.2607  strcharpart() cannot include composing characters
8.2.2608  character input not fully tested
8.2.2609  test disabled on MS-Windows even though it should work
8.2.2610  mouse click test fails when using remote connection
8.2.2611  conditions for startup tests are not exactly right
8.2.2612  col('.') may get outdated column value
8.2.2613  new test throws exception
8.2.2614  Vim9: function is deleted while executing
8.2.2615  test is sourcing the wrong file
8.2.2616  Vim9: if 'cpo' is changed in Vim9 script it may be restored
8.2.2617  Vim9: script variable in block not found by function
8.2.2618  Vim9: cannot use a normal list name to store function refs
8.2.2619  Vim9: no test for return type of lambda
8.2.2620  Vim9: Using #{ for a dictionary gives strange errors
8.2.2621  typval2type() cannot handle recursive structures
8.2.2622  GTK: error when starting up and -geometry is given
8.2.2623  some tests fail when run as root
8.2.2624  atom files not recognized
8.2.2625  rss files not recognized
8.2.2626  GTK3: error when starting up and -geometry is given
8.2.2627  no need to check for BSD after checking for not root
8.2.2628  Vim9: #{ can still be used at the script level
8.2.2629  Vim9: error for #{{ is not desired
8.2.2630  hard to see where a test gets stuck
8.2.2631  commands from winrestcmd() do not always work properly
8.2.2632  not all command line arguments are tested
8.2.2633  multi-byte 'fillchars' for folding do not show properly
8.2.2634  'tagfunc' does not indicate using a pattern
8.2.2635  Vim9: cannot define an inline function
8.2.2636  memory leak when compiling inline function
8.2.2637  prop_remove() causes a redraw even when nothing changed
8.2.2638  cannot write a message to the terminal from the GUI
8.2.2639  build failure when fsync() is not available
8.2.2640  screenstring() returns non-existing composing characters
8.2.2641  display test fails because of lacking redraw
8.2.2642  Vim9: no clear error for wrong inline function
8.2.2643  various code not covered by tests
8.2.2644  prop_clear() causes a screen update even when nothing changed
8.2.2645  using inline function is not properly tested
8.2.2646  Vim9: error for not using string doesn't mentionargument
8.2.2647  terminal test sometimes hangs
8.2.2648  terminal resize test sometimes hangs
8.2.2649  Vim9: some wincmd arguments cause a white space error
8.2.2650  Vim9: command modifiers not handled in nested function
8.2.2651  Vim9: restoring command modifiers happens after jump
8.2.2652  Vim9: can use command modifier without an effect
8.2.2653  build failure
8.2.2654  Vim9: getting a character from a string can be slow
8.2.2655  The -w command line argument doesn't work
8.2.2656  some command line arguments and regexp errors not tested
8.2.2657  Vim9: error message for declaring variable in for loop
8.2.2658  :for cannot loop over a string
8.2.2659  eval test fails because for loop on string works
8.2.2660  Vim9: no error for declaration with trailing text
8.2.2661  leaking memory when looping over a string
8.2.2662  there is no way to avoid some escape sequences
8.2.2663  Vim9: leaking memory when inline function has an error
8.2.2664  Vim9: not enough function arguments checked for string
8.2.2665  test failures
8.2.2666  Vim9: not enough function arguments checked for string
8.2.2667  prop_find() cannot find item matching both id and type
8.2.2668  Vim9: omitting "call" for "confirm()" does not give an error
8.2.2669  command line completion does not work after "vim9"
8.2.2670  Vim9: error for append(0, text)
8.2.2671  error for line number in legacy script
8.2.2672  Vim9: cannot use :lockvar and :unlockvar in compiled script
8.2.2673  Vim9: script-local funcref can have lower case name
8.2.2674  Motif: cancelling the font dialog resets the font
8.2.2675  directory change in a terminal window shell is not followed
8.2.2676  missing error message
8.2.2677  Vim9: cannot use only some of the default arguments
8.2.2678  test for 'autoshelldir' does not reset the option
8.2.2679  status line missing for non-current window with winbar
8.2.2680  Vim9: problem defining a script variable from legacy function
8.2.2681  Vim9: test fails for redeclaring script variable
8.2.2682  Vim9: cannot find Name.Func from "import * as Name"
8.2.2683  build failure without the +eval feature
8.2.2684  not enough folding code is tested
8.2.2685  custom statusline not drawn correctly with WinBar
8.2.2686  status line is not updated when going to cmdline mode
8.2.2687  Vim9: cannot use "const" for global variable in :def function
8.2.2688  Vim9: crash when using s: for script variable
8.2.2689  tiny build fails
8.2.2690  PowerShell files are not recognized
8.2.2691  autoconf may mess up compiler flags
8.2.2692  Vim9: locked script variable can be changed
8.2.2693  Vim9: locked script variable can be changed
8.2.2694  when 'matchpairs' is empty every character beeps
8.2.2695  cursor position reset with nested autocommands
8.2.2696  Lua test fails with Lua 5.4.3 and later
8.2.2697  function list test fails
8.2.2698  Lua test fails on MS-Windows
8.2.2699  Lua test fails
8.2.2700  nested autocmd test fails sometimes
8.2.2701  order of removing FORTIFY_SOURCE is wrong
8.2.2702  compiler completion test fails when more scripts are added
8.2.2703  Vim9: memory leak when failing on locked variable
8.2.2704  adding a lot of completions can be a bit slow
8.2.2705  Vim9: misleading reported line number for wrong type
8.2.2706  Vim9: wrong line number reported for boolean operator
8.2.2707  adding a lot of completions can still be a bit slow
8.2.2708  test sometimes fails waiting for shell in terminal
8.2.2709  the GTK GUI has a gap next to the scrollbar
8.2.2710  Vim9: not all tests cover script and :def function
8.2.2711  "gj" in a closed fold does not move out of the fold
8.2.2712  memory leak when adding to a blob fails
8.2.2713  folding code not sufficiently tested
8.2.2714  filetype pattern ending in star is too far up
8.2.2715  Vim9: tests fail without the channel feature
8.2.2716  the equivalent class regexp is missing some characters
8.2.2717  GTK menu items don't show a tooltip
8.2.2718  Vim9: no explicit test for using a global function without g:
8.2.2719  Vim9: appending to dict item doesn't work in a :def function
8.2.2720  GTK menu tooltip moves the cursor
8.2.2721  Vim9: cannot have a linebreak inside a lambda
8.2.2722  Vim9: crash when using LHS with double index
8.2.2723  assignment test fails
8.2.2724  Vim9: concatenating to list in dict not tested
8.2.2725  Vim9: message about compiling is wrong when using try/catch
8.2.2726  confusing error message with white space before comma
8.2.2727  function test fails
8.2.2728  special key names don't work if 'isident' is cleared
8.2.2729  Vim9: wrong error message for referring to legacy script var
8.2.2730  Coverity complains about not restoring character
8.2.2731  Mac: SF symbols are not displayed properly
8.2.2732  prompt for s///c in Ex mode can be wrong
8.2.2733  detecting Lua version is not reliable
8.2.2734  Vim9: cannot use legacy script-local var from :def function
8.2.2735  Vim9: function reference found with prefix, not without
8.2.2736  Vim9: for loop over string is a bit slow
8.2.2737  status line not updated when local 'statusline' option set
8.2.2738  extending a list with itself can give wrong result
8.2.2739  Vim9: a lambda accepts too many arguments at the script level
8.2.2740  Vim9: lambda with varargs doesn't work
8.2.2741  Vim9: Partial call does not check right arguments
8.2.2742  Vim9: when compiling a function fails it is cleared
8.2.2743  Vim9: function state stuck when compiling with ":silent!"
8.2.2744  Vim9: no way to explicitly ignore an argument
8.2.2745  Vim9: missing part of the argument change
8.2.2746  check for duplicate arguments does not work
8.2.2747  Vim9: not always an error for too many function arguments
8.2.2748  Vim9: memory leak when calling :def function fails
8.2.2749  Vim9: test for error can be a bit flaky
8.2.2750  Vim9: error for using underscore in nested function
8.2.2751  Coverity warns for using NULL pointer
8.2.2752  Coverity reports unreachable code
8.2.2753  Vim9: cannot ignore an item in assignment unpack
8.2.2754  :sleep! does not always hide the cursor
8.2.2755  Vim9: no error for using a number in a condition
8.2.2756  Vim9: blob index and slice not implemented yet
8.2.2757  Vim9: blob tests for legacy and Vim9 script are separate
8.2.2758  Vim9: wrong line number for autoload function with wrong name
8.2.2759  Vim9: for loop infers type of loop variable
8.2.2760  Vim9: no error for changing a for loop variable
8.2.2761  using "syn include" does not work properly
8.2.2762  Vim9: function line truncated when compiling
8.2.2763  Vim9: cannot use type in for loop unpack at script level
8.2.2764  memory leak when default function argument is allocated
8.2.2765  Vim9: not all blob operations work
8.2.2766  test failure
8.2.2767  compiler warning for unused argument
8.2.2768  Vim9: memory leak with blob range error
8.2.2769  Modula-3 config files are not recognized
8.2.2770  Vim9: type of loop variable is not used
8.2.2771  Vim9: assignment not recognized if declaration was skipped
8.2.2772  problems when restoring 'runtimepath' from a session file
8.2.2773  PSL filetype not recognized
8.2.2774  Vim9: cannot import an existing name even when using "as"
8.2.2775  Vim9: wrong line number used for some commands
8.2.2776  :mksession uses current value of 'splitbelow' and 'splitright'
8.2.2777  Vim9: blob operations not tested in all ways
8.2.2778  problem restoring 'packpath' in session
8.2.2779  memory access error in remove() for blob
8.2.2780  Vim9: for loop over blob doesn't work
8.2.2781  add() silently skips when adding to null list or blob
8.2.2782  Vim9: blob operations not fully tested
8.2.2783  duplicate code for setting byte in blob, blob test may fail
8.2.2784  Vim9: cannot use \=expr in :substitute
8.2.2785  Vim9: cannot redirect to local variable
8.2.2786  Vim9: memory leak when using :s with expression
8.2.2787  MS-Windows: crash when using :echoconsole
8.2.2788  Raku is now the only name what once was called perl6
8.2.2789  Vim9: using \=expr in :substitute does not handle jumps
8.2.2790  filetype test fails
8.2.2791  Vim9: memory leak when using \=expr in :substitute
8.2.2792  Vim9: :disas shows instructions for default args but no text
8.2.2793  MS-Windows: string literals are writable with MSVC
8.2.2794  Linux users don't know how to get ncurses
8.2.2795  Coverity warns for not using return value
8.2.2796  Vim9: redir to variable does not accept an index
8.2.2797  Search highlight disappears in the Visual area
8.2.2798  Vim9: redir to variable with append does not accept an index
8.2.2799  Vim9: type casts don't fully work at the script level
8,2.2800  after a timer displays text a hit-enter prompt is given
2021-04-23 06:31:35 +00:00
wiz
36740b281e *: update some HOMEPAGES with help fro prlw1@ 2021-04-22 10:16:38 +00:00
wiz
b51fd3ae06 *: remove dead download sites 2021-04-21 15:46:04 +00:00
wiz
7f7f71f613 *: remove dead download site 2021-04-21 15:31:18 +00:00
adam
da0a125726 revbump for boost-libs 2021-04-21 13:24:06 +00:00
adam
9d0e79c401 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
wiz
49d62996d4 elvis: remove dead master site and homepage 2021-04-21 08:22:42 +00:00
wiz
92735d9bc1 lpe: remove dead master site 2021-04-21 08:21:44 +00:00
wiz
2375d7bb29 mg2a: remove dead master site 2021-04-21 08:20:45 +00:00
wiz
6bf6bf9df5 *: remove dead master site 2021-04-21 08:11:16 +00:00
wiz
5aad2f4370 uemacs: remove dead master site 2021-04-21 08:09:02 +00:00
wiz
c7baa20853 ve: remove dead master sites, add github homepage 2021-04-21 08:08:07 +00:00
wiz
922d47a83b wily: remove dead master site 2021-04-21 08:05:56 +00:00