Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-06 | updated to reflect changes | algernon | |
2001-09-06 | (EXTRA_DIST): added ratpoison-mode.el | algernon | |
2001-09-06 | initial checkin | algernon | |
2001-09-06 | the maximise bug is not fixed, according to Shawn | algernon | |
2001-09-06 | fixed the escape command docs | sabetts | |
2001-09-06 | updated to reflect changes | algernon | |
2001-09-06 | change escape ^a to escape C-a, to reflect the new key naming scheme | algernon | |
2001-09-06 | bring it up to date, and add %doc stuff | algernon | |
2001-09-06 | Updated to version 1.0.0 | algernon | |
2001-09-06 | numlock, caps lock, and scroll lock are ignored for the prefix key. | sabetts | |
2001-09-06 | * src/main.c (show_welcome_message): If the help key is bound to ? | sabetts | |
then print ? instead of `question'. * src/main.c (show_welcome_message): new function (main): call show_welcome_message to show the welcome message. | |||
2001-09-06 | remove the bit about the rc file parsing taking up 320 bytes | sabetts | |
2001-09-06 | * configure.in: check for getopt and getopt_long. | sabetts | |
* src/getopt.c: wrap the whole file in an #ifndef HAVE_GETOPT_LONG * src/getopt1.c: wrap the whole file in an #ifndef HAVE_GETOPT_LONG | |||
2001-09-06 | doc updates | sabetts | |
2001-09-05 | removed blank command. There isn't one! | sabetts | |
2001-09-05 | * src/messages.h (MESSAGE_WELCOME): The help keystroke is not | sabetts | |
hardcoded. * src/main.c (show_welcome_message): new function (main): call show_welcome_message to show the welcome message. * src/actions.h (find_keybinding_by_action): new prototype * src/actions.c (key_actions): change to a static variable. (key_actions_last): likewise (key_actions_table_size): likewise (find_keybinding_by_action): new function | |||
2001-09-04 | spelling | sabetts | |
2001-09-04 | * src/actions.h (cmd_unbind): new prototype | sabetts | |
* src/actions.c (find_keybinding): Change the first parameter's type to KeySym. Prototype updated. (add_keybinding): likewise (remove_keybinding): new function. (key_actions): new command 'unbind'. (key_actions): #if out the unimplemented bindings. (cmd_bind): Error messages are more accurate. (cmd_unbind): new function. (cmd_escape): update the "other" command before the "generate" command. (cmd_escape): When searching for the "other" and "generate" commands' keystrokes, verify that the located action is the right command. | |||
2001-09-04 | wording | sabetts | |
2001-09-04 | new commands. split screen section. command line section. | sabetts | |
2001-08-31 | maximize bug fixed. frame indicator is less intrusive | sabetts | |
2001-08-29 | unhide bug | sabetts | |
2001-08-27 | pad the date with spaces | sabetts | |
2001-08-27 | maximize bug | sabetts | |
2001-08-27 | code cleanup | sabetts | |
2001-08-27 | code cleanup, unmap_notify bug fixes | sabetts | |
2001-08-26 | raise request bug fix | sabetts | |
2001-08-26 | frame indicator suppressed when there is only 1 frame | sabetts | |
2001-08-24 | added a user abort key | sabetts | |
2001-08-23 | new rudeness command | sabetts | |
2001-08-23 | new code to handle transient windows | sabetts | |
2001-08-23 | another transient window hiding bug fix | sabetts | |
2001-08-20 | fixed maximize bug in clean_frame | sabetts | |
2001-08-19 | window switching flicker bug fixed | sabetts | |
2001-08-19 | help screen fixup | sabetts | |
2001-08-19 | fixed emacs20 maximize bug | sabetts | |
2001-08-18 | fixed transient crash | sabetts | |
2001-08-18 | commands can be called interactively and non-interactively. commands return ↵ | sabetts | |
a result string | |||
2001-08-18 | window flicker problems fixed | sabetts | |
2001-08-07 | Fix spelling and grammar. | rcyeske | |
2001-08-06 | change my address, and remove debianisation date | algernon | |
2001-08-06 | changed maintainer address, and bumped standards version | algernon | |
2001-06-29 | updated to reflect changes | algernon | |
2001-06-29 | do not include debian/ in the tarball | algernon | |
2001-06-29 | better xterm check, fixes #430631 | algernon | |
2001-06-11 | *** empty log message *** | sabetts | |
2001-06-11 | * src/events.c (grab_rat): wrap in ifdef | sabetts | |
(ungrab_rat): likewise (handle_key): only change the mouse icon if USE_WAITFORKEY_CURSOR is defined. * src/conf.h (USE_WAITFORKEY_CURSOR): new define | |||
2001-06-11 | * src/actions.c (cmd_generate): return if there is no current | sabetts | |
window. * src/split.c (split_frame): empty frames can be split. * src/actions.c (initialize_default_keybindings): new bindings for "split" and "vsplit". | |||
2001-06-11 | *** empty log message *** | sabetts | |
2001-06-11 | * src/main.c (rp_rat_bits): remove | sabetts | |
(rp_rat_mask_bits): remove include <X11/cursorfont.h> (sighandler): only increment kill_signalled (hup_handler): only increment hup_signalled (alrm_handler): only increment alarm_signalled (read_startup_files): use PRINT_ERROR for error messages. (init_rat_cursor): Use a standard X cursor for the screen's rat. * src/events.h (unmap_notify): remove prototype (delegate_event): likewise (key_press): likewise (keymapstate): likewise (map_request): likewise * src/events.c: includes <signal.h> <sys/time.h> and <error.h> (new_window): static function (unmap_notify): likewise (map_request): likewise (destroy_window): likewise (configure_notify): likewise (configure_request): likewise (key_press): likewise (property_notify): likewise (colormap_notify): likewise (delegate_event): likewise (get_event): new function (more_destroy_events): remove function (handle_events): call get_event. * src/data.h: rp_current_event is an XEvent dependant code updated. new globals alarm_signalled, kill_signalled, hup_signalled. * src/actions.c (initialize_default_keybindings): new bindings for "split" and "vsplit". |