summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2014-04-21recursive bump for boehm-gc API bumpwiz1-1/+2
2014-04-20Recursive revbump from json-c 0.12 updateryoon1-2/+2
2014-04-17Depend on libxslt and docbook-xsl.joerg1-1/+4
2014-04-16Kill a substituation that /bin/sh on NetBSD objects to.joerg2-1/+15
2014-04-16--with-crt-dir is gone.joerg1-5/+1
2014-04-16Needs xsltproc.joerg1-2/+3
2014-04-16Bump PKGREVISION for libatomic_ops PKGNAME change.wiz1-2/+2
2014-04-15As determined elsewhere (pkg/48075) pdksh (and perhaps older ast-ksh and bash)richard2-1/+18
have problems with double-parens expressions that are not arithmetic expressions of a particular form. Adding a space between the two parens seems to get over the problem in configure.
2014-04-14Add comment noting that this project is dead upstream.gdt1-1/+3
2014-04-10recursive bump from ilmbase shlib version change.obache5-10/+10
2014-04-09recursive bump from icu shlib major bump.obache5-10/+10
2014-04-08Packaged DeforaOS Editor 0.3.0, with:khorben3-12/+26
- fix for an issue when saving a new file - more useful status bar - improved properties dialog - support for use as a UNIX filter - new generic UNIX filtering tool, filter(1) - manual pages available for both editor(1) and filter(1) - cleaner build with Gtk+ >= 3.0 - additional usability fixes
2014-03-25Stop using malloc.h, it is deliberately broken on FreeBSD.asau2-1/+14
2014-03-25Add another missing include of stdint.h, to resolve build on Linux.gdt3-7/+15
From Iain Morgan (again; this was in the previous set and I missed it while pruning changes that just regenerated distfiles without real changes).
2014-03-22Munge patches using intptr_t to include stdint.h.gdt7-46/+86
Patch changes are from Iain Morgan. Beyond that, I have: omitted changing patches for line # and ~/orig nits used INSTALLATION_DIRS for share/doc/nedit I sent mail to upstream about the patches. After all, the distfile is just about 9.5 years old, so surely they are due for at least a point release.
2014-03-21Update medit to 1.2.0.obache3-9/+32
2014-03-20 Yevgen Muntyan <emuntyan@users.sourceforge.net> * === Released 1.2.0 === Updated Spanish translation by Eulogio Serradilla. New Polish translation by Piotr Orzechowski. Fixed a bug in parsing grep output for UNC paths on windows. Updated syntax highlighting definitions. Fixed compilation with new glib and gcc. Exposed more functionality, in particular the output pane, to scripts. Finally made file completion case-insensitive on windows.
2014-03-20Include <stdint.h> before using uintptr_t.gdt3-7/+16
Pointed out by Iain Morgan on pkgsrc-users as causing a build failure on Linux.
2014-02-24Depend on termcap and don't link compat on SunOSwiedi1-1/+8
2014-02-22needs -lX11 -lm on SunOSwiedi1-1/+2
2014-02-21Annotate format string use.joerg2-1/+15
2014-02-21Fix build with Clang's stricter literal format string logic.joerg3-1/+38
2014-02-20Remove patches whose checksums were removed from distinfo during thewiz5-65/+0
last update.
2014-02-20Needs a curses implementation.jperkin1-1/+2
2014-02-15Add an option to link with perl, and make the ruby option specifyschmonz1-2/+9
which interpreter we mean (to avoid getting a system Ruby by mistake). Approved by morr@.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron22-40/+44
2014-02-12Bump PKGREVISION from gtksourceview shlib major bump.obache1-1/+2
2014-02-12Update gedit3 to 3.10.4prlw15-542/+157
Highlights: - Implement regular expression search (Sébastien Wilmet) - Use the GtkSourceView search and replace API (Sébastien Wilmet) - Deprecate the gedit search and replace API (Sébastien Wilmet) - Display the number of search occurrences and the current occurrence position in the search entry (Ignacio Casal Quinteiro, Sébastien Wilmet) - Fix tab groups (Garrett Regier) - Fix clicking on replace dialog buttons (Sébastien Wilmet) - Add new Highlight Mode dialog (Ignacio Casal Quinteiro) - Allow shell quotes in commands from Run Command tool (Adam Dingle) - Use widget templates (Ignacio Casal Quinteiro, Paolo Borelli) - Use revealer to animate the search bar and the notification bars (Ignacio Casal Quinteiro) - Port to GtkApplication (Paolo Borelli, Ryan Lortie, Ignacio Casal Quinteiro) - Port to python 3 (Ignacio Casal Quinteiro) - Translation updates For full release notes see: https://git.gnome.org/browse/gedit/tree/NEWS?id=3.10.4
2014-02-08editors/lyx: update to 2.0.7 and add missing boost deprumko2-6/+7
Changes from upstream (snipped, full changelog at http://www.lyx.org/announce/2_0_7.txt): ** Bug fixes: ************* * DOCUMENT INPUT/OUTPUT - Fix garbage in document export (and maybe other places) by making encoding conversions thread-safe (bug 8854). - Fix output of ulem commands (underline etc.) which was broken as of LyX 2.0.6 (bug 8733). - Fix problem with unbalanced braces in XeTeX output (bug 8765). - Fix problems with unbalanced braces with a secondary CJK language (bug 8215). - Fix state of certain language packages (polyglossia, japanese) in child documents (bug 8770). - Fix compilation of documents containing chemical equations and math integrals (bug 8731). - Fix compilation with nested ("sub") custom floats. - Fix import of CSV-files. * LYXHTML - Fix random character inserted as year modifier in author-year citations. * BUILD/INSTALLATION - Add support for automake 1.13. - Fix compilation with clang LLVM compiler. - Fix Qt tools search when a Qt directory has been specified.
2014-02-07Add xml and gnutls option, requested by Danie Roux via PR pkg/48382.obache1-2/+23
2014-02-06sync w/ scintilladrochner3-9/+10
2014-02-04Needs itstool.joerg1-1/+3
2014-02-03Recursive revbump from libxkbcommon 0.4.0 updateryoon1-2/+2
2014-02-01Build with freetype 2.5.xmarkd2-1/+17
2014-02-01Update to KDE SC 4.11.5markd3-37/+6
bug fixes
2014-01-28Use GNU_CONFIGURE_LIBDIR.obache1-2/+2
2014-01-25No need to have two variables for the same logic.wiz4-12/+12
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz6-16/+17
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-25Set PY_PEP3147=no as package does not support it.wiz1-1/+4
Mark as not ready for python-3.x.
2014-01-23Remove vim-gtk, not supported by upstream any longer.wiz4-64/+1
Noted by Niclas Rosenvik on pkgsrc-users.
2014-01-22Fix broken dependency. It is local garbage.ryoon1-2/+2
2014-01-21Update to 2.91.6ryoon3-67/+841
Changelog: NEWS from gtranslator 2.91.6 (2012-12-29): - Misc bugfixes. Translations: - be (Yuri Matsuk) - ca (Sílvia Miranda) - da (Joe Hansen) - de (Christian Kirbach) - de (Mario Blättermann) - el (Ioannis Zampoukas) - es (Daniel Mustieles) - et (Mattias Põldaru) - he (Yaron Shahrabani) - hu (Gabor Kelemen) - id (Andika Triwidada) - ja (Jiro Matsuzawa) - ko (Seong-ho Cho) - nn (Åsmund Skjæveland) - pl (Piotr Drąg) - ru (Yuri Myasoedov) - sk (Ondrej Mosnáček) - th (Akom Chotiphantawanon) - tr (Muhammet Kara) NEWS from gtranslator 2.91.5 (2012-06-07): - Add/update X-Generator header in PO file (Daniel Mustieles) - Misc bugfixes Translations: - cs (Marek Černocký) - de (Christian Kirbach) - es (Daniel Mustieles) - fr (Bruno Brouard) - gl (Fran Dieguez) - it (Milo Casagrande) - lt (Aurimas Černius) - lv (Rūdolfs Mazurs) - sl ("Last-Translator: filmsi\n") - sr@latin (Miroslav Nikolić) - sr (Мирослав Николић) - te (Praveen Illa) NEWS from gtranslator 2.91.4 (2012-05-05): - Add app menu (Ignacio Casal Quinteiro) - Move libgtranslator-private library to pkglibdir (Michael Biebl) - Better handling of the table message (Carlos Garnacho) - Update TM when a new po file is loaded (Carlos Garcia Campos) - Try using Content-Type charset if the file is not UTF-8 (Carlos Garnacho) - Remove ok/cancel buttons to add new comments (Carlos Garcia Campos) - Fix a crash when dropping an item to the toolbar (Carlos Garcia Campos) - Misc bugfixes Translations: - cs (Marek Černocký) - da (Joe Hansen) - es (Daniel Mustieles) - fr (Bruno Brouard) - gl (Fran Dieguez) - id (Andika Triwidada) - nb (Kjartan Maraas) - pl (Piotr Drąg) NEWS from gtranslator 2.91.3 (2012-04-20): - Port to GResource (Daniel Mustieles) - Misc bugfixes Translations: - he (Yaron Shahrabani) NEWS from gtranslator 2.91.2 (2012-04-09): - Use new libpeas API (Garrett Regier) - Complete list of plural forms (Daniel Mustieles) - Misc bugfixes Translations: - cs (Marek Černocký) - de (Christian Kirbach) - es (Daniel Mustieles) - fi (Jiri Grönroos) - gl (Fran Dieguez) - pl (Piotr Drąg) - sl (Matej Urbančič) - sr@latin (Miroslav Nikolić) - sr (Мирослав Николић) NEWS from gtranslator 2.91.1 (2012-03-24): - Make translation memory an standalone plugin (Ignacio Casal Quinteiro) - Misc bugfixes Translations: - be (Yuri Matsuk) - eo (Kristjan SCHMIDT) - es (Daniel Mustieles) - et (Mattias Põldaru) - gl (Fran Dieguez) - it (Milo Casagrande) - lt (Aurimas Černius) - nn (Yngve Spjeld Landro) - pl (Piotr Drąg) - sl (Matej Urbančič) - sr@latin (Miroslav Nikolić) - sr (Мирослав Николић) - te (Praveen Illa NEWS from gtranslator 2.90.8 (2012-02-06): - Make it build with latest gtk+ (Ignacio Casal Quinteiro) - Add support for gda 5 (Dominique Leuenberger) - Misc bugfixes Translations: - be (Yuri Matsuk) - cs (Marek Černocký) - es (Daniel Mustieles) - gl (Fran Dieguez) - ja (Jiro Matsuzawa) - pl (Piotr Drąg) - ru (Yuri Myasoedov) - sl (Matej Urbančič) - te (Praveen Illa) - tr (Muhammet Kara) NEWS from gtranslator 2.90.7 (2011-10-19): - Relicense some files as GPLv3+ - Don't normalize translations stored in the translation memory (Neil Roberts) Translations: - be (Yuri Matsuk) NEWS from gtranslator 2.90.6 (2011-10-11): - Misc bugfixes Translations: - be (Yuri Matsuk) - ca (Sílvia Miranda) - ca@valencia (Sílvia Miranda) - de (Christian Kirbach) - el (Simos Xenitellis) - eo (Kristjan SCHMIDT) - es (Daniel Mustieles) - eu (Iñaki Larrañaga Murgoitio) - fr (Bruno Brouard) - gl (Fran Diéguez) - he (Yaron Shahrabani) - it (Milo Casagrande) - lt (Aurimas Černius) - pt_BR (Gabriel Feitosa Vilar) - ru (Yuri Myasoedov) - sk (Ondrej Mosnáček) - sr@latin (Miroslav Nikolić) - sr (Мирослав Николић) - th (Akom Chotiphantawanon) NEWS from gtranslator 2.90.5 (2011-06-14): - Misc bugfixes Translations: - el (Simos Xenitellis) - sr@latin (Miroslav Nikolić) - sr (Мирослав Николић) NEWS from gtranslator 2.90.4 (2011-05-18): - Misc bugfixes Translations: - cs (Marek Černocký) - es (Daniel Mustieles) - ja (Hiroyuki Sekihara) - sl (Andrej Žnidaršič) NEWS from gtranslator 2.90.3 (2011-05-04): - Put the gdl container inside the tab - Add a tab activatable extension point Translations: - uk (Sergiy Gavrylov) NEWS from gtranslator 2.90.2 (2011-04-26): - UI cleanup Translations: - de (Paul Seyfert) - ja (Hiroyuki Sekihara) - pt_BR (Rodrigo Padula de Oliveira) - tr (Muhammet Kara) NEWS from gtranslator 2.90.1 (2011-04-04): - Automatize profile generation - Fix preferences dialog space - Remove interface tab from preferences dialog - Fix remaining issues in the gtk+ 3 port. NEWS from gtranslator 2.90.0 (2011-03-28): - Port to gtk+ 3 - Port to libpeas - Added support for python plugins - Ported charmap to python - Remove --window-new command line option - Port to gsettings - Merge insert-tags plugin into insert-params plugin - Port to GtkApplication - Misc Bugfixes Translations: - ca (David Planella) - cs (Marek Černocký) - da (Joe Hansen) - de (Christian Kirbach) - el (Marios Zindilis) - es (Daniel Mustieles) - es (Jorge González) - et (Guido Tabbernuk) - eu (Iñaki Larrañaga Murgoitio) - fr (Bruno Brouard) - gl (Fran Diéguez) - he (Yaron Shahrabani) - id (Andika Triwidada) - ku (Erdal Ronahi) - lt (Žygimantas Beručka) - nn (Yngve Spjeld Landro) - pt (António Lima) - pt_BR (Gabriel Feitosa Vilar) - sl (Andrej Žnidaršič) - sr@latin (Miroslav Nikolić) - sr (Мирослав Николић) - sv (Daniel Nylander) - zh_CN (Yinghua Wang) NEWS from gtranslator 1.9.13 (2010-11-01): ----------------------------------------------------- - Enable use of local mirrors of open-tran.eu (Yaron Sheffer) - Adapt the OpenTran plugin to the new open-tran.eu API (Yaron Sheffer) - Misc Bugfixes Translations: - ca@valencia (David Planella) - cs (Marek Černocký) - de (Christian Kirbach ) - es (Jorge González) - gl (Fran Diéguez) - sl (Andrej Žnidaršič) - sl (Matej Urbančič) NEWS from gtranslator 1.9.12 (2010-10-07): ----------------------------------------------------- - Port it to GSettings (Ignacio Casal Quinteiro) - Make it work with GSEAL enabled (Jonh Wendell) - Misc Bugfixes Translations: - cs (Marek Černocký) - de (Christian Kirbach) - el (Fotis Tsamis) - es (Jorge González) - fr (Bruno Brouard) - fr (Laurent Coudeur) - gl (Fran Diéguez) - he (Yaron Shahrabani) - id (Andika Triwidada) - it (Milo Casagrande) - ja (IWAI, Masaharu) - lt (Žygimantas Beručka) - nds (Nils-Christoph Fiedler) - nn (Yngve Spjeld Landro) - pt (António Lima) - pt_BR (Jonh Wendell) - sl (Andrej Žnidaršič) - sr@latin (Miloš Popović) - sr (Милош Поповић) - tr (Atilla ÖNTAŞ) - zh_CN (YunQiang Su) NEWS from gtranslator 1.9.11 (2010-05-11): ----------------------------------------------------- - Add the option to remove entries from the memory translation (Andrey Kutejko) - New memory translation backend using libgda (Andrey Kutejko) - Misc Bugfixes Translations: - cs (Marek Černocký) - de (Christian Kirbach ) - es (Jorge González) - gl (Fran Diéguez) - id (Andika Triwidada) - it (Milo Casagrande) - zh_HK (Cheng-Chia Tseng) - zh_TW (Cheng-Chia Tseng) NEWS from gtranslator R 1.9.10 (2010-04-19): ----------------------------------------------------- - Factored out the tab label (Ignacio Casal Quinteiro) - Make the translation memory always visible (Ignacio Casal Quinteiro) - Misc Bugfixes Translations: - cs (Marek Černocký) - de (Mario Blättermann) - es (Jorge González) - eu (Iñaki Larrañaga Murgoitio) - fr (Laurent Coudeur) - gl (Ignacio Casal Quinteiro) - id (Andika Triwidada) - it (Milo Casagrande) - ja (Takayuki KUSANO) - lt (Aurimas Černius) - pt_BR (Vladimir Melo) - ru (Александр Прокудин) - sl (Andrej Žnidaršič) - uk (Sergiy Gavrylov) - zh_CN (YunQiang Su) - zh_HK (Cheng-Chia Tseng) - zh_TW (Cheng-Chia Tseng) NEWS from gtranslator R 1.9.9 (2010-02-21): ----------------------------------------------------- - Addid Profile quick selector (Ignacio Casal Quinteiro) - Rewriting profile manager to use GtrProfileManager (Ignacio Casal Quinterio) - Converted GtrApplication into an UniqueAPP using libunique (Ignacio Casal Quinteiro) - Misc Bugfixes Translations: * cs (Marek Černocký), es (Jorge González), gl (Fran Diéguez), nb (Kjartan Maraas), sl (Andrej Žnidaršič). NEWS from gtranslator R 1.9.8 (2010-02-10): ----------------------------------------------------- - Refactor methods and file names from gtranslator to gtr (Ignacio Casal) - Modernize autotools configuration (Javier Jardon) - Added new tango icons and logo by Ulisse Perusin - Removed Subversion plugin - Misc Bugfixes Translations: * cs (Marek Černocký), de (Mario Blättermann), es (Jorge González), it (Milo Casagrande). NEWS from gtranslator R 1.9.7 (2010-01-31): ----------------------------------------------------- - Show percentage of translated messages - Fixed several compiler warnings (Jonh Wendell) - Update toolbar editor (Ignacio Casal) - Make header inherit from GtranslatorMsg (Ignacio Casal) - Ported gtranslator from MessageArea to GtkInfoBar (Ignacio Casal) - Misc Bugfixes Translations: * cs (Marek Černocký), da (Joe Hansen), de (Christian Kirbach), en_GB (Philip Withnall), es (Jorge González), eu (Iñaki Larrañaga Murgoitio), fr (Bruno Brouard), id (Andika Triwidada), it (Milo Casagrande), nb (Kjartan Maraas), pt_BR (Jonh Wendell), pt (António Lima), ru (Alexandre Prokoudine), sl (Andrej Žnidaršič), sr (Милош Поповић), sr@latin (Miloš Popović), sv (Daniel Nylander), zh_CN (luojie). NEWS from gtranslator R 1.9.6 (2009-08-24): ----------------------------------------------------- - Adapted gtranslator in order to work on Windows (by Francisco Puga) Bugs Fixed: * #579775 - Fixed format string attack (Atilla Öntas) * #582430 - Added some header files (Ray Wang Vicent Untz) * #555672 - Fixed CRITICAL: editor_create_item_from_name (Ignacio Casal) * #557096 - Fixed GtkSpinButton problem changing to GtkBuilder * #569061 - Displaying an error message before saving a read only file (Francisco Puga) * #569062 - Use a "standard" tabs menu instead of Go->Next/Prev File (Ignacio Casal) * #569068 - Made more clear the message in the status bar (Ignacio Casal) * #571497 - Fixed crash on first-time startup with po-file as argument (Christian Kirbach) * #575128 - Removed deprecated GTK+ symbols (Thanks to Thomas Andersen) * #579775 - Fixed Format string attack danger (Atilla Ontas) * #582430 - Some of the header files weren't included in the source code (Ray Wang and Vicent Untz) * #583961 - Fixed to build with gdl 2.27.2 (Ignacio Casal) * #584692 - Show the next message of the one you are editing (Ignacio Casal) * #591594 - Fixed problem that made Edit header only made effect when you close gtranslator (Francisco Puga) * #592210 - Removed duplicated define in configure.ac (Jonh Wendell) * #592214 - Fixed some gcc warnings (Jonh Wendell) * #592215 - Wrong arguments to gtranslator_statusbar_flash_message() (Jonh Wendell) * #592226 - Fixed Error widget built wrongly (Jonh Wendell) * #592227 - Source code did not working due to a wrong widget name (Jonh Wendell) * #569054 - Fixed emty line insertion before translator email in header (Francisco Puga) Translations: * zh_CN (M Zhang, Ming Yang), es (Jorge González), de (Mario Blättermann), el (Marios Zindilis), fr (Bruno Brouard, Claude Paroz), se (Daniel Nylander), gl (Francisco Diéguez), ru (Alexandre Prokoudine), ca (David Planella), uk (Maxim V. Dziumanenko), pt (António Lima), zh_CN (Aron Xu Zhang Miao), el (Marios Zindilis, Thanos Lefteris), ar (Khaled Hosny). NEWS from gtranslator R 1.9.5 (2009-04-10): ----------------------------------------------------- Bugs Fixed: * #569174 - Mark file to be saved when create or edit comment * #150834 - Migrated from gnome-mime-data to freedesktop.org specs for MIME handling (Luca Ferretti) * #569052 - Removed scrollkeeper check (Luca Ferretti) * #569073 - Reorganized go menu according to HIG (Luca Ferretti) * #565809 - Added the ability to show some ".h" files (Jonh Wendell) * #570371 - Show the source filename in the viewer (Jonh Wendell) * #571497 - Fixed crash on first-time startup with po-file (Christian Kirbach) * #569174 - Mark file as to be saved when a comment is created or edited * #575605 - Fixed minor string issues (Bruce Cowan) * #514816 - Ported to gtbuilder (Ignacio Casal Quinteiro) Translations: * ja ( Takeshi AIHANA), es (Jorge Gonzalez), sv (Daniel Nylander) de (Ulf-D. Ehlert), pt (António Lima), en_GB (Bruce Cowan). NEWS from gtranslator R 1.9.4 (2009-01-24): ----------------------------------------------------- - Source code coverted to GObject. - New main window built with GnomeUIManager. - New dialogs built with glade/libglade. - Open several files in tabs. - New messages table. - New messages area with support for plurals forms. - New panel with information about message's context. - New plugin system based on gedit. - Added support for different translators profiles. - New translation memories system. - New assistant in order to configure the profiles and translation memories database. - Add new API documentation wit GTK-Doc. - Update user documentation. - New plugins: * Fullscreen. * Character map. * Dictionary. * Insert tags. * Open Tran. * Source code view. * Subversion. * Alternate-language. * Insert-params. Translations: * gl (Ignacio Casal Quinteiro), pt_BR (Leonardo Ferreira Fontenelle), ga (Seán de Búrca), oc (Yanning Marchegay), es (Jorge González), he (Yair Hershkovitz), de (Christian Kirbach), sv (Daniel Nylander), fi (Ilkka Tuohela), nb (Kjartan Maraas), ar (Djihed Afifi), th (Theppitak Karoonboonyanan).
2014-01-20Fix build with TCL 8.6joerg1-1/+3
2014-01-19editors/lyx: include missing files in PLISTrumko1-1/+4
2014-01-19editors/lyx: update to 2.0.6rumko11-466/+434
What's new in 2.0 (from upstream): * Advanced Search Facility * Spell-checking on the fly * Compare Documents * Multilingual Thesaurus * Refstyle Support * Multiple Indices * New backends: XeTeX, LuaTeX, and XHTML * Better output customization * Produce output with only selected subdocuments included * Outliner enhancements * Document-specific Layout * New supported LaTeX commands * Languages, scripts and encodings * Branches enhancements * Table features * Size features * Progress view and debugging pane * Color handling * Instant preview inset * Forward search for DVI/PDF files * Optional and Required Arguments * New (sub)version control features * Generalized support for LaTeX files preprocessing ** Improved support for Noweb ** Support for Sweave ** Support for LilyPond-Book Ok@ wiz
2014-01-16Convert to use versioned_dependencies.mk.wiz1-3/+4
2014-01-14Update to texworks 0.4.5markd3-12/+13
Release 0.4.5 (TL'13) [April 2013] * Fix "Restore defaults" in preferences dialog * Fix removal and selection of text moved via drag'n'drop * Fix default saving location * Keep UTF-8 BOMs in files that have them * Make "Goto Source" lead to the last active source window * Implement close button for the console output panel * Implement "Open PDF with TeX" option * Improve compatibility with OS color schemes * New encoding support for "Mac Central European Roman" * Code cleanup * Updated log parser (improve handling of long messages and file paths) * New script properties/functions: cursorPosition, getEngineList()
2014-01-11Update to patchlevel 7.4.141.morr4-24/+10
Upstream changes: 7.4.053 test75 has a wrong header 7.4.054 reading past end of the 'stl' string 7.4.055 Mac: Where macros are defined depends on the system 7.4.056 Mac: Compilation problem with OS X 10.9 Mavericks 7.4.057 byteidx() does not work for composing characters 7.4.058 warnings on 64 bit Windows 7.4.059 set_last_cursor() may encounter w_buffer being NULL 7.4.060 declaration has wrong return type for PyObject_SetAttrString() 7.4.061 (after 7.4.056) configure check in the wrong place 7.4.062 (after 7.4.061) wrong configure check for AvailabilityMacros.h 7.4.063 crash when using invalid key in Python dictionary 7.4.064 in Visual block mode replacing with CR does not break lines 7.4.065 the character typed at the hit-enter prompt is recorded twice 7.4.066 MS-Windows: swap file name wrong if colon in file name 7.4.067 CTRL-\ CTRL-O moves the cursor after inserting comment leader 7.4.068 cannot build Vim on Mac with non-Apple compilers 7.4.069 cannot right shift comment lines starting with # 7.4.070 (after 7.4.069) can't compile with tiny features 7.4.071 (after 7.4.069) passing limits around too often 7.4.072 crash when using Insert mode completion 7.4.073 setting undolevels for one buffer changes undo in another 7.4.074 when undo'ing all and making a change, undo structure is wrong 7.4.075 locally setting 'undolevels' is not tested 7.4.076 "cgn" does not wrap around the end of the file 7.4.077 DOS installer creates shortcut without a path 7.4.078 MSVC 2013 is not supported 7.4.079 a script cannot detect whether 'hlsearch' highlighting is on 7.4.080 (after 7.4.079) missing documentation for v:hlsearch 7.4.081 (after 7.4.078) wrong logic when ANALYZE is "yes" 7.4.082 using "gf" in a changed buffer suggests adding "!" 7.4.083 hard to avoid adding a used pattern to the search history 7.4.084 Python: interrupt not being properly discarded 7.4.085 can't move cursor when inserting text in Visual block mode 7.4.086 can't skip over expression when not evaluating for dict member 7.4.087 compiler warning on 64 bit Windows systems 7.4.088 Asian characters are always marked as spell errors 7.4.089 Vim doesn't set the security context on a renamed file 7.4.090 Win32: no completion if dir name contains an exclamation mark 7.4.091 (after 7.4.089) missing semicolon 7.4.092 (after 7.4.088) can't build small version 7.4.093 configure can't use LuaJIT on ubuntu 12.04 7.4.094 configure may not find that -lint is needed for gettext() 7.4.095 (after 7.4.093) regexp for LuaJIT version doesn't work on BSD 7.4.096 can't change directory to an UNC path 7.4.097 unexpected behavior change related to 'virtualedit' 7.4.098 error for line numbers out of range when using ":'&lt;,'&gt;del" 7.4.099 append in blockwise Visual mode with "$" is wrong 7.4.100 NFA regexp doesn't handle backreference correctly 7.4.101 using \1 in pattern goes one line too far 7.4.102 crash when interrupting "z=" 7.4.103 dos installer escapes spaces in the diff command wrong 7.4.104 ":help s/\_" reports an internal error 7.4.105 completing a tag pattern may give an error for invalid pattern 7.4.106 can't build with Ruby using Cygwin 7.4.107 Python try/catch doesn't catch Vim error in vim.eval() 7.4.108 "zG" and "zW" leave temp files around on MS-Windows 7.4.109 ColorScheme autocommand matches with the current buffer name 7.4.110 "gUgn" cannot be repeeated 7.4.111 memory leak in Python OptionsAssItem 7.4.112 MS-Windows: defaults for 'dir' and 'bdir' do not include $TEMP 7.4.113 MSVC static analysis gives warnings 7.4.114 new GNU make directory change messages are different 7.4.115 Zsh: expanding ~abc fails when the result contains a space 7.4.116 'showcmd' does not show a typed space 7.4.117 can't build with Cygwin/MingW and Perl 5.18 7.4.118 redrawing status lines may causes recursive call 7.4.119 Vim doesn't work well on OpenVMS 7.4.120 (after 7.4.117) can't build with Perl 5.18 on Linux 7.4.121 completion doesn't work for ":py3d" and ":py3f" 7.4.122 Win32: :grep doesn't work when 'encoding' and ACP differ 7.4.123 Win32: Getting user name does not use wide function 7.4.124 Win32: Getting host name does not use wide function 7.4.125 Win32: Dealing with messages may not work for multi-byte chars 7.4.126 compiler warnings for "const" and incompatible types 7.4.127 Perl 5.18 on Unix doesn't work 7.4.128 Perl 5.18 for MSVC doesn't work 7.4.129 getline(-1) returns zero 7.4.130 relative line numbers mix up windows when using folds 7.4.131 syncbind causes E315 errors in some situations 7.4.132 (after 7.4.122) Win32: flags/inherit_handles args mixed up 7.4.133 Clang warns for using NUL 7.4.134 spurious space in MingW Makefile 7.4.135 missing dot in MingW test Makefile 7.4.136 (after 7.4.096) Windows: readonly when saving UNC path file 7.4.137 cannot use IME with Windows 8 console 7.4.138 (after 7.4.114) directory change messages are not recognized 7.4.139 crash when using :cd in autocommand 7.4.140 crash when autocommand wipes out only other buffer 7.4.141 problems when building with Borland pkgsrc changes: remove patches/patch-os__mac.h, it is included upstream.
2014-01-11Revbump after updating tcl/tk.adam1-2/+2
2014-01-10Update emacs-snapshot to 24.3.50.20140101minskim3-130/+133
Moved files in share/emacs/24.3.50/leim to share/emacs/24.3.50/lisp/leim.
2014-01-01Avoid conflicting sigaltstack types on OS X 10.9.schmonz2-1/+18