[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: prototype.h



  User: cnieves 
  Date: 07/04/21 05:24:02

  Modified:    .        prototype.h
  Log:
  Apply patch from Peter Brett, adding the gschem-browse-wiki Scheme function.   
  
  * include/prototype.h, src/g_funcs.h, src/g_register.c:
  
    Apply patch from Peter Brett, adding the gschem-browse-wiki
  
    Scheme function. Thanks!
  
  
  
    This function allows Scheme code to open a browser to a wiki page by
  
    calling gschemdoc with its -w option.
  
  
  
    This will facilitate adding more useful things to gschem's "Help"menu
  
    without needing a large number of callbacks to be added to gschem.
  
  
  
  
  
  
  Revision  Changes    Path
  1.168     +2 -1      eda/geda/gaf/gschem/include/prototype.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: prototype.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/prototype.h,v
  retrieving revision 1.167
  retrieving revision 1.168
  diff -u -b -r1.167 -r1.168
  --- prototype.h	17 Apr 2007 20:19:15 -0000	1.167
  +++ prototype.h	21 Apr 2007 09:24:02 -0000	1.168
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.167 2007/04/17 20:19:15 pcjc2 Exp $ */
  +/* $Id: prototype.h,v 1.168 2007/04/21 09:24:02 cnieves Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, 
  @@ -23,6 +23,7 @@
   SCM g_funcs_msg(SCM msg);
   SCM g_funcs_confirm(SCM msg);
   SCM g_funcs_filesel(SCM msg, SCM templ, SCM flags);
  +SCM g_funcs_browse_wiki(SCM wikiname);
   SCM g_funcs_use_rc_values(void);
   SCM get_selected_component_attributes(TOPLEVEL *toplevel);
   SCM get_selected_filename(TOPLEVEL *toplevel);
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs