monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] Revision 0821f743ea6dcb2cf0c9cefba746665f0aceba


From: monotone
Subject: [Monotone-commits-diffs] Revision 0821f743ea6dcb2cf0c9cefba746665f0aceba51
Date: Tue, 5 Feb 2008 06:05:30 +0100

-----------------------------------------------------------------
Revision: 0821f743ea6dcb2cf0c9cefba746665f0aceba51
Ancestor: e929743254a15ea63fe43da72f64891bd2b0f7ce
Author: address@hidden
Date: 2008-02-05T04:26:34
Branch: net.venge.monotone.experiment.encapsulation

Modified files:
        app_state.cc app_state.hh key_store.cc lua_hooks.cc
        lua_hooks.hh

ChangeLog: 

* app_state.cc (app_state): Don't need to do anything in the
  constructor body.  Reorder initializer list.  80-column patrol.
  (app_state::set_key_dir, app_state::load_rcfiles): Delete.
* app_state.hh: Remove unnecessary forward declarations.
  (app_state): Reorder data members so 'opts' is available to the
  others' constructors.  Remove deleted and vestigial prototypes.
* key_store.cc (key_store_state constructor): Initialize key_dir from
  app.opts.conf_dir.

* lua_hooks.cc (lua_hooks constructor): Do here what used to be done
  in set_app.
  (set_app, default_rcfilename, workspace_rcfilename): Delete.
  (load_rcfiles): New method which does what app_state::load_rcfiles
  used to.
* lua_hooks.hh (lua_hooks): Update prototypes.  Make a few functions
  private that are now only called from other lua_hooks methods.

Attachment: txtOJACAycVRh.txt
Description: Diff [e929743254a15ea63fe43da72f64891bd2b0f7ce] -> [0821f743ea6dcb2cf0c9cefba746665f0aceba51]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]