2007-06-28 Jose E. Marchesi * src/ps.c (ps_gettext): Bypass trailing ')' when scanning a postscript string. 2007-06-28 Jose E. Marchesi * NEWS (Notation): Updated for gv 3.6.3 * README: Updated version to 3.6.3 * doc/gv.1: Regenerated for gv 3.6.3 * src/Makefile.am (@echo "GV*dirs): Updated copyright notices to 2007. * configure.ac: Updated version to 3.6.3 * src/main.c (main): Call `resource_buildDatabase' to get the application entire resources database. Then, set that database as the display database. * src/resource.c (resource_buildDatabase): Get the display resources database as a parameter and take care to give it priority over the gv system resources. Return the entire resource database to the caller. 2007-06-27 Jose E. Marchesi * src/Ghostview.c (Input): Send 1023 new line characters to the postscript interpreter. This patch fixes bug #19870. Adapted from http://bugs.ghostscript.com/show_bug.cgi?id=689237 2007-06-25 Jose E. Marchesi * src/misc.c (misc_setPageMarker): Correctly adjust the page window after PAGE-UP and PAGE-DOWN events. (Patch by Markus Steinborn). * src/Ghostview.c (GhostviewIsInterpreterRunning): Doesnt report the presence of a running gs interpreter if `ghostview.disable_start' is true. Patch from Debian. (StartInterpreter): Escape beginning minus characters from filenames. (Patch by Markus Steinborn). * src/Makefile.am (@echo "GV.gsArguments): Add `-dFIXEMEDIA' to the `GV.gsArguments' default resource. (Patch by Markus Steinborn). * src/Ghostview.c (StartInterpreter): Doesnt add the implicit "2x2" parameter to ghostscript invocation command line (patch by Markus Steinborn). * src/info.c (cb_popupInfoPopup): Return when calling gs with the `quiet' option (patch by John Bowman). * src/main.c (main): Force the `XtSetArg' call to include XtNquiet to True (patch by John Bowman). * lib/unistd.h (getcwd): New file. * lib/unistd_.h (if !): New file. * lib/Makefile.am: New file. * lib/gettext.h: New file. * lib/getopt_int.h: New file. * lib/getopt_.h: New file. * lib/getopt.c: New file. * lib/getopt1.c: New file. * lib/dummy.c: New file. 2007-03-31 Peter Breitenlohner * src/resource.c (resource_buildDatabase): avoid segfaults when reading ~/.gv as produced by State -> Setup Options -> Save 2007-03-16 Jose E. Marchesi * doc/gv.texi: Fix GVERSION. 2006-07-07 Jose E. Marchesi * src/ps.c: `gettext' function renamed to `ps_gettext' to avoid collision with the `gettext' builtin function. 2006-05-17 Jose E. Marchesi * src/gv_signal.c (signal_setSignalHandlers): Ignore the SIGINT signal. 2005-03-31 Jose E. Marchesi * src/Makefile.am ($(srcdir)/gv_intern_res_unix.dat): Remove quotes from the gs command lines in order to accomodate to the 0000-unchequed Debian patch for quoting filenames. 2005-03-31 Jose E. Marchesi * src/Ghostview.c (StartInterpreter): Added the '-2x2' argument to gs in order to get the correct orientation for landscape files. Patch by John Bowman. * configure.ac: Enable the scrollbar code. Solves bug #11091. * src/main.c (main): use getopt_long_only in order to support old command line arguments style. * doc/gv.texi (Resource files): Typo fixed (Displaying new versions of a document): Reference to VMS removed. (How can I make even more room for the image?): Subst -spartan by --spartan * configure.ac: The signal handler is now enabled by default, following the commentary on configure.ac Typo: enable-signal-handle -> enable-signal-handler * src/ps.c: Strip off the external reference to 'pdf_delaysafer_hack' Revert the delaysafer hack * src/misc.c (misc_changeFile): Strip off directories from the path of the file. Patch by John Bowman. 2005-01-17 Jose E. Marchesi * src/ps.c: idem. * src/main.c: idem. * src/resource.c (resource_buildDatabase): Patch from FreeBSD ports in order to avoid gcc-dependant code: variable declaration only on beginning of blocks. 2004-12-31 Jose E. Marchesi * src/Makefile.am (AM_CFLAGS): Use @X_CFLAGS@ from autoconf 2004-12-29 Gerald Pfeifer * src/file.c (file_fileIsNotUseful): Use EFTYPE instead of ENODATA if the former has been defined. 2004-12-19 Jose E. Marchesi * NEWS (Notation): Upgraded for 3.6.1 2004-12-19 Jose E. Marchesi * README: Upgraded for 3.6.1 2004-12-19 Jose E. Marchesi * configure.ac: Change reference source file on AC_INIT 2004-12-19 Jose E. Marchesi * src/gv_message.h (displayed\n\): Fixed a typo on the help message. * src/gv_misc_res.dat: Changed the Reopen label to Reload for the File menu. * src/Makefile.am ($(srcdir)/gv_intern_res_unix.dat): Fix GV.gsCmdConvPDF in order to work. 2004-12-06 Jose E. Marchesi * src/main.c (main): Process GNU arguments after X initialization 2004-11-11 Jose E. Marchesi * configure.ac: Changed the scratch dir from ~/ to /tmp/ 2004-11-10 Jose E. Marchesi * New ChangeLog