summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2018-02-14GC hacks.mk -- switching to system malloc has taken care of the issue.hauke2-19/+5
Unbreak package by including options.mk, which keeps configure from looking fro X11.
2018-02-01Move PKGREVISION up from Makefile.common into the individual packages'hauke6-8/+10
Makefile. As wiz convincingly pointed out, differing dependencies may make for differing PKGREVISION.
2018-02-01emacs25-nox11: Fix _EMACS_VERSION_MINOR.jperkin1-2/+2
2018-01-30The xemacs* package Makefiles are minimal, with all common informationhauke7-16/+23
factored out to Makefile.common. This includes both upstream and pkgsrc specific.version information.
2018-01-30On some target platforms, Xm headers #define *_XFT_ symbols; if we dohauke3-3/+25
not use xft (the default), explicitly disable it.
2018-01-30nano: updated to 2.9.3wiedi3-8/+9
2018.01.29 - GNU nano 2.9.3 "Córdoba" fixes a segfault with trimblanks that could occur when a typed space caused the word after it to be pushed to the next line. It further makes macros work also when your keyboard still emits escape sequences, adds the options -M and --trimblanks for the command line, recognizes key combos with Shift on a few more terminals, no longer shows dots in certain prompt texts when visible witespace is turned on, fixes two corner cases when doing replacements in a marked region, allows to open a named pipe again when using --noread, and accurately detects a needed color change when a line contains a start match but not a corresponding end match any more. Plus some other small fry.
2018-01-28Bump PKGREVISION for gdbm shlib major bumpwiz19-32/+38
2018-01-28recursive bump after mpfr shlib major bumpwiz3-6/+6
2018-01-28Sigil: update to 0.9.9.wiz3-12/+11
Sigil-0.9.9 Bug Fixes - Add python_3.5_fixes3.patch to Python build and update build docs on OSX to fix missing symbols - Fix crash caused by Preview holding pointer to user removed resource when front tab is non-html resource - Fix crash in FlowTab destructor due to re-entering flowtab during Syntax Highlighting and signals - Fix issue with file icons disappearing when reordering in Book Browser (commit ecb56b1f) - Fix missing epub3 Manifest cover-image property setting/unsetting with BookBrowser - Fix issue where cancelling the SaveAs dialog disconnected an existing epub from its saved path - Fix assertion error in sigil-gumbo when handling extraneous script end tags - Apply multiple fixes for gumbo from upstream - Fix segfault in Split at Cursor when not an html file - Make sure Add Cover tool properly handles existing manifest cover properties in EPUB3s - Correct error dialog to say "Sigil may need to close." - Prevent Images and Misc items from being dragged to the Text folder in Book Browser (commit 30bb96d) - Fix Linux bug that prevents rich text from other programs being pasted into Book View (issue #320) - Fix bug where index entries inside em and dfn tags were ignored during index generation - Fix bug on Windows in spell checking when smart right single quotes are used for apostrophes - Fix bug in simple well-formed check to handle generic xml processing instructions - Fix bug in epub3 MetaEditor with title-type and collection-type properties - Fix plugin code to prevent book href vs manifest id clashes - Fix bug in Plugin Runner to allow it to delete non-manifested files properly - Fix bug in SourceUpdates to handle properly handle css properties with multiple urls - Fix bugs in well-formed check to better handle missing doctypes New Features - Add SIGIL_DISABLE_CURSOR_BLINK environment variable to disable text cursor to aid Accessibility on OSX - Better use semantic information (guide types and Landmarks) to allow the user finer control of index generation - Attempt to improve Metadata Editor placeholder text to help beginners - Preview Window Title bar will now show height and width of the Preview Window - Allow users to limit/disable clipboard history saving via General Preferences - Convert br tags in header text to linebreaks for toc/ncx/nav generation routines - Support spell checking of words with numbers controlled by Preference settings - Add two additional Quick Lauch Icons for Plugins
2018-01-26dasher: Specify c++03 to avoid conflicts with std::bind.jperkin1-2/+2
2018-01-20Update to newest changeset.morr3-8/+9
Changes: 8.0.1380 using "vim -r swapfile" the hit-enter prompt is misplaced. 8.0.1381 ch_readraw() waits for NL if channel mode is NL 8.0.1382 get "no write since last change" message if terminal is open 8.0.1383 local additions in help skips some files 8.0.1384 not enough quickfix help; confusing winid 8.0.1385 Python 3.5 is getting old 8.0.1386 cannot select modified buffers with getbufinfo() 8.0.1387 wordcount test is old style 8.0.1388 char not overwritten with ambiguous width char 8.0.1389 getqflist() items are missing if not set 8.0.1390 DirectX scrolling can be slow, vertical positioning is off 8.0.1391 encoding empty string to JSON sometimes gives "null" 8.0.1392 build fails with --with-features=huge --disable-channel 8.0.1393 too much highlighting with 'hlsearch' and 'incsearch' set 8.0.1394 cannot intercept a yank command 8.0.1395 it is not easy to see if a colorscheme is well written 8.0.1396 memory leak when CTRL-G in search command line fails 8.0.1397 pattern with \& following nothing gives an error 8.0.1398 :packadd does not load packages from the "start" directory 8.0.1399 warnings and errors when building tiny version 8.0.1400 color scheme check script shows up as color scheme 8.0.1401 cannot build with GTK but without XIM 8.0.1402 crash with nasty autocommand 8.0.1403 using freed buffer in grep command 8.0.1404 invalid memory access on exit 8.0.1405 duplicated code for getting a typed character 8.0.1406 difficult to track changes to a quickfix list 8.0.1407 GUI: CursorHold may trigger before 'updatetime' 8.0.1408 crash in setqflist() 8.0.1409 buffer overflow in :tags command 8.0.1410 hang when using count() with an empty string 8.0.1411 reading invalid memory with CTRL-W : 8.0.1412 using free memory using setloclist() 8.0.1413 accessing freed memory in :cbuffer 8.0.1414 accessing freed memory in :lfile. 8.0.1415 warning for unused function without timers feature 8.0.1416 crash when searching for a sentence 8.0.1417 test doesn't search for a sentence 8.0.1418 no test for expanding backticks 8.0.1419 cursor column is not updated after ]s 8.0.1420 accessing freed memory in vimgrep 8.0.1421 accessing invalid memory with overlong byte sequence 8.0.1422 no fallback to underline when undercurl is not set 8.0.1423 error in return not caught by try/catch 8.0.1424 the timer_pause test is flaky on Travis 8.0.1425 execute() does not work in completion of user command 8.0.1426 "gf" and <cfile> don't accept ? and & in URL 8.0.1427 the :leftabove modifier doesn't work for :copen 8.0.1428 compiler warning on 64 bit MS-Windows system
2018-01-17gcc7 fixmarkd2-1/+21
2018-01-16emacs21-nox: explicitly disable Xwiz1-1/+3
2018-01-14medit: update HOMEPAGE.tsutsui1-2/+2
2018-01-11texstudio: switch to qt5markd1-7/+8
2018-01-11texworks: update to 0.6.2 and switch to qt5markd3-20/+17
Release 0.6.2 (TL'17) [April 2017] * Implement handling of links to external files in the PDF preview * Implement a simple screen calibration widget to allow adapting the PDF preview to the screen's resolution * Improve responsiveness when opening large documents * Use old content instead of rendering placeholers after a PDF was reloaded to facilitate seeing changes * Improve the usability of the "Remove Aux Files..." dialog by letting the user toogle the selection by clicking anywhere on the row * Add support for the bibliography program "biber" by default * Allow custom zoom levels in the PDF status bar context menu * Add a Windows manifest so TeXworks looks more "native" on modern versions of Windows * Fix PDF zoom speed for high-resolution mouse-wheels * Fix a deadlock causing TeXworks to hang when loading PDF annotations such as links * Fix crash when changing files outside TeXworks * Fix crash when syncing from an if-block in the TeX file * Fix crash when reloading a PDF while text was selected * Fix enabling of the first/previous/next/last page toolbar buttons in the PDF preview * Fix the wrong appearance of the PDF magnifier in some cases * Fix truncation issues and misreported Windows versions in "Email to mailing list" * Update translations
2018-01-11texworks: mark as broken due to poppler-qt4 removalwiz1-2/+4
2018-01-10texstudio: mark as BROKENwiz1-3/+5
Needs removed poppler-qt4; or porting to qt5, but that does not build for me.
2018-01-10*: Recursive bump for poppler-0.62.0wiz2-4/+4
2018-01-10texmaker: default to qt5 now that poppler-qt4 is gone.wiz2-12/+5
2018-01-07Fix indentation in buildlink3.mk files.rillig2-6/+6
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2018-01-07Update to 2.9.2wen4-29/+13
Upstream changes: 2018 January 2 GNU nano 2.9.2 "Pussy Riot" correctly displays the Modified state when undoing/redoing (also when the file was saved somewhere midway), improves the undoing of an automatic linefeed at EOF, fixes a build issue on the BSDs, shows the cursor again when compiled with --withslang, renames the option 'justifytrim' to 'trimblanks' because it will now snip trailing whitespace also while you are typing (and hard-wrapping is enabled), continues pushing words to the next line much longer (when hard-wrapping), makes and indent and unindent a marked region, allows unindenting when not all lines are indented, lets a region marked with Shift persist when indenting/unindenting or commenting/uncommenting it, and in those cases excludes the last line of the region when it is not visibly marked (which makes for a more intuitive behavior).
2018-01-01Sort PLIST files.rillig7-40/+40
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01Revbump after boost updateadam8-16/+16
2017-12-30nano: update to 2.9.1schwarz4-12/+28
Changes between v2.9.0 and v2.9.1: Benno Schulenberg (21): build: fix compilation with --disable-browser --disable-tabcomp bump version numbers and add a news item for the 2.9.1 release files: always update the stat info when the entire file is written files: save the marked region only when we've prompted for a file name gnulib: update to its current upstream state history: create the path '~/.local/share/' when it is needed history: make nano's state directory accessible for the user only history: save the positions file also when a record was deleted input: make the macro key discoverable by giving feedback when undefined linting: switch the mark off when the linter starts po: update translations and regenerate POT file and PO files selecting: do not cancel the softmark when the cursor is not moved selecting: let a justification cancel a softmark syntax: adjust the magic strings for the changes since file-5.10 tweaks: adjust indentation after previous change tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments tweaks: reshuffle a couple of lines, and frob a comment or two tweaks: reshuffle a couple of lines, to put similar things together undo: clear the Modified state when the very first edit is undone undo: discarding the stack does not always lose information
2017-12-30p5-PPIx-EditorTools: update to 0.21.wiz2-7/+7
0.21 2017-12-24 [ ENHANCEMENTS ] - remove spurious dependencies. (GH#8, Kent Fredic) [ STATISTICS ] - code churn: 6 files changed, 110 insertions(+), 94 deletions(-)
2017-12-24em: follow redirectwiz1-2/+2
2017-12-19codeblocks: fixes for linux, gcc7 and recent opencvmarkd4-3/+44
2017-12-19texstudio: update to 2.12.6markd3-9/+9
- 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-16Update ne to 3.13prlw14-32/+17
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-10vim-share: fix building with Python 3.x (PR 52742)adam1-2/+6
2017-12-08Update to vim-8.0.1379bsiegert4-16/+10
Significant change: my ChromeOS fix is now included, so I can remove the workaround from Makefile.common :)
2017-12-08bump for print/poppler major bumpmaya5-10/+10
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-03Disable selinux on ChromeOS.bsiegert1-1/+6
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-03Update to patches 1365.morr4-19/+14
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-03Update PLIST with new languagemorr1-1/+2
2017-11-30Revbump after textproc/icu updateadam8-16/+16
2017-11-30pico: pass LDFLAGS to linker.wiz2-10/+10
Fixes RELRO build.
2017-11-24editors: Add dtekamil1-1/+2
2017-11-24editors/dte: import dte-1.5kamil4-0/+44
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-23recursive bump for libxkbcommon removal from at-spi2-corewiz20-37/+40
2017-11-19nano: updated to 2.9.0wiedi2-7/+7
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-17Default build without xft - there are problems with switching fonts,hauke1-2/+2
and we end up with a proportional font, which defeats the primary use of this editor.
2017-11-17Return to using the same system root as editors/xemacs{,-packages}.hauke2-1015/+1016
2017-11-17The standards.info provided by XEmacs conflicts with the one installedhauke4-8/+21
by devel/autoconf, which is probably newer.
2017-11-16Unbreak SunOS builds (here: OmniOS).hauke4-5/+38
2017-11-15Upgrade to XEmacs 21.5.34hauke2-27/+1
Most of the functionality moved to ../../editors/xemacs-current/{Makefile.common,options.mk}
2017-11-15Upgrade to XEmacs 21.5.34hauke1-4/+6
Don't try to define max_align_t in C11 or C++11 mode. Regen patch.
2017-11-15Upgrade to XEmacs 21.5.34hauke2-159/+0
Obsolete, fixed upstream
2017-11-15Upgrade to XEmacs 21.5.34hauke1-5/+9
Deal with bulk build namespace intrusion. Was patch-an