[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: ahvezda
Date: 06/12/04 22:04:31
Modified: . ChangeLog
Log:
Added Control-x, Control-c, and Control-v hotkeys and menu items for
cut buffer, copy buffer, and paste buffer. Fixed a few bugs dealing with
enabling and disabling menu items. Removed the right justification of the
help menu.
Revision Changes Path
1.564 +25 -0 eda/geda/gaf/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
retrieving revision 1.563
retrieving revision 1.564
diff -u -b -r1.563 -r1.564
--- ChangeLog 3 Dec 2006 02:27:11 -0000 1.563
+++ ChangeLog 5 Dec 2006 03:04:30 -0000 1.564
@@ -1,3 +1,28 @@
+2006-12-04 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
+
+ * lib/system-gschemrc.in: Added Control-x, Control-c, Control-v
+ for cut buffer, copy buffer, and paste buffer menu and hotkey
+ items. The paste automatically shows the outline (just like
+ pressing "yp"). Changed the behavior of all the paste menu
+ options to automatically show an outline of the paste buffer
+ (just like pressing "yp"). This should make it more obvious as
+ to what to do when pasting.
+
+ * src/i_basic.c, src/i_callbacks.c: Modified the code to
+ enable/disable the new Cut, Copy, and Paste commands. Also
+ modified the code to properly enable and disable the "Buffer/Paste
+ from X" commands only if there is something in the buffer.
+
+ * src/i_basic.c: Also added the code to enable/disable "Multiple
+ Copy Mode". Also fixed a unused variable compiler warning.
+
+ * src/x_dialog.c: Increased the size of the hotkey char buffer
+ for the hotkey dialog.
+
+ * src/x_menus.c: Removed the right justification of the help menu
+ item since it has gone out of style to have the help menu all the
+ way on the right hand side. Something about usability. :)
+
2006-12-02 Mike Jarabek <mjarabek@xxxxxxxxx>
* include/i_vars.h include/prototype.h src/g_rc.c src/g_register.c
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs