Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Glade 0.5.9 (May 20 2000)
===========
o Added a Turbo-Start Guide from Paul J. Drongowski.
o Patches from James M. Cape to allow setting of the Title of GnomeMessageBox
widgets, and setting all the standard window properties of GnomePropertyBox.
o Updated Norwegian, Russian, Swedish, Japanese and German translations.
Glade 0.5.8 (May 14 2000)
===========
o Added User Guide and FAQ to the Help menu, though these are unfinished.
o Added option to support the Gnome Help system. Currently this only adds the
GNOME_UIINFO_HELP macro to the GnomeUIInfo struct, though we may include a
complete template User Guide with all the build files in future. Note that
you will have to install the topic.dat file in the appropriate directory
for the Help menuitems to be added. See the Glade source for an example.
o Installed the menu hints in the GnomeAppBar.
o Added a '--write-source' command line option to just build the source code
and exit. Note that an X connection is probably necessay for this to work.
o Partial support for GnomeDB widgets, though you'll have to set up the
configure.in/Makefile.am yourself. Parts of this may be unfinished.
o The beginnings of support for Bonobo controls. To include this configure
with '--with-bonobo'. This is still unfinished. Source code output isn't
done.
o Lots of new translations (many thanks to the people who do this behind the
scenes).
Glade 0.5.7 (Feb 19 2000)
===========
o Fixed problem with gnome-gettext.m4 macros being removed.
o French, Swedish, Japanese & Norwegian translations updated.
Glade 0.5.6 (Feb 13 2000)
===========
o Bug fixes - XML/source code output for box children with PACK_END set.
Using normal pixmaps in menu items.
Used correct default for C++ option cxx_use_heap, so it doesn't
appear in projects for other languages.
Fixed code output for children of paned widgets.
Fixed progress bar bug.
Fixed GLADE_DATA_DIR so --datadir works.
Fix bug which caused widgets to be skipped in code output.
o Used WM_NAME & WM_CLASS properties so window positions can be saved by the
window manager.
o Defaults for project options - to cut down on XML output. More default
values will be used in future - see doc/file_format.txt.
Glade 0.5.5 (Nov 11 1999)
===========
o Bug fixes - fixed accelerator keys dialog so the GTK+ version compiles.
output (void) as the function prototypes in interface.c
Glade 0.5.4 (Nov 6 1999)
===========
o Added back the 'Data' & 'Object' fields on the 'Signals' page, though I
still think people shouldn't use these.
o Added some support for GnomeAnimator. You just have to add the frames of the
animation yourself.
o Moved accelerator keys from a property editor page to a separate dialog,
which you can access via the 'Basic' page of the property editor.
o Bug fixes - Allow label to be removed from buttons etc.
Make sure GnomeDruid strings are translated.
Don't let widgets be added to GnomeCanvas.
Don't let child widgets of GtkEntry/GnomeEntry etc. be deleted.
Ignore <style> stuff in XML file.
|
|
- improved bonobo support from Michael Meeks.
- building documentation doesn't require an X connection now.
- accelerators for widgets on notebook pages are now only active
when the page is visible (Jon K Hellan).
- memory leak fixes (Morten).
- fixes for GtkHPaned/GtkVPaned.
- handle progress bar attributes.
- dock layout should save correctly now for GnomeApp widgets.
- handle non stock menu icons in GNOME mode.
- added glade_xml_get_widget_prefix() function to get all widgets
whose names start with a certain prefix.
- added glade_xml_signal_connect_data() function that connects a
named signal and allows you to specify the data argument. This
is a simple wrapper around glade_xml_signal_connect_full.
|
|
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
|
|
making runtime library path settings work again.
Bump version to 1.3.5nb1
|
|
|
|
PRs 9902 by Geoff C. Wing and 10106 by Dave Sainty.
|
|
|
|
|
|
(The ChangeLog is not useful.)
|
|
* Remove limits and memory. Just depend on SGI STL package which has much
better versions of these files.
* Minor fixes and enhancements in the documentation.
|
|
ends in a preprocessor directive not followed by a newline.
(test case: rev 1.1 of syssrc/sys/lib/libkern/arch/arm26/byte_swap_2.S)
Patch mailed to GNU maintainer; however, last release of this package
was ~4 years ago, so..
|
|
* GNU make optionally supports internationalization and locales via the
GNU gettext (or local gettext if suitable) package. See the ABOUT-NLS
file for more information on configuring GNU make for NLS.
* Previously, GNU make quoted variables such as MAKEFLAGS and
MAKEOVERRIDES for proper parsing by the shell. This allowed them to
be used within make build scripts. However, using them there is not
proper behavior: they are meant to be passed to subshells via the
environment. Unfortunately the values were not quoted properly to be
passed through the environment. This meant that make didn't properly
pass some types of command line values to submakes.
With this version we change that behavior: now these variables are
quoted properly for passing through the environment, which is the
correct way to do it. If you previously used these variables
explicitly within a make rule you may need to re-examine your use for
correctness given this change.
* A new psuedo-target .NOTPARALLEL is available. If defined, the
current makefile is run serially regardless of the value of -j.
However, submakes are still eligible for parallel execution.
* The --debug option has changed: it now allows optional flags
controlling the amount and type of debugging output. By default only
a minimal amount information is generated, displaying the names of
"normal" targets (not makefiles) were deemed out of date and in need
of being rebuilt.
Note that the -d option behaves as before: it takes no arguments and
all debugging information is generated.
* The `-p' (print database) output now includes filename and linenumber
information for variable definitions, to help debugging.
* The wordlist function no longer reverses its arguments if the "start"
value is greater than the "end" value. If that's true, nothing is
returned.
* Hartmut Becker provided many updates for the VMS port of GNU make.
See the readme.vms file for more details.
|
|
* GArray zero initialization bug fixed
* Fix for upper bound calculation of formatted strings
* Improved GCC detection
* AIX dynamic modules fix to retrive symbols from shared libraries
for the main program.
* Miscellaneous other minor bug fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes: Bugfixes, better man page, code cleanup.
Fixes pkg/10153.
|
|
New intrinsic function: strreplace.
SLang_roll_stack and SLang_reverse_stack functions made public.
SLang_free_function added.
src/slrline.c: Keybindings for ESC O A, etc added.
src/slsmg.c: SLsmg_write_nstring: avoid many loops if an extremely
large value is passed (> 0x7FFFFFFF).
src/slregexp.c made thread safe
src/slsmg.c: Cursor was not always properly positioned when
after SLsmg_touch_lines called.
If terminal does not have erase to eol capability, then use spaces.
doc/tm/strops.sl: doc for strcat updated to reflect its ability to
concatenate N strings.
src/slsmg.c: bug involving SLsmg_set_screen_start fixed.
src/slparse.c: parser was failing to catch misplaced `}'.
|
|
Need a smarter pkgdiff...!
- Hubert
|
|
|
|
usable by installing <limits> and <memory> which implement parts of the
Standard C++ Library missing from the NetBSD toolchain.
|
|
|
|
|
|
|
|
|
|
|
|
Changes between PTL2-current-990622 and PTL-2.1.2
* support NetBSD/arm32.
* fix a configure.in bug which fails if $MACHINE != $MACHINE_ARCH.
* src/io_udp.c (send_timedwait, sendto_timedwait,
sendmsg_timedait): While underlying system calls return with
EWOULDBLOCK, continue writing.
* src/signal.c (_pthread_signal_init): On system that PTL can set
the stack pointer without using sigstack(), SIGUSR2 can be used
for user's purpose.
* src/internal.h (END_CRITICAL): fixed: signal interruptions are
lost in certain situation theoretically.
* src/io.c: use O_NONBLOCK rather than O_NDELAY in SunOS5.
* Util/Makefile.in: version number of libPTL.so is changed to 2.0.
* src/specific.c (pthread_key_create, pthread_setspecific): if
fail to allocate the memory, returns ENOMEM.
* src/cond.c, src/mutex.c, include/sys/types.h: pthread_mutex_t
and pthread_cond_t are changed from `pointer to struct' to
`struct'.
* src/cond-attr.c, include/sys/types.h: pthread_condattr_t is
changed from integer handle to struct.
* src/cond.c, src/mutex.c, src/pthread.c:
pthread_{mutex_,cond_,}setname_np returns ENOMEM if malloc()
returns NULL.
* src/cancel.c (pthread_setcancelstate): if FLAG_CLEANUP_HANDLER
is set, do not call pthread_exit() even if PTHREAD_CANCEL_ENABLE
is specified and the thread is already cancel requested.
(pthread_testcancel): similar to above.
* src/internal.h (FLAG_CLEANUP_HANDLER): this flag shows that the
thread is currently executing cleanup handlers.
* src/sched.c (after_csw): Clear FLAG_DO_CANCEL flag before
executing cleanup handlers to prevent entering executing cleanup
handlers loop.
* src/io.c (_pthread_pdb_iostat): Implement `iostat' command into
PDB.
|
|
|
|
* don't change the name of cbreak to crmode if sun is not defined
Hint by Brett Lymn <blymn@baesystems.com.au>, sent to me by Thomas
Klausner.
|
|
INSTALL which have both been worked around in bsd.pkg.mk now.
|
|
in PR pkg/8691, to make it build on m68k. Also, kvm_uread() -> kvm_read().
This may fix the other problems alluded to in the PR.
LibGTop-1.0.7 is a bug fix release, no details available. LibGTop-1.06
incorporated some *BSD fixes (including some pkg patches), and updated
the reference manual somewhat.
|
|
|
|
1. When startoffset was not zero and the pattern began with ".*", PCRE
was not trying to match at the startoffset position, but instead was
moving forward to the next newline as if a previous match had failed.
2. pcretest was not making use of PCRE_NOTEMPTY when repeating for /g
and /G, and could get into a loop if a null string was matched other
than at the start of the subject.
|
|
release numbers are not added to the distfile name.
|
|
|
|
Fixes pkg/9668 by nagae@tk.airnet.ne.jp
What's New since 3.54
The -g and -s option are optimized.
Above serious bug is fixed.
What's New since 3.5
Ported to Cygwin tools for WIN32 environment.
(You need Cygwin tools Release B20.1)
Gozilla ported to WIN32 environment.(You need Borland C compiler)
Gtags.el was improved.
Ported to Solaris.
What's New since 3.44
C++ supported.
XEmacs supported.
Ported to WIN32 environment.(You need Borland C++ compiler 4.5 or 5.0)
|
|
|
|
|
|
"interactive C program browser"
|
|
|
|
|
|
|
|
|