diff options
author | sabetts <sabetts> | 2001-09-06 06:49:48 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-06 06:49:48 +0000 |
commit | fdf305b75123f1ca5b7e08e951760a93a2c106fd (patch) | |
tree | ba1eb7e9b2dae3ca3cd17db767c72451b94d71c0 /ChangeLog | |
parent | e715a0843ad274149f7e3d6741235a2db19a320e (diff) | |
download | ratpoison-fdf305b75123f1ca5b7e08e951760a93a2c106fd.zip |
* src/main.c (show_welcome_message): If the help key is bound to ?
then print ? instead of `question'.
* src/main.c (show_welcome_message): new function
(main): call show_welcome_message to show the welcome message.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2001-09-05 shawn <sabetts@diggin.lamenet.tmp> + * src/main.c (show_welcome_message): If the help key is bound to ? + then print ? instead of `question'. + * configure.in: check for getopt and getopt_long. * src/getopt.c: wrap the whole file in an #ifndef HAVE_GETOPT_LONG |