From 55f81c7a68dba3bb74e99056ddae23277bc5a4b0 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 28 Aug 2002 21:40:06 +0000
Subject: [PATCH] doc transpi

---
 Fltk/Colorbar_Window.cpp | 6 +++---
 doc/VERSIONS             | 5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Fltk/Colorbar_Window.cpp b/Fltk/Colorbar_Window.cpp
index 61f7df7862..498190f2ec 100644
--- a/Fltk/Colorbar_Window.cpp
+++ b/Fltk/Colorbar_Window.cpp
@@ -1,4 +1,4 @@
-// $Id: Colorbar_Window.cpp,v 1.26 2002-08-28 17:55:12 geuzaine Exp $
+// $Id: Colorbar_Window.cpp,v 1.27 2002-08-28 21:40:06 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle
 //
@@ -288,8 +288,8 @@ void Colorbar_Window::redraw_range(int a, int b){
      fl_draw(    "move or rotate colormap", xx1,yy0+(i+1)*font_height); i++;
      fl_draw("up, down", xx0,yy0+(i+1)*font_height); 
      fl_draw(    "modify color curvature", xx1,yy0+(i+1)*font_height); i++;
-     //fl_draw("Ctrl+up, Ctrl+down", xx0,yy0+(i+1)*font_height); 
-     //fl_draw(    "modify alpha curvature", xx1,yy0+(i+1)*font_height); i++;
+     fl_draw("Ctrl+up, Ctrl+down", xx0,yy0+(i+1)*font_height); 
+     fl_draw(    "increase or decrease alpha channel", xx1,yy0+(i+1)*font_height); i++;
      fl_draw("i, Ctrl+i", xx0,yy0+(i+1)*font_height); 
      fl_draw(    "invert x or y range", xx1,yy0+(i+1)*font_height); i++;
      fl_draw("b, Ctrl+b", xx0,yy0+(i+1)*font_height); 
diff --git a/doc/VERSIONS b/doc/VERSIONS
index abc90b5185..1c8d42cd8f 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,4 +1,4 @@
-$Date: 2002-08-14 17:49:03 $
+$Date: 2002-08-28 21:40:06 $
 
 New in 1.35: Graphical user interface upgraded to FLTK 1.1 (tooltips,
 new file chooser with multiple selection, full keyboard navigation,
@@ -6,7 +6,8 @@ cut/paste of messages, etc.); colors can be now be directly assigned
 to mesh entities; initial tensor visaulization; new keyboard animation
 (righ/left arrow for time steps; up/down arrow for view cycling); new
 VRML output format for surface meshes; new plugin for spherical
-elevation plots; many small bug fixes (read mesh, ...);
+elevation plots; transparency is now enabled by default for
+post-processing plots; many small bug fixes (read mesh, ...);
 
 New in 1.34: Improved surface mesh of non-plane surfaces; fixed
 orientation of elements in 2D anisotropic algorithm; minor user
-- 
GitLab