Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Not sure why gnapster can't update the server list anymore, but this
utility does the job.
|
|
Hopefully fixes pkg/9873 (awaiting confirmation from the author of the PR)
|
|
|
|
we have an -asun version too. Also add nb1 to the end. jlam's change
in where we store config files needs to be reflected. Actually we should
have had a suffix for a while.
New name is netatalk-umich-19990130nb1
|
|
'EXTRACT_SUFX' reduntantly, to make the bzip2 magic work on NetBSD-1.4.*,
and set 'EXTRACT_ONLY', to prevent bzip2 from complaining about the
non-bzip2'd "po" files.
|
|
|
|
<alexandr@eecis.udel.edu>.)
0.30.3
======
* If a frame part has a non-nil `hidden' attribute, ignore it
* When reframing windows, keep the absolute position of the client
window constant
* Support `FIXED_POSITION' GNOME hint (renamed old `fixed-position'
property as `client-set-position'; `fixed-position' now means
don't allow the window to be moved by the user)
* `transients-above' option can now be set per-window
* Translation updates: fr (Christian Marillat), en_GB (Robert
Brady), de (Kai Lahmann), da (Keld Simonsen), ru (Valek Filippov),
sl (Andraz Tori), no (Kjartan Maraas), gl (Jesus Bravo Alvarez), it
(Michele Campeotto)
* Fixed bugs when converting option values
* Fixed `:require' keyword in `defcustom' always causing the module
to be loaded, not just when the option is non-nil
* Fixed bug when adding windows that are shaded
* Fixed some minor bugs in the configurator
0.30.2
======
* Window cycling now forwards terminating events to external
applications as well as internal bindings (e.g. `M-TAB M-w' closes
an activated Netscape window)
* `quote-event' command now works with applications that ignore
synthetic events (adapted from code by Timo Korvola)
* Reorganized frame style and window type management. New function
`define-frame-type-mapper' allows modules to affect the mapping
from window type to frame type. E.g. the shading module uses this.
(fixes the bug that changing the frame type of a shaded window
didn't work)
* Added function `variable-customized-p'; use this to avoid
redefining user-modified options
* Do type-directed deep conversion of values when converting to/from
readable representations. This fixes the bug that options with
`:type (optional color)' weren't being converted when passed
between the wm and the configurator, leading to reader errors
A side-effect of this is that updated custom files will not be
compatible with previous versions of the wm (though old custom
files will work with new versions)
* Translation updates: no (Kjartan Maraas), de (Kai Lahmann), nl
(Dennis Smit), sl (Andraz Tori)
* Added primitives `map-windows' and `filter-windows'
* Fixed bug of not retaining focus on startup when originally in
PointerRoot mode and moving to click-to-focus mode (Brad Thompson)
* Ensure that apps get sent a synthetic ConfigureNotify event after
ConfigureRequest events are handled (fixes bug where menus in Java
apps can appear at wrong position until window is moved)
* When referencing known variables from subroutines, make sure that
restricted environment doesn't prevent the variable being accessed
(fixes bug where `default-bevel-percent' was being ignored)
* When creating transient groups, don't compare null group ids
(fixes xfmail related bugs)
* Fixed `move-window-to-viewport' command to correct for 1...
indexing
* Fixed non-gnome workspace widget in configurator
0.30
====
* New commands `activate-viewport-column', `activate-viewport-row'
* New commands `raise-window-and-transients',
`lower-window-and-transients' and
`raise-lower-window-and-transients',
`raise-transients-and-pass-through-click'.
As the normal window stacking commands, but restacks the
"transient-group" of the window. This includes the window itself
and any transients it has, and any windows that it itself is a
transient of.
These commands are used in the default keymaps
* Functions that deal with transient windows now understand the de
facto standard of setting the `WM_TRANSIENT_FOR' property to the
root window denotes that the window is a transient for the whole
group
* New image manipulation functions: `image-ref', `image-set',
`image-fill', `image-map'. New color accessor function
`color-rgb-8'. New function `root-window-id'
* Improvements to `sawfish-ui': optionally use some GNOME widgets,
more lisp widget types, some bug fixes
* New command `command-sequence'. Allows individual bindings to
invoke a sequence of commands
* Options `iconify-group-mode' and `uniconify-group-mode' replace
`iconify-whole-group' and `uniconify-whole-group'. New commands
`iconify-transient-group', and `uniconify-transient-group'
* Added `:type*' key to `defcustom', like `:type', but value is left
unquoted
* Translation updates: pl (Daniel Koc), ru (Valek Filippov), uk
(Yuri Syrota), es (Iñaki García Etxebarria)
* Fixed handling of `WM_NORMAL_HINTS' (was using base-size instead
of min-size in places)
* Fixed further locale / FontSet bug (Tomohiro KUBOTA)
* `window-history' module won't resize a window to a size that
violates its size constraints
0.29
====
* Rewrote the configuration user interface. Improvements include:
- Key bindings may now include parameters. E.g. this finally
allows shell commands to be bound to keys using the GUI (use
the new `run-shell-command' command)
- Nautilus-like user-levels to tailor the options shown to the
expertise of the user
- Options may have much richer type descriptions (including
`match-window' options). Also, extra widget types and
containers may be added as extra Lisp modules
- By default the stand-alone configurator commits changes to the
window manager as they are made, instead of waiting for the
`Try' button to be pressed
- Added dependences--options with dependences are only editable
when the value of their dependence is non-`nil'
* Rewrote window stacking code to be based on "stacking
predicates"--functions that accept or reject a possible stacking
configuration. This allows the "stack-transients-above-parents"
option to work correctly, only keeping transient windows above
their _own_ parent windows
* The configure-event handler now understands and handles the full
complexity of stacking requests (Brad Thompson)
* New frame-part attribute: `scale-foreground'. The `cursor'
attribute may now be a function
* Made the `centered', `centered-on-parent' and `under-pointer'
placement modes clamp the window into the current work area (i.e.
without overlapping windows that shouldn't be covered). Added a
`stagger' placement mode
* When grabbing window icons to images, preserve their shape masks
* Moved `window-history' options to `placement' group. Fixed some
more bugs and sub-optimal default option values
* Don't set cursors for button classes, use the default value
* GNOME `SKIP_FOCUS' window hint sets `never-focus' property on
window, as well as the `ignored' property
* Translation updates: de (Karl Eichwalder), ru (Valek Filippov), da
(Kenneth Christiansen)
* Added mostly-complete support for using gdk-pixbuf instead of
Imlib (requires an experimental Xlib version of the gdk-pixbuf
library)
* Various bug fixes and other minor changes...
|
|
on graphics/gdk-pixbuf as well since it will build bindings for that if you
have it installed. Based on patches from Jerry Alexandratos
<alexandr@eecis.udel.edu>.
|
|
Based on patches from Jerry Alexandratos <alexandr@eecis.udel.edu>.
|
|
Changes from earlier versions
Version 1.20: Fixes a small, non-critical bug in t1asm -a reported by
Tom Kacvinsky <tjk@ams.org>.
Version 1.18/1.19: Fixes a bug where t1mac generated corrupt Macintosh
fonts, and generates better Macintosh files.
Version 1.17: Fixes to t1unmac's new options, and added support for
BinHex 4.0 format. Added new program, t1mac, which is the inverse of
t1unmac: it translates PFB or PFA fonts into Macintosh format.
Version 1.16: Adds support to t1unmac for AppleSingle and AppleDouble
files.
Version 1.15: Fixes a non-critical bug with some error messages.
|
|
by Jim Spath in PR pkg/10772. Thanks! According to Jim, this version
of lynx includes integrated IPV6 support (not verified).
|
|
XXX: We really need a supported way to list a specific package for
XXX: build dependencies.
|
|
|
|
|
|
over after an aborted pkgsrc install. 2) Fix up the host name in the proxy
autoconfigure file. Now, setting the autoconfigure url
(to http://${WWWOFFLE_SERVER}:8080/wwwoffle.pac) works. Note; we can't
do this for pkgsrc users, as then there's a danger that the name of the
build host will make it's way into the binary package.
|
|
newer versions of libxml.
|
|
install will work. There's no point in saving "html.old" -- a successful
update will not even create that directory.
|
|
|
|
supports it.
|
|
on Dynamic DNS Network Services' free DNS service. See http://www.dyndns.org
for details on obtaining a free account.
Comments can always be sent to:
mailto:paul+ddclient@burry.dyndns.org
If you use ddclient, please send a brief note to:
mailto:paul+ddclient@burry.dyndns.org
and indicate if you would like to be notified of new releases.
|
|
|
|
(it should have been ONLY_FOR_PLATFORM)
|
|
|
|
|
|
Hinted at by wiz
|
|
X11 authorization file.
|
|
the installer will find a X11 authorization file although the
environment variable "HOME" points to the work directory.
|
|
by Douglas Wade Needham in PR pkg/10766.
|
|
|
|
|
|
Changes from the previous version from the authors announcement are:
1) Fix a bug with Copy and Paste operations in edit text mode for
mixed text objects when the Edit Text Size is non-zero. Thanks to
Heiko Scheit <Heiko.Scheit@mpi-hd.mpg.de> for pointing out the problem.
2) Propagate certain DSC comments, such as %%DocumentFonts, %%LanguageLevel,
%%Extensions, %%DocumentNeededFonts, and %%DocumentNeedResources, of
imported EPS files when printing/exporting in PS/EPS formats. Please note
that this does not work with embedded EPS files (until the next major
release when a new file format is introduced). Thanks to Johan Vroman
<JVromans@squirrel.nl> for pointing out the problem.
3) Support the use of tempnam() instead of mktemp() due to some security
considerations. On systems that do support tempnam(), the _DONT_USE_MKTEMP
compiler option can be used to use tempnam() instead of mktemp().
Tgif.tmpl-linux (which is identical to the default Tgif.tmpl),
Tgif.tmpl-freebsd, Tgif.tmpl-openbsd, and Tgif.tmpl-netbsd uses
-D_DONT_USE_MKTEMP by default. Thanks to Adrian Bridgett
<adrian.bridgett@iname.com> for pointing out the problem.
4) Add new X defaults: Tgif.TmpDirInHomeDir and Tgif.TmpDir. Together with
the _TMP_DIR_IN_HOME_DIR compiler option, the temporary directory can be
specified in a flexible way.
5) Add Create Thumbnails in the Browse submenu of the Import submenu of the
File Menu. Add new X defaults, Tgif.ThumbnailGeometry,
Tgif.ThumbnailPadding, Tgif.ThumbnailXGap, Tgif.ThumbnailYGap,
Tgif.ThumbnailX, and Tgif.ThumbnailY to control the size and placement of
the thumbnails.
6) Modify CutPoly() so that it can be used to cut polylines/polygons into
segments in select mode.
7) New Tgif.tmpl-sco file. Thanks to Jason Moore <jason.moore@marconi.com>
for providing it.
8) Add Ports and Signals submenu to the Special Menu. Please see the
CONNECTING OBJECTS section of the man pages for details. The symbol files
in the spice directory is updated to use the new port symbol.
9) A new License file is included in this release.
|
|
|
|
|
|
are (from the authors announcements):
--------------------------------
Icarus Verilog snapshot 20000721
--------------------------------
(first snapshot after the 0.3 release)
This snapshot adds no new features or language support, but is working
towards more precise interpretation of scheduling and value propagation
details.
The first thing I've done is redesign the internal Link structure that
is used to connect the internal netlist together. There are some aspects
of the nexos of a set of links that were carried by the Link class or
by external functions. These have been moved to the new Nexus class and
linking and structure has improved because of it.
This has led me to modify the handing of signal initial values. In practice,
the time-0 value of a net is a property of the nexus instead of the objects
that are connected together, so I have implemented it so, and in the
process fixed a bunch of initial value problems.
One new feature that is added is support for non-constant delay expressions.
Now, you can even have something like ``#($random%256) <statement>'' and
expect it to do what you think. (So now the telephone example in James
Lee's "Verilog Qickstart" actually works!)
I've added some missing support for various operators in constant expressions.
I've also added some more of the friends of $random for those folks who
do stochastic modeling.
Constant propagation carries some new bug fixes, and some new smarts. It
is for example able to detect a mux with a constant 'bz input and replace
it with bufif devices, and other clevernesses with logic reduction.
--------------------------------
Icarus Verilog snapshot 20000729
--------------------------------
Like I said, the `timescale compiler directive now more or less works.
You can now specify timescale for modules, and the compiler will figure
out a global design resolution and scale your time values to match. The
VCD dumps should reflect the chosen resolution automatically. Floating
point notation is not yet supported, we'll see if that turns out to be
a problem.
A problem with `timescale support is that the compiler will allow unitless
modules. This can happen if you have `timescale late in the source file.
The default unit is the not-very-intuitive 1s. Frankly, I don't like the
`timescale semantics for this sort of reason, but its an accepted
standard, so I'm stuck with it.
I've also added support for min:typ:max expressions. The compiler chooses
one of the three expressions at compile time, based on a compile time
switch. You can ask for min typ or max values via the "-Tmin" etc. switch
to the iverilog command. If you do not specify a switch, the compiler will
choose the typ values but print warnings. The -Ttyp switch will suppress
the warnings.
I have fixed yet more net initialization bugs. These are getting pretty
subtle, now, so you should have a hard time tickling any remaining errors
here. I've also fixed a nasty and subtle bug in event expression support.
This bug only happened when the design had many event expressions with
many conjunctions.
Although they are not ready for use, I have made some forward progress
with disable statements. I now at least elaborate them, so now I just need
to figure out how to make the run-time work out. That's the hard part,
I'm afraid.
--------------------------------
Icarus Verilog snapshot 20000805
--------------------------------
I've finally dealt with a problem that's been nagging at me for a while.
Until now, it has been possible that excessively clever hierarchical
references into and out of task scopes could confound symbol lookup.
I think I finally put that to rest, and in the process reorganized the
netlist format for holding task definitions. It should no longer be
possible to confuse name binding in Icarus Verilog.
Found and fixed a silly bug in elaborating e?a:'bz and e?'bz:a expressions
into bufifN devices. I got the sense of the enable wrong in one of the
cases. All fixed (and the test suite updated to catch this silly mistake:-)
tri0 and tri1 nets should now work properly. These are mostly a run-
time issue which I solved using resolution functions. This is actually
a technique that I borrowed from VHDL.
For those of you doing XNF synthesis, I fixed up my FF/RAM detector to
allow <= assignments in always blocks. This is in fact the preferred way
to describe DFFs as <= more accurately simulates their RTL nature.
Also found and fixed a few DOS \r\n line end issues in the lexical ana-
lyser and the preprocessor. We sometimes forget how tricky these line-
end problems can be, and compiler directives are the most susceptible.
This problem most likely occurs when you transport files from a DOS
environment. (The MAC folks haven't complained much, so either I got it
right for them, or Kato took care of the problems for me:-)
|
|
|
|
|
|
|
|
Changes since last version (2.1):
* Interrupt system rewritten.
* Mapper management rewritten.
* Keyboard assignments changed again. Check the documentation!
* Made a new MSDOS port of fMSX (still in development).
* Integrated modular AY8910 emulation.
* Integrated modular SCC emulation.
* Integrated SndUnix/SndWin/SndMSDOS sound drivers.
* Sound track is now logged to MIDI files.
* Added a table of I/O handler functions to Z80 core for easy expansion.
* Added ability to load flat (no mapper) 64kB ROMs.
* Added automatic MegaROM mapper guessing (-rom 6).
* Added standard PAL/NTSC timings.
* Added V9958 version flag in MSX2+ mode (VDP S1).
* Added correct emulation of HR/VR flags (VDP S2).
* Fixed border color in SCREEN8 (VDP R7).
* Fixed blinking frequency in TEXT80 (VDP R13).
* Added ADJUST register emulation (VDP R18).
* Added V9938 character scrolling to SCREEN0 and TEXT80 (VDP R23).
* Added scrolling to SCREEN1, SCREEN2, and SCREEN3 (VDP R23).
* Fixed scrolling bug in SCREEN6 and SCREEN7 (VDP R23).
* Made left/right borders 9/7 pixels in SCREEN0 and TEXT80.
* Added -home option to tell fMSX where to find system ROMs.
* Added -auto option for auto fire on pressing SPACE.
* Fixed information printed on -help.
* Fixed crash in fMSX-Windows when switching from 8kB to 16kB MegaROMs.
* Fixed trash in MSX2 logo in fMSX-Windows that appeared after reset.
* Better resizing in fMSX-Windows Setup panel.
|
|
|
|
|
|
|
|
Linux. Changes from previous version are a new installer name and better
installation of KDE and GNOME application links and MIME installation.
|
|
nits to make startup script nicer.
|
|
|
|
|
|
(again) from ${LOCALBASE}/include to ${LOCALBASE}/include/w3c-libwww, so we
need to check both places.
|
|
many bug fixes -- too many to list, full release history online at
<http://www.w3.org/Library/User/ReleaseNotes.html> -- and a few new features.
The most significant is integrated libwww-SSL. Also SOCKS "punching through
firewalls" support is present now (but untested by me). Not sure when that
appeared, exactly.
|
|
|
|
|