diff options
author | sabetts <sabetts> | 2004-04-19 01:30:28 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-04-19 01:30:28 +0000 |
commit | b513690af35dc8f6e20ba3d2855de234a3944716 (patch) | |
tree | e29e9ef7dee5ad52e0dcad090313f542b916e4a5 /configure.in | |
parent | 366c3fac7c52becf29ff3be0b56b66d9efdecde5 (diff) | |
download | ratpoison-b513690af35dc8f6e20ba3d2855de234a3944716.zip |
* src/messages.h (MESSAGE_PROMPT_SELECT_VAR): new define
(MESSAGE_PROMPT_VAR_VALUE): likewise
* src/actions.h (cmd_set): new prototype
* src/actions.c (user_commands): remove all def* commands. Add 'set' command.
rename all cmd_def* commands to set_*. Add prototypes for set_* commands.
(struct set_var): new struct
(set_vars): new static global
(cmd_set): new function
(var_completions): new function
(initialize_default_keybindings): add aliases for def* commands
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index b1427e0..46a98b1 100644 --- a/configure.in +++ b/configure.in @@ -17,10 +17,10 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.41 2004/03/02 03:56:35 sabetts Exp $ +dnl $Id: configure.in,v 1.42 2004/04/19 01:30:38 sabetts Exp $ AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(ratpoison, 1.3.0-cvs) +AM_INIT_AUTOMAKE(ratpoison, 1.3.0-rc2-beta1) AM_CONFIG_HEADER(src/config.h) |