summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-03Update to 1.18:wiz2-6/+6
1.18 -- Fri Nov 25 09:30:29 CST 2005 Bug Fixes * Fix pure-perl version of refaddr to avoid blessing an un-blessed reference * Fix memory leak in first() and reduce() * Pure perl version of looks_like_number now matches XS version for references and undef. It will now return undef Enhancements * Support for using XSLoader instead of DynaLoader * Use new multicall API
2006-01-03p5-Config-Tiny updated to 2.04.wiz2-3/+3
2006-01-03- courier-authlib-0.58, courier-maildir-0.52.2, horde3-3.0.9,wiz1-11/+1
musicbrainz-2.1.2, neverball-1.4.0, http://www.samba.org/samba/patches/], sqwebmail-5.0.7, tspc-2.1.1, turba-2.0.5. Thanks jlam, ghen, adrianp, christos. - p5-Apache-Session-1.118 (does not exist)
2006-01-03Update to 2.04:wiz2-7/+6
2.04 Sat 31 Dec 2005 - No functional changes. - Upgrading to a newer Module::Install to address Cygwin problem 2.03 Fri 30 Dec 2005 - No functional changes. - POD Change: CPAN #15143 Clear things up about $! after unsuccessful read()? (flatworm) - Upgraded Makefile.PL to use Module::Install
2006-01-03+ nullmailer-1.01 [schmonz]schmonz1-1/+2
2006-01-03In the bin-install target, instead of running pkg_add for everywiz1-23/+17
BINPKG_SITES entry separately, construct an appropriate PKG_PATH and call pkg_add only once. Patch from Chapman Flack in PR 30929. Use PKGNAME_REQD when installing package dependencies. Patch from Chapman Flack in PR 30954.
2006-01-03Updated rox to 2.4.rxg1-1/+2
2006-01-03Updated rox to 2.4.rxg3-7/+9
13-Dec-2005 (Release 2.4) ~~~~~~~~~~~ Updated Chinese translations (Babyfai Cheung). 11-Dec-2005 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). Make Path optional in PanelRemove SOAP call, allowing removal of items based only on their label (Jonatan Liljedahl). Bugfix: The install script failed to compile ROX-Filer on Debian systems, due to a bug in recent versions of xterm (Vincent Lef\xc3\xa8vre). Added a workaround. Bugfix: On 64-bit systems communication between ROX-Filer processes didn't work, because GDK uses sizeof(long) bytes (not always 4 bytes) to store a 32 bit property (Lucas Hazel). 29-Nov-2005 ~~~~~~~~~~~ Removed 'Open AVFS' from menu. It doesn't do anything on most systems, and you can always add it with 'Customise menu...' if you want it (Thomas Leonard). Better support for old GNOME themes with GNOME-specific MIME names (Dennis Tomas). 21-Nov-2005 ~~~~~~~~~~~ Bugfix: Let -R work again (Stephen Watson). 12-Nov-2005 ~~~~~~~~~~~ Added initial support for .desktop files (Thomas Leonard). They are now shown as executable, with the appropriate icons, and clicking on them runs the application. Bugfix: If stdin wasn't set when ROX-Filer was started it could get used for the X connection, before ROX-Filer got around to replacing it with /dev/null (Thomas Leonard). 28-Oct-2005 ~~~~~~~~~~~ Added Hungarian translation for the <About> section in AppInfo.xml (Andras Mohari). 25-Oct-2005 ~~~~~~~~~~~ Updated Japanese translation (Hiroaki Tanaka). 22-Oct-2005 ~~~~~~~~~~~ In details mode, clicking on an item while the keyboard focus is visible moves the focus to the item clicked on (suggested by Anthony DiSante). 19-Oct-2005 ~~~~~~~~~~~ Updated Hungarian translation (Andras Mohari). 18-Oct-2005 ~~~~~~~~~~~ Updated Estonian translation (Teet T\xc3\xa4rno). Bugfix: An (extremely unlikely to occur) error message was missing some arguments (Thomas Leonard; spotted by Andras Mohari). 17-Oct-2005 ~~~~~~~~~~~ Updated it.po and Manual-it.xml (Yuri Bongiorno) 02-Oct-2005 ~~~~~~~~~~~ Make all option menus into the options box wide enough for the widest item to avoid resizing when the item is changed (Andras Mohari). 15-Sep-2005 ~~~~~~~~~~~ Only require shared-mime-database 0.14, not 0.16. Add the missing subclasses manually (Thomas Leonard). 13-Sep-2005 ~~~~~~~~~~~ Allow some labels used to display file names to wrap over more than one line, improving display of very long file names (Stephen Watson). Show progress bar from start when an action is on more than one item (Stephen Watson). 08-Sep-2005 ~~~~~~~~~~~ Bugfix: The refresh feature was accidentally broken during the upgrade to the new MIME system (Thomas Leonard; reported by Frantisek Fuka). 04-Sep-2005 ~~~~~~~~~~~ Bugfix: If you editing the target of a symlink in the properties box, and then unfocussed the entry when the symlink no longer existed, the filer would crash trying to display the error message. Added work-around (Thomas Leonard; reported as GTK bug #315229). 27-Aug-2005 ~~~~~~~~~~~ When using 'From LANG', check for translations with and with the territory part (seventh guardian). Also do this when loading the manual or finding a summary in AppInfo.xml (Thomas Leonard). 22-Aug-2005 ~~~~~~~~~~~ Marked some titlebar flags as translatable (reported by seventh guardian). 17-Aug-2005 ~~~~~~~~~~~ Updated install.sh with the current shared-mime-info URL (Stephen Watson). 16-Aug-2005 ~~~~~~~~~~~ Updated French translation (Vincent Lef\xc3\xa8vre). Bugfix: Fix typo in the Solaris xattr implementation (Stephen Watson). 15-Aug-2005 ~~~~~~~~~~~ Bugfix: When doing Tab completion, part of the code was still case sensitive, causing it to sometimes fail to notice multiple matched (Keith Warno; reported by Tristan McLeay). 14-Aug-2005 ~~~~~~~~~~~ Added ROX-Filer.xml file, giving details of the current version. This can be used to register a CVS version of the filer with the injector easily (Thomas Leonard). Renamed 'Xterm Here' to 'Terminal Here' (suggested by seventh guardian). 13-Aug-2005 ~~~~~~~~~~~ Removed GNOME-VFS from --version output; we never use it now (Thomas Leonard). Failure to create a usable default icon theme can be due to a broken link, so inform the user and show ~/.icons (Stephen Watson). Extended attribute support more general, not just types (Stephen Watson). 12-Aug-2005 ~~~~~~~~~~~ Updated Polish translation (Wit Wili\xc5\x84ski). Added Portuguese (for Portugal) translation (Renato Caldas).
2006-01-03Add DragonFly support.joerg2-1/+24
2006-01-03Note getmail update.schmonz1-1/+2
2006-01-03Update to 4.4.4. From the changelog:schmonz2-6/+6
-improve parsing of flags in IMAP responses. Thanks: Gareth McCaughan.
2006-01-03DragonFly needs netinet/in.h as well.joerg2-4/+4
2006-01-03Use PTHREAD_* instead of hard-wired -lpthread.joerg3-4/+80
2006-01-03Updated rox to 2.3.rxg1-1/+4
Updated rox-lib to 2.0.2. Added oroborox version 0.9.7.9.
2006-01-03Added & enable oroborox.rxg1-1/+2
OroboROX is a lightweight Window Manager for the ROX Desktop.
2006-01-03Initial import OroboROX 0.9.7.9.rxg4-0/+1071
OroboROX is a lightweight Window Manager for the ROX Desktop.
2006-01-03Fix errno.joerg3-1/+44
2006-01-03Prefer NAME_MAX to MAXNAMLEN, the former is POSIX, the latter a FFS limit.joerg2-7/+27
2006-01-03Fix errno.joerg5-1/+52
2006-01-03Updated rox-lib to 2.0.2.rxg3-19/+30
25-Jul-2005 (Release 2.0.2) ~~~~~~~~~~~ Bugfix: Installing MIME handlers under the XDG base dir system didn't work (Stephen Watson). 17-Jun-2005 (Release 2.0.1) ~~~~~~~~~~~ Send deprecation warnings to stdout, not stderr, so only developers will see them (Thomas Leonard). 10-Jun-2005 ~~~~~~~~~~~ Fixed deprecation warning in processes.py (Thomas Leonard). 01-Jun-2005 ~~~~~~~~~~~ Avoid apparent PyGTK bug related to icon themes, may result in a memory leak but probably won't (Stephen Watson). 19-May-2005 ~~~~~~~~~~~ Clean up of icon theme handling (Stephen Watson). 18-May-2005 ~~~~~~~~~~~ Compatability with PyGTK 2.4 retaining backwards compatability with 2.2 at least (Ken Hayber, Stephen Watson). 12-May-2005 ~~~~~~~~~~~ Updated Chinese translation (Babyfai Cheung). 11-May-2005 ~~~~~~~~~~~ Added Portuguese translation (Jos\xc3\xa9 Carlos do Nascimento). 07-May-2005 ~~~~~~~~~~~ Don't try to get pygtk through Zero Install. The injector can be used to choose the implementation of pygtk to use, including a version in Zero Install if desired (Thomas Leonard). 06-May-2005 ~~~~~~~~~~~ MIME handler install now uses basedir (Stephen Watson). Tests use gtk.main() instead of the deprecated gtk.mainloop() (Stephen Watson). 05-May-2005 ~~~~~~~~~~~ Some versions of GTK silently remove '-' from sys.argv (GTK bug #303166). Added a work-around (Thomas Leonard). 02-May-2005 ~~~~~~~~~~~ Put "root" back in su command, but detect what the exact string should be, as Solaris needs something here (reported by Stephen Watson). 01-May-2005 ~~~~~~~~~~~ The default SaveArea.confirm_new_path() now shows an error if the target exists as a directory, instead of asking if you want to overwrite it (Thomas Leonard; reported by Jonatan Liljedahl). Remove "root" from the su command, as some systems call user 0 something else (Thomas Leonard; reported by Jonatan Liljedahl). 30-Apr-2005 ~~~~~~~~~~~ When getting an icon for saving, specify the size if PyGTK is recent enough. This prevents SVG icons from appearing in huge sizes (Thomas Leonard; requested by John Pettigrew). Bugfix: Theme index parser failed to cope with comments at the start of the file (Thomas Leonard). 29-Apr-2005 ~~~~~~~~~~~ Compatability fixes for the su module (Stephen Watson). 17-Apr-2005 ~~~~~~~~~~~ Fixed Zero Install version test in findrox.py (Thomas Leonard). 16-Apr-2005 (Release 2.0.0) ~~~~~~~~~~~ Run unit tests in alphabetical order as it fixes a strange interaction between t hem (Stephen Watson). 10-Apr-2005 ~~~~~~~~~~~ Added unit tests for processes module, based on old tests in Archive (Thomas Leonard). 09-Apr-2005 ~~~~~~~~~~~ Changed MakeDist to allow use of other SourceForge accounts (Stephen Watson). 01-Apr-2005 ~~~~~~~~~~~ Added 'testall' script to run all the unit tests together (Thomas Leonard). 23-Mar-2005 (Release 1.9.18) ~~~~~~~~~~~ German translation (Guido Schimmels). ~~~~~~~~~~~ German translation (Guido Schimmels). 13-Mar-2005 ~~~~~~~~~~~ Added TODO file to track bugs and changes needed for 2.0.0 release. 10-Mar-2005 ~~~~~~~~~~~ Bugfix: Set default in Options box to OK to avoid triggering a GTK bug (Thomas Leonard, reported by Guido Schimmels).
2006-01-03Updated rox to 2.3 & closed pkg/31124.rxg7-98/+54
09-Aug-2005 (Release 2.3) ~~~~~~~~~~~ Opening the menu with the menu key had broken. Also fixed a few minor leaks (Thomas Leonard). 06-Aug-2005 ~~~~~~~~~~~ Updated French manual translation (Arnaud Calvo). Fixed memory leak in new SOAP RPC calls (Thomas Leonard). Provide alternate to_html.xsl file for different location of Docbook stylesheets (Stephen Watson). GTK bug #152151 also causes BadDrawable errors so ignore them as well (Stephen Watson). 04-Aug-2005 ~~~~~~~~~~~ Bugfix: Ultimate++ could crash the filer when its window was iconified (Guido Schimmels). 01-Aug-2005 ~~~~~~~~~~ Updated Dutch translation (Jan Wagemakers). 31-Jul-2005 ~~~~~~~~~~~ Added a button for configuring video thumbnails (with Stephen Watson's VideoThumbnail application) to the Options window (Thomas Leonard). Manual updates. Right-clicking on a launcher button shows available versions (Thomas Leonard). Bugfix: Added some missing gdk_event_free() calls (Thomas Leonard). Bugfix: In vertical ordering mode, the blank space after all the items acted as if there were icons there (reported by Arnaud Calvo). 30-Jul-2005 ~~~~~~~~~~~ Don't abort on BadWindow errors. GTK bug #152151 is still not fixed after nearly a year, so give up trying to fix it and just ignore it (Thomas Leonard). Don't show Help menu item for applications with no Help subdirectory (Thomas Leonard). 29-Jul-2005 ~~~~~~~~~~~ Added option to only show iconified windows belonging to the current workspace (Tom Morton). Added option to allow vertical ordering when laying out the icon view (Piotr Zielinski). 28-Jul-2005 ~~~~~~~~~~~ Updated Dutch translation (Jan Wagemakers). 27-Jul-2005 ~~~~~~~~~~~ Renamed Python MIME icon to keep up with freedesktop.org's current thinking in the endless text vs application war (Thomas Leonard). 26-Jul-2005 ~~~~~~~~~~~ Removed custom platform detection (which was designed to allow a single copy of ROX-Filer to contain binaries for multiple platforms). Let the packaging system deal with it (Thomas Leonard). 25-Jul-2005 ~~~~~~~~~~~ Check for shared-mime-info 0.16 when building (Stephen Watson). 24-Jul-2005 ~~~~~~~~~~~ An executable text file of unknown type is marked as executable if its name doesn't contain a '.'. This is so that 'readme.txt' on a filesystem with all execute bits set is seen as text, but a shell script with no extension or interpreter header still shows up as an executable on Solaris (Thomas Leonard; requested by Stephen Watson). 23-Jul-2005 ~~~~~~~~~~~ Added icon for messages/* MIME types (Thomas Leonard). Improvements for file type guessing (Thomas Leonard): - When getting the type for a symlink, we need the absolute path now that we check file contents. - Also check for extended attributes for the symlink target. - Removed all of our code for guessing types from file names, since it duplicates the new xdgmime code. - Files with control characters are now considered to be binary, even though they may be valid UTF-8. - Executable files of unknown type are now marked as executable, not octet-stream. - When complaining that there is no run action for an executable type, give the user a hint about setting the execute permission. - Refreshing the MIME system also refreshes xdgmime. - Added MIME rules to say that Python, PERL and Ruby are executable, as old versions of the MIME database don't have these rules (reported by Stephen Watson). 22-Jul-2005 ~~~~~~~~~~~ At install time, add a rule to the MIME database that shell scripts are executable, as the defaults are missing this (Thomas Leonard; reported by Stephen Watson). In the properties box, don't say that the run action is executable just because the MIME type is executable. The execute bit must be set too (Thomas Leonard). 21-Jul-2005 ~~~~~~~~~~~ Replaced the text the Options box telling people to download and run MIME-Editor with a button that actually does it (Thomas Leonard). 17-Jul-2005 ~~~~~~~~~~~ Bugfix: Opening a new filer window with a key press warped the pointer to the top-left of the screen (Matthew Weier O'Phinney and Thomas Leonard). 16-Jul-2005 ~~~~~~~~~~~ Detect GCC 4 and disable pointer signedness warnings (Thomas Leonard). Mark files as executable if their MIME type is a subclass of application/x-executable (Thomas Leonard). Removed the option for choosing panel side for -S, since we can use the new method of choosing the panel side indead (Thomas Leonard). Split Mount SOAP operation into separate Mount and Unmount operations (Thomas Leonard). Bugfix: The path entry buffer didn't work in /, due to recent changes (Thomas Leonard). Bugfix: Clicking on a directory which was mounted but shown as unmounted, due to the display being out-of-date, tried to unmount it. (Thomas Leonard, reported by Mephistopheles Jones as bug #1007402). 15-Jul-2005 ~~~~~~~~~~~ Copied xdgmime library into the filer, so we don't need gnomevfs just to do MIME guessing from file contents (Guido Schimmels). 26-Jun-2005 ~~~~~~~~~~~ Renamed the 'ROX Session' section in options to 'Desktop' as it could be used by any session manager (Stephen Watson). 25-Jun-2005 ~~~~~~~~~~~ Panel side is now stored with the panel file, and is reused on start-up if you use --border in place of the old --top, --bottom, --left and --right (which still work). The panel menu has a new 'Panel Options...' choice to let you change which edge to use (Thomas Leonard). 11-Jun-2005 ~~~~~~~~~~~ Updated Chinese translation (Babyfai Cheung). 09-Jun-2005 ~~~~~~~~~~~ Removed AC_PATH_X, which stopped configure working on Mac OS X (Thomas Leonard; reported by Tristan McLeay). We already had AC_PATH_XTRA anyway. 07-Jun-2005 ~~~~~~~~~~~ Add Basque transation (Piarres Beobide). Entering ~ as the first character in the Goto: entry goes to the users home directory (Stephen Watson, suggested by james). Install script now installs MIME run actions into $XDG_CONFIG_HOME (Stephen Watson). 20-May-2005 ~~~~~~~~~~~ Change the way that ROX-Session runs ROX-Filer. It now uses the -S option to open the default Panel and Pinboard, with the configuration of panel and pinboard in ROX-Filer options (Stephen Watson). Fixed error in tooltip in bulk rename box (Vincent Lef\xc3\xa8vre). 13-May-2005 ~~~~~~~~~~~ Type changes for 64-bit compatibility (Tony Houghton). Tests whether dnotify_wakeup_flag is set instead of dnotify_wakeup which is a function address (Tony Houghton). 08-May-2005 ~~~~~~~~~~~ Selecting an entry from the bookmarks menu can open a new window, depending on the mouse button used and the 'New window on button 1' setting (Stephen Watson). 03-May-2005 ~~~~~~~~~~~ World-writable directories can't be app dirs (Thomas Leonard). 02-May-2005 ~~~~~~~~~~~ Updated Chinese translation (Babyfai Cheung). Fixed missing argument in remote.c (P\xc3\xa4r Forsling). 01-May-2005 ~~~~~~~~~~~ When using the drag-and-drop menu, give the choice of creating relative or absolute symlinks. For Ctrl-Shift-Drag, always make relative links rather than absolute ones (Thomas Leonard; requested by Peter Prohaska). 28-Apr-2005 ~~~~~~~~~~~ If we can't find getopt_long, try looking in libgnugetopt (Stephen Watson). 26-Apr-2005 ~~~~~~~~~~~ Bugfix: Broke get_xdg_data_dirs while writing choices_list_xdg_dirs (Stephen Watson, reported by P\xc3\xa4r Forsling). Bugfix: Don't try to move directories that aren't there, but make symbolic links for them anyway (Stephen Watson, reported by Thomas Leonard). Old choices_find_path_load/save now static, use new XDG functions exclusively (Stephen Watson). 25-Apr-2005 ~~~~~~~~~~~ Change over from CHOICESPATH to XDG_CONFIG_HOME and XDG_CONFIG_DIRS (Stephen Watson). 21-Apr-2005 ~~~~~~~~~~~ Try to cope with BadWindow errors (Thomas Leonard; suggested by Kacper Wysock). 17-Apr-2005 ~~~~~~~~~~~ Bugfix: Replacing an existing display settings would erase all the other existing settings (Stephen Watson, reported by Henrik Jacobsson). 16-Apr-2005 ~~~~~~~~~~~ Bugfix: Expired thumbnails were not being purged from the memory cache because of a reference counting issue (Stephen Watson). 14-Apr-2005 ~~~~~~~~~~~ Updated Danish translation (Christian Storgaard). 28-Mar-2005 ~~~~~~~~~~~ Simplify code to set minibuffer text to red on error (Dennis). Also set background to white, in case a theme's colour clashes with red (Thomas Leonard). Make tab completion in the minibuffer case insensitive (Jonatan Liljedahl). 23-Mar-2005 ~~~~~~~~~~~ Option in list view to show the full MIME-Type comment rather than just "File" (Stephen Watson). 12-Mar-2005 ~~~~~~~~~~~ When building the SendTo menu, allow nested subdirectories more than one level deep (Jonatan Liljedahl). Add 'Customise Menu...' to New submenu (Thomas Leonard, suggested by Jesse Wagner). Can specify panel item arguments and short cut when adding via SOAP call (m0n5t3r). Also for pinboard items (and fixed bugs related to pinboard_add_with_args) (Stephen Watson). 28-Feb-2005 ~~~~~~~~~~~ Bugfix: Progress bar for count operation didn't finish when the count did (Stephen Watson, reported by Alexander Wagner). 24-Feb-2005 ~~~~~~~~~~~ Look out for new line character when reading EA MIME type under Solaris (Stephen Watson). 13-Feb-2005 ~~~~~~~~~~~ Added Estonian translation (Teet T\xc3\xa4rno). 12-Feb-2005 ~~~~~~~~~~~ Removed copy of GTK icon theme system. We now depend on GTK 2.4, which includes it (Thomas Leonard). Renamed 'Before' and 'After' in the bulk rename box to 'Old name' and 'New name', as they were causing problems for translators (reported by Yuri Bongiorno). Bugfix: The help for the "Set Type..." box wasn't translated (reported by Yuri Bongiorno). 09-Feb-2005 ~~~~~~~~~~~ Defer re-generating a thumbnail until 5 seconds after the timestamp on the old one (Stephen Watson). Bugfix: A file could be added many times to the thumbnail queue, causing the progress bar to behave strangely (Stephen Watson). More changes for installing onto NFS mounted directory (Stephen Watson). 31-Jan-2005 ~~~~~~~~~~~ Fixed a compiler warning by removing an unnecessary extra tooltips object (Andreas Jochens). 30-Jan-2005 ~~~~~~~~~~~ Updated French translation (Vincent Lef\xc3\xa8vre).
2006-01-03Inside of trying to fix a brain damaged configure script which ignoresjoerg2-5/+11
the --x-libraries parameter, just hack the Makefile to use X11BASE.
2006-01-03-ruby-1.8.4.taca1-2/+1
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca21-37/+42
2006-01-03Add DragonFly support. Fix a GCC 3.4+ issue: #ifdef 0 doesn't work.joerg7-26/+96
2006-01-03Fix wrong dates of Ruby based packages.taca1-4/+4
2006-01-03Remove "Remove of ruby-cmd" entry since it was revived in short time.taca1-2/+1
2006-01-03Revive ruby-cmd package.taca4-0/+36
New HOMEPAGE and MASTER_SITES was noted from minskim by private mail.
2006-01-03Note update of Ruby related packages to Ruby 1.8.4 base and remove oftaca1-1/+11
x11/ruby-tcltklib packages. lang/ruby lang/ruby18 lang/ruby18-base converters/ruby-iconv databases/ruby-gdbm devel/ruby-curses devel/ruby-readline devel/ruby-mode x11/ruby-tk
2006-01-03Remove USE_RUBY_DIST_SUBDIR.taca1-2/+1
2006-01-03Update ruby-readline pacakge to 1.8.4.taca1-7/+4
2006-01-03Remove USE_RUBY_DIST_SUBDIR.taca1-2/+1
2006-01-03Remove ruby-tcltk.taca1-2/+1
2006-01-03Remove ruby-tcltk pacakge since this package was merged to ruby-tk now.taca6-133/+0
2006-01-03Update ruby-tk pacakge to 1.8.4.taca6-187/+295
x11/ruby-tcltk package was merged to this pacakge now.
2006-01-03lang/ruby package is now 1.8.4, reset PKGREVISION.taca1-2/+1
2006-01-03Update ruby18 package to 1.8.4.taca1-3/+1
x11/ruby-tcltk package was merged to x11/ruby-tk.
2006-01-03Update ruby18-base package to Ruby 1.8.4.taca47-1982/+372
Ruby 1.8.4 are maintainous release of Ruby programming language. Changes are too huge to list here, please see http://www.ruby-lang.org/. And this package contains some bug fixes after release of 1.8.4. Tue Dec 27 08:29:18 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_chech): treat wildcard character in commonName. [ruby-dev:28121] Mon Dec 26 22:32:47 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS, NEW_VALIAS), parse.y (fitem): allow dynamic symbols to NODE_UNDEF and NODE_ALIAS. backported from trunk. fixed: [ruby-dev:28105] Mon Dec 26 08:50:36 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (ev_const_get): fixed a bug in constant reference during instance_eval. [yarv-dev:707] * eval.c (ev_const_defined): ditto. * lib/yaml.rb (YAML::add_domain_type): typo fixed. a patch from Joel VanderWerf <vjoel at path.berkeley.edu>. [ruby-talk:165285] [ruby-core:6995]
2006-01-03Use PTHREAD_* for thread lib detection in configure. Fix DragonFlyjoerg3-1/+46
in internal dvdread.
2006-01-03Note update of evilwm to 0.99.19.sketch2-3/+3
2006-01-03Update evilwm to 0.99.19. Changes:sketch4-32/+14
2005-10-06 Info window movement made a bit more sensible. Don't remove clients from within error handler, instead flag for removal. While removing client, only reparent to root if window is withdrawn or window manager is shutting down (fixes xpdf-in-firefox bug). Window close key with shift held will XKillClient(). LD: Replace logic to decide if we have a shaped window (cribbed from fvwm-2.5.10). LD: Warp mouse pointer to a visible point in shaped windows. 2005-12-29 Documentation updates.
2006-01-03Set default ruby's version to 1.8.4.taca1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-3/+1
2006-01-03One more update of distinfo by USE_RUBY_DIST_SUBDIR change.taca1-4/+4
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca55-204/+193
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03Stop handling DIST_SUBDIR default for Ruby packages.taca1-2/+2
First, set default value of USE_RUBY_DIST_SUBDIR to "no".
2006-01-03DragonFly and FreeBSD have sys_errlst declared as well. Always usejoerg3-11/+34
ernro.h.
2006-01-03Fix GCC 3.4+: Don't clobber %ebx.joerg2-1/+26
2006-01-03Fix GCC 3.4+ issues: missing template before explicit instantiation,joerg4-1/+80
missing this for non-template parameter methods.
2006-01-03 Updated graphics/p5-Image-ExifTool to 5.87 [gdt 2006-01-03]gdt1-1/+2