blob: 9e1d8228acf538f27e9bfe6eeb73011a315ff228 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
2001-02-27 shawn <sabetts@diggin.lamenet.tmp>
* doc/ratpoison.texi (Commands): added escape command
2001-02-25 shawn <sabetts@diggin.lamenet.tmp>
* configure.in (AC_OUTPUT): added man/Makefile
* Makefile.am (SUBDIRS): added man dir
2001-02-21 Ryan Yeske <rcyeske@cut.hotdog.tmp>
* configure.in: change version to 0.0.6-cvs
2001-02-19 Ryan Yeske <rcyeske@cut.hotdog.tmp>
* autogen.sh: Run aclocal before autoheader.
2001-02-18 Gergely Nagy <8@free.bsd.hu>
* NEWS: mention that ALL of the fixed size buffers are fixed.
2001-02-17 Ryan Yeske <rcyeske@cut.hotdog.tmp>
* Makefile.am (SUBDIRS): Source dir before documentation dirs.
* autogen.sh: Do not continue if a step fails.
2001-02-17 Gergely Nagy <8@free.bsd.hu>
* man/ratpoison.1,
* doc/ratpoison.texi: removed reference to :center
and :resize
2001-02-15 Gergely Nagy <8@free.bsd.hu>
* autogen.sh: added autoheader call
* debian/control: bumped Standards-Version
* debian/copyright: changed URL
* debian/patches/00list: removed 01-xterm
* debian/patches/01-xterm.dpatch: removed, useless with 0.0.6
* debian/rules: rewritten using a newer version of my
build system
* man/Makefile.am: new file
* Makefile.am (SUBDIRS): added man
(debian_FILES): new variable, added to EXTRA_DIST
* debian/ratpoison.1: moved...
* man/ratpoison.1: ...here, and updated to include all
the new keystrokes
* doc/ratpoison.texi: updated
* doc/ratpoison.info: regenerated
* configure.in: fixed --enable-debug, added --with-emacs,
added man/Makefile to AC_OUTPUT
2001-02-11 Ryan Yeske <rcyeske@cut.hotdog.tmp>
* autogen.sh: added to repository
2001-02-04 Ryan Yeske <rcyeske@cut.hotdog.tmp>
* doc/ratpoison.texi: added keystroke for `Show current time.'
* debian/ratpoison.1: added keystroke for `Show current time.'
|