Changeset f1a71c8


Ignore:
Timestamp:
Aug 28, 2013, 6:36:07 PM (11 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Parents:
ca1fb26a (diff), 441fd42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge 441fd42c37f0c4bde4b84cd57720625d4787ab73 into ca1fb26a9a22aea6ecd68b0150859ef065c6afc5
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r1b17f50 r441fd42  
    321321 * Support --program-{prefix,suffix,transform}. -nelhage
    322322 * Send instanced pings and give useful error messages -adehnert
    323  * Add <message,*,%me%> to default Barnowl subs. -adehnert
     323 * Add <message,*,%me%> to default BarnOwl subs. -adehnert
    324324 * Maintain instance when using shift-R on personals -adehnert
    325325 * Improve handling of outgoing instanced personals -adehnert
  • owl.c

    rca1fb26a r441fd42  
    3636void usage(FILE *file)
    3737{
    38   fprintf(file, "Barnowl version %s\n", version);
     38  fprintf(file, "BarnOwl version %s\n", version);
    3939  fprintf(file, "Usage: barnowl [-n] [-d] [-D] [-v] [-h] [-c <configfile>] [-s <confdir>] [-t <ttyname>]\n");
    4040  fprintf(file, "  -n,--no-subs        don't load zephyr subscriptions\n");
    4141  fprintf(file, "  -d,--debug          enable debugging\n");
    42   fprintf(file, "  -v,--version        print the Barnowl version number and exit\n");
     42  fprintf(file, "  -v,--version        print the BarnOwl version number and exit\n");
    4343  fprintf(file, "  -h,--help           print this help message\n");
    4444  fprintf(file, "  -s,--config-dir     specify an alternate config dir (default ~/.owl)\n");
  • perl/modules/Facebook/README

    rf4037cf r441fd42  
    1414
    1515  This token will persist across BarnOwls until you change your
    16   Facebook password or you revoke permissions for Barnowl at:
     16  Facebook password or you revoke permissions for BarnOwl at:
    1717    http://www.facebook.com/settings/?tab=applications&app_id=235537266461636
    1818
    19   (3) Start receiving wall updates in Barnowl!
     19  (3) Start receiving wall updates in BarnOwl!
    2020  You can post updates with the ":facebook" command.
    2121
  • zephyr.c

    r80d7b44 r441fd42  
    152152  ret_sd = owl_zephyr_loaddefaultsubs();
    153153
    154   /* load Barnowl default subscriptions */
     154  /* load BarnOwl default subscriptions */
    155155  ret_bd = owl_zephyr_loadbarnowldefaultsubs();
    156156
     
    354354}
    355355
    356 /* Load default Barnowl subscriptions
     356/* Load default BarnOwl subscriptions
    357357 *
    358358 * Returns 0 on success.
     
    363363#ifdef HAVE_LIBZEPHYR
    364364  ZSubscription_t *subs;
    365   int subSize = 10; /* Max Barnowl default subs we allow */
     365  int subSize = 10; /* Max BarnOwl default subs we allow */
    366366  int count, ret;
    367367
Note: See TracChangeset for help on using the changeset viewer.