Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
patch the configure script directly to remove the build dependency on
autoconf.
|
|
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
|
|
|
|
- Added new const const pointer versions of pixmap functions to eliminate
an annoying pointer warning message that was generated by the Sun and
other C++ compilers.
- Eliminated all "var hides class::var" warnings.
- Eliminated all "string literal converted to char *" warnings.
- The file chooser buttons use user_data() rather than the label to decide
what to do, allowing the label to be somewhat cleaner.
- Fl_has_idle only tested N-1 callbacks and missed one.
- Fl_Gl_Window has a new method to allow you to get and set the context:
void Fl_Gl_Window::context(void*, int destroy = 0)
void* Fl_Gl_Window::context() const;
Return or set a pointer to the GLContext that this window is using. This
is a system-dependent structure, but it is portable to copy the context
from one window to another. You can also set it to NULL, which will
force FLTK to recreate the context the next time make_current() is
called, this is useful for getting around bugs in OpenGL implementations.
If destroy_flag is true the context will be destroyed by fltk when the
window is destroyed, or when the mode() is changed, or the next time
context(x) is called.
- Added Fl::add_check(...), Fl::remove_check, and Fl::has_check. These are
similar to idle callbacks but are only called just before it waits for
new events. They can be used to watch for changes in global state and
respond to them.
- Added simple FLTK and FLUID manual pages.
|
|
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages.
|
|
|
|
* lib/DBD/File.pm (table_info): Added closedir().
|
|
* Changed distribution to include
files generated by Solaris bison 1.27
* Added LIMIT clause
|
|
Added untested SEEK, TELL, and EOF methods to IO::Scalar and
IO::ScalarArray to support corresponding functions for tied
filehandles
Removed not-fully-blank lines from modules; these were causing lots
of POD-related warnings
IO::Scalar objects can now be made sensitive to $/ . Pains were
taken to keep the fast code fast while adding this feature
IO::Scalar has a new sysseek() method
|
|
* Turkish translation
* minor bug fix
|
|
- updated Elpin VGA BIOS to version 2.40, and changed pointer in .bochsrc
- fixed .conf.x86 script so that it uses c++ instead of egcs for C++ files
- now Makefile targets that recurse into subdirectories use double colons,
so that it will always recurse into subdirectories. Now a single make
command should notice a modified source file in a subdir.
- fixed bug in bx_panic. If BX_PANIC_IS_FATAL==0 and a (non-fatal) panic
occurs, it used to call bx_atexit() and then return. It should never
call bx_atexit, which starts to shut down the simulator, unless it's
really going to quit!
- support 2.88 MB floppy disks
- since dataseghack is checked in as non-executable, invoke it with
"csh dataseghack"
- double fault patch from Thomas Petazzoni <thomas.petazzoni@ifrance.com>,
sourceforge patch #423726.
- removed -fno-builtin from fpu makefiles
- redefine u_char, u_short, etc. in order to not conflict with system
definitions of these same types.
- in cdrom.cc, remove the extern "C" { } structure around some of the
header files. This is no longer necessary.
- do not panic on hard disk command 0x1f2 (read sector count)
- in keyboard.cc:
- apply Todd Fries' reset patch
- recognize most of the "Grey" insert/delete/home/end/etc. keys the
same as keypad keys.
- removed panic on "kbd_ctrl_to_kbd(): got value of 0x??"
- implement mouse command 0xf6 (set defaults)
- apply Suboner@aol.com's Xwindows timing patch from
http://sourceforge.net/tracker/index.php?func=detail&aid=418730&group_id=12580
&atid=312580
- remove all patches from patches subdir which have already been applied.
The remaining ones are under consideration but not applied.
|
|
- fix segmentation fault in pg_error
- bug-fix for core-dump after any failed function call
- add support for the datatype bytea
- fix bug in connect method, which erroneously set the userid and the
password to the environment variables DBI_USER and DBI_PASS
- which removed the special handling of a backslash when used for octal
presentation. Now a backslash always will be escaped.
- remove memory-leak in ping function, bug-fix
- correct the recognition of primary keys in table_attributes().
- fix a segmentation fault in DBD::pg::blob_read() when reading LOBs that
required perl to reallocate space for the variable holding the scalar value
- updated test.pl to create a test blob larger than 256 bytes (now 128 Kbytes)
- fix a seg-fault when inserting large amounts of text.
- remove the newlines from the error messages and quote date placeholders.
|
|
post-extract target.
|
|
Please use pkgdiff, since it avoids (in most cases) the problem with
RCS ids in patches, like in this one.
|
|
|
|
This is NetBSD's make(1) utility, with a configure script and
supporting replacements for various NetBSD library routines, ported to
other Operating Systems by Simon Gerraty. Solaris, SunOS, HP-UX,
Linux and AIX are amongst the operating systems supported.
|
|
|
|
These are the support files for the bmake utility, by Simon Gerraty.
|
|
1.95b123 (2001/05/24) mew-dist release
* Defining mew-draft-mode-reedit-queue-hook.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* Inputting RET for C-uP and C-uN changes the mark to the default.
NINOMIYA Hideyuki <nin@shikoku.ne.jp>
* Defining mew-config-guess-addition.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* signature is selectives by cases.
KOSUGE Takuya <kosuge@dg7.so-net.ne.jp>
* A bug fix for NetNews folders.
* Using jit-lock on Emacs 21.
* Defining mew-face-eof-{message,part}.
* Defining mew-insert-final-newline due to the bug of narrow-to-region
on Emacs 20 and XEmacs. ^L can't be broken.
* "E" works for RFC822 messages.
* mew-news-path is passed to mewls.
* mew-cc and mew-dcc uses mew-mail-address() if it is 'me.
SUGIMORI <taro@fc.jpn.org>
* A patch for mew-summary-retrieve-message().
Makoto Kohno <kohno@cr.scphys.kyoto-u.ac.jp>
* A patch for contrib/mew-browse.el.
Shuichi KITAGUCHI <ki@hh.iij4u.or.jp>
* Lovely hack for mew-config-guess-when-composed. Now a user can
watch a header when modified.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* Thread key-bindings are now reset. They all have the prefix "t".
* C-uP and C-uN set mew-mark-walk.
* Adding .dll.
Tak Ota <Takaaki.Ota@am.sony.com>
* A bug fix for mew-config-guess-when-replied.
Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
1.95b122 (2001/05/09) mew-dist release
* Big5 for XEmacs.
* Fixing infinite loop of mew-summary-setup-mode-line().
* Defining mew-config-guess-when-{replied,prepared,composed}
* Keep modified for mew-draft-rehighlight().
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Bug fix of reedit for a message whose first part is not text.
* Clarify "case" for reedit.
* Removing sit-for.
* Getting mew-param-analyze-broken() back to the old logic.
* mew-theme-file hack.
FUKANO Akihiro <fukano@bb.vh1.arena.ne.jp>
* C-uC-cC-e now prepares a default value for CT:.
* Fixing the last range for mewls.
Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
* MS Office patch.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
|
|
<tron@netbsd.org>
Notable changes include:
Shell:
- Fixed some usability bugs in the folder selection and creation
dialogs.
- Added a --debug option.
- Added support for drag and drop operations.
Mail:
- Virtual Trash folders in each mail storage and "Empty Trash" menu
item to expunge all folders in a store.
- Email addresses in mail headers are now right-clickable to add
them to the Addressbook
- Hide deleted messages is now a mode rather than a one-time
operation.
- When sending plain text mail, use the new plain text mode of the
GtkHTML editor
- Cancellable operations, cancellable/async dns lookup, slightly
improved progress reporting.
- Allow per-identity Draft and Sent folders.
- Replies quoted with "> " in messages are now displayed dimmed to
make it easier to find the new bits of text.
- Saved searches. Searches now configurable via XML with supporting
C code.
- UNMATCHED vFolder
- SASL Authentication
- Filter/vFolder on Mailing List.
- Resend sent items.
- Allow users to turn on/off headers in the composer and added
Reply-To header entry in the composer.
- Numerous OpenPGP
- Replying to a message chooses account based on message
addressee's.
- Redid Forward Inline and Forward Quoted.
- IMAP fixes: greater configurability for faster startup/mail check
- IMAP message bodies are now cached to local disk to speed up
re-access
- New config dialogs
- Sorting by a text field in the message list no longer generates a
random order.
- Fixed "crash when getting new mail from 2 POP servers" bug.
- Numerous bugfixes, cleanups and optimisations.
Addressbook:
- Added support for non editable sources.
- Added address completion for use in contact entries using the
select names system.
- Fixed some major crashes in the addressbook backend.
- Updated Ximian's contact information.
Calendar:
- Event creation fixes.
- Calendar loading fixes and removal of old code.
- Made the iTIP control have better spacings.
- i18n fixes.
Tasks:
- Created a popup list item for ETable to select the Status,
Classification, Priority, Percent & Transparencey fields.
- Created a popup date editor item for ETable to set all the dates in the
tasks.
Importers:
- Created Intelligent Importers that look for certain files on your disk
and works out what type of data it is. Currently Intelligent Importers
exist for Pine, Elm and Netscape.
General:
- Rewrote ETree in gal. Changed evolution to support the changes in
API.
- Lots of Etable/ETree bug fixes.
- Lots of i18n/l10n fixes.
and the Evolution gang)
- Fixed the shell interface so it could correctly create folders.
|
|
need updates of GNOME programs, most nobably evolution. With gal-0.7,
at least evolution-0.10 compiles. This addresses (part of) PR 13013 by
Matthias Scheler <tron@netbsd.org>.
|
|
paste into new buildlink.mk files.
|
|
|
|
used in KJS (javascript) for kdelibs2.
This fixes PR/13018 from Greg A. Woods <woods@weird.com>
|
|
SHM_{R,W}. Fix suggest by Klaus Klein. This should fix build on
non-current NetBSD systems and closes PRs 13023 and 13033.
|
|
Changes are:
* Changes in Dinotrace 9.1d 5/24/2001
*** Fixed missing 0's in display of >64 bit numbers. [Amitvikram Rajkhowa]
*** Fixed stripping of characters after bus prefix. [Steve Hoover]
* Changes in Dinotrace 9.1c 2/13/2001
*** Fixed Verilog reading ignoring the hiearchy separator. [Dominik Strasser]
|
|
|
|
|
|
says to use type time_t for ctime(3).
- Fix some format strings for 64 bit systems.
- use '?=' instead of '='when setting the command used for rsh/ssh so the
user can set it in mk.conf (PVM_SSH).
|
|
|
|
you can do something like:
make CC="gcc -pipe" PKG_FC="f77 -pipe" CFLAGS="-Wformat -g" FFLAGS="-g"
and still have pvm compile correctly.
Addresses PR pkg/12949 submitted by Thor Simon <tls@cs.stevens-tech.edu>.
|
|
if pkgdiff failed due to a problem with RCS ids, mkpatches would save the
failure message as a patch. Change to abort if pkgdiff has a non zero exit
(with the pkgdiff output). Also add a '-v' flag to indicate which .orig
file is being associated with which patchfile as processed.
|
|
mkpatches faithfully files that away as a patch, which somewhat broke
my previous update. Fixing.
|
|
|
|
used by other packages.
|
|
to be prepended to CLASSPATH by setting optional tomcat_classpath
|
|
by Masao Uebayashi.
|
|
|
|
Frontend to the fabulous cdrecord and mkisofs programs
This package was created by Berndt Josef Wulf and made ready for use by me.
|
|
patch(1) is needed, which supports -C (which checks that the patches
would apply cleanly). As we use message digests to verify our
patches, and as we don't have a modified patch on NetBSD, Solaris and
Linux, remove the checkpatch target, and all references to the
PATCH_CHECK_ONLY definition.
|
|
target, don't display what we're doing if PKG_DEBUG_LEVEL is non-zero
- the output of run-depends-list is fed to pkg_create(1) and encoded
in the binary package as a list of @pkgdep lines, and expanding the
output is not the right thing to do.
|
|
- The "charset" directive: you can use iso-8859-[1-4]
- MNG support: animation without "mark" and "again"
- Enhancing "mgp2ps"
* Supporting "cont", "mark", "again"
* Resizing image
- bug fixes
|
|
and add link-getopt-libs to BUILDLINK_TARGETS.
|
|
comments (WRKSRC should be WRKDIR).
|
|
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries. Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
|
|
|
|
0.7.10, both in bugfixes and in feature additions. No list of changes is
provided, but from gleaning the CVS logs, this is update is a large step
forward for this application.
|
|
- The scheduler might restart a stopped printer after stopping a print job.
- The IPP backend did not handle the client-error-not-found error when
checking the status of the job that was sent. This caused remote queues
to stop on client machines when the server had job history disabled.
- Added httpConnectEncrypt() function to avoid performance penalty for
setting up encrypted connections initially.
- Jobs weren't queued to remote classes (fix from Richard Begg.)
- Fixed the pstops fix for GNOME output - no longer use the page numbers in
the %%Page: comment since GNOME puts a filename instead (!?@!#?!).
- The imagetops filter produced PAGE: messages when generating PostScript for
a non-PostScript printer (only affects page-label and Classification
options.)
- The updated pdftops filter was looking for an options file called xpdf.conf
instead of pdftops.conf.
- The scheduler would not force the default job sheets for printers to the
current classification setting.
- Added a new ippFindNextAttribute() function to the CUPS API.
- ppdEmitJCL() now strips any leading path info from the title string. This
is only an issue for non-CUPS clients that don't do this already...
- Other pstops fixed from Helge Blischke for printing non-conforming
documents.
- The MaxJobs parameter was not reset when loading the cupsd.conf file.
|
|
0.8.12, but mod_dtcl now uses <? ?> tags instead of <+ +>. For now, mod_dtcl
contains compatibility code so that your old scripts will still run.
|