summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2007-09-25Fix comment (GConf2 -> GConf).hira5-10/+10
2007-09-25GConf2 -> GConf.hira1-3/+3
gnome-vfs2 -> gnome-vfs.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz13-45/+45
Bump PKGREVISION.
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz1-3/+3
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz6-11/+12
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz3-8/+10
2007-09-19Use 7.1.001-100.gz instead of 100 individual patches.martti2-319/+9
2007-09-18Updated editors/vim-share to 7.1.116martti3-5/+96
2276 7.1.088 (extra) window position wrong when using ":winpos" 13841 7.1.089 when listing variables text of command is not cleared 2372 7.1.090 compiler warning on Mac OS X 10.5 for sigaltstack() 10488 7.1.091 (extra) Win32: add --windowid argument 2901 7.1.092 (extra, after 7.1.088) wrong args for MoveWindowStructure() 15955 7.1.093 read past end of screen line when checking for double width 1901 7.1.094 using wrong buffer to check if syntax HL is present 5809 7.1.095 autocmmand for focus events may cause problems 2287 7.1.096 reading past end of a string when resizing Vim 1620 7.1.097 "setlocal stl=%!expr" doesn't work 1780 7.1.098 ":call s:var()" doesn't work if "s:var" is a Funcref 4552 7.1.099 ":mkvimrc" doesn't work properly when 'paste' or 'keymap' set 14551 7.1.100 Win32: Executing cscope doesn't always work properly 1614 7.1.101 Ruby: The Buffer.line= method does not work 3276 7.1.102 Perl interface doesn't compile with new version of Perl 1976 7.1.103 "dw" past end of last line deletes a character 14346 7.1.104 (after 7.1.095) when 'lazyredraw' set redraw may be postponed 2426 7.1.105 internal error when using "0 ? {'a': 1} : {}" 1580 7.1.106 ":messages" doesn't quit listing on ":" 4081 7.1.107 Visual block mode "s" that auto-indents fails in other lines 2633 7.1.108 (after 7.1.100) Win32: compilation problems in Cscope code 2147 7.1.109 GTK GUI: click on arrow left of tab 2234 7.1.110 (after 7.1.102) Win32: Still compilation problems with Perl 2946 7.1.111 after ":vimgrep /pat/j *" folds can be wrong 1766 7.1.112 using input() with a wrong argument may crash Vim 2765 7.1.113 map() on an empty list causes memory to be freed twice 1386 7.1.114 memory leak in getmatches() 1472 7.1.115 (after 7.1.105) compiler warning for uninitialized variable 3137 7.1.116 can't display characters above 0x10000
2007-09-05Add widechar support. From L. Schmidt in PR 36895.wiz2-2/+17
2007-09-05update to 1.0.6.11drochner5-24/+50
changes: -More control for developers over buffer and window management -Started rewriting new TeXmacs file system in C++ -Rewrote secure peer to peer client/server connections in C++ -Continued reorganizations for the graphics mode -Corrections of a few old bugs
2007-08-31make the maxima plugin work with 5.13, bump PKGREVISIONdrochner4-6/+33
2007-08-30Fix build on DragonFly. Should be easy to adopt for other systemsjoerg2-6/+37
lacking pselect.
2007-08-23Fixes typo in comment (Motif => GTK).obache1-2/+2
2007-08-23Updated editors/vim-share to 7.1.87martti3-5/+18
1671 7.1.084 netbeans doesn't get fileOpened events when using -nb twice 2496 7.1.085 after ":split fold.c" folds in one window disappear 3561 7.1.086 crash when using specific Python syntax highlighting 4165 7.1.087 cscope: reading past command end; writing past buffer end
2007-08-20Updated editors/vim-share to 7.1.83martti3-5/+52
2757 7.1.069 GTK GUI: confirm() dialog has a default button when not wanted 1560 7.1.070 (extra) Win32 GUI: same confirm() default button problem 5534 7.1.071 (after 7.1.040) add a basic test for regexp patterns 5705 7.1.072 (extra, after 7.1.041 and 7.1.071) extra part of 7.1.071 3595 7.1.073 (after 7.1.062) crash when 'preserveindent' is set 5259 7.1.074 crash when using string() on a recursively nested List 1686 7.1.075 ":let v:statusmsg" reads memory already freed 2376 7.1.076 a couple more strcpy() with overlapping arguments 2678 7.1.078 dropping file name on gvim containing CSI byte doesn't work 2922 7.1.079 "@" character in 'isfname' doesn't pick up umlauts for latin1 2960 7.1.080 (extra) Compiler warnings for gvimex.cpp 3253 7.1.081 completion doesn't work after ":!cat <foo" 3464 7.1.082 matchparen plugin doesn't update after window split 3448 7.1.083 (after 7.1.081) completion doesn't work with wildcards
2007-08-18Fix a problem egg/its/aynu.el* left over with emacs22.taca2-4/+11
2007-08-17Add DESTDIR supportagc4-12/+21
2007-08-17Update to mined-2000.14; requested by upstream. Pick up maintainership.tnn3-11/+12
While here add DESTDIR support. Changes in 2000.14: Text editing features: * Case-insensitive search (except when searching for an identifier). * New command Alt-x toggles preceding character and its hexadecimal code. Character encoding support enhancements: * Additional option -E? just determines and displays text file encoding(s). * Additional option +E? just determines and displays terminal encoding. * Separated display of "isolated" combining characters (e.g. after TAB). * Improved text encoding auto-detection: * Improved detection of CJK encodings vs. 8-bit encodings. * Added auto-detection of Windows-"ANSI" (CP1252), PC-Latin (CP850), MacRoman. * Improved configuration of auto-detection. Character input enhancements: * New shortcuts for input of plain quote marks (in smart quotes mode). Interworking enhancements: Terminal encoding handling: * Added options -f / -F to indicate limited font coverage of special characters. * Detecting and handling non-Unicode terminal with Arabic ligature joining. * Detecting and handling special width behaviour of rxvt, mlterm, konsole concerning unassigned characters, non-BMP, or non-Unicode characters. * Applying display replacement for illegal Unicode characters by default (codes ending with FFFE/FFFF, surrogates, non-Unicode code points). * Fixed a lot of other remaining width display inconsistencies. * Making use of window focus out/in reports (xterm 224). * Workaround for xterm 224 bug which could lock up the terminal. * Adjusting display details to properties of gnome-terminal, konsole. * Considering termcap information of function key escape sequences. Miscellaneous changes: * Increased speed of some UTF-8 search operations by a factor of ~ 40. * Colour highlighting of DOS/Mac line end indications.
2007-08-17Add DESTDIR supportagc3-6/+21
2007-08-15add missing closing quotation marktnn1-2/+2
2007-08-13Fix up the use of package options in the Emacs packages:jlam8-117/+264
(1) Get rid of "nox11" -- the concept of "no" in package options is expressed by negating an option; use "-x11" instead. (2) Teach editors/emacs20 to use package options instead of EMACS_USE_POP, EMACS_USE_X, EMACS_USE_X_TOOLKIT and USE_INET6. We now use similar options as the other emacs packages, i.e. "x11", "motif", "xaw", as well as "pop" and "inet6". (3) Make the emacs*-nox11 packages simply remove all X11 options by setting PKG_OPTIONS.emacs appropriately and include the corresponding emacs Makefile. This allows for modifications to the emacs "X11" versions to be automatically picked up by the "non-X11" versions. The two corresponding versions of emacs now share the same version numbering, including PKGREVISIONs. Bump the PKGREVISIONs on all Emacs editor packages.
2007-08-13make sure the configure.py script finds the right Python interpreter,drochner2-1/+15
ride on recent update
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13Updated editors/vim-share to 7.1.32martti3-4/+130
2692 7.1.029 (after 7.1.019) can't compile when all interfaces are used 2364 7.1.030 vimtutor shell script checks for "vim6" but not for "vim7" 6533 7.1.031 virtcol([123, '$']) doesn't work 3006 7.1.032 possible crash when doing completion on the command line 1530 7.1.033 buffer marked modified after ":bdel" and ":next" 2956 7.1.034 Win64: compiler warnings for typecast, optimizer problem 1797 7.1.035 after ":s/./&/#" all listed lines have a line number 12171 7.1.036 add "none" to completion of ":echohl" and ":match" 1817 7.1.037 using strcpy() for an overlapping string 5704 7.1.038 'preseveindent' doesn't always work when 'et' is set 1750 7.1.039 weird help-tags tag in docs file may make cause a crash 53412 7.1.040 ":match" only supports three matches 4614 7.1.041 (extra, after 7.1.040) update test makefiles for new test 2366 7.1.042 (after 7.1.040) internal error when using matchadd() 2820 7.1.043 in Ex mode using CTRL-D twice may cause a crash 1632 7.1.044 in Insert mode 0 CTRL-T deletes all indent 3101 7.1.045 double screen redraw in some situations 1637 7.1.046 ":s/.*/&/" deletes composing characters 1552 7.1.047 wrong argument for vim_regcomp() 5010 7.1.048 paren highlighting is not updated after scrolling 1722 7.1.049 can't compile with GTK2 when using hangul input feature 4800 7.1.050 possible crash in C++ indenting 2295 7.1.051 accessing uninitialized memory when finding spell suggestions 2435 7.1.052 when creating a new match not all fields are initialized 1473 7.1.053 reading uninitialized memory when updating command line 4451 7.1.054 accessing uninitialized memory when displaying the fold column 5414 7.1.055 using strcpy() with arguments that overlap 3151 7.1.056 scrolling back at more prompt doesn't work properly 2514 7.1.057 CursorHold causes problems for Normal and Visual mode commands 10612 7.1.058 completion menu doesn't work properly when 'righleft' is set 3350 7.1.059 in Ex mode "g/^/vi" and pressing CTRL-C: Vim hangs and beeps 5066 7.1.060 splitting quickfix window messes up window layout 6320 7.1.061 with latin1 'ignorecase' doesn't work for umlauts 1550 7.1.062 (after 7.0.038) C comment indent can be wrong 1391 7.1.063 compiler warning for uninitialized variable 1405 7.1.064 on interix some files appear not to exist 2983 7.1.065 Win32: MingW Compilation problem for newer version of w32api 4553 7.1.066 when 'bomb' is changed the file should be considered modified 7701 7.1.067 'infercase' doesn't work for thesaurus completion 6709 7.1.068 'equalalways' equalizes windows too often
2007-08-11Include buildlink for qt3-libs also.reed4-25/+93
Upgrade to 1.4.5.1. This is the maintenance release and is expected to be last 1.4.x release. Too many changes to list here. "Besides the obligatory bug fixes, its main feature is the ability to read filescreated by LyX 1.5.0 (this feature requires python 2.3.4 or later)." (1.4.5 was not released). The 1.4.4 release had these new features: - Outline support: it is now possible to move around parts of documents in the Table of Contents dialog. - Add new UI settings default-autotoolbars and default-alltoolbars allowing to select what toolbars are active or shown automatically. - Improved documentation. - Speed improvments, especially on windows. (See lyx.org website to see all changes.)
2007-08-09fix build of the "R" plugin, bump PKGREVISIONdrochner4-3/+19
("R" support still has problems)
2007-08-05Fix path to Perl. Bump revision.joerg1-1/+4
2007-08-04malloc.h --> stdlib.hjoerg2-1/+15
2007-07-31Don't include malloc.h.joerg2-1/+16
2007-07-28Fix path to Perl and actually depend on it. Bump revision.joerg1-3/+5
2007-07-17update to 4.4.2drochner3-8/+26
changes: Various minor bugfixes
2007-07-13update to 2.18.2drochner3-8/+9
changes: -UI improvements -bugfixes -translation updates
2007-07-11Updated editors/vim-share to 7.1.28martti3-5/+36
1650 7.1.019 ":python" doesn't mention the command is not implemented 3229 7.1.020 reading uninitialized memory when using a dialog 2875 7.1.021 (after 7.1.015) MzScheme interface doesn't build on Win32 1842 7.1.022 when setting 'keymap' twice b:keymap_name variable isn't set 1718 7.1.023 "dw" in a line with one character deletes the line 1335 7.1.024 using a pointer that may have become invalid 2292 7.1.025 search('pat', 'bc) doesn't find word under cursor at BOL 1710 7.1.026 "[p" doesn't work in Visual mode 3345 7.1.027 on Sun OS reading from a process substitutions doesn't work 2239 7.1.028 ":sort" does nothing special with empty search pattern
2007-07-06update to 1.0.6.10drochner3-7/+44
changes: -UI improvements -compatibility to maxima-5.10.0 (tested to work with maxima-5.12.0, will update that later)
2007-07-05cjones@ is no longer a developerjnemeth2-4/+4
2007-07-02Updated editors/vim-share to 7.1.18martti4-7/+57
1529 7.1.003 (extra) Win32: menu entries end up in message history 2481 7.1.004 crash when editing a directory 3841 7.1.005 "cit" used on <foo></foo> deletes <foo> 2941 7.1.006 when reading from stdin 'modified' can't be reset in autocmd 6458 7.1.007 (extra) Mac: context menu does not work, scrollbars not dimmed 2631 7.1.008 getfsize() returns an invalid number for very big files 1881 7.1.009 diff mode: tab to spaces change not highlighted correctly 2796 7.1.010 Gnome: tab pages are not included in the saved session 1934 7.1.011 buffer overflow when $VIMRUNTIME is very long 1904 7.1.012 ":let &tw = 'asdf'" does not give an error message 2139 7.1.013 ":syn include" only loads the first file 1479 7.1.014 crash in C-indenting 3743 7.1.015 MzScheme interface doesn't build on Mac; init problem 2368 7.1.016 (after 7.1.012) error message when using ":cwindow" 6729 7.1.017 ":confirm w" does not give a prompt when file is read-only 1771 7.1.018 "p" at end of line doesn't work right when 've' is set
2007-06-30Fix build on DragonFly.joerg4-2/+51
2007-06-30Copy DragonFly header from emacs21.joerg1-1/+4
2007-06-30Make patch-ao a normal file and fix the build on DragonFly 1.8+joerg4-110/+119
2007-06-29Install only mo files. Use msgmerge and not msgfmt as dependency.joerg3-3/+17
2007-06-28Needs GNU make.joerg1-1/+2
2007-06-27Needs msgfmt.joerg1-2/+2
2007-06-24tamago works on emacs 22, add emacs22 to EMACS_VERSIONS_ACCEPTED.taca1-3/+3
Bump PKGREVISION.
2007-06-21PR pkg/29335 (Thomas Wolff): Update editors/mined to mined-2000.13.2:tnn8-72/+149
mined 2000.13 * Documentation enhancements: Revised manual structure, featuring more comprehensive new chapters on o Structured editing support o Character handling support o Language support * Character encoding support enhancements: Auto-detection and explicit selection of UTF-16 with and without BOM (big endian and little endian). * Updated to Unicode 5.0.0 (final, from beta2 in 2000.12). * Character input support enhancements: Added support for multiple accented character input. * Additional accent prefix keys for most frequent accents of all Latin-based languages (macron, breve, dot above, ogonek, caron, stroke). * Added support for convenient combining character input with accent prefix keys. * Added support for convenient quotation marks input with accent prefix keys. * Support for Greek (monotonic and polytonic). * Support for Cyrillic accented characters. * Interactive enhancements: Revised menu structure to be more intuitive. * Improved menu handling system. * Interoperability enhancements: Making use of xterm 216 mode which provides detection of Alt-/Control-modified digits and punctuation keys. * Improved support for some legacy terminals. * File handling enhancements: Consistent setting of file access modes when cloning a file or creating a new file with executable permission. mined 2000.12 * Character encoding support enhancements: Updated to Unicode 5.0.0 beta2: o Case conversion, Script information. o Combining character width properties. o Han information (from Unihan database) for CJK characters. o Radical/Stroke input method. o Added character input mnemonics for new LATIN characters. * Supplemented Big5 character set with HKSCS-2004 update from http://info.gov.hk/digital21/eng/hkscs/, adding more than 100 characters. Handling covers mappings to two Unicode characters, like for JIS encodings. * Revised interpretation of locale environment variables to comply with de-facto locale standard but yet allowing flexible locale configuration for both text and terminal encoding. This mechanism is supplemented by other options with useful precedences. Command line options to specify text or terminal encoding were revised, enhanced, and made more comprehensive. * Revised terminal encoding handling to support also mapped 8-bit encodings including handling of combining characters (with auto-detection). * Generally revised handling of text and terminal encoding to support all combinations of them. * Supporting lots of additional 8-bit encodings for both text encoding and terminal encoding. Structured Encoding menu with submenus for concise text encoding selection. * Optional Unicode Copy/Paste buffer mode with implicit conversion. * Character handling support enhancements: Supplemented Cangjie input method with additional mappings from HKSCS-2004 Changjie input code table. * Case conversion is now always (i.e. in all encodings) based on Unicode. * Shift-F3 case cycling function now uses actual Unicode title case characters when appropriate and available. * Smart quotes enabled in all text encodings. * Updated HTML character mnemonics to HTML 4.01. * Interworking enhancements: Improved intuitive assignment of copy/paste functions to keypad, enhanced flexbility of usage. * Further improvements on terminal interworking (even version-specific), especially with KDE konsole. Added kterm encoding auto-detection. * Other enhancements: New password hiding feature, selected by default for "hidden" files. * Extended default installation by some aliases and wrappers: o minmacs, mstar, mpico for invocation of mined in emulation modes for emacs, WordStar, pico (alpha), respectively o umined, xmined for invocation of mined in a separate terminal window o uterm to invoke a new terminal window with a maximum of Unicode support achievable on the system, including best-choice font selection mined 2000.11 * Unicode support enhancements: Updated to Unicode 4.1.0: o Case conversion, Script information. o Combining character width properties. o Han information (from Unihan database) for CJK characters. o Radical/Stroke input method (to include new CJK characters). o Added Hanyu Pinlu and Tang pronunciation information (from Unihan database) to Han information options. o Added generic and supplemental character input mnemonics for new LATIN characters. * Indication and character information of Unicode combining characters now refers to the most recent Unicode version, not the actual terminal capabilities. * Interactive enhancements: Conciliated keypad assignment preference conflict between Cut/Paste functions (as propagated by mined) and character deletion / line positioning functions (as often commonly expected): o The more common Home/End/Delete function assignments to the respective keypad keys are also easily accessible (e.g. Alt-Del). o Documentation for alternative assignment option improved. o Using Del without a paste buffer gives an additional hint on alternative usage. * Additional assignment of "Delete single" function (to delete without auto-undent, or to delete the last combining accent only) to F5 Backarrow. * Additional commands (HOP) F1 F1 / Shift-F1 / Control-F1 / Alt-F1 to display a help status line of (shifted) function key assignments. * Slight revision of function key assignments to improve intuitive usage and compliance with common usage. Unification of DOS version function key assignments. * Interoperability enhancements: Improved detection of shifted function keys on various kinds and modes of terminals. * Added keyboard configuration examples for Control-function key detection for rxvt and mlterm to the runtime support library. * Added script to support Unicode X font installation to the runtime support library. * Modified xterm start script "uterm" so that with newer xterm versions (from 201) usage of the xterm built-in most recent version of Unicode width data is enabled (which is often more current than the system-provided locale version). * Provided makefile for Interix. * Feature enhancements: Smart arrows added to optional smart input text replacements. * New word case toggle function Shift-F3 cycling word casing between all small, beginning capital, and all capitals. * The "search corresponding bracket" commands ESC ( or ESC ) now also match /* */ pairs and #if #else/#elsif #endif structures. * New TAB expansion option (-+4 or -+8) that expands TAB key input to an appropriate number of Space characters. * Further enhancements: Using paps (a Pango printing script) for printing if available. * Added PC DOS encoding ("codepage 437") to available encodings. mined 2000.10 * Character encoding, CJK, and input support enhancements: Printing feature revamped; now working with all encodings. * Updated character properties to Unicode 4.0.1. * Added support for major mapped 8 bit character encodings. * Added transparent handling of UTF-16 encoded files (with BOM). * Full support for combining characters in CJK encodings and 8 bit encodings, including optional separated display mode and partial editing (within combined character). * Added Han character information (description / pronunciation) while browsing text or input method pick lists. * Enhanced character information conforming to ISO 14755. * Additional input support for CJK, Vietnamese, Thai, Hebrew. * Added preinstalled WuBi input method (used by professional typists in mainland China). * Added radical/stroke lookup input method for CJK characters, especially useful for not CJK speaking users. * Added two Vietnamese input methods (VIQR and VNI) to preconfigured keyboard mappings, as well as a Vietnamese accent prefixing input support method. * Added two more ways of supporting input of Vietnamese multiple accented characters. * Revamped mnemonic input support; completed mnemonic patterns and enhanced documentation. * Enhanced numeric character input support; conforming to ISO 14755. * Interactive enhancements: Revamped menu control; added subtitles and flag markers (showing active options); enabled menu navigation by item letters or mouse wheel movement. * Runtime environment enhancements: Enhanced interoperability with various terminals; enhanced detection and handling of available menu border styles as well as screen attributes used for scrollbar and special character display for a wide range of terminals. * Providing runtime support library with X configuration patterns and terminal startup scripts. * Portability enhancements: Revamped makefiles; enhanced portability and compilation on legacy systems. * Enhanced makefiles to provide more installation options; fixed default target directories for a wider range of target systems. mined 2000.9 * Position stack and return function also work across files (esp. after identifier definition searches using tags file) * Smart quotes: auto-detection of quotation marks style on file loading * Interactive Latin-1 / UTF-8 conversion support * Support for VIM keyboard mapping files mined 2000.8 * Major extension of CJK character set support: GB18030, full EUC-JP, CNS (EUC-TW) * Vietnamese VISCII character set support * Auto-detection of UTF-8 / CJK terminal features * Flexible locale configuration for both text and terminal encoding * Smart dashes * Multiple paste buffers (emacs-style) * emacs command mode
2007-06-19portability fixes (use correct shell and avoid non-portable construct)dmcmahill2-1/+19
2007-06-15* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRPjlam1-2/+2
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-15Note conflict against the elisp-manual package. That manual has beenmarkd1-1/+2
incorporated into latest emacs. PR pkg/36492
2007-06-11Update emacs{,-nox11} to 22.1.markd31-4801/+2906
update based in part on wip/emacs-current and wip/emacs22 packages. Many many changes since 21.4a. Read NEWS file for details.
2007-06-11add emacs21{,-nox11}markd1-1/+3
2007-06-11Reimport existing emacs packages as emacs21{,-nox11} to allowmarkd40-0/+5258
subsequent update of emacs packages to version 22.