Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-29 | Make the `-pixels' case stand out for vsplit | Jérémie Courrèges-Anglas | |
2014-03-29 | Replace spaces with hyphens to stress the need for a single word. | Jérémie Courrèges-Anglas | |
Proposed earlier by Bernhard R. Link. | |||
2014-03-29 | Li -> Cm for various command subarguments. | Jérémie Courrèges-Anglas | |
Prompted by a discussion with Bernhard R. Link. | |||
2014-03-29 | Hooks names aren't placeholders but really command modifiers. | Jérémie Courrèges-Anglas | |
Prompted by a discussion with Bernhard R. Link. | |||
2014-03-25 | `swap' needs at least one argument. | Jérémie Courrèges-Anglas | |
2014-02-20 | Fix formatting warning with groff(1). | Jérémie Courrèges-Anglas | |
* groff interprets "%T" even when double-quoted. Use \&%T instead. | |||
2014-02-20 | Replace man(7) manpage with a mdoc(7)-formatted one. | Jérémie Courrèges-Anglas | |
* The former manpage needed Groff to be properly formatted, this is a dependancy I want to remove. Support for systems where neither groff nor mandoc are available is achieved by generating a man(7) manpage, which will be shipped in the tarballs. * The mdoc(7) language provides semantic annotations for better documentation of Unix utilities, contrary to man(7) which provides mere presentation markup. * The build system now encodes paths in the manpage according to the settings passed to ./configure. Note that some markup used may not be perfectly appropriate. Comments about this matter, and questions from distro maintainers using manpage patches are welcome. Selected reading: - http://mdocml.bsd.lv general information about mdoc(7) - http://mdocml.bsd.lv/mdoc.7.html mdoc(7) macros reference - http://manpages.bsd.lv/ mdoc(7) tutorial | |||
2014-01-15 | Casing. | Jérémie Courrèges-Anglas | |
2014-01-15 | Fix double "the". | Jérémie Courrèges-Anglas | |
2013-11-22 | Document the titlechanged hook. | Jérémie Courrèges-Anglas | |
2013-11-22 | Revert unintended changes in 1ecaccd77c18036d8ff4c137487aa8c5a04d2b36 | Jérémie Courrèges-Anglas | |
I'll be more careful when using 'c' in Magit. ;) | |||
2013-11-20 | Cleanup cmd_meta | Jérémie Courrèges-Anglas | |
* plug memory leak * consistent indentation * minimize variables scope * kill commented code | |||
2013-05-26 | Added user documentation for gnumber command. | cos | |
2013-04-07 | Make git ignore .xz archives and HTML documentation | Jérémie Courrèges-Anglas | |
2013-02-11 | update Shawn's email address in documentation | Jérémie Courrèges-Anglas | |
* while here, s/EMACS/Emacs/ in the Info manual | |||
2013-02-10 | texinfo manual update | Jérémie Courrèges-Anglas | |
* fdl.texi: update to a newer version (not to a newer licence version!) * ratpoison.texi: update to build printed manuals, get rid of annoying @node references, and move GFDL to the last section. use automake support for version.texi, so that manuals don't ship with an outdated version * .gitignore: match update | |||
2011-05-25 | remove mention of non-existant keybinding for quit from manpage | Bernhard R. Link | |
2010-08-21 | document nextscreen and prevscreen default keybindings in the manpage | Bernhard R. Link | |
2010-05-18 | add a titlechanged hook | Zed Lopez | |
2010-04-12 | document newwindow hook | Shawn Betts | |
2010-04-12 | add a new_window_hook to the map_window function of manage.c. | Eric A | |
2010-01-03 | correct spelling errors in the manpage | Bernhard R. Link | |
2009-04-13 | make ratinfo and ratrelinfo work with ratpoison -c and return coordinates ↵ | Shawn Betts | |
relative to current frame when there's no window * update docs | |||
2009-04-13 | fix segfault in banishrel and make it banish to the corner of the frame when ↵ | Shawn Betts | |
there's no window * update documentation | |||
2009-04-13 | add texinfo documentation for ratinfo, ratrelinfo, banishrel commands | Shawn Betts | |
2009-04-13 | Add ratinfo, ratrelinfo, and banishrel commands | Rob Paisley | |
2008-10-22 | update documentation | Bernhard R. Link | |
2008-10-12 | PID support for format_string | Antti Nykänen | |
2008-10-12 | add grename command | Ali Gholami Rudi | |
2008-10-10 | document gother | Shawn | |
2008-10-10 | allow window border color to be set seperately for focused and unfocused windows | Kipling Inscore | |
2008-10-10 | doc/ratpoison.texi: fix argument order of execf | Bernhard R. Link | |
2008-06-22 | document new %M in manpage | Bernhard R. Link | |
2008-06-20 | add a maxsize formatter character to format_string | Shawn | |
2008-02-21 | fix syntax errors in the manpage | Bernhard R. Link | |
2007-10-22 | bump the version number in the docs to 1.4.3 | Shawn Betts | |
2007-10-08 | add more ignored files | Shawn Betts | |
2007-10-06 | Remove .cvsignore files. add .gitignore files | Shawn Betts | |
2007-03-08 | * src/split.c (set_active_frame): call switch_frame hook | sabetts | |
(show_frame_indicator): only show frame indicator (set_active_frame): new arg force_indicator. all callers updated. (show_frame_indicator): new arg force. all callers updated. * src/main.c (init_defaults): init bar_in_padding * src/globals.c (rp_switch_screen_hook): new hook * src/data.h (struct rp_defaults): new slot, bar_in_padding * src/bar.c (bar_x): honour bar_in_padding setting (bar_y): likewise * src/actions.c (init_set_vars): add barinpadding (set_barinpadding): new function * src/globals.h: new global rp_switch_screen_hook | |||
2006-11-23 | document syntax for max lengths in winfmt in texinfo and manpage, complete ↵ | brl | |
format chars in manpage | |||
2006-11-21 | tell automake to include fdl.texi into dist tar | brl | |
2006-11-21 | complete MAINTAINERCLEANFILES variables | brl | |
2006-11-17 | *** empty log message *** | sabetts | |
2006-10-05 | add swap command | sabetts | |
2006-09-27 | (initialize_default_keybindings): bind "swap" to C-t x and C-t C-x | sabetts | |
2006-09-27 | *** empty log message *** | sabetts | |
2006-06-11 | *** empty log message *** | sabetts | |
2006-05-25 | *** empty log message *** | sabetts | |
2006-05-22 | *** empty log message *** | sabetts | |
2006-05-18 | *** empty log message *** | sabetts | |