Changeset 6794f72


Ignore:
Timestamp:
Jun 30, 2002, 12:31:01 PM (22 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
1c7a4e0
Parents:
039213e
Message:
Refixed 'login or login' typo in help
Fixed M-u description
Removed 'first' and 'last' from basic command help
Added M-N to basic key help
Added M-D, M-u to basic key help
Fixed a quoting problem in configure.in
Changed top of help to use 'show' instead of M-x
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r039213e r6794f72  
    1 
    21$Id$
    32
    4 1.2.1-pre
     31.2.1-pre-2
     4        Refixed 'login or login' typo in help
     5        Fixed M-u description
     6        Removed 'first' and 'last' from basic command help
     7        Added M-N to basic key help
     8        Added M-D, M-u to basic key help
     9        Fixed a quoting problem in configure.in
     10        Changed top of help to use 'show' instead of M-x
     11
     121.2.1-pre-1
    513        Added RCS Id strings to all files.
    614        'show keymaps' shows details of all keymaps after summary list.
  • configure

    r8ee73f8d r6794f72  
    15631563echo $ac_n "checking for the perl xsubpp precompiler""... $ac_c" 1>&6
    15641564echo "configure:1565: checking for the perl xsubpp precompiler" >&5
    1565 XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep ^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
     1565XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
    15661566if test -n "${XSUBPPDIR}"; then
    15671567   echo "$ac_t""${XSUBPPDIR}" 1>&6
  • configure.in

    r8ee73f8d r6794f72  
    8585dnl Find the location of XSUBPP
    8686AC_MSG_CHECKING(for the perl xsubpp precompiler)
    87 XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep ^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
     87XSUBPPDIR="`(perl -MExtUtils::MakeMaker -e 'print ExtUtils::MakeMaker->new({NAME => qw(owl)})->tool_xsubpp;') | grep \^XSUBPPDIR | sed -e 's/XSUBPPDIR = //g;'`"
    8888if test -n "${XSUBPPDIR}"; then
    8989   AC_MSG_RESULT(${XSUBPPDIR})
  • help.c

    r1aee7d9 r6794f72  
    1212  owl_fmtext_init_null(&fm);
    1313  owl_fmtext_append_bold
    14      (&fm,
    15       "OWL HELP\n\n");
     14    (&fm,
     15     "OWL HELP\n\n");
    1616
    1717  owl_fmtext_append_normal
    18      (&fm,
    19       "  For help on a specific command use 'help <command>'\n"
    20       "  For information on advanced keys, do 'M-x show keymaps'.\n"
    21       "  For information on advanced commands, do 'M-x show commands'.\n"
    22       "  For information on variables, do 'M-x show variables'.\n\n");
     18    (&fm,
     19     "  For help on a specific command use 'help <command>'\n"
     20     "  For information on advanced keys, use 'show keymaps'.\n"
     21     "  For information on advanced commands, use 'show commands'.\n"
     22     "  For information on variables, use 'show variables'.\n\n");
    2323
    2424  owl_fmtext_append_bold
    25      (&fm,
    26       "  Basic Keys:\n"
    27       );
     25    (&fm,
     26     "  Basic Keys:\n"
     27     );
    2828  owl_fmtext_append_normal
    29      (&fm,
    30       "    n             Move to next non-deleted message\n"
    31       "    p             Move to previous non-deleted message\n"
    32       "    C-n , down    Move to next message\n"
    33       "    C-p , up      Move to previous message\n"
    34       "    < , >         Move to first, last message\n"
    35       "    right , left  Scroll screen left or right\n"
    36       "    C-v           Page down\n"
    37       "    M-v           Page up\n"
    38       "    i             Print more information about a message\n"
    39       "    P             Move to the next personal message\n"
    40       "    M-P           Move to the preivous personal message\n"
    41       "\n"
    42       "    d             Mark message for deletion\n"
    43       "    u             Undelete a message marked for deletion\n"
    44       "    x             Expunge deleted messages\n"
    45       "    X             Expunge deleted messages and switch view\n"
    46       "    T             Mark all 'trash' messages for deletion\n"
    47       "\n"
    48       "    z             Start a zwrite command\n"
    49       "    r             Reply to the current message\n"
    50       "    R             Reply to sender\n"
    51       "    C-r           Reply but allow editing of reply line\n"
    52       "\n"
    53       "    M-n           View zephyrs to selected conversation\n"
    54       "    v             Start a view command\n"
    55       "\n"
    56       "    A             Toggle zaway\n"
    57       "    w             Open a URL in the message in netscape\n"
    58       "    C-l           Refresh the screen\n"
    59       "    C-z           Suspend\n"
    60       "    h             Print this help message\n"
    61       "    : , M-x       Enter one of the commands below\n"
    62       "\n\n"
    63       );
     29    (&fm,
     30     "    n             Move to next non-deleted message\n"
     31     "    p             Move to previous non-deleted message\n"
     32     "    C-n , down    Move to next message\n"
     33     "    C-p , up      Move to previous message\n"
     34     "    < , >         Move to first, last message\n"
     35     "    right , left  Scroll screen left or right\n"
     36     "    C-v           Page down\n"
     37     "    M-v           Page up\n"
     38     "    i             Print more information about a message\n"
     39     "    P             Move to the next personal message\n"
     40     "    M-P           Move to the preivous personal message\n"
     41     "\n"
     42     "    d             Mark message for deletion\n"
     43     "    u             Undelete a message marked for deletion\n"
     44     "    x             Expunge deleted messages\n"
     45     "    X             Expunge deleted messages and switch view\n"
     46     "    T             Mark all 'trash' messages for deletion\n"
     47     "    M-D           Mark all messages in current view for deletion\n"
     48     "    M-u           Unmark all messages in the current view for deletion\n"
     49     "\n"
     50     "    z             Start a zwrite command\n"
     51     "    r             Reply to the current message\n"
     52     "    R             Reply to sender\n"
     53     "    C-r           Reply but allow editing of reply line\n"
     54     "\n"
     55     "    M-n           View zephyrs to selected conversation\n"
     56     "    M-N           View zephyrs to selected converstaion by instance\n"
     57     "    v             Start a view command\n"
     58     "\n"
     59     "    A             Toggle zaway\n"
     60     "    w             Open a URL in the message in netscape\n"
     61     "    C-l           Refresh the screen\n"
     62     "    C-z           Suspend\n"
     63     "    h             Print this help message\n"
     64     "    : , M-x       Enter one of the commands below\n"
     65     "\n\n"
     66     );
    6467  owl_fmtext_append_bold
    65      (&fm,
    66       "  Basic Commands:\n"
    67       );
     68    (&fm,
     69     "  Basic Commands:\n"
     70     );
    6871  owl_fmtext_append_normal
    69      (&fm,
    70       "    quit, exit    Exit owl\n"
    71       "    help          Get help about commands\n"
    72       "    show          Show information about owl (see detailed help)\n"
    73       "\n"
    74       "    zwrite        Send a zephyr\n"
    75       "    reply         Reply to the current zephyr\n"
    76       "\n"
    77       "    zlog          Send a login or login notification\n"
    78       "    subscribe     Subscribe to a zephyr class or instance\n"
    79       "    unsubscribe   Unsubscribe to a zephyr class or instance\n"
    80       "    unsuball      Unsubscribe from all zephyr classes\n"
    81       "    getsubs       Print a list of current subscriptions\n"
    82       "    zlocate       Locate a user\n"
    83       "    info          Print detailed information about the current message\n"
    84       "    filter        Create a message filter\n"
    85       "    view          View messages matching a filter\n"
    86       "    viewuser      View messages to or from a particular user\n"
    87       "    viewclass     View messages to a particular class\n"
    88       "    expunge       Expunge messages marked for deletion\n"
    89       "    first         Move to the first message\n"
    90       "    last          Move to the last message\n"
    91       "    zaway         Turn zaway on or off, or set the message\n"
    92       "    load-subs     Load zephyr subscriptions from a file\n"
    93       "\n"
    94       "    set           Set a variable (see list below)\n"
    95       "    print         Print a variable's value (variables listed below)\n"
    96       "\n"
    97       "    about         Print information about owl\n"
    98       "    status        Print status information about the running owl\n"
    99       "    version       Print the version number of owl\n"
    100       "\n");
     72    (&fm,
     73     "    quit, exit    Exit owl\n"
     74     "    help          Get help about commands\n"
     75     "    show          Show information about owl (see detailed help)\n"
     76     "\n"
     77     "    zwrite        Send a zephyr\n"
     78     "    reply         Reply to the current zephyr\n"
     79     "\n"
     80     "    zlog          Send a login or logout notification\n"
     81     "    subscribe     Subscribe to a zephyr class or instance\n"
     82     "    unsubscribe   Unsubscribe to a zephyr class or instance\n"
     83     "    unsuball      Unsubscribe from all zephyr classes\n"
     84     "    getsubs       Print a list of current subscriptions\n"
     85     "    zlocate       Locate a user\n"
     86     "    info          Print detailed information about the current message\n"
     87     "    filter        Create a message filter\n"
     88     "    view          View messages matching a filter\n"
     89     "    viewuser      View messages to or from a particular user\n"
     90     "    viewclass     View messages to a particular class\n"
     91     "    expunge       Expunge messages marked for deletion\n"
     92     "    zaway         Turn zaway on or off, or set the message\n"
     93     "    load-subs     Load zephyr subscriptions from a file\n"
     94     "\n"
     95     "    set           Set a variable (see list below)\n"
     96     "    print         Print a variable's value (variables listed below)\n"
     97     "\n"
     98     "    about         Print information about owl\n"
     99     "    status        Print status information about the running owl\n"
     100     "    version       Print the version number of owl\n"
     101     "\n");
    101102 
    102103  /* help for variables */
    103104  owl_fmtext_append_bold(&fm,
    104       "Variables:\n");
     105                        "Variables:\n");
    105106  owl_variable_dict_get_names(owl_global_get_vardict(&g), &varnames);
    106107  owl_variable_get_summaryheader(&fm);
     
    120121  owl_fmtext_free(&fm);
    121122}
    122 
  • keys.c

    rd36f2cb r6794f72  
    185185  BIND_CMD("x",       "expunge",        "");
    186186  BIND_CMD("u",       "undelete",       "");
    187   BIND_CMD("M-u",     "undelete view",  "undelete a message marked for deletion");
     187  BIND_CMD("M-u",     "undelete view",  "undelete all messages in view");
    188188  BIND_CMD("d",       "delete",         "mark message for deletion");
    189189  BIND_CMD("M-D",     "delete view",    "mark all messages in view for deletion");
  • readconfig.c

    r8ee73f8d r6794f72  
    7373  perl_get_av("owl::fields", TRUE);
    7474 
    75   /* perl bootstrapping code*/
     75  /* perl bootstrapping code */
    7676  codebuff =
    7777    "                                             \n"
Note: See TracChangeset for help on using the changeset viewer.