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

gEDA-cvs: CVS update: g_keys.c



  User: cnieves 
  Date: 07/04/22 13:59:50

  Modified:    .        g_keys.c g_register.c i_callbacks.c
  Log:
  Remove "help-manual" Guile callback.
  
  
  
  Apply patch by Peter Brett.
  
  
  
  The role of the "help-manual" Guile function exported by
  
  gschem has been superceded by the new "gschem-browse-wiki"
  
  function.  This patch removes "help-manual" from the C
  
  source code entirely; "help-manual" is now a Scheme function
  
  defined in "system-gschemrc".
  
  
  
  
  Revision  Changes    Path
  1.8       +0 -1      eda/geda/gaf/gschem/src/g_keys.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: g_keys.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/g_keys.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- g_keys.c	21 Apr 2007 20:33:54 -0000	1.7
  +++ g_keys.c	22 Apr 2007 17:59:50 -0000	1.8
  @@ -325,7 +325,6 @@
   DEFINE_G_KEYS(misc3)
   
   DEFINE_G_KEYS(help_about)
  -DEFINE_G_KEYS(help_manual)
   DEFINE_G_KEYS(help_hotkeys)
   
   /* be sure that you don't use the widget parameter in this one, since it is
  
  
  
  1.56      +0 -1      eda/geda/gaf/gschem/src/g_register.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: g_register.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/g_register.c,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -b -r1.55 -r1.56
  --- g_register.c	21 Apr 2007 09:24:02 -0000	1.55
  +++ g_register.c	22 Apr 2007 17:59:50 -0000	1.56
  @@ -304,7 +304,6 @@
     { "options-show-log-window",   0, 0, 0, g_keys_options_show_log_window },
     { "options-show-coord-window", 0, 0, 0, g_keys_options_show_coord_window },
     { "help-about",                0, 0, 0, g_keys_help_about },
  -  { "help-manual",               0, 0, 0, g_keys_help_manual },
     { "help-hotkeys",              0, 0, 0, g_keys_help_hotkeys },
     { "help-component",            0, 0, 0, g_keys_hierarchy_documentation },
     { "misc-misc",                 0, 0, 0, g_keys_misc },
  
  
  
  1.84      +0 -10     eda/geda/gaf/gschem/src/i_callbacks.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: i_callbacks.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/i_callbacks.c,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -b -r1.83 -r1.84
  --- i_callbacks.c	21 Apr 2007 23:05:36 -0000	1.83
  +++ i_callbacks.c	22 Apr 2007 17:59:50 -0000	1.84
  @@ -3495,16 +3495,6 @@
    *  \par Function Description
    *
    */
  -DEFINE_I_CALLBACK(help_manual)
  -{
  -  initiate_gschemdoc("-m", NULL, NULL, NULL, NULL);
  -}
  -
  -/*! \todo Finish function documentation!!!
  - *  \brief
  - *  \par Function Description
  - *
  - */
   DEFINE_I_CALLBACK(help_hotkeys)
   {
     TOPLEVEL *w_current = (TOPLEVEL *) data;
  
  
  


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