Commit graph

3889 commits

Author SHA1 Message Date
markd
2d2ef0b998 codeblocks: fixes for linux, gcc7 and recent opencv 2017-12-19 20:05:37 +00:00
markd
91cfb102d5 texstudio: update to 2.12.6
- use Breeze window theme on KDE Plasma 5
- support single-finger panning gesture on most config dialog components
- support single-finger panning touch gesture on log viewer
- pdf viewer scroll tool: support single-finger panning gesture
- center width-constrained documents in the editor (optional)
- add document tab context menu entries "Close" and "Close All Other Documents"
- improved layout of config build page
- add system check for language tool
- change search defaults to case-insensitive (feature-requests#1254)
- tags for beamer
- change preview default to embedded pdf
- handle preview failures more gracefully, i.e. no warning pop-ups
- repect preview settings (panel,etc) also for hover preview
- show hover preview as tooltip in case of inline-mode
- warn if compiler commands are actually a command list
- several improvements to the latex parser
- notify that a restart is required when switching between modern and
  classic style
- improved LanguageTool communication: better error handling
- add reset to default button for some LT settings
- add 200ms delay before showing auto-hidden viewer toolbar to prevent
  flicker
- eye candy for pdf circular magnifier (adapted code from texworks)
- show pdf highlight in magnifier
- capslock does not close completer any more
- alternative approach for determine directories from complete texts
- use cache for previews
- auto open completer when starting to type in references, packages etc.
- scripting: editor.cutBuffer
- subframetitle in structure view
- enable inputMethod (e.g. ^) in completer
- change default for complete non-text chacters to off, as it tends to
  cause unexpected behaviour
- bug fixes
2017-12-19 09:42:48 +00:00
prlw1
2be17185f0 Update ne to 3.13
Version 3.13 19-December-2016
-----------------------------

1. Since 3.12 the list of commands that are allowed in readonly mode was out of
step by one.

2. Output "reading" or "writing" when reporting failure to open a file.

3. If a regular expression match in widechars mode encountered a line
containing an invalid UTF-8 string, it behaved as "no match" on that line
instead of reporting the error from PCRE.

4. In screen mode, if a global limit was set, the ending message for a global
match (e.g. "No More: x matches, y changes") was overwritten at the start by a
line number unless "all" was given to the global prompt.

5. The global limit mark has been separated from the text mark and now operates
independently. As a result, it is now possible to cut and paste text and do
bulk line operations while a global limit is set.

6. The "configure" script now checks for the presence of the chosen PCRE
library and also for the termcap or terminfo library.


Version 3.12 04-October-2016
----------------------------

The way that the "back" command works is completely revised. It is now possible
to change the size of the "regions" that "back" remembers, using the BACKREGION
command. The "front" command (defaulted on the ^F keystroke) moves to the line
that is at the top of the back stack.


Version 3.11 19-August-2016
---------------------------

1. NE was crashing if a BACK command was issued before any changes were made
   to the file.

2. "Back" line handling was doing some unnecessary processing and occasionally
   giving a mysterious (incorrect) error message about reading commands in
   binary mode. This should have been "'back' line not found", an internal
   error. The internal error has been fixed. It happened in some cases when two
   changes were made on a line that was subsequently deleted - only one
   instance was removed from the "back" list if the two instances were
   adjacent.

3. "Back" handling wasn't always remembering modification points for certain
    cursor movements.


Version 3.10 27-January-2016
----------------------------

1. Default to using PCRE2, but with a configure option to revert to PCRE1.

2. Removed some old coding macros that were set up for 16-bit Borland C, which
   are surely obsolete now.

3. Fix minor uninitialized read issue in argument decoding on 64-bit systems.

4. After compiling with a lot of warnings enabled, a lot of code tidying has
   been done, mainly turning many int variables into unsigned ints, and
   removing parameters that are not used in Unix-like environments (a hangover
   from early versions that ran on different systems). There is still plenty
   that could be done, however.

5. Removed configure tests for strerror(), memmove(), and bcopy() as these are
   nowadays always available, and anyway, the code no longer checked the
   macros (bcopy() wasn't even used). TIOCGWINSZ was assumed in the
   configuration, so removed the checks in the code.


Version 3.04 27-December-13
---------------------------

1. Change 2 for 3.03 broke full-screen editing when run from a non-xterm
   terminal (e.g. "screen") because it acccidentally insisted on the presence
   of a Delete key.


Version 3.03 09-November-13
---------------------------

1. Removed some set but unused variables (detected by clever new compiler).

2. Updated special keystroke handling for xterm to use more of the default
   strings as specified in the default terminfo file (at least, the one on my
   Arch Linux system).
2017-12-16 19:46:29 +00:00
adam
83bee2d2f8 vim-share: fix building with Python 3.x (PR 52742) 2017-12-10 12:39:47 +00:00
bsiegert
32ff3f2da8 Update to vim-8.0.1379
Significant change: my ChromeOS fix is now included, so I can remove the
workaround from Makefile.common :)
2017-12-08 20:12:43 +00:00
maya
964bedc046 bump for print/poppler major bump
note: script detailed in `man revbump` insisted on bumping pkgrevision of
print/poppler, it's probably wrong, but not committing this change is wronger.
2017-12-08 08:52:56 +00:00
bsiegert
81db3a11b2 Disable selinux on ChromeOS.
ChromeOS userland has a libselinux but not the selinux.h header file. The
configure check passes but compilation later fails.

However, the resulting binary still does not run. It gets killed on
startup with "buffer overflow detected".
2017-12-03 19:49:03 +00:00
morr
b9cd45aa46 Update to patches 1365.
Changes:
8.0.1215  newer gcc warns for implicit fallthrough
8.0.1216  tabline is not always updated for :file command
8.0.1217  can't use remote eval to inspect vars in debug mode
8.0.1218  writing to freed memory in autocmd
8.0.1219  terminal test is flaky
8.0.1220  skipping empty statusline groups is not correct
8.0.1221  still too many old style tests
8.0.1222  test functions interfere with each other
8.0.1223  crash when using autocomplete and tab pages
8.0.1224  still interference between test functions
8.0.1225  no check for spell region being zero
8.0.1226  edit and popup tests failing
8.0.1227  undefined left shift in readfile()
8.0.1228  invalid memory access in GUI test
8.0.1229  condition in vim_str2nr() is always true
8.0.1230  CTRL-A in Visual mode uses character after selection
8.0.1231  expanding file name drops dash
8.0.1232  MS-Windows users are confused about default mapping
8.0.1233  typo in dos installer
8.0.1234  MS-Windows: composing chars are not shown properly
8.0.1235  cannot disable the terminal feature in a huge build
8.0.1236  Mac features are confusing
8.0.1237  ":set scroll&" often gives an error
8.0.1238  incremental search only shows one match
8.0.1239  cannot use a lambda for the skip argument to searchpair()
8.0.1240  MS-Windows: term_start() does not support environment
8.0.1241  popup test is flaky
8.0.1242  function argument with only dash is seen as number zero
8.0.1243  no test for what 8.0.1227 fixes
8.0.1244  search test does not work correctly on MS-Windows
8.0.1245  when WaitFor() has a wrong expression it just waits a second
8.0.1246  popup test has an arbitrary delay
8.0.1247  not easy to find Debian build info
8.0.1248  stray + in README file
8.0.1249  no error when WaitFor() gets an invalid wrong expression
8.0.1250  'hlsearch' highlighting not removed after incsearch
8.0.1251  invalid expressin passed to WaitFor()
8.0.1252  incomplete translations makefile for MinGW/Cygwin
8.0.1253  still too many old style tests
8.0.1254  undefined left shift in gethexchrs()
8.0.1255  duplicate badge README file
8.0.1256  typo in configure variable vim_cv_tgent
8.0.1257  no test for fix of undefined behavior
8.0.1258  'ttymouse' is set to "sgr" even though it's not supported
8.0.1259  search test can be flaky
8.0.1260  using global variables for WaitFor()
8.0.1261  program in terminal window gets NL instead of CR
8.0.1262  terminal redir test is flaky
8.0.1263  others can read the swap file if a user is careless
8.0.1264  terminal debugger gets stuck in small window
8.0.1265  swap test not skipped when there is one group
8.0.1266  Test_swap_directory was commented out
8.0.1267  Test_swap_group may leave file behind
8.0.1268  PC install instructions are incomplete
8.0.1269  effect of autocommands on marks is not tested
8.0.1270  mismatching file name with Filelist
8.0.1271  still too many old style tests
8.0.1272  warnings for unused variables in tiny build
8.0.1273  old test file remaining
8.0.1274  setbufline() fails when using folding
8.0.1275  CmdlineLeave autocmd prevents fold from opening
8.0.1276  key lost when window closed in exit callback
8.0.1277  terminal window CR-NL conversions may cause problems
8.0.1278  GUI window always resizes when adding scrollbar
8.0.1279  initializing menus can be slow
8.0.1280  Python None cannot be converted to a Vim type
8.0.1281  loading file type detection slows down startup
8.0.1282  script-local variable defined in the wrong script
8.0.1283  test 86 fails under ASAN
8.0.1284  loading file type detection slows down startup
8.0.1285  distributed autoload files may clash with user files
8.0.1286  occasional crash when using a channel
8.0.1287  temp file used for viminfo may have wrong permissions
8.0.1288  GUI: cannot drag the statusline of a terminal window
8.0.1289  mkview always includes the local directory
8.0.1290  seq_cur of undotree() wrong after undo
8.0.1291  C indent wrong when * immediately follows comment
8.0.1292  quick clicks in the WinBar start Visual mode
8.0.1293  setting a breakpoint in the terminal debugger sometimes fails
8.0.1294  GUI: get stuck when splitting a terminal window
8.0.1295  cannot automatically get a server name in a terminal
8.0.1296  checking the same condition twice
8.0.1297  +autoservername does not show enabled on MS-Windows
8.0.1298  missing test file
8.0.1299  bracketed paste does not work well in terminal window
8.0.1300  file permissions may end up wrong when writing
8.0.1301  generated license file for NSIS has a modeline
8.0.1302  still too many old style tests
8.0.1303  'ttymouse' is not set to "sgr" for Terminal.app and Iterm2
8.0.1304  CTRL-G/CTRL-T don't work with incsearch and empty pattern
8.0.1305  writefile() never calls fsync()
8.0.1306  ASAN error stack trace is not useful
8.0.1307  compiler warning for ignoring return value
8.0.1308  the "Reading from stdin" message may be undesired
8.0.1309  cannot use 'balloonexpr' in a terminal
8.0.1310  cproto generates errors because of missing type
8.0.1311  no test for strpart()
8.0.1312  balloon_show() only works in terminal when compiled with GUI
8.0.1313  missing dependencies cause parallel make to fail
8.0.1314  build fails on Mac
8.0.1315  build still fails on Mac
8.0.1316  build still still fails on Mac
8.0.1317  accessing freed memory in term_wait()
8.0.1318  terminal balloon only shows one line
8.0.1319  can't build GUI on MS-Windows
8.0.1320  popup test fails on GUI-only build
8.0.1321  can't build huge version with Athena
8.0.1322  textformat test isn't run
8.0.1323  mouse events in a terminal window may cause endless loop
8.0.1324  some xterm sends different mouse move codes
8.0.1325  more tests are not run
8.0.1326  largefile test fails on CI, glob test on MS-Windows
8.0.1327  new proto file missing from distribution
8.0.1328  trouble when using ":term ++close" with autocmd
8.0.1329  when a flaky test fails it also often fails the second time
8.0.1330  MS-Windows: job in terminal can't get back to Vim
8.0.1331  possible crash when window can be zero lines high
8.0.1332  highlighting in quickfix window could be better
8.0.1333  some tests are run twice
8.0.1334  splitting a window with a WinBar damages window layout
8.0.1335  writefile() using fsync() may give an error.
8.0.1336  cannot use imactivatefunc() unless compiled with +xim
8.0.1337  typo in #ifdef
8.0.1338  USE_IM_CONTROL is confusing and incomplete
8.0.1339  no test for what 8.0.1335 fixes
8.0.1340  MS-Windows: cannot build GUI without IME
8.0.1341  'imactivatefunc' test fails on MS-Windows
8.0.1342  cannot build with Motif and multi-byte
8.0.1343  MS-Windows: does not show colored emojis
8.0.1344  using 'imactivatefunc' in the GUI does not work
8.0.1345  race condition between stat() and open() for viminfo
8.0.1346  crash when passing 50 char string to balloon_split()
8.0.1347  MS-Windows: build broken by misplaced curly
8.0.1348  make testclean deletes script file on MS-Windows
8.0.1349  options test fails when using Motif or GTK GUI
8.0.1350  cannot build with +eval and -multi_byte
8.0.1351  warning for unused variables building with MinGW
8.0.1352  dead URLs in the help go unnoticed
8.0.1353  QuickFixCmdPost is not used consistently
8.0.1354  Shift-Insert doesn't always work in MS-Windows console
8.0.1355  cursor keys don't work in MS-Windows console
8.0.1356  using simalt in a GUIEnter autocommand inserts characters
8.0.1357  startup test fails on OpenBSD
8.0.1358  undercurl is not used in the terminal
8.0.1359  libvterm ANSI colors can not always be recognized
8.0.1360  the Terminal highlighting doesn't work in a terminal
8.0.1361  some users don't want to diff with hidden buffers
8.0.1362  terminal window colors wrong when using Terminal highlighting
8.0.1363  recovering does not work when swap file ends in .stz
8.0.1364  there is no easy way to get the window position
8.0.1365  when one channel test fails others fail as well
2017-12-03 17:49:14 +00:00
morr
afc94f8681 Update PLIST with new language 2017-12-03 17:47:48 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
wiz
aa089e5f65 pico: pass LDFLAGS to linker.
Fixes RELRO build.
2017-11-30 15:16:25 +00:00
kamil
1a3feb0da7 editors: Add dte 2017-11-24 06:47:15 +00:00
kamil
88fb7f0659 editors/dte: import dte-1.5
dte is a small and easy to use console text editor.

Features:

 - Multiple buffers/tabs
 - Unlimited undo/redo
 - Search and replace
 - Syntax highlighting
 - Customizable color schemes
 - Customizable key bindings
 - Command language with auto-completion
 - Jump to definition (using ctags)
 - Jump to compiler error
2017-11-24 06:46:01 +00:00
wiz
20f7c989fe recursive bump for libxkbcommon removal from at-spi2-core 2017-11-23 17:19:40 +00:00
wiedi
53bfb7c1fb nano: updated to 2.9.0
2017.11.18 - GNU nano 2.9.0 "Eta" introduces the ability to record and
		replay keystrokes (M-: to start and stop recording, M-;
		to play the macro back), makes ^Q and ^S do something
		useful by default (^Q starts a backward search, and ^S
		saves the current file), changes ^W to start always a
		forward search, shows the number of open buffers (when
		more than one) in the title bar, no longer asks to press
		Enter when there are errors in an rc file, retires the
		options '--quiet' and 'set quiet' and 'set backwards',
		makes indenting and unindenting undoable, will look in
		$XDG_CONFIG_HOME for a nanorc file and in $XDG_DATA_HOME
		for the history files, adds a history stack for executed
		commands (^R^X), does not overwrite the position-history
		file of another nano, and fixes a score of tiny bugs.
2017-11-19 12:57:24 +00:00
hauke
8cb91cc21c Default build without xft - there are problems with switching fonts,
and we end up with a proportional font, which defeats the primary use
of this editor.
2017-11-17 15:09:34 +00:00
hauke
adec576a0f Return to using the same system root as editors/xemacs{,-packages}. 2017-11-17 14:17:17 +00:00
hauke
9fd27da5b1 The standards.info provided by XEmacs conflicts with the one installed
by devel/autoconf, which is probably newer.
2017-11-17 13:06:03 +00:00
hauke
e7d453ae52 Unbreak SunOS builds (here: OmniOS). 2017-11-16 15:07:04 +00:00
hauke
a7bc638063 Upgrade to XEmacs 21.5.34
Most of the functionality moved to
../../editors/xemacs-current/{Makefile.common,options.mk}
2017-11-15 15:07:17 +00:00
hauke
a3047cd8c7 Upgrade to XEmacs 21.5.34
Don't try to define max_align_t in C11 or C++11 mode.

Regen patch.
2017-11-15 15:04:25 +00:00
hauke
61bf4ad6b1 Upgrade to XEmacs 21.5.34
Obsolete, fixed upstream
2017-11-15 15:02:19 +00:00
hauke
22e4134efc Upgrade to XEmacs 21.5.34
Deal with bulk build namespace intrusion.

Was patch-an
2017-11-15 15:01:36 +00:00
hauke
dfa0987600 Upgrade to XEmacs 21.5.34
Obsolete, fixed upstream
2017-11-15 15:00:38 +00:00
hauke
ae4bfc4697 Upgrade to XEmacs 21.5.34
Deal with a difference between bmake and gmake in using $< in a
makefile target

Was patch-al
2017-11-15 14:59:55 +00:00
hauke
dc63b914c0 Upgrade to XEmacs 21.5.34
Prefer NAME_MAX over MAXNAMLEN, if available

Was patch-ak
2017-11-15 14:58:53 +00:00
hauke
61d1bd49c5 Upgrade to XEmacs 21.5.34
Fix build on DragonFly

Was patch-aj
2017-11-15 14:57:58 +00:00
hauke
fa9ed486bb Upgrade to XEmacs 21.5.34
Obsolete, change is in upstream
2017-11-15 14:57:09 +00:00
hauke
429fe8900f Upgrade to XEmacs 21.5.34
Obsolete, CANNA v1 was de-supported in 2007
2017-11-15 14:56:25 +00:00
hauke
331e31acde Upgrade to XEmacs 21.5.34
Obsolete, the file is #included, and the including file
should import the required headers
2017-11-15 14:55:35 +00:00
hauke
bd6f4df119 Upgrade to XEmacs 21.5.34
Obsolete, gtk support does not build, and is
subject to re-work upstream
2017-11-15 14:54:56 +00:00
hauke
d22ffd1d35 Upgrade to XEmacs 21.5.34
Obsolete, src/unexfreebsd.c is gone
2017-11-15 14:54:09 +00:00
hauke
b8ec288ea2 Upgrade to XEmacs 21.5.34
Enhance ELF macros to deal with 32/64 bit arches
Special-case alpha

Was patch-ad
2017-11-15 14:53:27 +00:00
hauke
ff0b8b5c73 Upgrade to XEmacs 21.5.34
Install internal build scripts as scripts
Prefix {c,e}tags to avoid conflicts

Was patch-ac
2017-11-15 14:52:02 +00:00
hauke
2f0eb9a5f6 Upgrade to XEmacs 21.5.34
Add POSIX syntax for passing ld(1) options through the
compiler front end

NetBSD machine settings are gone
Other patches are in upstream

Was patch-ab
2017-11-15 14:50:50 +00:00
hauke
395402daae Upgrade to XEmacs 21.5.34
Prefix {c,e}tags to avoid conflicts.

Was patch-aa
2017-11-15 14:49:32 +00:00
hauke
cbbc0d7798 Upgrade xemacs-current to 21.5.34
Since the non-{X11,lucid} toolkits have bitrotted, remove those
options, and rework options.mk like the editors/xemacs one.

Switching to the portable dumper and using system malloc obsoletes the
hacks.

Like XEmacs 21.4 and the emacsen, we need to build with -DTERMINFO for
proper console display.

Since Makefile content is minimal for xemacs-current{,-nox11}, keep
the pkgsrc nb revision centrally in Makefile.common.

Take maintainership.
2017-11-15 14:46:31 +00:00
wiz
2b40a063af p5-PPIx-EditorTools: update to 0.20.
0.20 2017-10-22
  - POD fixes.
  - maintainership passes to Yanick.
  - remove unused variables.

  [ STATISTICS ]
    - code churn: 18 files changed, 172 insertions(+), 204 deletions(-)
2017-11-08 20:54:20 +00:00
morr
c1bacae520 Update to patchset 1214.
Changes:
8.0.1177  in a terminal window the popup menu is not cleared
8.0.1178  using old compiler on MS-Windows
8.0.1179  Test_popup_and_window_resize() does not always pass
8.0.1180  MS-Windows testclean target deletes the color script
8.0.1181  tests using Vim command fail on MS-Windows
8.0.1182  cannot see or change mzscheme dll name
8.0.1183  MS-Windows build instructions are outdated
8.0.1184  the :marks command is not tested
8.0.1185  Ruby library includes minor version number
8.0.1186  still quite a few old style tests
8.0.1187  building with lua fails for OSX on Travis
8.0.1188  autocmd test fails on MS-Windows
8.0.1189  E172 is not actually useful
8.0.1190  unusable after opening new window in BufWritePre event
8.0.1191  MS-Windows: missing 32 and 64 bit files in installer
8.0.1192  MS-Windows: terminal feature not enabled by default
8.0.1193  crash when wiping out a buffer after using getbufinfo()
8.0.1194  actual fg and bg colors of terminal are unknown
8.0.1195  can't build on MS-Windows
8.0.1196  crash when t_RF is not set
8.0.1197  MS-Windows build instructions are not up to date
8.0.1198  older compilers don't know uint8_t
8.0.1199  when 'clipboard' is "autoselectplus" star register is set
8.0.1200  tests switch the bell off twice
8.0.1201  "yL" is affected by 'scrolloff'
8.0.1202  :wall gives an errof for a terminal window
8.0.1203  terminal window mistreats composing characters
8.0.1204  a QuitPre autocommand may get the wrong file name
8.0.1205  it is possible to unload a changed buffer
8.0.1206  no autocmd for entering or leaving the command line
8.0.1207  profiling skips the first and last script line
8.0.1208  'statusline' drops empty group with highlight change
8.0.1209  still too many old style tests
8.0.1210  CTRL-G and CTRL-T are ignored with typeahead
8.0.1211  cannot reorder tab pages with drag & drop
8.0.1212  MS-Windows: tear-off menu does not work on 64 bit
8.0.1213  setting 'mzschemedll' has no effect
8.0.1214  accessing freed memory when EXITFREE is set
2017-10-24 11:04:03 +00:00
adam
34d979e366 Jedi is a static analysis tool for Python that can be used in IDEs/editors. Its
historic focus is autocompletion, but does static analysis for now as well.
Jedi is fast and is very well tested. It understands Python on a deeper level
than all other static analysis frameworks for Python.

Jedi has support for two different goto functions. It's possible to search for
related names and to list all names in a Python file and infer them. Jedi
understands docstrings and you can use Jedi autocompletion in your REPL as
well.
2017-10-16 17:03:06 +00:00
tez
29d1500deb emacs21: fix for CVE-2017-14482
adapted from upstream 9ad0fcc54442a9a01d41be19880250783426db70
2017-10-12 17:30:24 +00:00
morr
9ab0664a3e Update to patchset 8.0.1176
Changes:
8.0.1097  background color wrong if job changes background color
8.0.1098  build failure if libvterm installed
8.0.1099  warnings for GDK calls
8.0.1100  stuck in redraw loop when 'lazyredraw' is set
8.0.1101  channel write fails if writing to log fails
8.0.1102  terminal window does not use Normal colors
8.0.1103  converting cterm color fails for grey ramp
8.0.1104  the qf_jump() function is too long
8.0.1105  match() and matchend() are not tested
8.0.1106  terminal colors wrong on an MS-Windows console
8.0.1107  terminal debugger jumps to non-existing file
8.0.1108  cannot specify mappings for the terminal window
8.0.1109  timer causes error on exit from Ex mode
8.0.1110  FORTIFY_SOURCE from Perl causes problems
8.0.1111  syntax error in configure when using Perl
8.0.1112  can't get size or current index from quickfix list
8.0.1113  can go to Insert mode from Terminal-Normal mode
8.0.1114  default for 'iminsert' is annoying
8.0.1115  crash when using foldtextresult() recursively
8.0.1116  terminal test fails on MS-Windows
8.0.1117  Test_terminal_no_cmd hangs on MS-Windows with GUI
8.0.1118  FEAT_WINDOWS adds a lot of #ifdefs
8.0.1119  quitting a split terminal window kills the job
8.0.1120  :tm means :tmap instead of :tmenu
8.0.1121  can uncheck executables in MS-Windows installer
8.0.1122  vimtutor.bat doesn't work well with vim.bat
8.0.1123  cannot define a toolbar for a window
8.0.1124  use of MZSCHEME_VER is unclear
8.0.1125  wrong window height when splitting window with window toolbar
8.0.1126  endless resize when terminal showing in two buffers
8.0.1127  Test_peek_and_get_char fails on 32 bit system
8.0.1128  old xterm sends CTRL-X in response to t_RS
8.0.1129  window toolbar missing a part of the patch
8.0.1130  the qf_jump() function is still too long
8.0.1131  not easy to trigger an autocommand for new terminal window
8.0.1132  #if condition is not portable
8.0.1133  syntax timeout not used correctly
8.0.1134  superfluous call to syn_get_final_id()
8.0.1135  W_WINCOL() is always the same
8.0.1136  W_WIDTH() is always the same
8.0.1137  (after 8.0.1136) cannot build with Ruby
8.0.1138  click in window toolbar starts Visual mode
8.0.1139  using window toolbar changes state
8.0.1140  still old style tests
8.0.1141  MS-Windows build dependencies are incomplete
8.0.1142  window toolbar menu gets a tear-off item
8.0.1143  macros always expand to the same thing
8.0.1144  using wrong #ifdef for computing length
8.0.1145  warning when compiling with Perl
8.0.1146  redraw when highlight is set with same names
8.0.1147  fail to build with tiny features
8.0.1148  gN doesn't work on last match with 'wrapscan' off
8.0.1149  libvterm colors differ from xterm
8.0.1150  MS-Windows GUI: dialog font size is incorrect
8.0.1151  "vim -c startinsert!" doesn't append
8.0.1152  encoding of error message wrong in Cygwin terminal
8.0.1153  no tests for diff_hlID() and diff_filler()
8.0.1154  'indentkeys' does not work properly
8.0.1155  Ruby command triggers a warning
8.0.1156  trouble from removing one -W argument from Perl CFLAGS
8.0.1157  compiler warning on MS-Windows
8.0.1158  still old style tests
8.0.1159  typo in #ifdef
8.0.1160  getting tab-local variable fails after closing window
8.0.1161  popup menu drawing problem when resizing terminal
8.0.1162  shared script for tests cannot be included twice
8.0.1163  popup test is flaky
8.0.1164  changing StatusLine highlight does not always work
8.0.1165  popup test is still flaky
8.0.1166  :terminal doesn't work on Mac High Sierra
8.0.1167  Motif: typing in terminal window is slow
8.0.1168  wrong highlighting with combination of match and 'cursorline'
8.0.1169  highlignting one char too many with 'list' and 'cul'
8.0.1170  using termdebug results in 100% CPU time
8.0.1171  popup test is still a bit flaky
8.0.1172  when E734 is given option is still set
8.0.1173  terminal window is not redrawn after CTRL-L
8.0.1174  Mac Terminal.app has wrong color for white
8.0.1175  build failure without +termresponse
8.0.1176  job_start() does not handle quote and backslash correctly
2017-10-07 12:32:23 +00:00
wiz
1011d2f380 transfig: remove, replaced by print/fig2dev 2017-10-03 15:12:42 +00:00
wiz
2c2b2b29ed editors/Makefile: remove emacs2{2,3,4}*
CVs: ----------------------------------------------------------------------
2017-09-30 07:24:22 +00:00
wiz
eef80df883 emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions
As announced in
https://mail-index.netbsd.org/pkgsrc-users/2017/09/11/msg025563.html

This still leaves emacs20, emacs21, and the current version, emacs25.
2017-09-29 12:40:26 +00:00
wiz
4cbafe81bd p5-Padre-Plugin-XS: update to 0.12.
0.12 2013-12-17
 - fix mislaid README from last release (BOWTIE)

0.11 2013-12-16
 - Remove MYMETA and fox a typo (BOWTIE)

0.10 2013-12-14
 - Added Dutch translation (ddn123456 - Dirk De Nijs)
 - Added Brazilian Portuguese translation (GARU)
 - Tweak pp-xs so that it will load under pp api 2.2 (BOWTIE)

0.09 2010-12-06
 - Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)

0.08 2010-10-29
 - Removed Test::NeedsDisplay dependency (AZAWAWI)

0.07 2010-10-27
 - [@PadrePlugin] replaced cruft in dist.ini (AZAWAWI)

0.06 2010-10-27
 - t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests]
   (AZAWAWI)

0.05 2010-10-22
 - Re-uploaded 0.04 as 0.05 to satisfy the indexer (AZAWAWI)

0.04 2010-10-22
 - Switched to Dist::Zilla (AZAWAWI)
 - Fixed 00-load.t failure when $ENV{DISPLAY} is not set (AZAWAWI)

0.03 2010-10-20
 - Compatibility with the latest Padre (AZAWAWI, CHORNY)
 - Added i18n support (AZAWAWI)
 - Added Arabic translation (AZAWAWI)
2017-09-27 21:58:20 +00:00
wiz
05c294f036 p5-Padre-Plugin-Vi: Simplify PKGNAME. 2017-09-27 21:49:50 +00:00
wiz
aa6703e4e3 p5-Padre-Plugin-SpellCheck: update to 1.33.
1.33 2013-09-24
 - Add MYMETA to MANIFEST.SKIP (BOWTIE)

1.32 2013-05-02
 - Update dependainces and bump version (BOWTIE)
 - Tweak tests to increase coverage (BOWTIE)

1.31_03 2013-01-14
 - Tweak perl version dependancy and Makefile (BOWTIE)

1.31_02 2013-01-11
 - Bumped perl dependancie to 5.12.5 as test 05-Checker.t was failing under
   perl 5.10.1 with Class::Accessor (BOWTIE)
 - Update Changes file to CPAN::Changes::Spec (BOWTIE)

1.31_01 2012-08-25
 - Missing ellipsis on context menu (BOWTIE)
 - changed to dev version number until padre 0.98 is released (BOWTIE)

1.31 2012-08-23
 - My Bad, forgot to add icon (BOWTIE)

1.30 2012-08-22
 - update preferences to new Padre::Util::run_in_dir_two format (BOWTIE)
 - Add event_on_context_menu to enable changing preferences (BOWTIE)
 - Tweak tests for above (BOWTIE)

1.29 2012-06-19
 - Typo in fbp (BOWTIE)
 - replacement text location slipping dod+ (BOWTIE)
 - remove unused variable (BOWTIE)
 - switch to Class::Accessor with 'antlers' (BOWTIE)

1.28 2012-06-15
 - POD tweak for clarification dod+ (BOWTIE)
 - disable button when finished (BOWTIE)

1.27 2012-05-13
 - fix hunspell selection, which was not and tweak POD (BOWTIE)

1.26 2012-05-13
 - use v-string (BOWTIE)
 - update to next version number (BOWTIE)

1.25 2012-04-24
 - dynamic Dialogue Titles (BOWTIE)
 - Update POD, remove test code (BOWTIE)
 - implement new plugin_disable (BOWTIE)
 - use Try::Tiny implement (BOWTIE)
 - moving to p-p-xx-yy for config,  tides code and makes more consistent
   across plug-ins,  Padre 0.96 compatible only (BOWTIE)
 - Tweak tests, add README (BOWTIE)

1.24 2012-02-26
 - remove unwanted test for Text::Aspell installed (BOWTIE)

1.23 2012-02-26
 - fix plugin_enable school boy error (BOWTIE)
 - fix the config DB to check on enable for past and new install (BOWTIE)
 - Bump version to 1.23 (BOWTIE)
 - added Text::Hunspell (BOWTIE)
 - Update Status info in Checker to show dictionary and language
   (ALIAS)(BOWTIE)
 - rename Method accessors to inc get/set (BOWTIE)
 - remove un-used Methods (BOWTIE)
 - add the standard License to the tail as and where (BOWTIE)

1.22 2012-02-22
 - remove dead code in plugin_icon method (ZENOG)
 - Upgraded to use wxFormBuilder-based forms (BOWTIE)
 - revert-> Added missing Data::Printer dependency (AZAWAWI)<-(BOWTIE)
 - Access to Preferences is now via Plugin Manager (BOWTIE)
 - Preferences now displays language name rather than ISO code (BOWTIE)
 - use Padre Locale for dictionary names from ISO code (BOWTIE)
 - Start on adding some tests, as there are none (BOWTIE)
 - Preferences now shows and saves Aspell and Hunspell local dictionaries
   (BOWTIE)

1.21 2010-12-06
 - Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)
 - rename method 'spell_preferences' to 'plugin_preferences', so that the
   dialogue can also be called from the plugin manager (ZENOG)
 - add support for some filters (XML, HTML, LaTeX) (ZENOG)
 - fix encoding information in German translation file: ASCII to UTF-8
   #1070 (ZENOG)

1.2 2010-10-29
 - Removed Test::NeedsDisplay dependency (AZAWAWI)

1.1.3 2010-10-27
 - Compatibility with the latest Padre (ZENOG, AZAWAWI)
 - Added German translation (ZENOG)
 - Added Japanese translation (ISHIGAKI)
 - Fixed translations in share directory and removed old one(AZAWAWI)
 - Switched to Dist::Zilla (AZAWAWI)
 - t/00-load.t is magically injected by [@PadrePlugin] via [LoadTests]
   (AZAWAWI)
2017-09-27 21:47:35 +00:00
wiz
80f8b785e0 p5-Padre-Plugin-Nopaste: update to 0.08.
0.08 2013-09-25T22:22:22Z BST
 - remove MYMETA from dist (BOWTIE)

0.07 2013-05-03
 - Update Changes to changes-strict (BOWTIE)
 - Tweak plugin_enable to throw a more human readable error (BOWTIE)
 - Update Makefile with midgen output (BOWTIE)

0.06 2012-08-31
 - remove cruff from MANIFEST, azawawi++ (BOWTIE)

0.05 2012-08-31
 - remove cruff, my bad, POD tweak, azawawi++ (BOWTIE)

0.04 2012-08-31
 - Update to Padre::Plugin for API 2.2
 - Update to Padre::Task 3.0
 - Update Makefile.PL
 - Added README
 - Tweak tests and POD
 - Defaults to #padre
 - Now with Prefs Dialog
 - improved Dialog with reset (BOWTIE)

0.3.1 2010-08-14
 - Better pod for Padre::Plugin::Nopaste::Task

0.3.0 2010-08-13
 - Support Task API 2.0 (CHORNY)
 - Added Padre::Plugin::Nopaste::Task (CHORNY)
2017-09-27 21:41:02 +00:00
wiz
78695db954 p5-Padre-Plugin-Kate: update to 0.06.
0.06   2010.12.06
    Restored missing POT/PO translation sources (Damyan Ivanov, AZAWAWI)
    Added nicer 'About' text (ZENOG)

0.05   2010.10.29
    Added support for C# (CHORNY)
    Switched to Dist::Zilla (AZAWAWI)
    Added compatibility with the latest Padre (AZAWAWI)
    Added Arabic translation (AZAWAWI)
2017-09-27 21:35:36 +00:00