autoreconf will call aclocal if necessary and as this is part of automake
so its wrong to describe it as the autoconf only option. Change autoreconf
to autoconf.
Also explictly mark the automake example as "automake and autoconf".
* created a new jumbo patch which includes some of the previously ignored
patches (those which applied only partially)
* changes since 6.0.185
* compiler warnings in the X11 client-server code
* "I" in Visual mode saves too many lines for undo
* size of Visual area not shown after scrolling
* GUI: when 'mouse' is empty middle click still moved the cursor
* serverlist() gives an error when there is no server
* when 'virtualedit' is set "ylj" goes to the wrong column
* col(".") returns one to little when 'virtualedit' is set
* "--remote-silent" partly worked like "--remote-wait"
* when 'virtualedit' is set search() may find wrong position
* 've' set and 'sel' "exclusive" "x" in Visual mode works wrong
* 've' set and 'sel' "exclusive" "v$x" doesn't delete last char
* cursor doesn't move correctly when 've' and 'showbreak' set
* multi-byte: could crash on exit when 'tenc' is set.
* a script starting with "#!perl" is not recognized as perl
* when scrollbinding a long jump doesn't set cursor properly
* GTK: "icon=" argument for toolbar item was not used
* setting 'fileformat' was possible when 'modifiable' is off
* ":unlet" doesn't work for variables with curly braces
* (extra) batch scripts to start gvim didn't use -f argument
* expanding wildcards or avoiding it doesn't work properly
* (extra) installed shortcuts start in desktop directory
* cursor color not updated for CTRL-^ in Insert mode
* GUI: redraw problems with bold multi-byte characters
* after 6.0.167: allow "++enc" to overrule help file encoding
* set 'readonly' after reading a file failed
* GTK: missing button names for confirm() causes a crash
* display problems for unprintable file name chars with CTRL-G
* viminfo files contains marks without a file name
* copy and paste doesn't work when using "/" in Visual mode
* may display wrong lines after reloading a changed file
* ":help" may leave an empty unlisted buffer behind
* explorer plugin only loads directory in first window
* ":setlocal" and ":setglobal" list termcap options
* patch 6.0.218 causes a beep on startup
- Xvnc: Minor bugfix which should prevent potential dereference of a
NULL pointer.
- One more packaging option for the Unix source: ready to build
archive with Zlib and JPEG libraries inside.
- Other minor fixes and cleanups.
- Unix viewer: Now viewer window would be raised on beep (bell)
event, unless new -noraiseonbeep option is provided in the command
line or "raiseOnBeep" resource set to False.
- One more packaging option for the Unix source: ready to build
archive with Zlib and JPEG libraries inside.
- Other minor fixes and cleanups.
- Unix vncviewer: Default tunneling command template has been
changed, to allow tunneled connections to hosts where only
loopback VNC connections are enabled. New -via <GATEWAY>
command-line option provides enhanced tunneling functionality, now
one can make vncviewer tunnel connections to a VNC host via third
machine acting as a gateway.
Changes:
1.2.3:
Sam Lantinga - Fri Oct 26 07:15:28 PDT 2001
* Fixed byte order read/write macros on sparc
Jonathan Atkins - Sun Sep 23 10:44:27 PDT 2001
* Fixed non-blocking socket flags on Windows
1.2.2:
Sam Lantinga - Sun Jul 22 16:41:44 PDT 2001
* Added Project Builder projects for building MacOS X framework
Masahiro Minami - Sun, 27 May 2001 02:10:35 +0900
* Added working MacOS Open Transport support
1.2.1:
Sam Lantinga - Tue Apr 17 11:42:13 PDT 2001
* Cleaned up swap function definitions in SDL_net.h
* Added the swap functions back in for binary compatibility
Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT)
* Added support for building RPM directly from tar archive
Fixes pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
load the DEC Special Graphics (VT line draw) characters into graphics set
GS0 -- with lock shift 0, aka LS0, aka SO, aka ^0 -- to then enable GS0.
Since GS0 is the default, the full procedure is really only necessary when
displaying line draw and alphanumeric characters on the same line. With the
last patch to enable line draw characters, ESC(0 was always taken to mean
ASCII SI (shift in), and ^0 was always taken to to mean SO (shift out),
so for programs that did the right thing (e.g. "pstree"), "dt" was simply
setting, then unsetting, the alternate character set attribute, causing
the desired line draw characters never to be displayed.
To deal with that, introduce a layer of abstraction, such that ESC(0
and friends now only set per-VT variables, rather than directly set the
attribute. Initialize these variables so that SO and SI, taken alone, will
do the expected thing, and extend the state machine so that a changed GS0
will become active at the next carriage return, or immediately if an LS0
was already seen on that line (all very much like a real VT).
Bump version to dt-1.1.7nb2.
the actual, display line width exceeds the size of the array allotted for
it, by increasing the size of said array to 224 characters. This is good to
about 1350 pixels horizontal with the small font, or nearly 1800 with the
large font.
The side effect of touching configure.in is to recreate ltmain.sh from
ltmain.in. We patch ltmain.sh and so the changes get lost.
This should fix pkg/15481 from Tom Haapanen <tomh@metrics.com>
- Install into sub directory "X11R6.3" because at least on systems with
"xpkwedge" installed it is not obvious what "/usr/pkg/R6.3" is.
- Build and install own "xkbcomp" because the old servers don't work with
XFree86 4.x's one.
changes since the last packaged version are:
--------------------------------------------
Version 2.19 8.Feb.2002
* The escalation "clock" corresponding to `after=TIME' options proceeds
even after you cancel a break by deleting all the xwrits windows.
Therefore, you can no longer prevent escalation by deleting xwrits
windows with your window manager.
* Locking code works with large `lock-picture's. Reported by Carlos
O'Donell Jr. <carlos@baldric.uwo.ca>.
* Add `bars-picture' option. If you specify your own `lock-picture', then
`bars-picture' defaults to a black screen. Say `bars-picture="&bars"' to
get the old behavior.
* Add `+verbose' option for debugging.
* Xwrits checks whether other clients pay attention to KeyRelease events,
as well as KeyPress events. This may improve its interaction with certain
window managers. For example, xwrits seemed to come up less frequently
than it should when I was using KDE.
* `--multiscreen' still doesn't seem to work, but I don't know why.
Version 2.18 21.Dec.2001
* Fix `--multiscreen' option. Reported by Jamie Zawinski <jwz@jwz.org>.
Version 2.17 18.Dec.2001
* Add `--multiscreen' option. Requested by Jamie Zawinski <jwz@jwz.org>.
Version 2.16 23.Aug.2001
* Choose font more carefully, to avoid null pointer dereferences. Problem
reported by Sharif Nassar <sharif@mrwacky.com>.
Version 2.15 18.Apr.2001
* Xwrits processes play nicely with one another. For example, two xwrits
processes with `+top' no longer fight each other to get to the top of the
window stack; and xwrits processes inform one another when you click on a
window to take a break. Requested by Thomer M. Gil
<thomergil@hotmail.com>, who runs two xwrits processes at once: one for
microbreaks, one for longer breaks.
Version 2.14 15.Feb.2001
* Fixed new crash when `+lock' and `+breakclock' were both supplied.
Reported by Chris Keane <chris@chris-keane.co.uk>.
* Fixed time-adjusting code when the system clock jumps backwards: Do not
use the remaining-timeout value to calculate how much the system clock
has changed. The symptom was that xwrits windows would stop animating if
the system clock jumped backwards (even by a little bit).
Version 2.13 11.Feb.2001
* Documented multiple `breaktime' specifications. This lets you, for
example, make a break longer depending on how long you waited to take it.
See the ESCALATION section of the manual page. These were added in an
earlier version, but never documented.
* The escalation "clock" corresponding to `after=TIME' options proceeds
even while xwrits thinks you're resting. Therefore, you can no longer
prevent escalation by clicking on the xwrits window (making it think
you're resting) and then typing some more. Requested by Conrad Hughes
<conrad@eireann.org>.
* Bug fix: The `breakclock' always counts down from the end of the break.
Previously, it counted back from a random time when `+mouse' was true.
Reported by Tijn Porcelijn <taine@3niat.myweb.nl>.
* Hopefully fixed bugs that were causing xwrits to crash on Chris Keane
<chris@chris-keane.co.uk>.
* Bug fix: Erasing messages on the lock screen didn't completely work if
the hand picture was in the way. This resulted in unreadable displays.
Fixed.
* Hopefully fixed bugs that caused animation to stop sometimes.
* The lock screen now shows how many characters of your unlock password
you've typed.
* Mouse bindings ignore all modifiers except shift, control and
alt at all times. Reported by Martin Uddén.
* Fixed sloppy pointer-to-int cast that gave warning on 64-bit
systems (Alphas). Reported by Jesse Perry.
* The Information command can now optionally display the output
of 'file' in its window. Suggested by Christian Richter. Do
note that this *requires* your 'file' command to support the
"-f - -n" option combo. See configure.in for details.
* If executing a child process fails, gentoo now sometimes shows
an error rather than just dying. This is an improvement.
* Added some more -W options to gcc, that scared out some sloppy
code that got fixed (even in widgets/). I like killing warnings.
* Updated About's copyright for the new year. Time flies. :)
* RenameSeq no longer opens its window if there's no selection.
* Should now compile on NetBSD, too. Thanks to Pehr Johansson for
the original patch.
* String input fields (created with '{Is}') can now be set to use
asterisks to hide entered text. To do this, add an asterisk in
the definition, after the label part, e.g.: '{Is:"Password"*}'.
* gentoo now supplies the window manager with a prettier icon,
and now also groups its windows, most of the time at least.
BUG FIXES:
* Fixed a segfault in _sc_spill_fill, when no walls were selected and
napalm detonated off-screen. Parts of the spill code were not using
proper VCS.
* Fixed up a quick hack for the ``useless items'' bug.
(Turning display of such items off was causing a lockup.)
* Fixed some of the long standing roller bugs.
* Fixed another roller bug (lockup on direct tank impact).
* argument misordering in memcpy() in snetconnect.c
* Fixed order for winners/losers first
* Call order breakage in sending auto defense shield orders.
* Wrong scaling was used in reducing power when life lost.
* Return Leap Frogs to reasonable y values before creating children.
* Fixed the funky tank placement where some got platforms and some not.
(sc_land_avg_height_around() didn't always get it right)
* Fixed potential infinite loop in MORON AI
(thanks to Mark Anderson for spotting)
* Fixed minor error in console driver; it allowed nonprintable chars
* Fixed the buggy allowreturn logic in sactiveconsole.c
* Fixed a bug that allowed user to issue commands to AI if the AI
spent awhile thinking (this was one heck of a ``feature'' :)
Various other changes listed in ChangeLog
VS: ----------------------------------------------------------------------
Changes since 1.5:
- Added -V (version) option
- Added -exonly (exif only) option
- Fixed lots of typos (Thanks, David Baker [mailto:dave@dsb3.com])
- Use EDITOR environment variable to pick which editor (Instead of notpead or VI)
- Improved thumbnail deletion feature - now not just shortens the header, but
also removes pointers to the thumbnail form the exif header.
DIST_SUBDIR to ${PKGNAME}.
Pointed out by Thomas Klausner <wiz@netbsd.org>, thanks!
PKGREVISION hasn't been bumped as the window between changes is reasonably
slow (about 20 minutes)
Changes in Dinotrace 9.1g 01/24/2002
*** Reread all traces on receiving a USR1 signal. [Uwe Bonnes]
**** Allow value searches on one-bit signals. [Vitaly Oratovsky]
Changes in Dinotrace 9.1f 01/08/2002
*** Let right button terminate Zoom click. [Uwe Bonnes]
**** Fixed Emacs 21.0 incompatibility with back-annotation.
**** Hacked around bug causing window manager crash when
using Examine inside Zoom. [Uwe Bonnes]
* Changes in Dinotrace 9.1e 11/16/2001
*** Allow 1-bit wide signals to have statenames. [Dominik Strasser]
*** Eliminate common prefix from postscript dumps. [Dominik Strasser]
*** Show count of posedges and negedges in value examine.
Changes:
# 0.35 12/2/2001 Fixed big-endian bug in subnets(). This was reported
# by Igor Zozulya and Steve Kent. Thank you for your help
# and access to your sparc machine!
Fixes pkg/15576, though in a different way than suggested by originator
(distfile has been put into MASTER_SITE_LOCAL, so distinfo will never get
broken again)
automatic document feeder (ADF) frontend.
While at it, use sane-backends/buildlink.mk instead of manual dependency
and pull in common definitions from sane-backends/Makefile.common
additional supported scanners, and new backends for Mustek USB scanners.
While at it, split out common "sane" definitions into a Makefile.common
for sane-frontents (and possibly others) to use.
* Redesigned xscreensaver-demo GUI: it now includes small-preview and
per-hack configuration dialogs.
* Added three new modes of operation: One Screen Saver, Blank Screen,
and Don't Blank (in addition to the historical Random Screen Saver).
* Configure now defaults to installing the hacks in
<prefix>/lib/xscreensaver/ instead of <prefix>/bin/. (Most distros
already did it this way.)
* New GL hacks, menger, engine, flipscreen3d.
* Made sierpinski3d be more colorful.
* New versions of xmatrix and nerverot.
* Fixed a bug in starwars that made the font be drawn with thin lines
in -root mode.
* Fixed a bad colormap bug in crystal that could make subsequent hacks
malfunction!
* Made gflux able to grab screen images (-mode grab).
* Updated webcollage for recent search engine changes.
* Removed most command-line options to xscreensaver: just edit the
~/.xscreensaver file instead.
* Improved behavior on multi-screen and Xinerama systems: the mouse
now stays on the screen where the user left it, and the password and
splash dialogs always appear on the screen that has the mouse.
* Made the splash dialog use more Gtk-like colors; made it have only
two buttons, ``Settings'' and ``Help''.
* Made sonar understand .ssh/known_hosts2 format files, and be better
about stripping out illegal addresses.
o Remove USE_LIBTOOL and LTCONFIG_OVERRIDE from Makefile since ipadic
don't use libtool at all.
o Reflect change from chasen-base/Makefile.common to chasen/Makefile.common.
o Utilize bsd.pkg.install.mk for handling configuration file and its example.
Package's own changes are below.
o utilize bsd.pkg.install.mk for handling of dictonary directory.
o move mkchadic commands from ${LOCALBASE}/libexec/chasen to
${LOCALBASE}/sbin since these commands aren't daemon nor executed
by other programs.
o Drop installation of program for SICStus Prolog since this should be
a separate package. But there is no SICStus Prolog pacakge now.
o Installation of documents written in TeX and PDF was dropped by
chasen distribution. If someone wants it, chasen-doc pacakge should
be created.
Here is quote from ChangeLog.
2002-02-08 Masayuki Asahara <masayu-a@is.aist-nara.ac.jp>
* release-2.2.9
2002-02-06 KITAUCHI Akira <kitauchi@rd.nttdata.co.jp>
* new option (KIHONKEI ---) in cforms.cha
changing BASE_FORM name
2002-01-05 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp>
* lib/tokenizer.c (cha_tok_parse): Fix wrong size of buffer.
Thanks to HAMATANI Chihiro <hamatani@rsk.ricoh.co.jp>
* lib/init.c (cha_init): the tokenizer is never destroyed.
* configure.in: Change the order of AC_PROG_CC and AM_PROG_LIBTOOL.
2001-12-25 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp>
* lib/chalib.c (chasen_command):
* mkchadic/makeint.c (main):
* mkchadic/mkary.c (open_array_file):
* mkchadic/sortdic.c (sortdic): Open files in binary mode.
2001-12-11 TAKAOKA Kazuma <kazuma-t@is.aist-nara.ac.jp>
* lib/jfgets.c (cha_fget_line): Fix a buffer-overrun bug.
* Patch the grammer file getdate.y to be usable by (recent?) bison.
* Use pthreads.buildlink.mk (native pthreads probably won't work, but
we'll let it break until the time comes when we actually do have native
threads).