Commit graph

4453 commits

Author SHA1 Message Date
drochner
59e5ff3d93 update to 2.2.4
changes:
-misc fixes and improvements
-added selftest
2011-05-06 18:02:06 +00:00
abs
97866a5270 some more REPLACE_PYTHON, ++PKGREVISION 2011-05-02 10:09:11 +00:00
abs
992cf43b65 Catch another REPLACE_BASH needing script. Foo. Remember "Always wait (~forever) for the build to compleye before commit." ++PKGREVISION 2011-05-01 20:18:56 +00:00
abs
fd28132f37 The great /usr/bin/env purge continues. REPLACE_BASH, ++PKGREVISION, plus a free PLIST sort 2011-05-01 16:50:59 +00:00
abs
f811faa9d9 REPLACE_PERL to eliminate usr/bin/env usage. bump PKGREVISION 2011-05-01 07:39:14 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
roy
96666dd3d9 Use python correctly. 2011-04-20 09:03:18 +00:00
drochner
91e0b6de21 kill a DISABLE_DEPRECATED to make this build against recent gtk2 2011-04-15 16:08:06 +00:00
wiz
3e1dce8ca4 Fix build with png-1.5. 2011-04-12 21:48:01 +00:00
wiz
43aefeb5ed Update to 2.1.5:
eBay has been pretty active lately; this most recent breakage was
just of non-US non-PayPal listings. I took the opportunity to
address a few minor issues, while I'm looking into some longer-term
problems. Best of luck with your auctions!

Fixes

    * The non-US non-PayPal item issue
    * 'Post to: ' in location fields
    * Failure to read feedback scores

Improvements

    * Some attempts to improve data consistency
    * Completed auction loading and 'lost' auction recovery don't
    block each other
    * Better messaging around the browse-to site and My JBidwatcher
    configurations
    * Show the revision number on Windows and Linux
2011-04-12 08:46:19 +00:00
wiz
eb6783f66a Update to 0.17.2:
Gaupol 0.17.2
=============

 * Add framerate 24.0 fps found on Blu-rays and use three decimals for
   all framerates (#580345)
 * Fix broken inheritance of action classes, which caused Gaupol to
   fail to start with recent versions of (Py)GTK (#643958)
 * Fix previewing of changes in position shift and transformation
   dialogs
 * Fix eternal loop when opening translation files and having
   existing zero-duration subtitles
 * Fix names of filetype filters in open dialog
 * Update author email address
 * Move development repository from Gitorious to GitHub
   (https://github.com/otsaloma/gaupol)
 * Abandon use of Transifex for translations
 * Add Turkish translation (Koray Löker and Çağlar Kilimci)

Gaupol 0.17.1
=============

 * Fix search dialog replace button to change sensitivity without
   delay to avoid concurrent replacements (#626976)
 * Save text assistant window size
 * Show line lengths in text assistant confirmation page
 * Hopefully fix spell-check not working on Windows (#623864)
 * Build Windows installer without UI translations to avoid a partly
   translated mess (especially due to pygtk bug #574520)
 * Add Hebrew translation (Yaron Shahrabani)
 * Update Hungarian translation (Andrássy László)
 * Update Spanish translation (Carlos Mella)
2011-04-11 14:56:00 +00:00
obache
e318b55716 Update fd to 3.00j.
Ver. 3.00j	Failure of some HTTP redirection is fixed.
 (09/25/10)	Needless network access when URLDRIVE=1 is suppressed.
		Mis-parsing of the file list from some HTTP servers is fixed.
		Failure of INFO_FILESYS on MINIX is fixed.

Ver. 3.00i	Support MINIX 3.
 (07/24/10)	Support NetBSD 5.0.
		Changing to directory on some pseudo file system is allowed.
		Freezing of pseudo terminal with utf8-mac is fixed.
		Failure to convert Kanji code of startup argument is fixed.
		Broken shell output string with effective DEFKCODE is fixed.
		Failure to convert case letter on ShiftJIS is fixed.
		Miscount of items on customizer when changing tab is fixed.
		Misprint of string to map key code is fixed.
		Column overflow of Japanese filename on status line is fixed.
		Wrong cursor position when closing archive browser is fixed.
		Failed archive browser with here-document is fixed.
		Illegal newline code with archive browser is fixed. (MS-DOS)
		Invalid terminal input with internal shell on DJGPP is fixed.
		Unloadable newline (^J) from command history file is fixed.

Ver. 3.00h	Hang-up when 'PS1' internal variable includes \[...\] is fixed.
 (06/14/10)	Failure to compile with non-standard C compiler is fixed.
		Recursive call of malloc() in abortion is fixed.

Ver. 3.00g	Broken tree screen with unprintable directory name is fixed.
 (06/04/10)	Abortion when accessing directory with Japanese is fixed.
		Buffer overflow in Japanese string parser is fixed.

Ver. 3.00f	Mis-action of 'dir' builtin which differs from MS-DOS is fixed.
 (05/29/10)	Invalidated default attribute mask of 'dir' builtin is fixed.
		Abortion when canceling in COPY_TREE/MOVE_TREE is fixed.

Ver. 3.00e	Add mkdir_p.c for installation.
 (02/27/10)	Support Cygwin 1.7.1.
		Failure to compile with some non-ANSI C compilers is fixed.

Ver. 3.00d	Freezing by filename completion on some environments is fixed.
 (11/30/08)	Mis-identified path invoked as login shell via su(1) is fixed.
		Freezing by the large value set as 'HISTSIZE' is fixed.
		Bug that 'echo' builtin ignores anyone starts with - is fixed.
		Support function keys with some VT100 compatible terminals.
		Warning by ioctl() on 64bits BSDs is fixed.

Ver. 3.00c	Bug to garble the pasted string when INPUTKCODE=utf8 is fixed.
 (07/27/08)	Failure to access the root directory is fixed. (MS-DOS)
		Failure to be invoked on Windows NT is fixed. (MS-DOS)
		Illegal newline code for input/output is fixed. (MS-DOS)
		Failure to replace some strings in 'fc' builtin is fixed.

Ver. 3.00b	Failure to replace with $()/$(()) is fixed.
 (07/06/08)	Bug that some temporary files may remain is fixed.
		Freezing by here-document with huge size is fixed.
		Mis-substitution of variables with exit status is fixed.
		Failure to treat argument with '=' as substitution is fixed.
		Buffer overflow with the undefined floppy drive is fixed.
		Mis-operation for redirections with complex sentences is fixed.
		Bug that trap on exit cannot be executed suitably is fixed.
		Inaccurate value of 'LINENO' internal variable is fixed.
		Bug that newline cannot be allowed in 'case' sentence is fixed.
		Bug that ${} cannot include meta characters within "" is fixed.
		Mis-replacement for meta characters in here-document is fixed.
		Adjust representations for 'FD_VERSION' of each documents.
		Bug that 'FD_VERSION' may not be set is fixed.

Ver. 3.00a	Failure to replace the alias with no argument is fixed.
 (06/21/08)	Abortion with recursively invoked archive browser is fixed.
		Resolve a directory traversal vulnerability on the URL drive.
		Mis-implementation of telnet commands in FTP is fixed.
		Failure to compile on Solaris 8 is fixed.
		Adjust representations of each documents to Ver. 3.00.

Ver. 3.00	Add the URL drive function.
 (05/31/08)	Add scheme moditiers to access socket as redirect file.
		Support the message catalog.
		Abolish limits of each registrations.
		Support argument of EDIT_CONFIG as environment variable name.
		Add 'AUTOUPDATE' internal variable.
		Add 'VERSION' internal variable.
		Add 'URLDRIVE', 'URLKCODE', 'HIDEPASSWD' internal variables.
		Add 'URLOPTIONS', 'URLTIMEOUT' internal variables.
		Add 'FTPPROXY', 'FTPLOGFILE', 'FTPADDRESS' internal variables.
		Add 'HTTPPROXY', 'HTTPLOGFILE' internal variables.
		Add 'HTMLLOGFILE' internal variable.
		Add 'accept', 'socketinfo', 'addcr' builtins.
		Add -N option in 'echo' builtin.
		Add -N option in 'read' builtin.
		Add the formats of %w, %p, %B, %b, %/, %! for archive browser.
		Add the redirectees of '<>&', '><&' for duplication.
		Add the redirectees of '<>-', '<>&-', '><-', '><&-' for close.
		Change default file descriptor of '><' redirectee to stdout.

Ver. 2.09i	Failure to compile on Darwin 9.x (Mac OS X 10.5) is fixed.
 (04/19/08)	Odd screen when displaying some long file names is fixed.
		Failure to write directory for FAT file system is fixed.

Ver. 2.09h	Bug that ATTR_FILE/ATTR_DIR have sometimes no effect is fixed.
 (03/15/08)	Unsuitable error message with no controlling terminal is fixed.
		Odd completion choice list while shifting filename is fixed.

Ver. 2.09g	Abortion with no controlling terminal is fixed.
 (01/26/08)	Failure to find the startup directory is resolved partly.
		Failure to input some special keys is reduced.

Ver. 2.09f	Bug to garble the pasted string in some environments is fixed.
 (10/28/07)	Mis-inputted keys after dynamic variation of 'TERM' is fixed.
		Bug to ignore some configuration files on NFS is fixed.
		Failure with some builtins in non-interactive shell is fixed.
		Bug not to expand variables after '~' is fixed.

Ver. 2.09e	Freezing sometimes caused in 'copy' builtin is fixed.
 (09/16/07)	Abortion when missing the current directory is fixed.
		Wrong default file descriptor of '<>'/'><' redirectee is fixed.
		Incomplete check for the supplementary group is fixed.

Ver. 2.09d	Support Linux kernel 2.6.20.
 (04/26/07)	Progress key responses when INPUTKCODE=utf8.
		Abortion with accessing the empty directory is fixed.
		Inaccessiblity of the floppy drive with large size is fixed.

Ver. 2.09c	Failure to support Linux kernel 2.6.18 is fixed.
 (01/17/07)

Ver. 2.09b	Support Linux kernel 2.6.18.
 (12/22/06)	Bug that '..' is not accessible in floppy drive is fixed.
2011-04-08 11:34:44 +00:00
wiz
3cd8efec95 The syntax doesn't work on most shells, remove the patches again until
they're fixed properly. Reported by drochner. Bump PKGREVISION.
2011-04-05 12:05:01 +00:00
wiz
265479cd10 Fix CVE-2008-0386 using patch from upstream repository.
Patch created by Makoto Fujiwara.

Bump PKGREVISION, set LICENSE.
2011-04-05 09:13:42 +00:00
bouyer
f431d51c8b Don't #include <ufs/ufs/quota.h> on NetBSD. it makes the build fail on
current, and nothing related to quotas is needed here.
OK agc@
2011-04-01 20:11:33 +00:00
taca
7b6fb22521 * Allow build on not only ruby18 but ruby19.
* Ugly hack to replace with already installed gem command.

Bump PKGREVISION.
2011-03-27 13:02:17 +00:00
taca
531790bcf7 Update misc/ruby-bundler package to 1.0.10.
## 1.0.10 (February 1, 2011)

Bugfixes:

  - Fix a regression loading YAML gemspecs from :git and :path gems
  - Requires, namespaces, etc. to work with changes in Rubygems 1.5

## 1.0.9 (January 19, 2011)

Bugfixes:

  - Fix a bug where Bundler.require could remove gems from the load
    path. In Rails apps with a default application.rb, this removed
    all gems in groups other than :default and Rails.env.

## 1.0.8 (January 18, 2011)

Features:

  - Allow overriding gemspec() deps with :git deps
  - Add --local option to `bundle update`
  - Ignore Gemfile.lock in newly generated gems
  - Use `less` as help pager instead of `more`
  - Run `bundle exec rake` instead of `rake` in Capistrano tasks

Bugfixes:

  - Fix --no-cache option for `bundle install`
  - Allow Vlad deploys to work without Capistrano gem installed
  - Fix group arguments to `bundle console`
  - Allow groups to be loaded even if other groups were loaded
  - Evaluate gemspec() gemspecs in their directory not the cwd
  - Count on Rake to chdir to the right place in GemHelper
  - Change Pathnames to Strings for MacRuby
  - Check git process exit status correctly
  - Fix some warnings in 1.9.3-trunk (thanks tenderlove)
2011-03-23 15:03:52 +00:00
taca
5e6c94b918 Update rubygems package to 1.6.2.
For complete changes, please refer:

	https://github.com/rubygems/rubygems/blob/master/History.txt
2011-03-23 14:35:04 +00:00
plunky
beafa4f940 minor update from 3.9.9 -> 3.9.9.1:
2011-01-23 : zyGrib Version 3.9.9.1

    * New russian translation (thanks Yaroslav/Specter).
    * Bug fixed : drawing wind arrows on the grid for Meteoblue files.
    * Personnal "cities" list :
          o All files whose name begins with cities and located in maps / gis / are read.
          o Format : text, encoding UTF8
          o One city by line (5 data, separator ';') :
            country;name;population;latitude;longitude
               1. country: 2 chars international code ISO-3166 A2
               2. name
               3. population : "importance" of the city. 4 levels:
                     1. population >= 1000000
                     2. population >= 200000
                     3. population >= 50000
                     4. population < 50000
               4. latitude
               5. longitude
          o Sample:
            AD;Andorra la Vella;20430;42.5;1.5166667
2011-03-21 11:44:58 +00:00
wiz
d79336a1e0 Drop maintainership. 2011-03-19 02:20:44 +00:00
wiz
db54fecd29 Recursive bump for libzip-0.10. 2011-03-18 13:49:38 +00:00
zafer
0a74e15a3d remove dead mirror 2011-03-17 21:21:01 +00:00
zafer
518f71625d update master_sites 2011-03-17 21:19:53 +00:00
zafer
36b08b499d service suspended (not earthquake related) since Feb 2010. fetch from backup. 2011-03-17 21:17:28 +00:00
zafer
301b583aed service suspended. fetch from backup. 2011-03-17 21:11:44 +00:00
zafer
9b451bff6f remove dead mirror. 2011-03-17 21:10:47 +00:00
zafer
a7b9b7ad12 service suspended. fetch from backup. 2011-03-17 21:07:16 +00:00
rumko
d6fe8228f2 misc/screen: DragonFly BSD 2.9+ support
Make screen use utmpx on DragonFly BSD 2.9+ so that it compiles
again.

Patch submitted by Matthias Rampke ( https://gist.github.com/823307 ).

ok@ wiz
2011-03-14 06:15:23 +00:00
rumko
b18976a3f2 misc/tmux: make it compilable on DragonFly
* we need to link to libevent in order to succesfully compile
* we already define closefrom(2) so define HAVE_CLOSEFROM

Patch provided by Antonie Huete Jimenez via private mail.

ok@ wiz
2011-03-14 06:06:58 +00:00
drochner
fd3dbf84c9 in te NetBSD backend, fill in some metadata which are needed at least
for per-track CD-TEXT support
(CD-TEXT does work basically, but it is unclear which encoding it
is supposed to be, and who should sanitize the text, eg delete
trailing garbage)
2011-03-13 11:36:19 +00:00
wiz
5ad2bb3750 Update to 1.1.20110302:
2011/03/02
	+ add --prgbox and --programbox (adapted from patch by David Boyd).
	+ add sl.po from
		http://translationproject.org/latest/dialog/
	+ fix timeouts from 2011/01/18, which were being interpreted as
	  milliseconds rather than seconds (report by Luis Moreira).
2011-03-11 10:59:35 +00:00
wiz
01781f697c Update to 2.1.4.1:
eBay made some surprising changes over the last week or so, removing the end date from a lot of their auction and fixed price listings. I had to scramble a little, but I came up with a way to handle it in the general case. Fixed price items now may show up as ‘n/a’ as their end date, because it’s just not visible to JBidwatcher. Other than that there’s a few minor fixes, improving the UI in little ways, and continuing to try and improve speed. Thanks for your support, and best of luck with your auctions!

Changes

    * Fix breakage due to eBay removing the end-date from the title
    on many listings
    * Try to provide a safety-net for a potential sniping failure bug
    * Get eBay pages as compressed data for faster updating
    * Paste and Add Auction should add to the currently displayed tab/category
    * Allow Basic Authentication lines longer than 80 characters
    for My JBidwatcher support
    * Improve the look of JBidwatcher’s minimized window under Mac OS X
2011-03-11 10:57:03 +00:00
jmmv
7c0e10f1f0 Add and enable window. 2011-03-09 17:39:29 +00:00
jmmv
e900e1b2ea Initial import of window-20110309:
window(1) implements a windowing environment on ASCII terminals.
It is similar to tmux and GNU screen.

The program provided by this package is based on the original code of
window(1) shipped by NetBSD 5.x.  NetBSD is replacing window(1) with
tmux, and when that happens this package will be the canonical source
for window(1).
2011-03-09 17:38:55 +00:00
obache
b9c28283c4 user-destdir installation support. 2011-03-08 12:00:15 +00:00
adam
bfc090eb28 Fix building with GPGME 1.3.0. 2011-03-05 11:57:08 +00:00
adam
47e8d73e91 Fix building with Clang 2011-03-02 15:16:27 +00:00
wiz
e2f84ad43f Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
aymeric
0d128167eb Allow building with new X11/Xlib.h. Patch from upstream, see OpenOffice
bug report 115871; adapted for vcl/unx/inc/xfont.hxx
2011-02-26 16:02:39 +00:00
drochner
6b31035dbe update to 0.8.13
changes:
-ODF improvement
-bugfixes
2011-02-25 13:34:39 +00:00
obache
a12f29f0ea + howm 2011-02-25 11:08:44 +00:00
obache
3cb0932ef5 Import howm-1.3.9.1 as misc/howm from pkgsrc-wip-jp.
Based on PR#44553 by ISIHARA Takanori.

howm: Write fragmentarily and read collectively.

Howm is a note-taking tool on Emacs.  It is similar to emacs-wiki;
you can enjoy hyperlinks and full-text search easily. It is not
similar to emacs-wiki; it can be combined with any format.
2011-02-25 11:04:56 +00:00
wiz
f09b8dbca6 Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
2011-02-25 09:47:18 +00:00
taca
a6beb63f63 Remove patches to make a gemspec file's format compatible as before.
Now latest ruby19-base package comes with gem supporting newer format,
so no need to keep older.

Shouold be fix build problem of newer rails3 related packages with
ruby18-base.

Bump PKGREVISION.
2011-02-23 10:32:24 +00:00
markd
03bcd24f95 Dont try to use kernel only interface to inotify on linux 2011-02-17 09:37:13 +00:00
ryoon
e8dc6accf5 Update to 2.72.
Changelog:
2006-10-10 04:26:33 GMT	Michael Olson <mwolson@gnu.org>	patch-147

    Summary:
      Release emacs-wiki 2.72.
    Revision:
      emacs-wiki--main--1.0--patch-147

    * emacs-wiki.el (emacs-wiki-version): Release emacs-wiki 2.72.

    * emacs-wiki-colors.el (emacs-wiki-use-font-lock): Fix bug that was
      noticed with recent builds of Emacs 22.  Improper quoting was used.
      Thanks to Chong Yidong and intrigeri for noticing this.

    modified files:
     ChangeLog README emacs-wiki-colors.el emacs-wiki.el
     emacs-wiki.texi


2006-10-10 04:20:02 GMT	Michael Olson <mwolson@gnu.org>	patch-146

    Summary:
      Debian packaging changes from February.
    Revision:
      emacs-wiki--main--1.0--patch-146


    new files:
     debian/.arch-ids/compat.id debian/compat

    modified files:
     ChangeLog debian/NEWS debian/changelog debian/control
     debian/rules


2006-02-07 14:24:19 GMT	Michael Olson <mwolson@gnu.org>	patch-145

    Summary:
      Release emacs-wiki 2.71.
    Revision:
      emacs-wiki--main--1.0--patch-145

    * emacs-wiki.el (emacs-wiki-version): Release emacs-wiki 2.71.

    * README, emacs-wiki.texi, debian/NEWS: Note that Emacs Muse is
      recommended instead, and that this will probably be the last release of
      emacs-wiki.

    * debian/rules: Change compatibility level to 4.

    * emacs-wiki-srctag.el (emacs-wiki-src-tag): Silence compiler warning.

    new files:
     debian/.arch-ids/NEWS.id debian/NEWS

    modified files:
     ChangeLog Makefile.defs README debian/changelog debian/rules
     emacs-wiki-srctag.el emacs-wiki.el emacs-wiki.texi


2005-12-16 23:22:14 GMT	Michael Olson <mwolson@gnu.org>	patch-144

    Summary:
      Don't escape '#' in URLs.
    Revision:
      emacs-wiki--main--1.0--patch-144

    * emacs-wiki-publish.el (emacs-wiki-escape-url): Add '#' to list of
      characters not to escape in URLs.  Thanks to Marc Tommasi for the
      report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-11-21 04:54:08 GMT	Michael Olson <mwolson@gnu.org>	patch-143

    Summary:
      Make WikiName matching more flexible.
    Revision:
      emacs-wiki--main--1.0--patch-143

    * emacs-wiki-regexps.el (emacs-wiki-name-regexp): Match names like
      ConvertingAClass and XMLSchema.  Thanks to Rory McCann for the initial
      patch and the heads up.

    modified files:
     ChangeLog emacs-wiki-regexps.el emacs-wiki-transition.el


2005-10-04 15:24:23 GMT	Michael Olson <mwolson@gnu.org>	patch-142

    Summary:
      Apply patch from Magnus Henoch.
    Revision:
      emacs-wiki--main--1.0--patch-142

    * emacs-wiki.el (emacs-wiki-link-escape): Fix Yet Another escaping bug.
      Thanks to Magnus Henoch for the patch.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-30 03:38:56 GMT	Michael Olson <mwolson@gnu.org>	patch-141

    Summary:
      Fix #14666.
    Revision:
      emacs-wiki--main--1.0--patch-141

    * emacs-wiki.el (emacs-wiki-link-escape, emacs-wiki-link-unescape):
      s/further/is-desc/.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-25 01:48:38 GMT	Michael Olson <mwolson@gnu.org>	patch-140

    Summary:
      Fix #14337: bug in emacs-wiki-link-url.
    Revision:
      emacs-wiki--main--1.0--patch-140

    * emacs-wiki-publish.el (emacs-wiki-link-url): Treat WikiIndex pages
      specially, since they might not exist on the filesystem yet.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-25 01:44:19 GMT	Michael Olson <mwolson@gnu.org>	patch-139

    Summary:
      Fix #14336: bug in emacs-wiki-markup-list-or-paragraph.
    Revision:
      emacs-wiki--main--1.0--patch-139

    * emacs-wiki-publish.el (emacs-wiki-markup-list-or-paragraph): Add
      save-match-data so the match data doesn't get clobbered.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-25 01:41:14 GMT	Michael Olson <mwolson@gnu.org>	patch-138

    Summary:
      Highlight bare URLs in emacs-wiki buffers.
    Revision:
      emacs-wiki--main--1.0--patch-138

    * emacs-wiki-colors.el (emacs-wiki-highlight-markup): Use
      emacs-wiki-url-or-name-regexp instead of emacs-wiki-name-regexp.  This
      causes bare URLs to be highlighted in emacs-wiki buffers.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-09-25 01:31:22 GMT	Michael Olson <mwolson@gnu.org>	patch-137

    Summary:
      Fix '#' in link descriptions.
    Revision:
      emacs-wiki--main--1.0--patch-137

    * emacs-wiki.el (emacs-wiki-link-escape): Don't escape '#' if we are
      given a link description.  Thanks to Stefan Reichör for the report.
      (emacs-wiki-link-unescape): Update documentation.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-07 04:23:09 GMT	Michael Olson <mwolson@gnu.org>	patch-136

    Summary:
      Fix #14455: Typo in emacs-wiki-escape-html-string.
    Revision:
      emacs-wiki--main--1.0--patch-136

    * emacs-wiki-publish.el (emacs-wiki-escape-html-string): Replace boundp
      check with fboundp.  Thanks to an anonymous bug reporter for the fix.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-04 04:47:43 GMT	Michael Olson <mwolson@gnu.org>	patch-135

    Summary:
      Don't escape '?' and '=' in URLs.
    Revision:
      emacs-wiki--main--1.0--patch-135

    * emacs-wiki-publish.el (emacs-wiki-escape-url): Add '?' and '=' to list
      of characters to not escape.  Thanks to Sacha for the report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-03 18:06:08 GMT	Michael Olson <mwolson@gnu.org>	patch-134

    Summary:
      Fix note visiting problem.
    Revision:
      emacs-wiki--main--1.0--patch-134

    * emacs-wiki.el (emacs-wiki-visit-link): Make sure that we match against
      a complete, whitespace-delimited tag.  Thanks to Sergey Vlasov for the
      report and suggested fix.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-02 04:37:42 GMT	Michael Olson <mwolson@gnu.org>	patch-133

    Summary:
      Try to get rid of error; apply latest patch to emacs-wiki-srctag.
    Revision:
      emacs-wiki--main--1.0--patch-133

    * emacs-wiki-publish.el (emacs-wiki-publish-index): Don't modify
      default-directory directly.  Call `cd' instead, and only when
      necessary.  Hopefully this will get rid of that weird stringp nil
      error.

    * emacs-wiki-srctag.el: Apply latest patch from Sun Yijiang.  You can now
      use extensions from `auto-mode-alist' in the <src> tag.

    modified files:
     ChangeLog emacs-wiki-publish.el emacs-wiki-srctag.el


2005-09-01 11:42:04 GMT	Michael Olson <mwolson@gnu.org>	patch-132

    Summary:
      Apply patches from Sergey Vlasov.
    Revision:
      emacs-wiki--main--1.0--patch-132

    * emacs-wiki-regexps (emacs-wiki-link-properties)
      (emacs-wiki-highlight-extended-link): Move '(mouse-face highlight) into
      the branch which handles the displayed text.  Also move
      '(rear-nonsticky t) to the common list, and kill the redundant
      '(emacs-wiki-keymap-property emacs-wiki-local-map) which was both in
      the common list and in the lists for displayed and invisible text.

    * emacs-wiki-regexps.el (emacs-wiki-regexp-emacs-revision): Move
      save-match-data outside of the `and' statement.

    modified files:
     ChangeLog emacs-wiki-colors.el emacs-wiki-regexps.el


2005-08-29 06:21:48 GMT	Michael Olson <mwolson@gnu.org>	patch-131

    Summary:
      Reinstate former extended character class rules.
    Revision:
      emacs-wiki--main--1.0--patch-131

    * emacs-wiki-regexps.el (emacs-wiki-regexp-use-character-classes): New
      option that allows the user to override emacs-wiki's algorithm for
      deciding whether to use extended character classes.
      (emacs-wiki-regexp-emacs-revision): New variable that indicates the revision
      number of this version of Emacs.
      (emacs-wiki-extreg-usable-p): Reinstate old rules -- Emacs 21.2 and 21.3
      aren't working well enough with extended character classes in regexps.

    * emacs-wiki.el (emacs-wiki-mode, emacs-wiki-find-file): Use
      make-local-variable instead of make-variable-buffer-local.

    modified files:
     ChangeLog emacs-wiki-regexps.el emacs-wiki.el


2005-08-29 00:00:01 GMT	Michael Olson <mwolson@gnu.org>	patch-130

    Summary:
      Fix paragraph-filling breakage in Emacs21.
    Revision:
      emacs-wiki--main--1.0--patch-130

    * emacs-wiki.el (emacs-wiki-mode): Check explicitly for Emacs21 rather
      than relying on emacs-wiki-extreg-usable-p.  Thanks to Sergey Vlasov
      for the bug report.

    modified files:
     ChangeLog emacs-wiki.el


2005-08-27 02:28:05 GMT	Michael Olson <mwolson@gnu.org>	patch-129

    Summary:
      Allow Emacs 21.3 to use extended character classes in regexps.
    Revision:
      emacs-wiki--main--1.0--patch-129

    * emacs-wiki-regexps.el (emacs-wiki-extreg-usable-p): Use a simpler
      algorithm.  Since enough positive reports have come in about the
      usability of 21.3, we'll allow it to use extended character classes in
      regexps by default.

    modified files:
     ChangeLog emacs-wiki-regexps.el


2005-08-25 16:51:35 GMT	Michael Olson <mwolson@gnu.org>	patch-128

    Summary:
      Attempt to fix a publishing warning.
    Revision:
      emacs-wiki--main--1.0--patch-128

    * emacs-wiki-publish.el (emacs-wiki-publish-index): Don't set
      default-directory to nil, just let-bind it so that our routine doesn't
      change it permanently.  Thanks to Seth Falcon for the report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-08-17 19:06:27 GMT	Michael Olson <mwolson@gnu.org>	patch-127

    Summary:
      Make numeric anchors publish as valid (X)HTML.
    Revision:
      emacs-wiki--main--1.0--patch-127

    * emacs-wiki-publish.el (emacs-wiki-insert-anchor): If we're given only a
      numbers-only anchor, pre-pend "anchor-" to make it valid.  Otherwise,
      insert verbatim.
      (emacs-wiki-contents-tag): Publish with "sec-" rather than "sec"
      pre-pended.
      (emacs-wiki-link-url): Determine whether or not "anchor-" needs to be
      pre-pended when linking to an anchor.

    modified files:
     ChangeLog emacs-wiki-publish.el

    new patches:
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--base-0
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-1
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-2
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-3
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-4
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-5
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-6
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-7
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-8
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-9


2005-08-13 05:04:33 GMT	Michael Olson <mwolson@gnu.org>	patch-126

    Summary:
      emacs-wiki-mode: Minor regexp tweak.
    Revision:
      emacs-wiki--main--1.0--patch-126

    * emacs-wiki.el (emacs-wiki-mode): Use \\s- rather than [[:blank:]].

    modified files:
     ChangeLog emacs-wiki.el


2005-08-12 20:56:20 GMT	Michael Olson <mwolson@gnu.org>	patch-125

    Summary:
      Keep lists from getting mashed together on M-q.
    Revision:
      emacs-wiki--main--1.0--patch-125

    * emacs-wiki-macros.el: Embarrassing header fix.

    * emacs-wiki.el (emacs-wiki-mode): Handle footnotes.  Set
      `paragraph-start' locally so that lists don't get blended together
      incorrectly upon hitting M-q.

    modified files:
     ChangeLog emacs-wiki-macros.el emacs-wiki.el


2005-08-09 23:11:17 GMT	Michael Olson <mwolson@gnu.org>	patch-124

    Summary:
      Make generated Debian packages slightly easier to upload.
    Revision:
      emacs-wiki--main--1.0--patch-124

    * debian/changelog: Generate 2.70-3.

    * debian/rules (clean): Call $(MAKE) realclean instead of $(MAKE) clean.

    * Makefile.defs (LASTUPLOAD): New variable that indicates the version
      that was last uploaded to Debian.
      (BUILDOPTS): Other options that are to be passed to dpkg-buildpackage.

    * Makefile (debrelease): Use $(LASTUPLOAD) to ensure that a full set of
      changes is generated.  This means we have to use dpkg-buildpackage,
      since debuild doesn't recognize the environment variables that it
      claims to recognize.  Use $(BUILDOPTS) to include any other options
      that I might need for dpkg-buildpackage.

    modified files:
     ChangeLog Makefile Makefile.defs debian/changelog debian/rules


2005-08-09 07:42:14 GMT	Michael Olson <mwolson@gnu.org>	patch-123

    Summary:
      Apply buffer-visiting patch from Marco Gidde.
    Revision:
      emacs-wiki--main--1.0--patch-123

    * emacs-wiki.el (emacs-wiki-visit-link): Apply patch from Marco Gidde
      that allows the user to link to a buffer.

    modified files:
     ChangeLog emacs-wiki.el


2005-08-09 06:47:35 GMT	Michael Olson <mwolson@gnu.org>	patch-122

    Summary:
      Minor build enhancement.
    Revision:
      emacs-wiki--main--1.0--patch-122

    * scripts/emacs-wiki-build.el (emacs-wiki-elint-files): Simplify the
      loading of all source files.

    modified files:
     ChangeLog scripts/emacs-wiki-build.el


2005-08-06 17:42:50 GMT	Michael Olson <mwolson@gnu.org>	patch-121

    Summary:
      Fix Debian package build.
    Revision:
      emacs-wiki--main--1.0--patch-121

    * Makefile (debclean): Last patch broke this -- make it work again.

    modified files:
     ChangeLog Makefile


2005-08-06 17:38:13 GMT	Michael Olson <mwolson@gnu.org>	patch-120

    Summary:
      Fix Debian bug #321616.
    Revision:
      emacs-wiki--main--1.0--patch-120

    * debian/control (Depends): Add dependency on emacsen (in addition to
      emacs21 and xemacs21) to fix Debian bug #321616.  Thanks to Daniel
      Dehennin for reporting this.

    * debian/changelog: Release the 2.70-2 Debian package.

    * Makefile (debclean): Remove previously-generated Debian packages for
      emacs-wiki in parent directory.

    modified files:
     ChangeLog Makefile debian/changelog debian/control


2005-08-05 04:50:25 GMT	Michael Olson <mwolson@gnu.org>	patch-119

    Summary:
      Fix: problem with punctuation in plan page names.
    Revision:
      emacs-wiki--main--1.0--patch-119

    * emacs-wiki.el (emacs-wiki-wiki-visible-name): Apply patch from Sacha
      that surrounds emacs-wiki-name-regexp with grouping symbols since it
      has "\|" in it.

    modified files:
     ChangeLog emacs-wiki.el


2005-07-26 00:20:11 GMT	Michael Olson <mwolson@gnu.org>	patch-118

    Summary:
      Try to upload to savannah.nongnu.org.
    Revision:
      emacs-wiki--main--1.0--patch-118

    * Makefile (upload): New target that causes emacs-wiki to be uploaded to
      savannah.nongnu.org.  I can't tell if this works yet.

    modified files:
     ChangeLog Makefile
2011-02-13 09:59:34 +00:00
tnn
ce57998993 revbump(1) for devel/libevent update. 2011-02-11 21:22:02 +00:00
wiz
96f6605a37 Remove gxmame since xmame was removed. 2011-02-09 09:51:19 +00:00
roy
b69ea126de Allow tmux to use the native terminfo if available. 2011-02-08 13:16:37 +00:00
taca
88d4914289 Remove RUBY_REQD which specify older version of
current supported version of Ruby.

No functional change.
2011-02-07 14:55:55 +00:00