****************************************************************************************************************** Modif : 2015-02-02 ===================== Spice : ======= improve Help commande -> displays model & device parameters ( from any flat model name + any device name ) Increase Cut & Paste Buffer Size from 64 to BSIZE_SP-8 => 512-8 Tools-Motif ============ activate symbol using menu : message box do not clear window (ie : existing view of schematic remain viewable ...) xlibaux_Archives : ================== complete and add System Archive Libraries in xlibaux_Archives . ( Linux : Magia 4 ) update Makefile && development files to use these xlibaux_Archives Libraries instead of /usr/lib Libraries That may help to recompile source files under other Linux distribution . beware : to make dlopen to load Verilog A so libraries , spice should be compiled using "rdynamic" flag .... ex : resulting in for spice : ldd ./src/bin/spice3 linux-gate.so.1 (0xb7721000) libdl.so.2 => /lib/libdl.so.2 (0xb76fa000) libc.so.6 => /lib/i686/libc.so.6 (0xb7542000) /lib/ld-linux.so.2 (0xb7722000) ****************************************************************************************************************** Modif : 2015-02-10 ===================== tsim2.c : trace cmd -> not context window ****************************************************************************************************************** Modif : 2015-02-18 ===================== improve some errors decoding in Verilog A Compiler ******************************************************************************************************************