This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove some gnome-isms in bugzilla


Not hard to guess where those scripts came from :-)
Commited as obvious.

Index: bugwritinghelp.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/bugzilla/bugwritinghelp.html,v
retrieving revision 1.1
diff -c -3 -p -r1.1 bugwritinghelp.html
*** bugwritinghelp.html	23 Mar 2003 17:27:23 -0000	1.1
--- bugwritinghelp.html	1 Aug 2003 09:55:42 -0000
*************** summaries are naturally keyword-rich, an
*** 346,356 ****
  </p>
  
  <p>
!  For example, you'll find a bug titled "<tt>Dragging icons from List View to
! gnome-terminal doesn't paste path</tt>" if you search on "List",
! "terminal", or "path". Those search keywords wouldn't have found a
! bug titled "<tt>Dragging icons
! doesn't paste</tt>".
  </p>
  
  <p>
--- 346,355 ----
  </p>
  
  <p>
!  For example, you'll find a bug titled
! "<tt>Unhelpful error message with forgotten template</tt>" if you search
! on "forgotten", "template", or "error". Those search keywords wouldn't have
! found a bug titled "<tt>C++ diagnostics suck</tt>".
  </p>
  
  <p>
Index: weekly-summary-utils.pl
===================================================================
RCS file: /cvs/gcc/wwwdocs/bugzilla/weekly-summary-utils.pl,v
retrieving revision 1.11
diff -c -3 -p -r1.11 weekly-summary-utils.pl
*** weekly-summary-utils.pl	1 Jul 2003 19:28:17 -0000	1.11
--- weekly-summary-utils.pl	1 Aug 2003 09:55:43 -0000
***************
*** 7,16 ****
  #
  # weekly-summary-utils.pl
  #
! # Utility library shared between weekly-bug-summary.cgi and email_gnome_summary_report.pl and others probably.
  #
  # Some of the functions can be passed the HTML or XML option.
- # We use XML for emailing the Gnome weekly summary guys.
  #
  # This file was based on the original mostfrequent.cgi but has been
  # modified GREATLY by Wayne Schuller (k_wayne@linuxpower.org), Jan 2002.
--- 7,16 ----
  #
  # weekly-summary-utils.pl
  #
! # Utility library for weekly-bug-summary.cgi.  Could also be used for
! # email summary reports and such.
  #
  # Some of the functions can be passed the HTML or XML option.
  #
  # This file was based on the original mostfrequent.cgi but has been
  # modified GREATLY by Wayne Schuller (k_wayne@linuxpower.org), Jan 2002.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]