rpms/TeXmacs/devel TeXmacs-event.patch, 1.1, 1.2 TeXmacs.spec, 1.30, 1.31

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Fri Feb 17 23:47:44 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/TeXmacs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27304

Modified Files:
	TeXmacs-event.patch TeXmacs.spec 
Log Message:


TeXmacs-event.patch:

Index: TeXmacs-event.patch
===================================================================
RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs-event.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TeXmacs-event.patch	17 Feb 2006 23:23:26 -0000	1.1
+++ TeXmacs-event.patch	17 Feb 2006 23:47:44 -0000	1.2
@@ -1,11 +1,20 @@
---- TeXmacs-1.0.6-src/src/Window/Widget/Basic/basic_widget.cpp.event	2006-02-18 00:21:42.000000000 +0100
-+++ TeXmacs-1.0.6-src/src/Window/Widget/Basic/basic_widget.cpp	2006-02-18 00:21:55.000000000 +0100
+--- TeXmacs-1.0.6-src/src/Window/Widget/Basic/basic_widget.cpp.event	2006-02-18 00:45:04.000000000 +0100
++++ TeXmacs-1.0.6-src/src/Window/Widget/Basic/basic_widget.cpp	2006-02-18 00:46:43.000000000 +0100
 @@ -259,7 +259,7 @@
  test_window_attached (event ev, widget w) {
    if (!w->attached ()) {
      cerr << "\n" << HRULE << "\n";
 -    cerr << ev << " was sent to\n" << w;
-+    //    cerr << ev << " was sent to\n" << w;
++//    cerr << ev << " was sent to\n" << w;
      cerr << HRULE << "\n";
      fatal_error ("widget was not yet attached to window",
  		 "basic_widget::handle", "basic_diwget.cpp");
+@@ -268,7 +268,7 @@
+ 
+ bool
+ basic_widget_rep::handle (event ev) {
+-  if (DEBUG_EVENTS) cout << "TeXmacs] " << ev << "\n";
++//  if (DEBUG_EVENTS) cout << "TeXmacs] " << ev << "\n";
+   // " ---> " << widget(this) << "\n";
+   if (attached ()) win->set_origin (ox, oy);
+   switch (ev->type) {


Index: TeXmacs.spec
===================================================================
RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- TeXmacs.spec	17 Feb 2006 23:23:26 -0000	1.30
+++ TeXmacs.spec	17 Feb 2006 23:47:44 -0000	1.31
@@ -1,6 +1,6 @@
 Name:		TeXmacs
 Version:	1.0.6
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Structured wysiwyg scientific text editor
 
 Group:		Applications/Editors




More information about the scm-commits mailing list