summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2011-10-24Update emacs-snapshot to 20111019.minskim2-6/+6
Changes: - Add support for detecting encoding in HTML5 specified only as <meta charset="UTF-8">. Implementation just makes http-equiv and content-type parts from HTML4 encoding string optional. - menu-bar.el (menu-bar-file-menu): Add entry for making new window on right of selected. (Bug#9350) Reword other window entries and separate them from frame entries. - net/network-stream.el (network-stream-open-starttls): Improve detection of failure due to lack of TLS support. - textmodes/flyspell.el (flyspell-large-region): Make sure extended character mode is used if defined.
2011-10-18Update emacs-snapshot to 24.0.90.20111012.minskim2-6/+6
Changes: * mail/sendmail.el: Don't use sendmail-query-once if not needed. * progmodes/f90.el: Ignore preprocessor lines, like f90-previous-statement does. * eshell/eshell.el: History should be saved only in interactive use, to avoid error. * bindings.el ([M-left],[M-right]): Bind to left-word and right-word respectively. * progmodes/gdb-mi.el (gdb): Doc fix.
2011-10-14Add DragonFly support.ryoon5-9/+48
2011-10-14*** empty log message ***ryoon4-5/+30
2011-10-13Regenryoon1-3/+1
2011-10-13Update 0.4.2ryoon4-8/+50
Many bug fix and performance improvements. Fix GCC 4.6 compile failure
2011-10-12Update p5-Padre to 0.90.hiramatsu4-20/+33
- Improved syntax highlight. - Reduce memory usage. - Updated document and translation. - bug fix.
2011-10-11Update to 0.53ryoon4-31/+21
=== 0.53 - Mon 19 Sep 2011 === * Cosmetic updates to entry widgets, the page index, the insert date dialog, and the tasklist dialog * Updated the find function to properly switch focus and highlight current match even when text does not have focus - Oliver Joos * Added function to remember the position of the main window across sessions and the position of dialog within a session - Oliver Joos * Added "interwiki keyword" to give shorthand for linking notebooks - Jiří Janoušek * Added template function to create a page index - Jiří Janoušek * Added support to include additional files with a template - Jiří Janoušek * Added preference for always setting the cursor position based on history or not * Added feature so images now can have a link target as well - Jiří Janoušek * Refactored index to do much less database commit actions, resulting in performance gain on slow storage media * Added "print to browser" button in the tasklist dialog * Added "--search" commandline option * Added feature for calendar plugin to use one page per week, month, or year instead of one page per day - Jose Orlando Pereira * Added feature to have implicit deadline for tasks defined on a calendar page - Jose Orlando Pereira * Added new plugin for evaluating inline arithmetic expressions - Patricio Paez * Added support for plugins to have optional dependencies - John Drinkwater * Added hook so plugins can register handlers for specific URL schemes * Upgraded test suite to unittest support shipped with python 2.7 * Increased test coverage for main window, dialogs, and image generator plugins * Many small typo fixes and code cleanup - Oliver Joos * Extensive updates for the developer API documentation - now using epydoc * Made file paths in config file relative to home dir where possible in order to facilitate portable version (e.g. home dir mapped to USB drive) * Build code updated to build new windows installer and support for portable install - Brendan Kidwell * Fixed build process to hardcode platform on build time (maemo version) * Fixed bug in notebook list, causing compiled version to be unable to set a default notebook (windows version) * Fixed bug with copy-pasting and drag-n-drop using relative paths * Fixed bug allowing to click checkboxes in read-only mode * Fixed several possible exceptions when moving pages * Fixed execution of python scripts on windows - Chris Liechti * Fix to preserve file attributes (like mtime) when copying attachments - Oliver Joos * Fixed path of checkbox images in html export - Jiří Janoušek * Fix for indexing error in scenario with external syncing (e.g. dropbox) * Fix for latex output to use "\textless{}" and "\textgreater{}" * Fixed Maemo window class, and python 2.5 compatibility - Miguel Angel Alvarez * Fixed unicode usage in template module - Jiří Janoušek * Fixed error handling for errors from bzr in versioncontrol plugin * Fixed error handling for errors due to non-utf-8 encoded text in pages
2011-10-09Fixes for using GNUstep.obache2-4/+5
2011-10-09Update my emailcheusov1-2/+2
2011-10-09This can be built with emacs23nox too.kim1-2/+5
2011-10-04Update emacs-snapshot to 24.0.90.20111004.minskim4-17/+20
Notable changes: * buffer.h (struct buffer): Use time_t, not int, for a time stamp. This fixes a Y2038 bug on 64-bit hosts. * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes to split-string. * mouse.el (mouse-drag-track): Set scroll-margin to 0 while tracking (Bug#9541). * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise when sending QUIT * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow check.
2011-10-03Fix getline conflict with SUBSTdholland1-1/+7
2011-10-03Add freetype2 for elvis-x11; PKGREVISION -> 7.dholland2-3/+4
XXX: The way this is set up, elvis and elvis-x11 cannot have different XXX: values of ${PKGREVISION}.
2011-10-03Run this thing's configure script at the configure phase, so it's easierdholland3-6/+22
to tell what's going on. Patch it to be able to find netbsd's terminfo. This might fix the bulk failure.
2011-10-02getline. (fix it with SUBST instead of five one-line patches)dholland1-1/+7
2011-09-24Teach configure where to find crt*.o files on NetBSD.minskim1-1/+5
This should fix PR 45395.
2011-09-24* Fix build on Linux (conflict with glibc).ryoon2-4/+3
* patch-ag does not exist, regen distinfo. Tested on Gentoo Linux, DragonFly 2.10.1, and NetBSD current.
2011-09-18Correct paths to tex-pst-node and tex-pstricks.minskim1-3/+3
Noted by Robert Elz.
2011-09-18Replace lyx's dependencies on teTeX with those on TeX Live packages.minskim1-4/+41
2011-09-15Copy __got section when copying data segment on Mac OS X.minskim2-1/+16
Patch provided by Tom Yu in PR 45240.
2011-09-13Bump PKGREVISION, from ja-FreeWnn-lib converted to shlib.obache1-2/+2
2011-09-12Update to 23.3a: adds missing source files.wiz3-8/+20
2011-09-12update to 1.0.7.12drochner3-82/+1057
changes: -use Qt4 GUI -comes with fonts -- less dependency on TeX -various cleanup and feature improvements
2011-08-25Fix build with lang/python25.ryoon3-2/+19
Bump PKGREVISION.
2011-08-25Update emacs-snapshot to 24.0.50.20110821.minskim3-10/+29
Notable changes: - Resolve invalid use of a regexp in regexp-opt. - Sync with Tramp 2.2.2. - Simplify url handling in rcirc-mode. - Fontify bitfield declarations properly. - Prevent cc-langs.elc being loaded at run time. - Fontify declarators properly when, e.g., a jit-lock chunk begins inside a declaration. - Add support for biblatex.
2011-08-23Recursive bump from gdbm shlib bump.obache2-5/+4
2011-08-14Revision bump after updating perl5 to 5.14.1.obache21-35/+42
2011-08-01Disable groff html check to prevent random PLIST variation.dholland2-1/+17
2011-08-01Fix broken build with clang.dholland4-2/+42
2011-08-01Take MAINTAINER.dholland1-2/+2
2011-07-31Needs pkg-config. Depends on glib2 directly. PKGREVISION -> 2. Should fixdholland1-3/+4
failure seen in bulk builds.
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache12-23/+24
2011-07-21Correct a comment.tron1-3/+3
2011-07-21Revert last change and instead restore the previous work-around fortron4-38/+31
PR pkg/39778 which is less invasive.
2011-07-21Don't install certain input methods whose build is unreliable ontron4-20/+36
64bit platforms. This fixes PR pkg/39778 by myself.
2011-07-20Build this package without optimization if GCC 4.5.* is used undertron1-0/+19
NetBSD/i386. This stops "temacs" from dumping core.
2011-07-20Fix typo in last commit which NetBSD-current's make(1) silently ignored.tron1-2/+2
2011-07-20Remove accidentally committed file.tron1-25/+0
2011-07-20Fix build with GCC 4.5's C preprocessor.tron2-14/+33
2011-07-11Update to nts-78ryoon3-11/+11
Changelog: 78 2011-06-15 Allow multiple -t switches using 'append' rather than 'store' and processing each separately. In the gui use parens, e.g., (tag 1, tag 2).
2011-07-04check-interpreter fix.jym1-2/+4
2011-07-04check-interpreter fix.jym1-1/+8
2011-07-04Reuse the PYTHON_PATCH_SCRIPTS for interpreter fix. This is obviouslyjym1-4/+3
the same as my previous patch, no functional change.
2011-07-04check-interpreter fix.jym1-1/+4
XXX package has a dependency on kdepimlibs4 on my host. Side effect maybe. Not sure why TeXmacs would require KDE PIM libs.
2011-07-03add patches to fix CVE-2010-4005. Bump PKGREVISION.obache4-3/+43
2011-06-17Update emacs-snapshot to 24.0.50.20110614.minskim3-15/+24
Changes: - themes/dichromacy-theme.el: New theme.
2011-06-11Update emacs-snapshot to 24.0.50.20110608.minskim3-7/+10
Changes: - New input method: ipa-paraat. - url-future.el: Add general futures facility.
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-06-09sync w/ base pkgdrochner1-2/+2