From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/xpdfopen/ChangeLog | 136 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 support/xpdfopen/ChangeLog (limited to 'support/xpdfopen/ChangeLog') diff --git a/support/xpdfopen/ChangeLog b/support/xpdfopen/ChangeLog new file mode 100644 index 0000000000..53a4b5161f --- /dev/null +++ b/support/xpdfopen/ChangeLog @@ -0,0 +1,136 @@ +2014-05-22 Jim Diamond + * pdfopen.c: fixed -g (goto named destination) option for AR9. + * README: update for V 0.86. + + +2014-05-22 Jim Diamond + + * pdfopen.c: add -g (goto named destination) option. + NOTE: notwithstanding the man page for AR 9.5.5 on + Linux, I can't get -g to work with AR9. + Allow use of '--file', '-V', '-?', '--page' and + '--goto' options for compatibility with (various and + sundry versions of) ms-windows pdfopen programs. + For consistency, add a '--viewer' form of that option, + but keep the '-viewer' form for backward compatibility. + Redo help text for all this. + * pdfclose.c allow use of '--file' option for compatibility + with ms-windows pdfclose program. + * pdfopen.1: update man page accordingly. + * README: updates for V 0.85. + + +2014-05-16 Jim Diamond + + * pdfopen.c: add -p option, update for externs.h + * pdfclose.c: update for externs.h + * utils.c: update for externs.h + * externs.h: add this for cleanliness + * pdfopen.1: update man page accordingly. + * xpdfopen.tex: remove from distribution, since it is now redundant + * configure.ac: update for V 0.84. + * README: update for V 0.84. + * Makefile.am update for externs.h, remove archaic pdfopen-AR-7-and-8.c + + +2012-01-28 Jim Diamond + + * sendx.c: fix (kludgily?) reset_focus() so that it actually works. + * pdfopen.c: add -r and -reset_focus options. + * pdfopen.1: update man page accordingly. + * xpdfopen.tex: update (ConTeXt) document accordingly. + * configure.ac: update for V 0.83. + * README: update for V 0.83. + + +2011-05-28 Jim Diamond + + * pdfopen.c: add -v and --version options. + * pdfopen.1: create man page: thanks to Karl Berry for numerous + suggestions and improvements. + * pdfclose.1: add version number to usage information. + * configure.ac: update for V 0.82. + + +2011-05-17 Jim Diamond + + * pdfopen.c: add -h and --help options. + Reformat usage information. + Add support for evince. + Replace '-openInNewWindow' with '-openInNewInstance' + since AR9 claims the former is deprecated. + * xpdfopen.h: add support for evince. + * pdfclose.c: add support for evince. + * configure.ac: update for V 0.81. + + +2010-05-03 Jim Diamond + + * pdfclose.c: make it work with all of AR{5,7,8,9} and xpdf. + * pdfopen.c: add ability to parse and send function-keys. + Add code (commented out) in an attempt to + support okular (see code comments). + * sendx.c: add code (commented out) in an attempt to + support okular (see code comments). + * configure.ac: add changes suggested by Peter Breitenlohner. + + +2010-04-24 Jim Diamond + + * utils.[ch]: put a function to create window titles there + * xpdfopen.h: put constants related to the titles of various + PDF viewers there + * pdfclose.c: modify to use utils.c and xpdfopen.h + * pdfopen.c: major modifications so it works with AR7, AR8, AR9 + xpdf and maybe AR5, and so that it might be + relatively straightforward to add other PDF viewers. + The default viewer is AR9, this can be overridden + by an environment variable and a command-line + argument. + * sendx.c: Reset the error status in open_channel() so that an + error return doesn't become permanent. + Fixed mask param in XSendEvent(). + + +2010-04-21 Jim Diamond + + * pdfopen.c: Fold in some changes submitted by + Peter Breitenlohner + * pdfopen.c: Fold in some changes submitted by + Peter Breitenlohner + and reformat the code. + + +2010-04-11 Jim Diamond + + * pdfopen.c: Update (in a non-backward-compatible way) to + work with AR 9. Save old version in pdfopen-AR-7-and-8.c. + + +2009-08-22 Peter Breitenlohner + + Avoid maximal compiler warnings. + * pdfopen.c: Use strdup'ed literal string (malloc+strcpy) to + initialize non-constant string. + * sendx.[ch]: Constify string args of all functions. + Consistently use wname for window name string param. + (close_channel): ANSI C function definition. + + +2009-08-19 Peter Breitenlohner + + * Makefile.am (AM_CFLAGS), configure.ac: Enable compiler warnings. + * pdfopen.c (usage), pdfclose.c (usage): Declare as static. + + * sendx.h (new): Declare prototypes for functions in sendx.c. + * Makefile.am (pdfopen_SOURCES, pdfclose_SOURCES): Add sendx.h. + * pdfopen.c, pdfclose.c, sendx.c: #include "sendx.h". + + * sendx.c (GetRootWindow): Slightly reformulate to avoid compiler + warning (strict-aliasing rules). + + +2009-05-06 Peter Breitenlohner + + Adapt to TL2009 build system. + -- cgit v1.2.3