summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-12-23Update the path to the source code of the new versions of Tclbjoern1-6/+6
and Tk.
2001-12-23Update the path to the source code of the new version of Tcl.bjoern1-4/+4
2001-12-23Update the path to the source code of the new version ofbjoern1-7/+7
Tcl and Tk
2001-12-23Upgrade to poptop-1.0.1 since the old distribution was no longerkim4-19/+44
available, you get an HTML page instead. Fixed a syntax error in configure.in that caused compilation to fail (even with the old version) due to gettext(3) not found (-lintl was dropped).
2001-12-23Update to version 8.3.4bjoern9-852/+176
Taken from "changes" from the distribution (minus changes not relevant for NetBSD): 2001-04-04 (doc fixes) numerous doc corrections and clarifications. Update of READMEs. 2001-04-04 (bug fix) corrected reseting of service mode to only occur when it was set (hedin, hobbs) 2001-04-02 (bug fix) Checked for menu deletion before calling associated menu entry command. Fixed listbox, canvas and entry destruction to be more aware of current widget activity. (hobbs) 2001-03-30 (bug fix) handled the error case where a valid-looking but invalid identifier could be passed in certain event generate options causing a crash (hobbs) 2001-03-29 (bug fix) corrected handling of drag-selection (dejong) 2000-10-27 (feature enhancement) made [tk useinputmethods 1] the default for Tk (hobbs) 2000-09-29 (bug fix) corrected BadMatch errors when using Tk on multiple screens (hipp) 2000-08-18 (feature enhancement) Removed redundant call to DitherInstance (melski) 2001-08-24 (bug fix) correct several possible free memory reads and array bounds read errors reported by purify. (hobbs) 2001-08-27 (new feature) added call to Tcl_SetMainLoop which enables Tk to be loaded interactively into tclsh and have the event loop kick in correctly. (hobbs) 2001-08-28 (bug fix) fixed tk_chooseDirectory crash on Win95. (baker) 2001-08-28 (bug fix) removed 2 second 'raise' delay seen by some Unix window managers. (hobbs, baker) 2001-09-14 (bug fix) fixed memory leaks that occured if errors were thrown while initializing the channel for an image. (darley) 2001-10-04 (new feature) added enhanced bgerror dialog from Hipp. (hobbs) 2001-10-17 (bug fix) fixed file filtering in the motif file dialog (nelson)
2001-12-23Update to version 8.3.4bjoern10-221/+312
Besides more bug fixes and several enhancements some of the NetBSD relevant changes (taken from "changes" in the distribution): 2001-04-03 (doc fixes) numerous doc corrections and clarifications. Update of READMEs. 2001-03-29 (bug fix) prevent potential race condition and security leak in tmp filename creation on Unix. (max) 2001-03-13 (bug fix) Correctly possible memory corruption in string map {} $str (fellows) 2001-01-30 (bug fix) Fixed possible hangs in fcopy. (porter) 2000-11-23 (mem leak) fixed potential memory leak in error case of lsort (fellows) 2000-11-01 (mem leak) Corrected excessive mem use of info exists on a non-existent array element (hobbs) 2000-09-27 (bug fix) fixed a bug introduced by a partial fix in 8.3.2 that didn't set nonBlocking correctly when resetting the flags for the write side (mem leak) Correct mem leak in channels when statePtr was released (hobbs) 2001-07-18 (bug fix) corrected memory overwrite error when buffer size of a channel is changed after channel use has already begun (kupries, porter) 2001-08-07 (bug fix) corrected bytecode stack management during [break] (see test foreach-5.5) (sofer, tallneil, jstrot) 2001-08-08 (new features) updated packages msgcat 1.1.1, opt 0.4.3, tcltest 1.0.1, dependencies checked (porter) 2001-08-24 (bug fix) [auto_import] now matches patterns like [namespace import], not like [string match] (porter) **** POTENTIAL INCOMPATABILITY **** 2001-08-27 (new feature) added Tcl_SetMainLoop() to enable loading Tk as a true package (hobbs) 2001-09-06 (new feature) http 2.4: honor the Content-encoding and charset parameters; add -binary switch for forcing the issue (hobbs, saoukhi, orwell) 2001-09-10 (bug fix) protect against alias loops (hobbs) 2001-09-19 (bug fix) [format] and [scan] corrected for 64-bit machines (rmax) 2001-09-26 (bug fix) corrected potential deadlock in channels that do not provide a BlockModeProc (kupries, kogorman) 2001-10-11 (bug fix) corrected cleanup of self-referential bytecodes at interpreter deletion (sofer, rbrunner)
2001-12-23Make ruby-mode package to ${RUBY_VERSION}nb1, 1.6.4nb1.taca3-3/+29
o Fix going to infinite loop under some condition. case foo when ?# <insert TAB here> o Use always stable ruby package, currently 1.6.4.
2001-12-23Use REPLACE_PERL instead of ${SED} in post-patchzuntum1-6/+2
2001-12-23Update to 8.0 release. Changes:hubertf2-6/+6
. A Telnet and Rlogin client . An FTP client <-- New . An HTTP 1.1 client <-- New . An SSH client (via external ssh program) <-- New . A serial-port communications program . A dialout communications program . An Internet server
2001-12-23Update jhead to 1.5. The previous version is no longer on the mastertoshii2-5/+5
site. Changes from the previous pkgsrc version: 1.4 --> 1.5 (Oct 25 2001) * Minor typos fixed * Added "-ce" option to edit comments * Fixed bug in "-ts" option that caused the time set to be incorrect
2001-12-23Fix compilation error on 1.5.x.mycroft2-1/+15
2001-12-22add & enable xfreecellhubertf1-1/+2
2001-12-22Add xfreecell-1.0.5bhubertf6-0/+87
Submitted by Chris Ewert <chris@infolaunch.com> in PR 15036 This is a version of the popular one-player freecell card game for X.
2001-12-22Improve PKGNAME (dewey-conform).wiz1-2/+2
2001-12-22Add and enable aim.fredb1-1/+2
2001-12-22Initial import of aim-1.5.234, America Online's Instant Messenger (SM).fredb4-0/+46
2001-12-22Add and enable rsynth (hi fred!).wiz1-1/+2
2001-12-22Update ns-remote to 1.5:abs2-7/+10
Change ns-open to always start a new netscape process for URLs containing a comma, rather than trying to URL encode them. The XChangeProperty() call inside ns-remote interprets commas as deliminating optional arguments and does not handle URL encoded commas. Fixes PR pkg/14984 from reed@reedmedia.net
2001-12-22Revert previous as the problem with AUTOMAKE_OVERRIDE has been fixed injlam1-5/+1
bsd.pkg.mk to be much more precise about the files that are touched.
2001-12-22Remove " {build 0000000000}" from title bars; it's not useful andlukem2-1/+18
wastes screen space. Fix by Peter Seebach in [pkg/15026].
2001-12-22Change the way the files used by the GNU auto* tools are touched. We nowjlam1-6/+43
touch some files before the configure script is run, and some more afterwards. We touch the files afterwards since the configure script can get modified after it is run, and touching some files afterwards prevents them from being regenerated if they depend on the configure script.
2001-12-22Revive rsynth-2.0, as requested by Nigel Reed in PR pkg/13424. Since it'sfredb5-0/+102
main claim to fame over "festival" seems to be that it's in the public domain, we'll decline to install the British dictionary, which is licensed "No Commercial Use". [Besides the British dictionary, the home site has a few other dictionaries and utilities that could well go into seperate packages.]
2001-12-22Use /dev/audio instead of /dev/dspzuntum1-1/+8
2001-12-22Fix MASTER_SITES so distfile can be fetchedzuntum1-2/+2
2001-12-22- fix a bug in the ascii() function noticed on sparc. Patch fromdmcmahill14-8/+241
Serge Steer on comp.soft-sys.scilab - minor man page fixes - make the 'whatis' files used for the online help be lined up in columns which significantly enhances readability - minor fixes to the Makefile fragment for building scilab shared objects. bump rev to scilab-2.6nb2
2001-12-21regenzuntum1-2/+1
2001-12-21No longer necessary, caused problems (RCS id got expanded).zuntum1-56/+0
2001-12-21add & enable mplayerzuntum1-1/+2
2001-12-21Initial import of mplayer, awesome multimedia player!zuntum34-0/+2057
This package compiles only on i386 with the new toolchain (new gas to be specific). If you've got new gas handy, it should compile on 1-5, too; need to investigate. ONLY_FOR_PLATFORM is set to NetBSD-1.5[Y-Z]*-i386 MPlayer is a movie player for UNIX. It plays most MPEG, AVI and ASF files, supported by many native and Win32 DLL codecs. You can watch VCD, DVD and even DivX movies too. The another big feature of mplayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, but you can use SDL (and this way all drivers of SDL, for example AAlib) and some lowlevel card-specific drivers (for Matrox) too! Most of them supports software or hardware scaling, so you can enjoy movies in fullscreen. And what about the nice big antialiased shaded subtitles (7 supported types!!!) with hungarian, english, cyrillic, czech, korean fonts, and OSD? It's a christmas present for -current users!
2001-12-21Make this package depend on net/ucspi-tcpzuntum1-1/+2
From (and fixes) pkg/14981 by Michael Neumann <neumann@s-direktnet.de>
2001-12-21add & enable evilwmzuntum1-1/+2
2001-12-21Initial import of evilwm-0.3.11zuntum5-0/+81
evilwm is a minimalist window manager for the X Window System. FEATURES * No window decorations apart from a simple 1 pixel border. * No icons. * Good keyboard control, including repositioning and maximise toggles. * Solid window drags (compile time option - may be slow on old machines). * Virtual desktops (compile time option). * Small binary size (even with everything turned on). Provided by Jonathan Perkin <sketch@rd.bbc.co.uk> in pkg/14820
2001-12-21Update security/uvscan-dat to 4177. Changes from 4176 include yet morejlam2-5/+5
MS Windows virii/worms/trojans detected.
2001-12-21Upgrade to version 4.60. NetBSD related fixes/features from theatatat2-6/+7
release notes are: 4.60 November 9, 2001 Added special handling to and corrected bugs in the matching of IPv4 in IPv6 addresses to -i6:<...> selectors. ... Made lsof's method of killing its child process more robust, based on a suggestion from Bela Lubkin <belal@caldera.com>. ... Modified all dialect Makefile segments to accept select -v #define's from the environment -- a builder's comment, host, logname, system information and user name. This was done for Bela Lubkin, so he can "tune" the -v output when he packages lsof in the upcoming Caldera OSR 5.0.7 release. The relevant #define from the last note is LSOF_BLDCMT which is currently assigned the value "NetBSD pkgsrc rocks!" :)
2001-12-21Update koffice to 1.1.1skrll4-14/+24
Changes are: Framework - Startup notification activated for all KOffice applications - Applications are ready for a future renaming of their native mimetype name (more IANA compliant) - Fixed loading of embedded kontour documents - Refuse to load embedded documents with remote URL (e.g. http) for security reasons - "Skip" button in Find/Replace dialog works as intended with the Backwards option KOffice Workspace - Fixed multiple confirmation requests when closing with an unsaved document KWord - Famous bug "all letters squashed together when printing" fixed - Undo/redo fixes for frame creation - Fixed printing from preview mode - Fixed slowness related to clipboard (e.g. when pasting text) - Fixed crash on Ctrl+K at end of paragraph - Fixed crash when hiding headers or footers (which contains a variable) - Transform into normal frame when copying header or footer - Fixed charset conversion issue for "personal expressions" - Save all frames, even for the main frameset, so that borders etc. are kept - Allow to insert GIF images - Fixed applying a format change (e.g. new font family) to a selection - Insert Frame Break at cursor position - Make the document readonly during a search/replace or a spellcheck - Fixed crash when undoing a format change, due to cursor positionned too far right KSpread - Search/replace is now useful (highlights the current matching cell) - Search/replace looks for cells in proper order (top-left to bottom- right) - Corruption when saving dates fixed KChart - KChart can load and save data again - New type of chart: Polar (use wizard to enable this) - Various fixes and UI improvements The following features have been reactivated: - setting a background color - changing the grid color - hiding and showing the grid - hiding and showing the legend - modifying the title of the legend - modifying the x-axis labels - adding one or two header and/or a footer text with user defined fonts and color settings Filters - Translations were not used by many filters (for dialogs and error messages)
2001-12-21Buildlink'ify and use the generic INSTALL scripts. Also move the lockjlam5-62/+90
directory to /var/run/vtund. This mirrors where samba installs its lock files (/var/run/samba). Lastly, make the vtund.8 manpage reflect where everything is really located.
2001-12-21Update silc-client to 0.7.1.hubertf5-44/+32
Patches submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 14892 Changes in the silc-client package: - upgrade to silc-client package, version 0.7.1 - minor changes in the MASTER_SITES variable - patch-ab was removed, it has been integrated into main distribution, patch-ac was moved in its place so patches/patch-ac is no longer needed Changes in the silc-client-0.7.1: - various serious fixes in /whois, /join, /away, /key, /file, /list, /kick, /msg, /nick commands - fixed problem with allocation of 0 bytes when encoding payload
2001-12-21Add a guard to prevent packages other than x11-links from using thejlam2-2/+6
x11-links/buildlink.mk file.
2001-12-21sync PLIST with realityagc1-1/+3
2001-12-21Add and enable mltermagc1-1/+2
2001-12-21Initial import of mlterm-2.0.0 into the NetBSD Packages Collection.agc7-0/+114
mlterm is a Multi Lingual TERMinal emulator for X. It supports many character sets, many encodings, and many other decorative functions. Since mlterm retains character tables in memory to convert characters between UCS and other encodings, it consumes a lot of memory while running, so it's recommended that you open multiple ptys in one process. Provided in PR 15002 by Masao Uebayashi <uebayasi@soum.co.jp>, modified slightly by myself to use NetBSD's libtool, to correct slight wording difficulties in the description, and to generalise the hardcoded paths in Makefile.in files.
2001-12-21Update gtkasp2php to version 0.75.25.agc2-5/+5
- add support for CDONTS.NewMail mail object - add a php command to make variables global - bugfixed in session not working Provided in PR 15012 by Shell Hung (shell@shellhung.org)
2001-12-21Update asp2php to version 0.75.25.agc2-5/+5
- add support for CDONTS.NewMail mail object - add a php command to make variables global - bugfixed in session not working Provided in PR 15010 by Shell Hung (shell@shellhung.org)
2001-12-21Update silc-server to 0.7.2.hubertf3-10/+10
Patch submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 15013. changes in the silc-server package: - upgrade to silc-server package, version 0.7.2 - minor changes in the MASTER_SITES variable - minor change in the DEINSTALL script not to print output from rc script - removed the USE_NCURSES definition and added --without-ncurses configure option not to link against -lncurses, this was really unwanted behavior changes in the silc-server-0.7.2: - fixed the server to router reconnection - various fixes in password authentications in the server, authentication payload and channels - fixed silc_server_command_pending, this should fix various IDENTIFY and WHOIS related crashes
2001-12-21This file is no longer needed after the latest update.hubertf1-115/+0
Pointed out by Lubomir Sedlacik <salo@silcnet.org> in private mail.
2001-12-21Fix the config directory to point to ${PKG_SYSCONFDIR}.jlam1-2/+3
2001-12-21Install the Gimp-Print/STP driver documentation.jlam2-2/+5
2001-12-21By popular demand, change the default screen library for "lynx" tofredb1-3/+3
curses. On NetBSD-1.5.*, the appearance in an xterm is nearly the same as with libslang.
2001-12-21Update lynx to 2.8.4rel1, known to pkgsrc as 2.8.4.1. What follows isfredb7-168/+78
an abridged change log back to 2.8.4dev19 (lynx-current, which see). Only entries deemed likely to be visible to the user are reproduced here. Code clean-ups, reverted interim changes, and changes that would not affect NetBSD hosts were ommitted. Please see the CHANGES file in the archive or on the web for a complete list. Also, by popular demand, make native curses the default (ncurses and libslang are still build-time options). The color scheme for native curses under a NetBSD 1.5.* xterm is nearly the same as the libslang version. 2001-07-10 (2.8.4pre.4) * correct order of checks for wrapping in www_search_forward() and www_search_backward(), which would allow an infinite loop if there were no anchors on the current page (report by Frederic L W Meunier) -TD * add a missing chunk to reverted change of SGML_character() 2001-07-07 (2.8.4pre.3) * review/add descriptions of new command-line options in lynx.man, lynx.hlp and Lynx_users_guide.html -TD * update da.po, ja.po, ru.po, sv.po from http://www.iro.umontreal.ca/contrib/po/maint/lynx/ (report by JS) -TD * add command-line option -curses-pads which can be used to disable the left/right scrolling logic. This is used for testing, e.g., the repaint bug reported below -TD * remove logic in lynx_force_repaint() which reset the window background, since it does not work with the logic used to implement left/right scrolling. Retested older versions of ncurses and did not find a case where this was needed after all (report by IZ) -TD * add -trim_input_fields command-line option and corresponding TRIM_INPUT_FIELDS to lynx.cfg to suppress trimming of TEXT and TEXTAREA fields in forms. This does not retain trailing blank lines in a TEXTAREA; more work would be needed to do that (reported by VH, most browsers appear to retain trailing blanks) -TD * modify parsing of "<script>...</script>" to allow "<!-- ... -->" comments in SGML_character(). Though the HTML 4.0 spec is fairly clear, other browsers (and some webpages) assume that "</" does not have to be escaped when it appears in a script which is commented to avoid confusion with older browsers. This change doesn't ensure that the comment is at the beginning of a line, since that's awkward to do with SGML_character(), and also leaves the script in a comment which works for lynx since lynx does not interpret it anyway -TD * modify parse_attributes() in LYStyle.c to allow video attributes such as bold and reverse to be combined with colors, used this to debug problem with <script> and comment -TD * improve logic for nested-tables to handle cases such as www.tin.org -IZ TRST ignores the horizontal alignment *inside* a multi-line cell of a table. This limitation, in conjunction with the nested-tables modifications does not work well when text with a horizontal alignment (e.g., <ul>) is put in a table cell. This patch introduces a *limited* logic to take this info into account. It should work OK as far as the last non-empty line of the cell is ended by a "line-end" command, not by a </td> (this is often the case with contents using horizontal formatting). * updated URLs for ncurses (report by DK) -TD * updated samples/bright-blue.lss -IZ * update/extend lists in lynx_help_main.html -Frederic L W Meunier * add note about lynx.cfg mouse and color configuration to user's guide -PW * document -cmd_log and -cmd_script options in user's guide (Michael Warner). 2001-06-02 (2.8.4dev.21) * regenerated lynx.pot and resync'd the .po files against it with msgmerge, formatted to 132 columns to minimize line-breaks, for ease of comparison -TD * change lynx.cfg entry for COLOR #6 to brightred/black, which is what Slackware uses, to make links more visible -TD * add checks for potential buffer overflow in increment_tagged_htline() -TD * consolidate scattered calls to editor with function edit_temporary_file(), which fixes terminal modes when editing TEXTAREA -TD * modify LYisNonAlnumKeyname(), etc., using new functions LYindex2MBM() and LBMBM2index() so that it should work with EBCDIC, as well as similar case of translation in LYBookmarks.c which assume that there are no gaps in the coding for the alphabet -TD * workaround in lynx_nl2crlf() for ncurses, which did not refrain from using cursor-down if it was set to a newline when nonl() was specified -TD * replace permissions[] array in LYLocal.c because cygwin (mis)implements the S_xxx values as a function -TD * add ENABLE_LYNXRC setting to lynx.cfg, which allows one to modify the list of values which are visible on the O'ptions form which can be saved to the .lynxrc file -TD * check the width of entries displayed by LYOptions.c non-forms boolean_choice(), to pad shorter ones with spaces -TD * change type of LYMultiBookmarks to integer, combine with LYMBMAdvanced, to use enumMultiBookmarks to set it, making its configuration more easily table-driven -TD * make the style of menu border/bg/entry/number/active-entry and scroll indicator settable -IZ The names in lynx.lss are menu.frame menu.bg menu.n menu.entry menu.active menu.sb * modify cookie path prefix-comparison to ignore a trailing slash, e.g., /group/sftvnews/ versus /group/sftvnews (workaround for LV visiting http://groups.yahoo.com/group/sftvnews) -TD * cookie path= should be a prefix of the request-URI path, so do not truncate request-URI path in LYSetCookie() [we got mistaken "invalid cookie path=..." prompt in some cases previously] -LP * parameterized the logic around URL_edit_history to add MAIL_edit_history, used to store addresses for Printing Options, mail file to user (request by LV) -TD * check, fix minor problems with some .po files based on check_po script (mentioned on mutt-dev mailing list by Bjorn Jacke <bjacke@suse.de>) -TD * check width in LYpaddstr(), truncate the string if needed. This fixes a case where items in very wide popup menus would wrap, e.g., the EXTERN_LINK menu -TD * combine checks for useragent into one function LYCheckUserAgent() -TD * add runtime toggle for EXP_NESTED_TABLES, bind this to "~" (see www.tin.org for comparison) -TD * regenerate ja.po from lynx-2.8.3rel1.ja.po using gettext 0.10.37 and libiconv 1.6.1 (updated by Masayuki Hatta <mhatta@po.airs.net>) * changed -DNCURSES in DOS makefile to -DPDCURSES -TD * improve definition of CTRACE, making it an expression again as it was before dev.20 -PG * move logic for cookie_domain_flag_set() out of LYReadCFG.c into LYCookie.c rewriting it to make it table-driven, where it is now shared with LYrcFile.c -TD * rewrote LYrcFile.c, making it table-driven as is LYReadCFG.c -TD * reviewed/corrected several pointer-mismatches in PARSE_xxx() macro usage -TD * corrected return-types of several functions in LYLocal.c, which were given as BOOLEAN though they return a signed integer -TD * add DIRED support to makefile.bcb -TD * filter the list of mime types sent in "Accept:" header for GET, to eliminate repeated or shadowed types, using new function HTFilterPresentations() (addresses Debian bug report #41594) -TD * fix several typos in Lynx help-files -LV * enable scroll indicators on the menus - shown if there is a part of menu before/after the visible area -IZ * modify the context-sensitive mouse-menu, making it easier to to configure by reorganizing the tables used to generate the popup menu -IZ * correct a couple of places in form_getstr() when keys were "generated" instead of actions, which broke mouse-navigation in input fields -IZ * fix return value of Stbl_finishTABLE(), retesting curpos whose value may have been altered, e.g,. in split_line(), causing a cell to overflow to the right of the visible area (even if line wrap is requested) -IZ * change the logic of -display-charset: before it was sometimes descriptive (here is the charset, behave as if it was used for display), sometimes prescriptive (make the display to use charset if you can). Now it is only descriptive. One is forced to use the 'O'ptions to manually load a different font -IZ * move $(DEFS) and $(CHARSET_DEFS) into $(CPP_OPTS) in src/makefile.in -TD * renamed -blink_is_boldbg command-line option to -blink, corrected ifdef's -TD * implement -blink_is_boldbg option for OS/2 EMX and ncurses, then integrated some ifdef's to merge with equivalent slang code -IZ * rewrote hardcoded if/then/else chains in handle_LYK_SHIFT_LEFT() handle_LYK_SHIFT_RIGHT() to repeat_to_delta() function -TD * implement a key-accelerator for shift-left/right commands, i.e., repeating the shift command increases the amount by which the screen is shifted -IZ * modify ifdef in handle_LYK_LINEWRAP_TOGGLE() to use popup menus for each configuration rather than limit it only to mouse-supported ones such as ncurses or PDCurses -TD * changes to left/right scrolling to limit its effect to tables (IZ): + rename LYlineWrap variable (used to denote the column at which content is wrapped) to LYwideLines (used to denote the opposite sense: true if wrapping is disabled). + add global variable LYtableCols to control the column-limit for tables. The two variables LYLineWrap and LYtableCols have the same effect as did altering LYlineWrap and LYcols, but are limited to table layout. + modify handle_LYK_LINEWRAP_TOGGLE(), use a popup menu to set LYwideLines and LYtableCols. The latter is set to a positive integer, in units of 1/12 of the physical screen width. + modify GridText.c, replacing LYcols with new macros DISPLAY_COLS and WRAP_COLS. + keep scrollbar on the right margin of the screen when the contents are shifted left or right. * modify makefile.bcb, add (tested) commented-out lines for building with color-styles -TD * modify makefile.msc and makefile.bcb, add (tested) commented-out lines for building with winsock2 -TD * add a configure check for napms(), use this if available to support subsecond delay times for INFOSECS, MESSAGESECS, ALERTSECS -TD * rewrote www_user_search() to support both forward and backward search. Bound backward-search to 'N' -TD * split-out anchor_has_target() and link_has_target() to separate the search 2001-04-01 (2.8.4dev.20) * rename KEYMAP 'EXTERN' to 'EXTERN_LINK', adding 'EXTERN_PAGE'. Existing keymaps should work since 'EXTERN_LINK' matches first. EXTERN_PAGE runs the external command on the current page. Map comma (,) to EXTERN_PAGE -TD * modify LYExtern.c to recognize if more than one EXTERN command has been defined in lynx.cfg for a given name, and allow the user to select one command from a popup menu -TD * split-out code that opens lynx.cfg and lynx.lss as LYOpenCFG() function, making that check if the given pathname is absolute. If not, it attempts to look in the same directory as the parent file (when processing includes), or the directory of the default config file -TD * replace some explicit "r", "w", and "a+" fopen modes with TXT_R, TXT_W and TXT_A, add/use corresponding BIN_R, BIN_W, BIN_A definitions. Correction to OpenHiddenFile(), which would have appended text to a binary file -TD * combined lynx_html_item_type and lynx_printer_item_type structs as lynx_list_item_type to simplify LYReadCFG.c and incidentally fixing a bug in add_printer_to_list by merging it with add_item_to_list -TD * implement a simple workaround for staircased messages from running xli as an external viewer, with lynx_nl2crlf() function -TD * add bright-blue.lss sample (from IZ) -TD * modify makefile.in's to use symbol _O for object suffix to allow simple override for OS/2 EMX -Zomf compiler option (request by IZ) -TD * add HAVE_LYHELP_H definition in config.hin and use that in LYGlobalDefs.h to workaround misuse of HAVE_CONFIG_H in makelynx.bat -TD * work-around in LYrefresh() when curses pads are used, for special case where cursor is not set properly when prompting with long subject line for mailto URL -TD * eliminate some pointer mismatch compiler warnings in LYEditInsert() for EXP_KEYBOARD_LAYOUT configuration -TD * improve handling of tables with respect to bad HTML. Also took an opportunity to macroize a couple of places which missed in unobfuscation-of-faking <td></td> (this faking happens when line break happens in a non-first column of a table) -IZ For example: <TR> <TD> <FORM ACTION="FrameWork.class" METHOD="post"> y </TD> <TD> <DIV> x </DIV></FORM> </TD> </TR> Note FORM which spans cells. -trace'ing it gives very unintuitive results: it skips </TD> inside FORM, but not <TD>. Then it supplied </TD> when the FORM ends. * repair treatment of colspans in TRST, making it work again in one of the special cases it worked before. Another bug was in interaction of justification and tables -IZ * marked more TRACEs in TRST as "BUG"s -IZ * TRST would sometimes produce non-intuitive results if <td> follows </tr>. Add error recovery for this case -IZ * corrections for nested-table configuration -IZ + make trailing <BR> in table cells "behave well" again (the following cell would not be horizontally offset). + fix highlighting of multiline links inside tables, and a "80M tracelog" bug (due to a misprint update of the enclosing table was performed once-per-row instead of once-per-table). Extra updates would not hurt, but led to slowdowns and quadratic-size logs. + fix a special case with table-in-table for partial-display * resizing a window on a console may lead to a switch of the character-cell size. The "downloaded font" loaded during an auto-switch of display-charset may be no longer valid. In this case, force a re-download of the suitable font for the current charcell size -IZ * add reverse-video style for forwbackw.arrow to lynx.lss -TD * while an error in .lynx-keymaps is fatal, but a more or less equivalent error in the KEYMAP section of lynx.cfg is benign. Make them both benign -IZ * change remaining uses of lookup_keymap(LYK_xxx) to LAC_TO_LKC0(LYK_xxx) -TD * modify set_clicked_link() to return lynx keycodes rather than character values -IZ * remove line_for_char() function since it is used for HTLine.start computations -TD * several changes to GridText.c -IZ + '#' (shown at the UL corner when there is a toolbar) is shown even at the beginning-of-the document. + with mouse enabled, the first 6 chars in the UL corner were "always" sensitive to Click-1, behaving as PREV_DOC (usually on Left). This patch changes this logic (for color-style): If '#' is shown there, clicking on it behaves as pressing #; Clicking on the next 6 chars behaves as PREV_DOC/NEXT_DOC (3+3); + if you define a style for forwbackw.arrow, then suitable arrows are shown in these 3+3 positions; in fact they are shown only if it makes sense to do PREV_DOC/NEXT_DOC, providing additional feedback. + remove the first empty line shown on any HTML document. + correct an off-by-one error in the removal-of-zero-length-markup logic. Due to this bug, zero-length markup was never removed, which led to accumulation of style change entries, eventually to a buffer overflow. At this moment lynx color-style engine would give up, resulting in incomprehensible ocean of colors on the display. To demonstrate, make a select entry with more than 46 entries. [My auto-display-charset logic added 2 new encodings to the table of Lynx, bringing the number to 46 on the 'o'ption form. ;-] + fixes a bug with incorrectly calculated width of a numeric tag [12] as far as 12 is 10 or more (still fixes Debian #68542). + remove unused members from HTLine struct. + make variables underline_on and bold_on private. + rewrote insert_blanks_in_line(), splitting out move_anchors_in_region(). + make split_line() easier to maintain by adding variables to represent common subexpressions, e.g., s_post, s_pre. + use set_style_by_embedded_chars() in split_line() to simplify/improve test for whether lynx should add a bold/underline control. + recode to eliminate HTLine.start + recode to eliminate HTLine.chars + several changes to split_line(), using pointers to HTChangeStyle structs rather than array indices. * adjust some ifdef's to make configure --disable-trace compile -TD * correct allocation size in mailcap_substitute(), which did not count the trailing null -TD * add configure --enable-vertrace option, to put __FILE__ and __LINE__ into trace log -PG * improve description of USE_MOUSE in lynx.cfg -PW * eliminate a few references to USE_HASH and LINKEDSTYLES in documentation -TD * fix a comparison in HTChunkPutUtf8Char() to work with EBCDIC -PG * fix a typo in LYCharUtils.c CTRACE macro, amend tracing to avoid suppressing a related user message -PG
2001-12-21Update yatsvrs package to 5.00p6. Changes from 5.00p5 are below.taca5-27/+27
Fix security hole bug for KILL/KILL9 function. Under specific condition, kill(2) would be called with its first arguement (pid) 0 or 1. It would cause killing parent process, inetd(8). The bug was fixed as bellow. * Avoid using atoi(3). * More strict error checking with sscanf(3).