[pkg-lynx-commits] [lynx-cur] branch upstream updated (b8b6495 -> 2fe7d3d)

Axel Beckert abe at deuxchevaux.org
Sun Apr 30 13:37:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch upstream
in repository lynx-cur.

      from  b8b6495   New upstream version 2.8.9dev11
       new  2fe7d3d   New upstream version 2.8.9dev13

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                      |   52 +-
 COPYHEADER                                   |    4 +-
 COPYHEADER.asc                               |    6 +-
 PACKAGE/debian/changelog                     |    4 +-
 PACKAGE/debian/copyright                     |    2 +-
 PACKAGE/lynx-newssl.iss                      |   11 +
 PACKAGE/lynx-oldssl.iss                      |   11 +
 PACKAGE/lynx.iss                             |    4 +-
 PACKAGE/lynx.nsi                             |    8 +-
 PACKAGE/lynx.spec                            |    4 +-
 PACKAGE/version.iss                          |    2 +-
 WWW/Library/Implementation/HTAABrow.c        |  126 +-
 WWW/Library/Implementation/HTAABrow.h        |    7 +-
 WWW/Library/Implementation/HTAAProt.c        |    6 +-
 WWW/Library/Implementation/HTAAUtil.c        |    4 +-
 WWW/Library/Implementation/HTAccess.c        |    4 +-
 WWW/Library/Implementation/HTAnchor.c        |   12 +-
 WWW/Library/Implementation/HTAnchor.h        |    3 +-
 WWW/Library/Implementation/HTAssoc.c         |    4 +-
 WWW/Library/Implementation/HTAtom.c          |    6 +-
 WWW/Library/Implementation/HTBTree.c         |    7 -
 WWW/Library/Implementation/HTChunk.c         |    6 +-
 WWW/Library/Implementation/HTFTP.c           |   11 +-
 WWW/Library/Implementation/HTFile.c          |    8 +-
 WWW/Library/Implementation/HTFormat.c        |    7 +-
 WWW/Library/Implementation/HTGopher.c        |   14 +-
 WWW/Library/Implementation/HTGroup.c         |    8 -
 WWW/Library/Implementation/HTList.c          |    8 +-
 WWW/Library/Implementation/HTMIME.c          |   21 +-
 WWW/Library/Implementation/HTMLGen.c         |    6 +-
 WWW/Library/Implementation/HTNews.c          |    4 +-
 WWW/Library/Implementation/HTParse.c         |   40 +-
 WWW/Library/Implementation/HTParse.h         |    7 +-
 WWW/Library/Implementation/HTPlain.c         |    4 +-
 WWW/Library/Implementation/HTRules.c         |    4 +-
 WWW/Library/Implementation/HTString.c        |   19 +-
 WWW/Library/Implementation/HTTCP.c           |    5 +-
 WWW/Library/Implementation/HTTP.c            |   46 +-
 WWW/Library/Implementation/HTUtils.h         |    3 +-
 WWW/Library/Implementation/HTWSRC.c          |    4 +-
 WWW/Library/Implementation/SGML.c            |   38 +-
 aclocal.m4                                   |  109 +-
 config.guess                                 |  133 +-
 config.sub                                   |   38 +-
 configure                                    | 8508 ++++++++++++++------------
 configure.in                                 |    8 +-
 lynx.cfg                                     |   23 +-
 lynx.hlp                                     |  409 +-
 lynx.man                                     |  146 +-
 lynx_help/Lynx_users_guide.html              |  867 +--
 lynx_help/keystrokes/alt_edit_help.html      |   24 +-
 lynx_help/keystrokes/bashlike_edit_help.html |   58 +-
 lynx_help/keystrokes/bookmark_help.html      |   37 +-
 lynx_help/keystrokes/cookie_help.html        |   36 +-
 lynx_help/keystrokes/dired_help.html         |   26 +-
 lynx_help/keystrokes/edit_help.html          |   28 +-
 lynx_help/keystrokes/environments.html       |  235 +-
 lynx_help/keystrokes/follow_help.html        |  127 +-
 lynx_help/keystrokes/gopher_types_help.html  |   11 +-
 lynx_help/keystrokes/history_help.html       |   18 +-
 lynx_help/keystrokes/keystroke_help.html     |  255 +-
 lynx_help/keystrokes/movement_help.html      |   14 +-
 lynx_help/keystrokes/option_help.html        |  336 +-
 lynx_help/keystrokes/other_help.html         |   17 +-
 lynx_help/keystrokes/print_help.html         |   15 +-
 lynx_help/keystrokes/scrolling_help.html     |   35 +-
 lynx_help/keystrokes/test_display.html       |   30 +-
 lynx_help/keystrokes/visited_help.html       |   37 +-
 lynx_help/keystrokes/xterm_help.html         |   16 +-
 lynx_help/lynx-dev.html                      |   10 +-
 lynx_help/lynx_url_support.html              |   84 +-
 makefile.in                                  |    4 +-
 makefile.msc                                 |    8 +-
 po/ca.po                                     | 1558 ++---
 src/GridText.c                               |   78 +-
 src/HTAlert.c                                |   20 +-
 src/HTAlert.h                                |    4 +-
 src/HTFWriter.c                              |  100 +-
 src/HTInit.c                                 |   10 +-
 src/HTML.c                                   |    7 +-
 src/LYCgi.c                                  |    6 +-
 src/LYCharUtils.c                            |    4 +-
 src/LYCookie.c                               |   12 +-
 src/LYCurses.c                               |   20 +-
 src/LYGetFile.c                              |    4 +-
 src/LYHistory.c                              |    8 +-
 src/LYIcon.rc                                |   12 +-
 src/LYJump.c                                 |    6 +-
 src/LYKeymap.c                               |    4 +-
 src/LYLeaks.c                                |   10 +-
 src/LYLocal.c                                |    6 +-
 src/LYMain.c                                 |    8 +-
 src/LYMainLoop.c                             |    4 +-
 src/LYMap.c                                  |    4 +-
 src/LYOptions.c                              |   10 +-
 src/LYOptions.h                              |    6 +-
 src/LYReadCFG.c                              |   14 +-
 src/LYStrings.c                              |   22 +-
 src/LYUtils.c                                |    4 +-
 src/LYrcFile.c                               |    3 +-
 src/TRSTable.c                               |   68 +-
 src/UCAuto.c                                 |    4 +-
 src/UCdomap.c                                |   44 +-
 src/tidy_tls.c                               |    8 +-
 userdefs.h                                   |    8 +-
 105 files changed, 7763 insertions(+), 6565 deletions(-)
 create mode 100644 PACKAGE/lynx-newssl.iss
 create mode 100644 PACKAGE/lynx-oldssl.iss

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-lynx/lynx-cur.git



More information about the pkg-lynx-commits mailing list