Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   itohy
Date:           Wed Jun 21 08:22:12 UTC 2000

Modified Files:
        pkgsrc/www/w3m: Makefile
        pkgsrc/www/w3m/files: md5 patch-sum
        pkgsrc/www/w3m/patches: patch-aa patch-ab

Log Message:
Update to 0.1.10.  Related changes are:

* Bugfix: When a header by CGI POST method gives Location: header,
  the redirect can't be reloaded.
* white spaces in URL are removed.
* Bugfix: onA() doesn't work.
* Improvement of 'Jump to label' behavior within a frame.
* Bugfix: width of <li>
* Bugfix: Line break occurs on &nbsp;.
* Bugfix: single > in a document isn't analyzed properly.
* Bugfix: <xmp>,<listing> in <textarea>
* Screen shift bugfix.
* Bugfix: <option> without <select> in table causes core dump.
* Bugfix: CRs in <textarea>..</textarea> are replaced with
  white spaces.
* Bugfix: After specifying non-text file in 'V' command,
  w3m dumps core.
* BUFINFO related bugfix.
* Bugfix: extbrowser setting in config desn't work.
* Bugfix: pathname to invoke external viewer becomes like
  ``/home/okada/.w3m//w3mv6244-0..pdf''.
* enhancement of [w3m-dev 00684].
* Bugfix; when CLEAR_BUF is defined, buffer size is displayed as [0 line].
* show_params() improvement.
* when CLEAR_BUF is defined and reloading local file, that is overwritten.
* When submitting data in textarea without editing them, CR charcters are
  sent instead of CRLF.
* When CLEAR_BUF is defined, content of form disappears.
* Improvement of Japanese coding-system decition algorithm.
* Command line analysis enhancement.
* Bugfix of PIPE_SHELL('#'), READ_SHELL('@') and  EXEC_SHELL('!').
* Bugfix: When CLEAR_BUF is defined, anchors created by  : disappears.
* Enhancement of dirlist.cgi.
* when -m option is used, continuation lines in header are not
  processed properly.
* handling of Japanese character in HTTP header.
* Bugfix: w3m dumps core after like w3m -T a -B and save command.
* frameset related bugfix.
* ID_EXT related bugfix.
* Bugfix? handling of character-entity (&quot;) in attribute.
* Enhancement: frame names are embedded as id attribute in
  the frame-table.
* Bugfix: <STRONG> tags become comments in frame.
* frame related bugfix.
* Bugfix: as some file descriptors are not closed, file descriptors
  are exhausted on a certain condition.
* Bugfix: a blank line is inserted when processing <title>...</title>.
* <table> within <blockquote> in <table> corrupts.
* Support of terminals which can't display &nbsp; (0xa0).
* <!--comment --\n> like comment handling fix.
* w3mhelperpanel.c fix.
* Bugfix: personal_document_root doesn't work.
* When opening file:///dir/, if index.html exists in
  that directory, open the file instead of displaying directory list.
* w3m -num fix.
* Bugfix: When using -dump option, temporary files don't be unlinked.
* Bugfix: When <blockquote> exists outside of <tr>..</tr> in <table>,
  the table corrupts.
* Bugfix: supports terminal without sr capability.
* Kanji-code decision enhancement.
* Bugfix: w3m can't handle cgi using <ISINDEX>.
* Remove CR/LF within URL.
* Layered frameset support.
* id attribute support bugfix.
* Enhancement: -o option parameter list
* Security hole fix about I command.
* Filename completion bugfix.
* Color display bugfix.
* When transmitting a string to form, it was made not to escape
  a safe character.
* Bugfix: when displaying the page which has a link in the
  beginning of the screen, the first link doesn't get active.
* proxy initialization bugfix.
* free memory of hidden buffers. (CLEAR_BUF)
* when file:// style local file access fails, don't retry
  as http://file://.
* Enhancement: Save Buffer URL into file.
* FTP proxy bugfix.
* Bugfix: After window resize, reshapeBuffer() is called on
  each keyin.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/www/w3m/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/www/w3m/files/md5
cvs rdiff -r1.7 -r1.8 pkgsrc/www/w3m/files/patch-sum
cvs rdiff -r1.4 -r1.5 pkgsrc/www/w3m/patches/patch-aa
cvs rdiff -r1.5 -r1.6 pkgsrc/www/w3m/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index