summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2013-01-20basic contrib/ cleanupJérémie Courrèges-Anglas
* (*.pl, rpws) don't hardcode path to Perl but rely on /usr/bin/env * (allwindows.sh) don't require bash * (rpshowall.sh) properly handle arguments, use portable shell arithmetic * (*.sh) use more quotes * (*.pl, split.sh) use 'ratpoison' if RATPOISON isn't in the environment (and don't error out)
2012-08-10contrib/genrpbindings: removing the space between method name and the ↵Vincent Batts
parenthesis Ruby syntax got more restrictive, so spaces are no longer allowed there.
2009-07-12Added functionality to rpws scriptHatem Nassrat
- Move window to different workspace - Workspaces frame state dump and restore (to/from file) commands
2009-04-24rename ratpoison-info and ratpoison-commands-info to remove name clash with ↵Shawn Betts
ratpoison-cmd.el
2009-04-24in contrib/nogaps.el, placate the emacs Lisp byte-compiler and standardise ↵Philip Hudson
the (require 'cl) line
2009-04-24in contrib/rpws don't create wspl1, since it already exist as the Default group.Shawn Betts
Also add a check to ensure the workspaces creates are at least 2.
2009-04-13Allowing for next and prev workspace switching.Hatem Nassrat
2008-10-19add contrib/expose.plJ.R. Mauro
2008-04-18fix off by one bug in rpwsShawn
2007-10-11Merge branch 'master' of sabetts@git.sv.gnu.org:/srv/git/ratpoisonShawn Betts
2007-10-11Properly shell-escape ratpoison commands for perl bindings.Shawn Betts
2007-10-06Remove .cvsignore files. add .gitignore filesShawn Betts
2006-11-21complete MAINTAINERCLEANFILES variablesbrl
2006-11-18*** empty log message ***sabetts
2006-05-09(ws_init): loop from 1 not 0sabetts
2006-04-02*** empty log message ***sabetts
2006-03-16*** empty log message ***sabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2005-08-24(pkgdata_DATA): add unrat.csabetts
(EXTRA_DIST): likewise
2005-04-12Replace with Mike O'Connor's perl version.sabetts
2005-01-19add python bindings.sabetts
2005-01-15fix regex to match new actions.c format.sabetts
2004-12-13* src/sbuf.c (sbuf_concat): call sbuf_nconcat. move bulk of bodysabetts
to sbuf_nconcat. (sbuf_nconcat): new function * src/globals.c (init_globals): new function * src/main.c (main): call init_globals. * src/globals.c: include unistd.h. (x_export_selection): new function (set_nselection): likewise (set_selection): call x_export_selection (get_cut_buffer): new function (get_primary_selection): likewise (get_selection): likewise * src/editor.c (editor_kill_word): add the deleted text to the X11 selection (editor_backward_kill_word): likewise (editor_kill_line): likewise (backward_kill_line): new fuction (editor_backward_kill_line): add the deleted text to the X11 selection. call backward_kill_line. (paste_cut_buffer): remove function (paste_primary_selection): likewise (editor_paste_selection): call get_selection to get the X11 selection. (editor_complete): call backward_kill_line instead of editor_backward_kill_line. * src/ratpoison.h: Include string.h. Include X11/XAtom.h. * src/globals.c (selection): new global (set_selection): new function * src/events.c: include X11/Xmd.h (selection_request): new function (selection_clear): new function (delegate_event): call selection_request and selection_clear for SelectionRequest and SelectionClear events. * src/actions.c (user_commands): remove duplicate focusprev entry. Add putsel. Add getsel. (cmd_putsel): new function (cmd_getsel): new function * contrib/genrpbindings: add a missing paren to the elisp bindings.
2004-12-04update copyright.sabetts
2004-12-02add copyright noticessabetts
2004-11-17use env to find out where bash issabetts
2004-11-12* contrib/genrpbindings: fix up path to ratpoison binarysabetts
* contrib/genrpbindings: add common lisp bindings
2004-11-12* src/actions.c (cmd_ratclick): new functionsabetts
(cmd_ratrelwarp): likewise (cmd_ratwarp): likewise (user_commands): new commands ratclick, ratrelwarp, ratwarp. * contrib/genrpbindings: add common lisp bindings
2004-10-29remove the echo /tmp/boom line.sabetts
2004-09-27(ratpoison-command): use call-process.sabetts
2003-11-22(pkgdata_DATA): add rpshowall.shsabetts
(EXTRA_DIST): likewise
2003-11-18* contrib/rpshowall.sh: store ratpoison binary location insabetts
RATPOISON env var. * src/ratpoison.h (FD_CLOEXEC): new define (set_close_on_exec): new prototype * src/main.c (ratpoison_longopts): add "interactive" option. (ratpoison_opts): likewise (print_help): print a help line for interactive option. (set_close_on_exec): new function (read_startup_files): call set_close_on_exec on file pointer (main): parse interactive command line option and pass it to send_command. * src/events.c (execute_remote_command): pass the interactive bit to command. * src/communications.c (send_command): send an interactive bit at the beginning of the message. Take an interactive argument. All callers updated. Prototype updated. * src/actions.c (cmd_source): call set_close_on_exec on file pointer.
2003-11-17Added file. From Florian Cramer <cantsin@zedat.fu-berlin.de>rcyeske
2003-10-24Added requires.rcyeske
2003-10-08*** empty log message ***sabetts
2003-09-25* contrib/clickframe.pl: put the patch at the end of the file andsabetts
make it runnable through patch.
2003-09-24*** empty log message ***sabetts
2003-09-24(EXTRA_DIST): add clickframe.plsabetts
(pkgdata_DATA): likewise
2003-08-11*** empty log message ***sabetts
2003-07-17*** empty log message ***sabetts
2003-06-26* contrib/rpws: only set RATPOISON if it's not already set.sabetts
* contrib/rpws: call /bin/bash (rp_call): remove extraneous 'function' keyword in function declaration. (ws_init_ws): likewise (ws_init): likewise (ws_save): likewise (ws_restore): likewise (ws_bindings): likewise
2003-06-26call /bin/bashsabetts
(rp_call): remove extraneous () in function declaration. (ws_init_ws): likewise (ws_init): likewise (ws_save): likewise (ws_restore): likewise (ws_bindings): likewise
2003-06-25(rp_call): Don't print debug information.sabetts
2003-06-22(bin_SCRIPTS): add rpwssabetts
2001-12-12Add ruby bindings. From Doug Kearns <djkea2@mugc.its.monash.edu.au>.rcyeske
2001-12-08(EXTRA_DIST, pkgdata_DATA): added genrpbindingsalgernon
2001-12-06fixed perl bugrcyeske
2001-12-05*** empty log message ***rcyeske
2001-10-06s/ratpoisonrc-mode.el/ratpoison.el/galgernon
2001-10-05new filealgernon