diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..ae70099 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,115 @@ +2016-03-29 21:02:34 +0200 Mike Gabriel (fc2392f) + + * update upstream version (HEAD, master) + +2016-03-29 21:01:35 +0200 Mike Gabriel (ea971e6) + + * debian/control: Minor fix in LONG_DESCRIPTION. + +2016-03-29 20:57:15 +0200 Mike Gabriel (dad3d2a) + + * User .impressive-display-rc as user configuration file. + +2016-03-29 20:56:47 +0200 Mike Gabriel (d098f6c) + + * Improve man page. + +2016-03-29 20:47:33 +0200 Mike Gabriel (3e8d65b) + + * debian/impressive-display.default: Rework comments. + +2016-03-29 20:40:14 +0200 Mike Gabriel (b7d18ac) + + * drop MASTERS and SLAVES terminology + +2016-03-29 20:36:46 +0200 Mike Gabriel (9e93ed3) + + * debian/control: Various adjustment in Depends:, Recommends: and + Suggests:. Modifications of LONG_DESCRIPTION. + +2016-03-29 20:27:40 +0200 Mike Gabriel (896e52d) + + * Avoid cleanup() function being called twice. + +2016-03-29 20:27:13 +0200 Mike Gabriel (b2d60c1) + + * Drop using redundant variable $pdffile. + +2016-03-29 20:17:53 +0200 Mike Gabriel (a78fb9a) + + * Support existing impressive-display via exiting impressive (Q + hotkey). Furthermore, make sure to kill impressive only, + if it its PID still exists. + +2016-03-29 20:17:53 +0200 Mike Gabriel (5334fe0) + + * Check downloaded PDF for actually being a PDF file. + +2016-03-29 20:21:19 +0200 Mike Gabriel (87aa02b) + + * Use $HOME/.impressive-display as temporary data directory. + +2016-03-29 20:16:17 +0200 Mike Gabriel (baa0441) + + * Disable debugging option (set -x). + +2016-03-29 20:15:47 +0200 Mike Gabriel (0a50a21) + + * Make cleanup trap more genuine: Really clean-up all created + temporary files, make sure the impressive executable gets + killed during clean-up. + +2016-03-29 08:02:34 +0200 Mike Gabriel (d22b26f) + + * release 0.2.0 (tag: 0.2.0, origin/master) + +2016-03-29 08:01:38 +0200 Mike Gabriel (50c5abd) + + * Add GPL-2 license file. + +2016-03-29 07:48:14 +0200 Mike Gabriel (4bebdfd) + + * redesign the looping in impressive-display script + +2016-03-24 23:20:45 +0100 Mike Gabriel (5460351) + + * impressive-display: Work around buggy impressive polling feature. + +2016-03-24 22:22:22 +0100 Mike Gabriel (4fcb900) + + * impressive-display: Make interval between slide transitions + configurable. + +2016-03-24 22:20:46 +0100 Mike Gabriel (5970b68) + + * debian/impressive-display.default: Mention DOWNLOAD_INTERVAL + variable here. + +2016-03-24 22:04:28 +0100 Mike Gabriel (5898126) + + * Fix merging of portrait pages. The pdfnup tool drops its output + file in the current working directory. + +2016-03-24 22:03:47 +0100 Mike Gabriel (a415187) + + * debian/impressive-display.default: Use Debian FAQ PDF rather than + shipping one of ours. + +2016-03-24 21:35:10 +0100 Mike Gabriel (afa9708) + + * impressive-display: Do portrait check and page merging for + downloaded and local PDFs. + +2016-03-24 21:34:01 +0100 Mike Gabriel (501d4d1) + + * impressive-display: Fix breaking/returning out of while loop. + +2016-03-24 21:33:17 +0100 Mike Gabriel (dfdf70b) + + * impressive-display: Check if a filename is given _and_ if the file + is readable. + +2016-03-24 21:00:28 +0100 Mike Gabriel (389b06e) + + * initial draft + |