From a69a27d6064676f00c18117d434116f387fb9021 Mon Sep 17 00:00:00 2001 From: GĂ©rard Milmeister Date: Feb 17 2006 23:47:44 +0000 Subject: *** empty log message *** --- diff --git a/TeXmacs-event.patch b/TeXmacs-event.patch index ec39e08..826922c 100644 --- a/TeXmacs-event.patch +++ b/TeXmacs-event.patch @@ -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) { diff --git a/TeXmacs.spec b/TeXmacs.spec index 487559b..3234549 100644 --- a/TeXmacs.spec +++ b/TeXmacs.spec @@ -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