[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: cnieves
Date: 05/02/13 13:00:10
Modified: . ChangeLog
Log:
Remove "Discard page" button in the page manager.
Revision Changes Path
1.347 +12 -0 eda/geda/devel/gschem/ChangeLog
http://geda.seul.org/cgi-bin/viewcvs.cgi/eda/geda/devel//./ChangeLog.diff?r1=1.346&r2=1.347
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/ChangeLog,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -b -r1.346 -r1.347
--- ChangeLog 12 Feb 2005 01:20:38 -0000 1.346
+++ ChangeLog 13 Feb 2005 18:00:09 -0000 1.347
@@ -1,3 +1,15 @@
+2005-02-13 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
+
+ * include/prototype.h, noweb/x_pagesel.nw:
+ Commented out the code defining the "Discard page" button,
+ so it doesn't appear in the page manager.
+ Added new function "e_gtk_button_new_with_icon" which allows
+ to create a button with a given text, and an icon from the GTK
+ stock. Which is the right file to include such a generic function?
+ If texts like "Add page" are preferred in the buttons, then
+ there is only needed to comment a line, and uncomment another.
+ See the code of pagesel_init pagesel function.
+
2005-02-12 Carlos Nieves Onega <cnieves@xxxxxxxxxx>
* noweb/x_attribedit.nw, noweb/x_dialog.nw, noweb/x_fileselect.nw,