summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-02-20Fix formatting warning with groff(1).Jérémie Courrèges-Anglas
* groff interprets "%T" even when double-quoted. Use \&%T instead.
2014-02-20Replace 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-15Casing.Jérémie Courrèges-Anglas
2014-01-15Fix double "the".Jérémie Courrèges-Anglas
2013-11-22Document the titlechanged hook.Jérémie Courrèges-Anglas
2013-11-22Revert unintended changes in 1ecaccd77c18036d8ff4c137487aa8c5a04d2b36Jérémie Courrèges-Anglas
I'll be more careful when using 'c' in Magit. ;)
2013-11-20Cleanup cmd_metaJérémie Courrèges-Anglas
* plug memory leak * consistent indentation * minimize variables scope * kill commented code
2013-05-26Added user documentation for gnumber command.cos
2013-04-07Make git ignore .xz archives and HTML documentationJérémie Courrèges-Anglas
2013-02-11update Shawn's email address in documentationJérémie Courrèges-Anglas
* while here, s/EMACS/Emacs/ in the Info manual
2013-02-10texinfo manual updateJé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-25remove mention of non-existant keybinding for quit from manpageBernhard R. Link
2010-08-21document nextscreen and prevscreen default keybindings in the manpageBernhard R. Link
2010-05-18add a titlechanged hookZed Lopez
2010-04-12document newwindow hookShawn Betts
2010-04-12add a new_window_hook to the map_window function of manage.c.Eric A
2010-01-03correct spelling errors in the manpageBernhard R. Link
2009-04-13make 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-13fix segfault in banishrel and make it banish to the corner of the frame when ↵Shawn Betts
there's no window * update documentation
2009-04-13add texinfo documentation for ratinfo, ratrelinfo, banishrel commandsShawn Betts
2009-04-13Add ratinfo, ratrelinfo, and banishrel commandsRob Paisley
2008-10-22update documentationBernhard R. Link
2008-10-12PID support for format_stringAntti Nykänen
2008-10-12add grename commandAli Gholami Rudi
2008-10-10document gotherShawn
2008-10-10allow window border color to be set seperately for focused and unfocused windowsKipling Inscore
2008-10-10doc/ratpoison.texi: fix argument order of execfBernhard R. Link
2008-06-22document new %M in manpageBernhard R. Link
2008-06-20add a maxsize formatter character to format_stringShawn
2008-02-21fix syntax errors in the manpageBernhard R. Link
2007-10-22bump the version number in the docs to 1.4.3Shawn Betts
2007-10-08add more ignored filesShawn Betts
2007-10-06Remove .cvsignore files. add .gitignore filesShawn Betts
2007-03-08* src/split.c (set_active_frame): call switch_frame hooksabetts
(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-23document syntax for max lengths in winfmt in texinfo and manpage, complete ↵brl
format chars in manpage
2006-11-21tell automake to include fdl.texi into dist tarbrl
2006-11-21complete MAINTAINERCLEANFILES variablesbrl
2006-11-17*** empty log message ***sabetts
2006-10-05add swap commandsabetts
2006-09-27(initialize_default_keybindings): bind "swap" to C-t x and C-t C-xsabetts
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
2006-05-15* src/manage.c (grab_top_level_keys): use defaults.top_kmap for the top kmapsabetts
* src/main.c (init_defaults): init defaults.top_kmap * src/events.c (handle_key): use defaults.top_kmap for the top kmap * src/data.h (struct rp_defaults): new field, top_kmap * src/actions.c (set_topkmap): new prototype (init_set_vars): topkmap new set variable (initialize_default_keybindings): use defaults.top_kmap for the top kmap (cmd_undefinekey): likewise (cmd_definekey): likewise (cmd_escape): likewise (cmd_delkmap): likewise (set_topkmap): new function
2006-04-21* src/actions.h: new command sfrestoresabetts
* src/actions.c (init_user_commands): new command sfrestore (cmd_sfrestore): new function
2006-03-17(Groups): Fix description of gnew command.rcyeske
2006-03-16remove tabs and trailing whitespace.sabetts
2006-03-15(init_user_commands): add optional argument to "info"sabetts
(cmd_info): handle optional argument * src/format.c: new file * src/format.h: new file * Makefile.am (ratpoison_SOURCES): add format.c and format.h * src/actions.c (set_infofmt): new function (wingravity_to_string): char * instead of static char * because needed in format.c (cmd_info): use format_string * src/actions.h (wingravity_to_string): add prototype * src/data.h (info_fmt): new variable * src/main.c (init_defaults): set a value for defaults.info_fmt * src/ratpoison.h: include format.h * src/windows.c (get_window_list): use format_string (isdigit): remove function as the formatting is now done in format.c (concat_width): likewise (format_window_name): likewise