summaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Collapse)AuthorFilesLines
2010-11-03Update emacs-snapshot to 20101030.minskim3-7/+9
Changes: * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function which fontifies the tail of an enum. (c-basic-matchers-after): Insert a call to the above new function. This fixes bug #7264. * cus-start.el: Add :set properties for minor modes menu-bar-mode, tool-bar-mode, transient-mark-mode. (Bug#7306) * minibuffer.el (completion-cycling): New var (bug#7266). * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist' which changes the order of matches seen by users (bug#7231). * server.el (server-port): New option. (Bug#854) * epa-mail.el (epa-mail-encrypt): Handle local-part only recipients; expand mail aliases (Bug#7280). * image.el (image-checkbox-checked, image-checkbox-unchecked): Delete (Bug#7222). * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg" executable is not available on the system (Bug#7268).
2010-11-03+gedit-pythondrochner1-1/+2
2010-11-03add gedit-python-2.30.4, containing Python plugin support for gedit, baseddrochner3-0/+152
on PR pkg/44017 by Matthew Mondor
2010-11-03prepare for Python plugin support: recognize python-2.6, fromdrochner2-1/+15
Matthew Mondor per PR pkg/44017
2010-10-31Update to latest 7.2 patchlevel, 446.wiz5-9/+21
Fixes PR 44018 by Stefan Palm.
2010-10-25Allow emacs24 as EMACS_TYPE.minskim1-2/+7
2010-10-24Update emacs-snapshot to 24.0.50.20101024.minskim3-13/+31
Changes: - New directory for SRecode template files. - Make the *Packages* buffer read-only.
2010-10-22update to 2.30.4drochner3-8/+8
changes: -Add mallard snippets -translation updates
2010-10-21Fixes build on NetBSD with X11_TYPE=native.obache3-2/+26
* honor PREFIX * reorder rpath so that additional libraries will be prefered than builtin X.
2010-10-20Update emacs-snapshot to 24.0.50.20101016.minskim3-28/+29
Recent changes: * mail/rmail.el (rmail-show-message-1): Catch an error of base64-decode-region and just show an error message (bug#7165). * subr.el (last): Deal with dotted lists (reported in bug#7174). * subr.el (last): Use `safe-length' instead of `length' (bug#7206). * image.el (image-library-alist): Declare as obsolete alias. (image-type-available-p): Use `dynamic-library-alist'. * subr.el (last): Make it faster. (Bug#7174) * cus-theme.el (custom-theme--listed-faces): Add cursor face. (describe-theme-1): Extract doc from unloaded themes. * cus-theme.el (describe-theme, customize-themes) (custom-theme-save): New commands. (custom-new-theme-mode-map): Bind C-x C-s. (custom-new-theme-mode): Use custom--initialize-widget-variables. (customize-create-theme): New optional arg THEME. (custom-theme-revert): Use it. (custom-theme-visit-theme): Remove dead code. (custom-theme-merge-theme): Use custom-available-themes. (custom-theme-write): Make interactive. (custom-theme-write): Use custom-theme-name-valid-p. (describe-theme-1, custom-theme-choose-revert) (custom-theme-checkbox-toggle, custom-theme-selections-toggle): New funs. (custom-theme-allow-multiple-selections): New option. (custom-theme-choose-mode): New major mode. * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys, since that's too annoying. Move the filter groups commands to TAB/backtab.
2010-10-12Be consistent and provide upper limits for all EMACS_REQD cases.joerg3-6/+6
2010-10-06no bundled Module::Install.obache1-2/+2
2010-10-06MAKE_JOBS_SAFE=noobache2-2/+6
2010-09-28Reset maintainer.wiz1-2/+2
2010-09-23Updating editors/p5-Padre from 0.69 to 0.70sno2-14/+10
pkgsrc changes: - adjust dependencies - bump required perl version from 5.10.1 to 5.12.2nb1 Upstream changes: 0.70 2010-09-09 - The Task 2.0 API now supports full birectional communication for all task classes out the box. (ADAMK) - Directory search now runs incrementally via background task (ADAMK) - Directory browse no longer infinitely recurses (ADAMK) - Directory tasks all support cancellation, preventing expensive tasks building up and killing your Padre instance (ADAMK) - Subroutines declared using syntax provided by Method::Signatures ("func", "method"), MooseX::Method::Signatures ("method"), and MooseX::Declare ("method") are now supported in the Outline and Functions view (DAPATRICK) - Updated German translation (ZENOG) - Updated Italian translation (SBLANDIN) - Fixed typos in share/languages/perl5/perl5.yml (ZENOG) - Added keyboard shortcuts to refactoring features "rename variable" and "extract subroutine" (ZENOG) - Fixed small translation problem in ActionLibrary (ZENOG) - Fix #411: working version of the keyboard shortcut editor (ZENOG) - The startup splash is now disabled by default. Padre starts up very quickly these days, and delaying image loading should reduce the per-thread memory cost more (ADAMK) - Fix MIME type setting via menu (ZENOG) - mark nl_be as not supported (ZENOG) - partial fix for #452: 'focus order in Replace dialog' (ZENOG) - Fix focus order in Find dialog (ZENOG) - Close replace dialog on Escape key in all cases (ZENOG) - 'Quick Menu Access' dialog now completely translated (ZENOG)
2010-09-23Add LICENSE.taca1-1/+2
2010-09-21Remove -elc and -info archive from DISTFILES.obache2-10/+2
Noticed by Matthias Buelow via PR#31294. Formerly, source part of xemacs is in no-prefix archive. But now, it is in -src archive, and no-prefix archive contains all of them.
2010-09-18Update emacs-snapshot to 24.0.50.20100916.minskim4-15/+11
Changes: - progmodes/sql.el updated to 2.7. - Major code cleanup for tramp. - Migrate to Tramp 2.2.
2010-09-16Revbump after updating databases/db5adam1-2/+2
2010-09-14More PKGREVISION bumps for pixman update.wiz3-5/+6
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz24-43/+48
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-08Updating editors/p5-Padre-Plugin-Kate from 0.02nb1 to 0.04sno2-8/+7
pkgsrc changes: - adjust dependencies Upstream changes: v0.04 to be released make compatible to newer Padre versions (ZENOG) more informative README (ZENOG) added support for BibTeX and Java (ZENOG) v0.03 2010.07.12 Use mimetype instead of get_mimetype (Alexandr Ciornii)
2010-09-08Updating editors/p5-Padre-Plugin-Git from 0.01nb1 to 0.03sno2-9/+8
pkgsrc changes: - adjust dependencies - use bundled M::I Upstream changes: 0.03 2010.08.20 Compatibility with new Padre (CHORNY) chdir to file directory before commit (CHORNY) 0.02 2009.03.25 Add necessary diff methods for file and dir (kaare) Add inc/* and META.yml to MANIFEST (and therefor the tarball) (ryan52)
2010-09-08Updating editors/p5-Padre-Plugin-Catalyst from 0.08nb1 to 0.09sno2-7/+8
pkgsrc changes: - marking MAKE_JOBS as unsafe Upstream changes: 0.09 compatibility with newer Padre versions (ZENOG)
2010-09-06Update emacs-snapshot to 24.0.50.20100903.minskim3-27/+9
Changes: - Use SMIE's blink-paren for octave-mode. - Provide blink-matching support to SMIE. - Use `declare' in defmacros.
2010-08-31recognize maxima-5.22, bump PKGREVISIONdrochner4-11/+12
2010-08-29Update emacs-snapshot to 24.0.50.20100829.minskim2-6/+6
Changes: - Sync with Tramp 2.1.19. - Minor bug fixes.
2010-08-29No need gtkdoc-rebase workaround anymore.obache1-5/+1
2010-08-25Remove example packages that don't exist anymore.reed1-5/+4
2010-08-23Update emacs-snapshot to 24.0.50.20100821.minskim2-6/+6
Changes: - progmodes/etags.el (tags-file-name): Mark safe if stringp (Bug#6733). - emacs-lisp/copyright.el (copyright-update-year) (copyright-update): Temporary switch-to-buffer to ensure the buffer change being queried is visible (Bug#5394). - font-lock.el (lisp-font-lock-keywords-2): Add combine-after-change-calls, condition-case-no-debug, with-demoted-errors, and with-silent-modifications (Bug#6025). - progmodes/compile.el (compilation-error-regexp-alist-alist): Give the Ruby rule a lower priority than Gnu (Bug#6778). - mouse.el (mouse--drag-set-mark-and-point): New function. (mouse-drag-track): Use LOCATION arg to push-mark. Use mouse--drag-set-mark-and-point to take click-count into consideration when updating point and mark (Bug#6840). - net/rcirc.el (rcirc-log-process-buffers): New option. (rcirc-print): Use it. (rcirc-generate-log-filename): New function. (rcirc-log-filename-function): Change default to rcirc-generate-log-filename (Bug#6828). - term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard): Use QCLIPBOARD instead of QPRIMARY (Bug#6677). - image.el (create-animated-image): Don't add heuristic mask to image (Bug#6839). - files.el (locate-file-completion-table): Only list the .el and .elc extensions if there's no other choice (bug#5955). - cus-edit.el (custom-group-value-create): Add extra newline before end line (Bug#6876).
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb16-18/+32
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-20Updating editors/p5-Padre-Plugin-XS from 0.01 to 0.02sno2-7/+7
pkgsrc changes: - Bump dependency on devel/p5-Perl-APIReference for 5.12.0 support Upstream changes: 0.02 2010-04-18 Bump dependency on Perl::APIReference for 5.12.0 support.
2010-08-20Updating editors/p5-Padre-Plugin-Vi from 0.22 to 0.23 (usingsno5-23/+63
CPAN distribution 0.23.0, because 0.23 seems to have files distributed, which doesn't belong there). pkgsrc changes: - Fixing for Padre-0.69 (Wx::perl::Dialog -> Padre::Wx::Dialog) - mark for unsafe using make-jobs Upstream changes: 0.23 2010.07.24 actually install the translations (RSN) compatibility to newer Padre versions (ZENOG) added MANIFEST.SKIP
2010-08-20Updating editors/p5-Padre-Plugin-PerlCritic from 0.07 to 0.08sno2-6/+6
Upstream changes: - Turkish translation updated (BURAK) - Compatibility with latest Padre (CHORNY)
2010-08-20Updating editors/p5-Padre-Plugin-SVN from 0.04 to 0.05sno2-6/+6
Upstream changes: 0.05 2010.05.23 * Changed the blame (log) display to show as a tree view. * gettext-ified some messages (Zeno Gantner)
2010-08-20Updating editors/p5-Padre from 0.58nb1 to 0.69sno4-19/+31
pkgsrc changes: - adjust dependencies Upstream changes: 0.69 2010.08.17 - Landed ConfigSync branch (MATTP) - Task 2.0 restores support for having tasks send unlimited messages back to the main application while they are running (ADAMK) - Added Padre::Task::Run for background process execution with STDOUT lines streaming as events back to the main window. (ADAMK) - Fixed test failure in t/93-padre-filename-win.t under win32 (SEWI) - Devel plugin now has the option to dump the Task Manager (GARU) - Refactored, reskinned and polished ConfigSync functionality (ADAMK) - Added ->status to ::Main to allow rapid transient messages to be presented in the status bar, as fast as 100/sec (ADAMK) - Fixed the file-changed-on-disk dialog: Show "Reload" button instead of "Close" (SEWI) - Adding a ton of additional $BACKCOMPATIBLE variables so that every class consumed by the current family of plugins has them (ADAMK) - Nudging up the default background thread count now that we will start to see long-running threads looking after background processes (ADAMK) - Allow the opening of files exceeding the editor_file_size_limit of 500_000. The file is opened if the user answers Yes to the dialog (MULANDER) - The Task Manager now records per-worker statistics on which tasks they have run in the past. This is needed to support various worker optimisation strategies to be implemented in the future (ADAMK) - Added a simple initial Task Manager optimisation strategy to favour workers which have run a task at least once before (ADAMK) - "Find method declaration" will not find forward-declaration (CHORNY) - Task manager now has separate maximum and minimum thread counts (ADAMK) - Minimum thread count set to zero. Padre starts up 600ms faster, at the cost of the directory tree appearing 200ms slower if you use it (ADAMK) - Command line switch to select locale (CHORNY) - Added configuration option to modify the cursor blink rate in Padre as requested via the padre-dev mailing list closes ticket number 983 (PLAVEN) - Added Padre::Task::Daemon for bidirectional communication support in tasks. When the task is launched, messages to the chlid can be sent down the worker thread's message queue, and they will be tunneled through to the task, which can retrieve them Erlang-style via a dequeue method (ADAMK) 0.68 2010.07.28 - Unstable - Post Birthday Hackathon Weekend - Fixed rare bug in t/23_task_chain.t (CHORNY) - Refactored the Action subsystem into a simpler model. The old layout artificially broke it up based on menu structure. The new layout also makes it simpler to do further refactorings (ADAMK) - Removed half the usages of Wx::Perl::Dialog (ADAMK) - Use a hyphen to a separate the current vs native names of the languages in the View menu, as the bracing looked weird with the bracing of some of the languages themselves (ADAMK, ZENOG) - Don't show a additional translated string for the language that is currently active (ADAMK, ZENOG) - When the advanced setting "feature_fontsize" is disabled, Padre will remove the Font Size menu, disable Ctrl-+ and Ctrl--, and (most importantly) will not change the font size in an editor on Ctrl-Scroll (ADAMK) - Added integration with the PPI::Transform API for modifying Perl documents, so the transform objects can modify Padre documents (ADAMK) - Added the "Move POD to __END__" refactoring that lets you extract all the POD scattered through a document, merge it together, and move it to the bottom of the file after an __END__ statement (ADAMK) - If the Open Selection expression only matches one file, immediately open it without showing a pointless dialog (ADAMK) - Removed Wx::Perl::Dialog by inlining it into Padre::Wx::Dialog, this will remove the need to import ':everything', saving 50-100k (ADAMK) - Actions now only need to be declared once, and are all declared in one place in advance (ADAMK) - Directory Tree sort order is now (advanced) configurable between directory-first and directory-mixed (ADAMK) - Moved the Padre::Action* classes to Padre::Wx::Action* as they are now much more tightly dependant on Wx (ADAMK) - Plugins will now do full compatibility testing, which means that when we change an internal API we can just update $COMPATIBLE in that package and any impacted plugins will be automatically disabled until they do a new release. That is far better than "They just crash blindly" (ADAMK) - Create a new main_directory_root settting distinct from the existing default_projects_directory one, specifically for setting the default root of the directory tree. It will continue to be pointed to my_documents by default (the original may change) (ADAMK) - Made Padre::Wx::Dialog::ModuleStart configuration translation-safe (ZENOG) - Updated German translation (ZENOG) - Add Java and BibTeX to MIME types (ZENOG) - Ack ("find in files") output is now more 'clickable', but still not perfect (ZENOG) - Fix File::Open3::open3() call to be IPC::Open3::open3() (BRICAS) - Fix #969: crash when switching language after using Ack (ZENOG) - Remove unnecessary Wx::gettext calls from Padre::Wx::Dialog::Preferences that lead to missing translations (ZENOG) - Description field is hidden by default in the regex editor dialog. A checkbox now optionally toggles its visibility (AZAWAWI) - Padre::Wx::FindResult: Get rid of global variable, shorter column titles, both columns now wxLIST_AUTOSIZE (ZENOG) - Call relocale() for all elements of the Bottom panel (ZENOG) - Remember sorting order in session manager (SEWI) - Nicer workflow for renaming variables: Now we check for some conditions before prompting the user for a name; renamed function 'lexical_variable_replacement' to 'rename_variable' (ZENOG) - Simplify the code for the Bottom pane a bit (-1 method), no warnings any more (ZENOG) - Fixed #970: Switching language removes plugin menus (ZENOG) - Padre::MimeTypes: Fixed some Wx::gettext handling problems, switched keys of menu_view_mimes() so that the names (not the MIME types) of file types are shown in the View menu (ZENOG) - Documentation of Padre::Current (SEWI) - Include only changed files in changed-file-list (SEWI) - Added wxwidgets.pod which contains the method documentation of all Wx classes (AZAWAWI) - Padre has wxWidgets method documentation in F2 help search (AZAWAWI) - Added Padre::Wx::Nth to group first/nth-time startup magic (ADAMK) - Fixed #781 : Unicode should not be used for accessing file system on Win32 (CHORNY) - The New Installation Survey now only appears on the third time that Padre starts, so it doesn't confuse people with locale issues (ADAMK) - Split Padre::Wx::Dialog::WhereFrom into main and FBP classes to try out the designer-based approach experimentally (ADAMK) - Tab width is configurable for opened file too (CHORNY) 0.67 2010.07.27 - 0.67 never made it to public release. All changes listed for 0.68 are what 0.67 would have had. 0.66 2010.07.01 - Improved the quality and integration of the default window size (ADAMK) - The non-blocking IO upgrade in 0.65 meant that Padre could no longer open files on Windows. Fixed (ADAMK) - Minor improvements to the About dialog (ADAMK) 0.65 2010.07.01 - Task 2.0 API landed on trunk (and everything breaks) (ADAMK) - Converted the FunctionList GUI component to work via a task (ADAMK) - Padre::Role::Task role added to allow any object in Padre to be the "owner" of task and automatically handle which tasks are still relevant to the UI state at the time the task is completed, and ignore the ones that aren't (ADAMK) - New compulsory Padre::Wx::Role::View for editor GUI componants that want to live in the left/right/bottom tool panels (ADAMK) - Renamed a number of classes to simpler names. Because we are breaking everything anyway, this is an opportune time to lump in these low-importance changes (ADAMK) - Padre::DocBrowser --> Padre::Browser (ADAMK) - Padre::Wx::DocBrowser --> Padre::Wx::Browser (ADAMK) - Padre::Wx::Role::MainChild --> Padre::Wx::Role::Main (ADAMK) - Language-specific task sub-classes now live under the document class instead of under the Padre::Task tree, to encourage concentration of language-specific code within the document tree (ADAMK) - Padre::Task::Perl::Syntax --> Padre::Document::Perl::Syntax (ADAMK) - Padre::Task::Perl::Outline --> Padre::Document::Perl::Outline (ADAMK) - Startup config file now uses a custom hyper-minimalist format which avoids the need to load YAML::Tiny before the first thread spawn, saving about 400k per thread (ADAMK) - Padre::Logger now allows the PADRE_DEBUG environment variable to be set to a specific class name, enabling logging only for that class. This simplies tracing around a specific problem now that the number of classes with debugging hooks is getting large (ADAMK) - Moved the startup tool enabling of the syntax check and error list from the startup timer to the constructor, and prevent them from writing back to the config. We no longer need to write the config at all during startup, making startup faster (ADAMK) - Scroll the output window down on outputs (kthakore) - Directory browser rewritten to operate in the background (ADAMK) - Improved directory tree search to take advantage of new background file scanning. It is now instantaneously quick (ADAMK) - Added the PPI::Cache API to provide a simple common mechanism for stashing GUI model data such that all cache data can be cleaned up in one go when the relevant project or document is released (ADAMK) - Fixing some new bugs or adding temporary workarounds for them (SEWI) - Rebuild History using non-blocking IO on Padre start (SEWI) 0.64 2010.06.12 - Last Stable before merge of new Task 2.0 API - zh-cn translation updated (jagd) 0.63 2010.06.02 - Autocomplete "sub new" for Perl modules (SEWI) - fixed ticket #956: crashes if Outline is active (ZENOG) 0.62 2010.05.21 - Any 3 column table layout in the preferences dialog now has a stretched middle column. (PLAVEN) - Add a warning for versions of Wx.pm with broken HTML rendering (ZENOG) - Mousing over a sub/method name with ctrl pressed now highlights it to indicate it can be clicked on (Sam Crawley) - Regex editor: Support global flag for substitute (ZENOG) - Updated Turkish translation (Burak G??rsoy) 0.61 2010.05.12 - MIME types: added a few C++ file extensions, added LaTeX .sty files (Zeno Gantner) - About dialog: increase height of the window so that the translated licensing terms also fit in without a scrollbar (Zeno Gantner) - Debugger: improved variable detection in the document (Zeno Gantner) - Menu: More consistent capitalization of menu entries (Zeno Gantner) - Updated German translation (Zeno Gantner) - fixed ticket #538: "outline view info takes too long to refresh" by adding an outline cache (Zeno Gantner) - fixed ticket #541: "wrong outline can get displayed for a document" (Zeno Gantner) - fixed ticket #940: "crashes when right clicking in code editing area" (Zeno Gantner) - fixed ticket #878: "Tabs like 'Outline', 'Functions'... should have a close button, just like the documents tabs" (Zeno Gantner) - fixed behaviour of the close button for the bottom tabs (Output, Errors, Syntax Check): closing a tab now toggles the corresponding menu and config items (Zeno Gantner) - Updated German translation (Zeno Gantner) - Updated Chinese translation (Chuanren Wu) - fixed ticket #939: "Padre 'help' depends on POD2-Base on Strawberry Perl on Windows XP" (ADAMK) - Updated Italian translation (SBLANDIN) - Updated Brazilian Portuguese translation (GARU) - Updated Dutch translation (Dirk De Nijs) - Updated Spanish translation (ENELL) 0.60 2010.04.20 - Add FTP connection caching/sharing (SEWI) - Add interactive template functions (SEWI) - Fixed ticket #900: opening binary files may crash Padre (Zeno Gantner) - Improved some menu entries: added missing "...", better labels, better comments (Zeno Gantner) - Clearer error message if debugger is not started yet (Zeno Gantner) - Complete language/locale switch on Unix platforms: also correctly translate the Wx default labels (Zeno Gantner) - Fixed ticket #921: regex syntax error in Regex Editor (reported by leprevost) - Updated German and Turkish translation (Zeno Gantner, SEWI and Burak G??rsoy) - Added licensing information to About dialog (Zeno Gantner) - Skip '.' when indexing installed modules in @INC (dam) - Fixed bug related to search history (Sam Crawley) - Added file type filter "script file" (which includes Unix shell scripts and Windows .bat files) to the Open dialog (Zeno Gantner) - MIME types: added .mo to the list of binary file extensions, improved/gettext-ified some descriptions, changed LaTeX extension from latex to tex (Zeno Gantner) - Autocomplete no longer displays the dialog when only one option is available (unless 'Autocomplete while typing' is on) (Sam Crawley - #927) 0.59 2010.03.31 - Don't crash open file list dialog on unsaved files or without files (SEWI) - Added a small survey for new Padre installation (SEWI) - Resolved the clash between threads and SQLite by temporarily disconnecting from SQLite during a thread spawn (ADAMK) - Slave master quick-spawning in Padre::Startup, so that we get smaller thread spawn memory penalty from the interpreter copy. On Win32 the per-thread cost drops from 34.1meg to 20meg with a reduction in total memory use for a typical user of about 20% (ADAMK) - Add language names/translated texts to select_language list (SEWI) - Fixed ticket #865 Wrong document type in View Document As (PLAVEN) - New Padre::Wx::Display screen geometry library for handling multiple screens, weird geometry setups and other weird stuff that coders have on their development setups. Padre's main window uses this to calculate an elegant golden-ratio uniform-margin default position and size (ADAMK) - When showing a toolbar panel for the first time, make sure it's lock state is consistent with the main_lockinterface config setting (ADAMK) - Local file and remote file installation switched from pip to cpanm (ADAMK) - Completed the 'Insert Special Value' functionality (Zeno Gantner) - Updated German translation (Zeno Gantner) - When refresh_windowlist was sped up, sorting regressed. Fixed (ADAMK) - Fixed ticket #889: Padre saves non-ASCII characters as \x{XXXX} (AZAWAWI) - New Win32 launcher #677: the Padre process is now named "padre.exe" in the Task Manager (instead of wperl.exe) and it embeds the Perl interpreter instead of being just a launcher (DOLMEN) - On Win32 the manifest file (which tells Windows to use new Vista/7 styles on such systems) is now embedded as a resource in the binary, so any wperl.exe.manifest containing the string 'name="Padre"' is obsolete and must be removed (DOLMEN) - Fixed ticket #904: Win32 taskbar icon is only 16x16 (Windows 7 may uses 48x48) (AZAWAWI) - Small improvements/fixes to some dialogs: Refactoring, Open URL, Goto, Save as, Preferences, Insert File, New Perl Distribution (Zeno Gantner) - New document statistics dialog, faster computation of document statistics (Zeno Gantner) - Added missing File::pushd Padre dependency (AZAWAWI) - Fixed ticket #894: search for non-ASCII characters (Zeno Gantner)
2010-08-16Update emacs-snapshot to 24.0.50.20100814.minskim3-7/+11
Changes: - Updated sql.el to 2.5. - Added pcase.el.
2010-08-16Update to 0.2.4:wiz2-6/+6
Sigil v0.2.4 2010.08.12. - fixed a problem with updating image paths for images with the same filename but coming from different parent directories (issue #501) - added a new "Merge With Previous" context menu action for XHTML files in the Book Browser (issue #265) - changed Tidy to handle the common typing mistake of ending entities with a ':' instead of a ';' (issue #535) - fixed a bug where double-clicking a file in the Book Browser for a file that was already opened in a tab switched that tab back to Book View; the tab now retains whatever View it was in previously - newly opened tabs now default to the View of the current tab (issue 468) - re-engineered the locations where Sigil stores its work files; the system-provided temp folder is now used; this should alleviate some permissions issues on certain machines, especially Macs (issue #404) - Sigil now prevents the renaming of files in the Book Browser to filesystem invalid names (issue #493) - changed the keyboard shortcut that opens the Replace dialog from Cmd+H to Cmd+Shift+F on Macs only; Cmd+H is used by Mac OS X for window hiding (issue #477) - fixed an issue with Sigil using XHTML 1.0 for OPS doctypes, instead of XHTML 1.1 (issue #503) - several files can now be marked as having the Text semantic type (issue #522) - fixed an issue with Direction: All in book wide searching skipping last XHTML file (issue #520) - fixed an issue with the declared XML encoding not being picked up if it was wrapped in single quotes instead of the more standard double quotes - fixed an issue where the user could avoid the warning dialog for book-wide searching in Book View if he switched to this mode in Code View, and then switched back Sigil v0.2.3 2010.06.22. - fixed an issue with the new data from one view sometimes not being saved in the final epub when switching to the other view - worked around a Qt focus issue causing current tab data to sometimes not be saved; this was uncovered by fixing the hang-on-save issue, which was caused by the same underlying problem (issue #466) Sigil v0.2.2 2010.06.20. - simplified the resource locking mechanism; should eliminate the hang-on-save issue - fixed a problem with BookView chapter splitting sometimes not being registered on save, causing duplicate content (issue #450) Sigil v0.2.1 2010.06.18. - XHTML files that specify two different encodings are now fixed by removing the incorrect one - Sigil now checks the XML encoding attribute for an encoding before the HTML metatag and charset; should now be more compatible with Calibre created epub books - created/used 16px version of all icons; icons in menus are not blurry anymore (issue #121) - the Find&Replace dialog now uses the currently selected text (if any) as the default search term (issue #370) - fixed issues with unnecessary reloads of the code view (issue #412, issue #398) - fixed an issue with the HTML file filter in the open file dialog not correctly filtering files (issue #416) - fixed an issue with files without extensions not being saved in the final epub (issue #400) - fixed an issue with XPGT resources sometimes being saved blank (issue #433) - fixed a regression that made it impossible to add removed headings back into the TOC (issue #439) - fixed a problem with some file-wide replacements reverting - fixed a problem with the opened tabs not being updated until the user gave them keyboard focus when a file-wide replace was performed (issue 408) - fixed a problem with Book View not reflecting changes done in Code View when the Code View was used for editing, and then the tab closed - use of custom synchronization primitives should resolve most infrequent hang bugs - fixed a problem with the search not progressing in Book View find&replace when using recursive replacements - fixed an issue with inserting images that have apostrophes in the filename (issue #391) - TOC text now has leading and trailing whitespace trimmed, and inner whitespace condensed (issue #422) - an empty ALT attribute is now added to <img> elements that don't have them (issue #406) - added the build time to the About dialog, showing date and time in UTC
2010-08-09Update emacs-snapshot to 24.0.50.20100808.minskim2-6/+6
Major changes: - calc/calc.el: Use `face' property to italicize headers. - calc/calccomp.el (math-comp-highlight-string): Use `calc-highlight-selections-with-faces' to determine how to highlight sub-formulas. - progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): Added SQLite 3 keywords, functions and datatypes. - net/tramp.el (tramp-handle-start-file-process ): Set connection property "vec". - vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
2010-08-01Update emacs-snapshot to 24.0.50.20100801. Hebrew tutoral was added.minskim3-7/+8
2010-07-25Update emacs-snapshot to 24.0.50.20100724.minskim3-8/+79
Updated packages include sql and org.
2010-07-21update to 1.6.7drochner3-8/+26
"this release irons out all known stability problems with Qt 4.6" other changes: -New -f [--force-overwrite] command line flag -New preference setting for selecting what to do when existing files are going to be overwritten on export from the GUI -Detect LyXBlogger if installed -UI improvements -doc / translation improvements -bugfixes approved by Jeremy C. Reed (the MAINTAINER)
2010-07-20s/with-motif/with-MOTIF/ - make sure motif is selected.markd1-2/+2
2010-07-18Update emacs-snapshot to 24.0.50.20100711.minskim4-12/+16
Changes include many improvements in the vc package.
2010-07-14remove unneeded "eel" dependency, bump PKGREVdrochner1-3/+2
2010-07-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd2-4/+4
2010-07-12Not MAKE_JOBS_SAFE:dholland1-1/+2
Producing `src/paths.h' from `src/paths.h.in'. Producing `src/paths.h' from `src/paths.h.in'. [...] cmp: src/paths.h.tmp: No such file or directory mv: rename src/paths.h.tmp to src/paths.h: No such file or directory
2010-07-11* add patch-cj to fix build failureobache3-5/+71
* add user-destdir installation support. * Bump PKGREVISION to force rebuild with fixed ja-FreeWnn-lib.
2010-07-10Fixes handling of PKG_SYSCONFSUBDIR, PR#43584.obache1-10/+11
Bump PKGREVISION.
2010-07-06update to 2.30.3drochner3-28/+23
This switches to the gnome-2.30 release branch.