******* LTE 2000 Kernel version v.1.9.7.3 ******* Fixed : ======= - LISP LT 2004-2009 : fixes a number of several problems and bugs Improved : ========== - LISP LT 2004-2009 : minor performance improvements and reduced memory consumption - LISP LT 2004-2009 : added undocumented functions (variant) (variant-value) (variant-type) (safearray) (safearray-get-dim) (safearray-get-l-bound) (safearray-get-u-bound) (safearray-type) (safearray-value) (safearray-get-element) (safearray-put-element) ******* LTE 2000 Kernel version v.1.9.7.2 ******* Fixed : ======= - LISP LT 2004-2009 : fixes a problem with GarbageCollection for Lisp programs using DCL dialogs - such Lisp programs could crash - LISP LT 2004-2009 : fixes a bug in (cvunit) function, which showed a wrong error message when invalid unit was used - instead of returning NIL - LISP LT 2004-2009 : fixes a bug in (vlax-for) function with particular COM collections - no items of the collection object were accessible Improved : ========== - LT 2007 : now supports _VERNUM = A.209.213 - LT 2008 : now supports _VERNUM = B.219.17 - LISP LT 2004-2009 : major performance improvements (~ 10%...20%), especially for vla/vlax funxtions (50%...500%) - LISP LT 2004-2009 : new version of DEScoder.exe, shrinks Lisp file by ~ 50% before encoding, loading *.des files is now 3 times faster ******* LTE 2000 Kernel version v.1.9.7.1 ******* Fixed : ======= - LISP LT 2004-2009 : fixes a problem with (textbox) function, if "\\U+nnnn" Unicode references were embedded into dynamic strings - LISP LT 2004-2009 : fixes a problem with (vl-get-resource) function - the loaded textfile content was embedded into "(progn...)" by mistake - LISP LT 2004-2009 : fixes a problem with (vla-CopyObjects) function - always NIL was returned - LISP LT 2007-2009 : fixes a problem with (chr) and (ascii) functions when converting characters into numbers and vice versa - LISP LT 2007-2009 : fixes a problem with (ssdel) function - this always returned , where NIL must be returned, if entity is not contained in SelectionSet - LISP LT 2004-2009 : fixes a rare problem, when Lisp errors occured during DCL dialog was active - LISP LT 2004-2009 : fixes a problem with Protected Lisp files, generated by CONVERT shareware utility - LISP LT 2004-2009 : fixes a rare problem with MultiDocument Lisp switching : Lisp engine switched too often - LISP LT 2004-2009 : fixes a rare problem with (vlax-invoke) resp. (vlax-invoke-method), when Lisp list(s) were given as arguments - now they are converted "on-the-fly" to VLA safearray object(s) - LISP LT 2004-2009 : fixes a rare problem with (ssget) function, which could fail if a GarbageCollection was running - LT 2007-2009 : fixes a problem with registering a service and getting service symbol addresses - LT 2007-2009 : fixes a rare problem related to correct command recognition, when same-named ADS and ARX commands were defined by an application - LT 2007-2009 : fixes a file access problem, when LT-Extender is installed on a network server - LT 2007-2009 : fixes some problems with RefEdit command Improved : ========== - LT 2000-2009 : minor improvements to usability in eAttEdit dialog - LISP LT 2004-2009 : switching between drawings is now much faster - LISP LT 2004-2009 : added function (get_diskserialid) to provide a licensing/hardlocking feature for Lisp applications - LISP LT 2004-2009 : major performance improvements by approx. 20%...30% - LT 2007-2009 : several system variables are now also implemented as commands - LT 2009 : initial support for LT 2009 ******* LTE 2000 Kernel version v.1.9.7.0 ******* Fixed : ======= - LISP LT 2004-2008 : fixes a problem with (apply...) function, if the function was given as Lisp variable - LISP LT 2004-2008 : fixes a problem in (vl-filename-mktemp) when multiple NIL arguments were given - LISP LT 2004-2008 : fixes a problem with data type of color values, when returned from (vla-get-...) functions which query for colors of display configuration - LT 2004-2008 : fixes some problems and issues related to profile management - LT 2004-2008 : fixes some problems with XClip command - LT 2004-2008 : fixes a bug in ARX command management which could cause LT to crash Improved : ========== - LISP LT 2004-2008 : implemented (vlax-map-collection) - LISP LT 2004-2008 : implemented true functionality for (alloc) and (expand) - before, these were placebo functions - LT 2000-2008 : _Compile command is now able to compile all types of shape files (except BigFont shape files) - LT 2000-2008 : _Load command now correctly recognises textfont shape files - LT 2007-2008 : improved ARX application compatibility for certain types of ARX applications ******* LTE 2000 Kernel version v.1.9.6.9 ******* Fixed : ======= - LISP LT 2004-2008 : fixes a problem with vla/vlax functions, when accessing external objects like Excel, Access etc. - LISP LT 2004-2008 : fixes a problem with (eq) function : comparing entity names, selection sets, file and other vector objects failed - LISP LT 2004-2008 : fixes a problem with (vl-string-subst) - some part of the string were damaged - LISP LT 2004-2008 : fixes a problem with (vl-position) function - nil list was not accepted and caused an error - LISP LT 2004-2008 : fixes a problem with (vl-string-left-trim) and (vl-string-trim) Improved : ========== - LT 2007/2008 : overall performance improvements, especially for command calls (command ...) - LT 2008 : now also supports _VERNUM=B.217.0 - LT 2000-2008 : _LOAD command is now able to load UNIFONT shape files (*.shx) ******* LTE 2000 Kernel version v.1.9.6.8 ******* Fixed : ======= - LISP LT 2004-2008 : (repeat n ...) function now expects to be an integer value; real values are not supported, to ensure AutoLisp compatibility - LISP LT 2004-2008 : fixes a problem with resbuf lists returned to Lisp, when dotted pairs were included in nested resbuf lists - LISP LT 2004-2008 : fixes a problem with old-style (vla-get object "property") - now, the result is returned as in full AutoCAD - LISP LT 2004-2008 : fixes a problem with (autoload) function - LISP LT 2004-2008 : fixes a problem when 2D points were returned from Arx functions - those points were always treated as 3D points - LISP LT 2004-2008 : fixes a problem with (substr) function - last argument can be nil, for "end-of-string" - LISP LT 2004-2008 : fixes a problem with (new_dialog) function - last argument can be nil, for start position - LISP LT 2004-2008 : fixes a bug in handling default arguments in (vlax-invoke-method), (vlax-get-property) and related functions imported from type libraries - now such default arguments are processed correctly - LISP LT 2004-2008 : fixes a bug in handling return values in (vlax-get) and (vlax-get-property) - sometimes, a wrong COM data type was used for the return value - LISP LT 2004-2008 : fixes a bug with functions (vlax-put) and (vlax-put-property) - mistakenly, the functions always requested 3 arguments, instead of any number of arguments - LISP LT 2004-2008 : fixes a bug with functions (vlax-variant-change-type) when source and destination type were not compatible - LISP LT 2008 : fixes a problem with loading standard startup Lisp fils (Acad.lsp, AcadDoc.lsp etc.), if a drawing was closed and re-opened - LT 2007/2008 : fixes a problem with BAttMan command - command could hang when started Improved : ========== - LISP LT 2004-2008 : for any Lisp error, the call stack (BackTrace) is automatically displayed to provide better help for Lisp developers - LISP LT 2004-2008 : major performance improvements for most standard AutoLisp and VisualLisp functions, between 20% and 800%, and an average performance speedup of 30%...100% - LISP LT 2004-2008 : exception handling has been improved - now, exception errors are managed like normal Lisp errors, and Lisp engine will continue to work normally - LT 2008 : now supports SP1 for LT 2008 (_VERNUM=B.219.0) incl. HotFix (_VERNUM=B.210.3) ******* LTE 2000 Kernel version v.1.9.6.7 ******* Fixed : ======= - LISP LT 2004-2008 : fixes a problem with Protected Lisp files - LISP LT 2004-2008 : fixes a problem with (vl-cmdf) : the return status was always nil, instead of T (nil only in case of error) - LISP LT 2004-2008 : fixes a problem with (getcorner), (getdist), (nentsel), (nentselp) function - ESCAPE was not properly accepted to cancel - LISP LT 2004-2008 : fixes a rare problem with (mapcar) function - LISP LT 2004-2008 : fixes a minor synchronisation problem with (command) function - LISP LT 2004-2008 : fixes a rare problem related to scope of functions and variables - LISP LT 2004-2008 : fixes a rare problem related to (vl-load-all) function, which could cause LT to hang when a new drawing is opened - LISP LT 2004-2008 : fixes a rare problem related to (eval (apply ...)) code - LISP LT 2004-2008 : fixes a problem with (vlax-make-safearray vlax-vbVariant ...) and (vlax-safearray->list) - LISP LT 2004-2008 : fixes a number of problems with (vlax-import-type-library) - some (vla-get-xxx) access functions were not defined properly - LISP LT 2004-2008 : fixes some general problems with (vla-get/put-xxx) functions - the return data type VARIANT was not properly defined as Lisp value - LISP LT 2004-2008 : fixes a problem in SDI=1 mode - now, all standard Lisp files (Acad.lsp, AcadDoc.lsp etc.) are also loaded - fixes a problem in file dilaog, where an initial folder was not correctly used - fixes a minor problem in "_Compile" command, when shape file *.shp used multiple lines, without , separator - fixes a general problem of "_Compile" in LT 2007/2008 : the generated *.shx file was wrong - fixes a problem with XCip command in LT 2008 : the On/Off options did not work properly Improved : ========== - LISP LT 2004-2008 : added (tablet) function, which was missing before - LISP LT 2004-2008 : added more (vla-xxx) functions to improve compatibilty with Acad 2007/2008 - LISP LT 2004-2008 : several code optimisations to improve performance - LT 2004-2008 : provides first level of re-implementation of ACIS functionality - commands _Union, _Subtract, _Intersect, _Interfere are provided ******* LTE 2000 Kernel version v.1.9.6.6 ******* Fixed : ======= - LISP LT 2004-2008 : fixes a problem with (vlax-property-available-p) function, which could fail sometimes - LISP LT 2004-2008 : fixes a problem with (vlax-method-applicable-p) function, which could fail sometimes - LISP LT 2004-2008 : fixes a problem with (vla-intersect-with) function, when NIL was mistakenly returned if no intersection point is existing; fixed to return a Variant as expected - LISP LT 2004-2008 : fixes a bug with ads_getsym : Lisp data were broken after ads_getsym - LISP LT 2004-2008 : fixes a bug with (vlr-object-reactor) when using :vlr-subObjModified event - LISP LT 2004-2008 : fixes a bug with (vl-catch-all-apply) function, which could sometimes fail with a given function - fixes a few issues related to VisualStyles system variables - LayerP command : LayerP has been redesigned to fix some issues and incomplete layer processing - RefEdit command : fixes a problem with Blocks/Xrefs which "moved" to wrong position when RefEditing - RefEdit command : fixes a problem regarding visible and invisible entities - XClip command : fixes a problem with Blocks/Xrefs which mistakenly "disappeared" after clipping Improved : ========== - LISP LT 2004-2008 : Garbage Collection has been improved, resulting in remarkable performance improvements (up to 3 times faster processing of Lisp lists) - LISP LT 2004-2008 : - improved compatibility for ARX applications running with LT 2008 ******* LTE 2000 Kernel version v.1.9.6.5 ******* Fixed : ======= - LISP LT 2004-2008 : fixes a bug when printing long lists to file - after 2048 (sub-)lists, the print was finished with "..." - LISP LT 2004-2008 : fixes a bug with (vlax-vla-object->ename) function when a non-entity VLA object was given - LISP LT 2004-2008 : fixes a rare (but dangerous) bug in Garbage Collection - LISP LT 2004-2008 : fixes a memory management issue - memory from ADS resbuf lists was not properly released, so memory consumption could grow - LISP LT 2004-2008 : fixes a problem with (getfiled) when default filename was given with image file type filter - LISP LT 2004-2008 : fixes a problem with (vlisp-import-symbol) and (vlisp-export-symbol) functions - LISP LT 2004-2008 : fixes a problem wrong parameter transfer from Lisp to COM in vla/vlax functions - RefEdit command : fixes an issue when editing block inserts inside an XRef - the block drawing file was not updated - RefEdit command : fixes an issue when editing nested XRefs/Blocks - rotated XRefs/Blocks were moved to wrong position - RefEdit command : fixes an issue when "undeleted" entities were locked for selection, if "Lock entities not in workingset" option was active - XClip command : fixes a number of minor issues Improved : ========== - LISP LT 2004-2008 : improved memory management, faster document switching, minor overall performance improvements - Added support for command line switch /ld to load ARX modules at startup - Image Manager : re-attaching a lost/moved image is now much easier - simply use Browse button - added support for AutoCAD LT 2007 SP2 (_VERNUM A.209.0) - added support for AutoCAD LT 2008 (_VERNUM B.51.0) ******* LTE 2000 Kernel version v.1.9.6.4 ******* Fixed : ======= - LISP LT 2004-2007 : fixes a bug with (apply 'command ...) syntax - LISP LT 2004-2007 : fixes a bug with (equal) function when list arguments were used - LISP LT 2004-2007 : fixes a bug with (equal) function when dotted-pair arguments were used - LISP LT 2004-2007 : fixes another issue with (equal) function when using optional [fuzz] argument - LISP LT 2004-2007 : fixes a minor compatibility issue with non-regular Lisp files (using wrong PAUSE symbol) - LISP LT 2004-2007 : fixes a wrong calculation in (rem ...) function - LISP LT 2004-2007 : fixed an issue with (vl-acad-undefun) - LISP LT 2004-2007 : fixes an incomplete type checking in (vla-GetXData) function - LISP LT 2004-2007 : fixes some compatibility issues with (vla-xxxx) functions - LISP LT 2004-2007 : fixes a problem with (defun-q c:xxx () ...) - command definitions were not recognised as commands - LISP LT 2004-2007 : fixes a problem with memory management and Garbage Collection - the memory consumption could permanently grow - LISP LT 2007 : fixes an issue related to loading of Protected Lisp file - fixes another minor issue with XOpen command, when block inserts inside XRefs were selected - fixes a bug in REFEDIT command : sometimes, added/removed entities could disappear - fixes a bug in XCLIP command : using entity as clipping boundary failed on non-World UCS - fixes a bug in XCLIP command : clipped Xrefs are now automatically redrawn properly - fixes a bug in XCLIP command : selecting XRefs could fail if clip boundary was set to OFF or deleted Improved : ========== - LISP LT 2004-2007 : functions (vlisp-import-symbol), (vlisp-export-symbol) and (vlisp-import-exsubrs) have been added - LISP LT 2004-2007 : (vlax-dump-object) function has been fully implemented - LISP LT 2004-2007 : Persistent Lisp reactor functions (vlr-pers) and (vlr-pers-xxx) have been implemented ******* LTE 2000 Kernel version v.1.9.6.3 ******* Fixed : ======= - LISP LT 2004-2007 : fixes some issues with (apply ...) function - LISP LT 2004-2007 : fixes some issues with (function...) function - LISP LT 2004-2007 : fixes a bug with (equal) function when list arguments were used - LISP LT 2004-2007 : fixes a bug with 1071-1079 long integer data in XED data - LISP LT 2004-2007 : fixes wrong output of (vl-princ-to-string) function - LISP LT 2004-2007 : fixes a bug when a Lisp data list is used as argument for (vla-xxx) functions is used - LISP LT 2004-2007 : fixes a bug in MDI management - fixes a bug in XOpen command - nested XRefs were not opened Improved : ========== - LISP LT 2004-2007 : Lisp function (vlax-import-type-library) has been implemented - LISP LT 2004-2007 : default maximum memory usage has been reduced to ~250 MB ******* LTE 2000 Kernel version v.1.9.6.2 ******* Fixed : ======= - LISP LT 2004-2007 : fixes a bug in vlax-invoke-method function with particular argument parameters - LISP LT 2004-2007 : fixes a bug in (equal...) function, when list arguments were used - LISP LT 2004-2007 : fixes a bug with "!LispVar" notation when used in script files - values were printed, but not returned to command input - LISP LT 2004-2007 : fixes a bug in MDI Lisp core management - LISP LT 2004-2007 : fixes a bug in internal Lisp error processing - LT 2007 : fixes a problem related to recognition of Alias definitions (acadlt.pgp) - LT 2007 : fixes some problems with Hatch dialog using GradientHatches page - LT 2007 : fixes a problem with ARX applications using acedRegFunc() to register functions and commands - LT 2007 : fixes a problem related to unloading ARX modules - LT 2004-2007 : fixes some timing problems related to ARX applications sending Lisp expressions - LT 2004-2007 : fixes a wrong result in (equal...) function, when arguments are lists - fixes a problem with non-uniformly scaled block/xref references introduced in last LTE build Improved : ========== - LISP LT 2004-2007 : updated predefined Lisp constants defined by COM interface ******* LTE 2000 Kernel version v.1.9.6.1 ******* Fixed : ======= - LISP LT 2004-2007 : fixes a bug in (vlax-safearray-put-element) - LISP LT 2004-2007 : fixes a bug in several vla/vlax functions related to parameters given as symbol and string - fixes a problem with command recognition in non-English and non-German LT 2007 - fixes several issues and bugs related to LT 2007 - fixes some minor issues related to XOPEN command - fixes a problem with non-uniformly scaled block/xref references in REFEDIT command - fixes a bug in LTSetup.exe tool, which registered a wrong support path in LT 2000-2006 Improved : ========== - improved compatibility for LT 2007 - several new technologies provide improved ARX compatibility for all LT 2000-2007, which allows to run ARX applications that failed before ******* LTE 2000 Kernel version v.1.9.6.0 ******* Fixed : ======= - LISP LT 2004-2006 : fixes a problem with huge numbers in (fix) and (rem) functions - LISP LT 2004-2006 : fixes a wrong calculation problem in (fix) function - LISP LT 2004-2006 : fixes a rare problem with EED string data in old Lisp applications - LISP LT 2004-2006 : fixes an issue related to (vl-catch-all-apply) function and related error management - LISP LT 2004-2006 : fixes a minor management error related to VLA (COM) objects - LISP LT 2004-2006 : fixes a bug when processing '(10 11 ...) point lists in (command...) function - LISP LT 2004-2006 : fixes a hang-up problem, if a hard error (_execString) happened when DCL dialog was active - BATTMAN command : fixes a calculation bug for attribute positions with Sync function - fixes some minor issues related to XOPEN command Improved : ========== - initial support for LT 2007 has been added ******* LTE 2000 Kernel version v.1.9.5.1 ******* Fixed : ======= - LISP LT 2004-2006 : fixes a minor incompatibility with (reverse) function - LISP LT 2004-2006 : fixes a performance issue with (vl-sort) function with very long lists - LISP LT 2004-2006 : fixes a problem with (member x list) function when x uses a data type which is not present in list - fixes a problem with -Image command, not working a commandline, instead using file dialog - fixes a bug in _MLine command, when used from Lisp or Arx using (commnd) function - last input point was ignored - fixes a problem with incomplete un-installation of LT-Extender Improved : ========== ******* LTE 2000 Kernel version v.1.9.5.0 ******* Fixed : ======= - LISP LT 2004-2006 : fixes a rare problem with (read ) when contains trailing ) characters - LISP LT 2004-2006 : fixes a problem with (< ...), (<= ...), (> ...), (>= ...) functions, if NIL arguments were given - LISP LT 2004-2006 : fixes a very rare and strange problem with GarbageCollection and MemoryManagement, which caused an "_execString" LISP exception very rarely - BATTMAN : fixes a bug with re-ordering block attributes; after changing the order, attributes were deleted Improved : ========== - DXBIN command has been implemented - COMPILE command has been implemented (shp->shx) ******* LTE 2000 Kernel version v.1.9.4.9 ******* Fixed : ======= - LISP LT 2004-2006 : fixes a problem with GarbageCollection and memory management in LISP engine - LISP LT 2004-2006 : fixes a problem with local and global functions' scope - LISP LT 2004-2006 : fixes a problem with VLA object names given as NIL inside object reactors - LISP LT 2004-2006 : fixes a problem with some kinds of mapcar/function combinations - LISP LT 2004-2006 : (getvar) and (setvar) now also accept symbols like 'clayer as system variables - LISP LT 2004-2006 : fixes a problem with | pipe symbol when used as part of symbol names like |varname - LISP LT 2004-2006 : fixes a problem in SDI=1 mode, when Acad.lsp, AcadDoc.lsp etc. were not loaded - LAYOUTREGENCTL system variable is now correctly managed for all opened drawings - BATTMAN command : fixes a attribute positioning problem after changing attribute properties - ALIGN command has been finally fixed - fixes a timing problem between startup script files and LTE system initialisation - fixes a problem with command repetition in LT 2006, when right-click was customized to non-contextmenu Improved : ========== - LISP LT 2004-2006 : functions (ismnugrploaded), (bpoly) and (bhatch) have been added ******* LTE 2000 Kernel version v.1.9.4.8 ******* Fixed : ======= - LISP LT 2004-2006 : fixes a problem with local and global functions, introduced with v1.9.4.7 Improved : ========== - ******* LTE 2000 Kernel version v.1.9.4.7 ******* Fixed : ======= - fixes a rare command recognition fault in LT 2004-2006 - fixes a calculation error related to cut operations in MLEdit command - LISP LT 2004-2006 : fixes a wrong indexing method in (vl-sort-i ...) function - LISP LT 2004-2006 : fixes a rare scope problem with same-named local and global functions Improved : ========== - LISP LT 2004-2006 : all (vla-...) functions are now implemented - see reference list in download section ******* LTE 2000 Kernel version v.1.9.4.6 ******* Fixed : ======= - fixes a major problem related to setvar/getvar functions from Lisp and Arx in LT 2000-2002 - fixes a problem with _Publish command in LT 2005 and LT 2006 - fixes a problem in 3DV/3dOrbitView, when window was maximized - LISP LT 2004-2006 : fixes a bug with empty string input at (command...) function : (command "") - LISP LT 2004-2006 : a few bugs regarding data transfer from LISP to ADS/ARX has been fixed - LISP LT 2004-2006 : fixes some minor issues related to (eq...) and (assoc..) functions - LISP LT 2004-2006 : fixes a wrong calculation for (atan...) function, if 2 arguments are used Improved : ========== - LISP LT 2004-2006 : minor performance improvements - LISP LT 2004-2006 : more vla/vlax Lisp functions implemented - REGENAUTO command has been implemented - BAttMan "Sync" and "Sync Sel" functions now also synchronize attribute positions - more options have been added to "LTE Options" page (options dialog) ******* LTE 2000 Kernel version v.1.9.4.5 ******* Fixed : ======= - LISP LT 2004-2006 : fixes a problem with (command PAUSE) function - LISP LT 2004-2006 : fixes a rare problem with DCL dialog management - LISP LT 2004-2006 : fixes a rare problem data transfer between LISP and ARX - LISP LT 2004-2006 : fixes some problems with (fix) and (rem) functions - LISP LT 2004-2006 : fixes a rare problems with (done_dialog) DCL management functions - LISP LT 2004-2006 : fixes some problems with (write-xxx) and (read-xxx) and (print) functions, if file descriptor was nil - fixes a rare problem related command recognition (hatch) - fixes the UCS for new paperspace viewports to be the current modelspace UCS - fixes some problems with "Lisp inside Script files" Improved : ========== - LISP LT 2004-2006 : provides (trace) and (untrace) functions - LISP LT 2004-2006 : provides (debug t/nil) and (break msg) functions to activate LISP debugger - LISP LT 2004-2006 : improved speed for switching the Lisp engines when switching between documents - LISP LT 2004-2006 : slightly improved overall performance - LISP LT 2004-2006 : now supports BricsCad's "Encrypted Lisp" files - Command ImageAdjust : now offers options for "Display" and "Transparency" properties ******* LTE 2000 Kernel version v.1.9.4.4 ******* Fixed : ======= - Bug in MLine command could cause crashes when MLine command is used in LISP or ARX commands - LISP LT 2004-2006 : fixes a problem with (princ), (print) and (prin1) functions when used during command execution - LISP LT 2004-2006 : fixes a minor incompatibility when using (findfile...) with folder names - LISP LT 2004-2006 : fixes a minor incompatibility when using (vlax-get-property...) with more than 2 arguments - LISP LT 2004-2006 : fixes a synchronisation issue in "MultiDocument LISP" management Improved : ========== - improved support for CADRaster LTX (by Tessel) for correct cooperation with LTE ******* LTE 2000 Kernel version v.1.9.4.3 ******* Fixed : ======= - LISP LT 2004-2006 : fixes an issue in (vlax-safearray-fill) when using VLA objects to fill ******* LTE 2000 Kernel version v.1.9.4.2 ******* Fixed : ======= - LISP LT 2004-2006 : fixes wrong LISP re-initialization in SDI mode (loaded Lisp files were "lost") - LISP LT 2004-2006 : (vlax-curve-xxx) functions now also accept entity names as arguments (not only vla objects) - LISP LT 2004-2006 : fixes a problem when transfering points or point lists from ADS/ARX to LISP via invoke function - LISP LT 2004-2006 : (vlax-read-enabled-p), (vlax-write-enabled-p) and (vlax-erased-p) now also accept classic entity names (enames) - LISP LT 2004-2006 : fixes an exception error related to some (vla-xxxx) functions - LISP LT 2004-2006 : fixes a timing problem in (vlr-document-xxxx) reactor functions which could cause memory exceptions - LISP LT 2004-2006 : fixes a bug in (vla-save) function - LISP LT 2004-2006 : fixes a bug with commands defined by Lisp (C:XXX) : picking no entities did not automatically open the selection window - fixes a bug with command recognition in LT 2000 and LT 2000i - bug in MInsert command has been fixed : X/Y/Z scaling was not used for MInsert entity - bug in -VPorts command has been fixed : the default/preset viewport scale (i.e. from VPorts toolbar) is now used for Viewport entities - bug in -VPorts command has been fixed : option now calculates viewport dimensions correctly - bug in EAttEdit fixed : inserts with different attributes' structure compared to block definition caused incomplete dislay of insert attributes Improved : ========== - support for shape entities has been added : commands LOAD, SHAPE are implemented now - LISP LT 2004-2006 : (vlax-safearray-fill) function has been implemented ******* LTE 2000 Kernel version v.1.9.4.1 ******* Fixed : ======= - LISP LT 2004-2006 : fixes some problems with vbBoolean data type for vla/vlax functions Improved : ========== - Support for LT 2006 SP1 has been added (_VERNUM Z.77.0) ******* LTE 2000 Kernel version v.1.9.4.0 ******* Fixed : ======= - LISP LT 2004-2006 : fixes an issue related to (ssadd) and (ssdel) Lisp functions - LISP LT 2004-2006 : fixes an issue related to (fix) function - LISP LT 2004-2006 : fixes an issue related to sending Lisp data to ADS/ARX - LISP LT 2004-2006 : fixes a rare issue with (eval...) function - LISP LT 2004-2006 : fixes a rare issue with (prin1...), (princ...), (print...) functions - LISP LT 2004-2006 : fixes some issues related to mapcar/lambda code constructions - LISP LT 2004-2006 : fixes an issue with (findfile) function related to Windows Temp folder - fixes an issues with selecting entities on locked layers - fixes some minor issues related to Lisp expressions inside menus - fixes some timing problems with Lisp and LT 2000-2002 - fixes a major fault in ARX compatibility which prevented some ARX applications from loading properly - fixes a bug in _RefEdit command, which sometimes could cause a general exception error Improved : ========== - LISP LT 2004-2006 : (acdimenableupdate) function has been implemented - LISP LT 2004-2006 : (acet-layerp-mode) and (acet-layerp-mark) functions have been implemented - LISP LT 2004-2006 : (acet-ms-to-ps) and (acet-ms-to-ps) functions have been implemented - LISP LT 2004-2006 : more VLA/VLAX constants are implemented - some minor compatibility improvements for ARX applications added - new command _GRADIENT added for LT 2004-2006 ******* LTE 2000 Kernel version v.1.9.3.9 ******* Fixed : ======= - LISP LT 2004-2006 : fixes a problem with incomplete (command...) expressions - LISP LT 2004-2006 : fixes a problem with empty filter list in (ssget...) - LISP LT 2004-2006 : fixes a problem with wrong data in (entget) list for LWPOLYLINE and VIEWPORT objects - fixes some issues with RefEdit of MInsert objects, and inside PaperSpace - fixes an issue related long-integer data being damaged in resbuf data lists of LISP+ARX applications - fixes a problem with _LayerP/_LayerPMode commands in first drawing opened - fixes a scaling problem when inserting special JPG images Improved : ========== - more vla/vlax functions implemented for LISP LT 2004-2006 - much more vla/vlax Lisp functions implemented for LISP LT 2004-2006 - first level of ActiveX/COM support has been added (still Beta state) ******* LTE 2000 Kernel version v.1.9.3.8 ******* Fixed : ======= - fixes a problem with comments in script files - fixes a minor problem with MultiDocument LISP processing - fixes missing evaluation of S::STARTUP function - fixes a problem with command recognition - fixes a problem with undocumented syntax of (initget) Lisp function - fixes a problem with recognition of octal characters (\nnn) inside strings - fixes problems with LTE dialogs displaying Far-Eastern character-sets Improved : ========== - a few minor compatibility improvements for ARX and LISP - more vla/vlax functions implemented for LISP LT 2004-2006 - command LAYOUTREGENCTL (LT 2000 i and higher) implemented - LTE Options page now offers settings for LAYOUTREGENCTL ******* LTE 2000 Kernel version v.1.9.3.7 ******* Fixed : ======= - fixes a major ARX compatibility problem; related to ARX-ARX and LISP-ARX-LISP communication - fixes some problems with 3dOrbit command family and with Lense command - fixes a problem in LISP LT 2004-2006 with Far-Eastern Windows versions (Japanese/Chinese/Korean) - fixes a compatibility error in DCL window management in LISP LT 2004-2006 - fixes a problem with some ExpressTools commands : XList, NCopy, BExtend, BTrim - fixes a problem with BAttMan command, related to blocks with multiple attribute tags - fixes a bug in MLStyle command : adding more line elements to ML style sometimes failed - fixes some minor issues related to ExpressTools OverKill command Improved : ========== - improved ARX compatibility, improved timings for LT startup - LTE Options page now has an option to deactivate MultiDocument-Lisp for troubleshooting ******* LTE 2000 Kernel version v.1.9.3.6 ******* Fixed : ======= - fixes a bug in LISP LT 2004-2006 (i.e. LMAN command) - fixes a calculation error with XClip using scaled blocks/xrefs - fixes an issue with XClip->Polygonal, when picking polygon points Improved : ========== - DBLCLKEDIT command added for LT 2000 - new "LTE Options" page inside LT Options dialog available, to manage DoubleClick and more ******* LTE 2000 Kernel version v.1.9.3.5 ******* Fixed : ======= - fixes some error in RefEdit command related to Text/MText entities - fixes an error in RefEdit command related to associative Hatches - fixes a minor problem with 3dOrbit command family in LT 2006 (with "Dynamic Input" active) - LISP LT 2004-2006 : fixes some initialisation and timing problems regarding "Per-Document" feature - fixes some minor problems in ExpressTools support - fixes a "lock-up" problem related to AccuRender Improved : ========== - new command added : _Lense : opens a "3D Magnifier Glass" window, which shows area around crosshair cursor using defined area, zoom scale and shademode ******* LTE 2000 Kernel version v.1.9.3.4 ******* Fixed : ======= - fixes a minor issue with "extrim" command in ExpressTools - fixes some issues with "overkill" command in ExpressTools - fixes an rare incompatibility with (apply...) function - fixes a minor issue with script processing - fixes a minor problem with startup script files (command line option /b) in LT 2000-2002 - fixes a scaling error in _Align command Improved : ========== - "Lisp-Per-Document" has been improved : faster switching between drawings - LISP expressions are now available for both menu and command line => LISP at command line is only a first approach - we suggest using LISP prompt (LISP command) ******* LTE 2000 Kernel version v.1.9.3.3 ******* Fixed : ======= - fixes a calculation issue in Align command - fixes some issues in BAttMan command - fixes an issue with (/=) function in LISP LT 2004-2006 Improved : ========== - "LT-Extender" has been updated for LT 2006 - "LT-Profiles-Manager" has been updated for LT 2006 - "AutoCAD Simulation" has been updated for LT 2006 - "CADvent LT-Enabler" has been updated for LT 2006 - "LISP LT 2004-2006" now works "per-document" as original AutoLisp; each drawing has its own LISP space - (defun-q), (vl-load-all), (vl-bb-xxx) and related functions have been updated for "per-document" Lisp feature ******* LTE 2000 Kernel version v.1.9.3.2 ******* Fixed : ======= - finally fixes some problems related to Script file processing - now, the original _Script command is used again - fixes a problem with color dialog when invoked by LISP LT 2004/2005 - fixes a minor problem with locally defined variables and defun in LISP LT 2004/2005 Improved : ========== - "AutoCAD Simulation" has been improved - updated CADvent LT-Enabler with improved installation ******* LTE 2000 Kernel version v.1.9.3.1 ******* Fixed : ======= - fixes one more calculation error in _Align command - fixes a minor ARX compatibility issue (i.e. ObjectDCL was affected) - fixes a minor issue related to GradientHatch function - fixes a major issue related to (subst) function in LISP LT 2004/2005 - fixes a problem with LISP representation of 32-Bit integer numbers in LISP LT 2004/2005 Improved : ========== - improved compatibility for ARX applications (MOSS-MX, MagiCAD, and more) - implements a workaround for a LT 2005 problem related to CECOLOR system variable - all vlax-ldata-xxx functions are implemented for LISP LT 2004/2005 - MLEdit command available - not all functions currently implemented yet - new commands : MLModi and -MLModi to modify properties of existing MultiLines ******* LTE 2000 Kernel version v.1.9.3.0 ******* Fixed : ======= - fixes a minor issue related to Image/Detach command - fixes a minor problem in ARX/LISP compatibility when loading, unloading and reloading ARX files which define LISP functions and commands Improved : ========== - all vlax-curve-xxx functions are implemented for LISP LT 2004/2005 - GradientHatches are implemented in BHATCH and HATCHEDIT commands ******* LTE 2000 Kernel version v.1.9.2.9 ******* Fixed : ======= - fixes several issues related to LISP and ARX compatibility - fixes some problems with -VPORTS/MVIEW command in non-English LT versions Improved : ========== ******* LTE 2000 Kernel version v.1.9.2.8 ******* Fixed : ======= - fixes an ARX compatibility problem with "SendStringToExecute" when sending Lisp expression in LT 2004/2005 - fixes a stability problem with Lisp reactors in LISP LT 2004/2005 - fixes missing HEIGHT command prompt in BOX command - fixes some issues in VLR LISP reactor functions (command and dwg reactors) - fixes an issue with command recognition, introduced in previous LTE Kernel build, unfortunately - fixes an error in ALIGN calculation Improved : ========== ******* LTE 2000 Kernel version v.1.9.2.7 ******* Fixed : ======= - fixes several compatibility issues related to ARX and LISP LT 2004 - fixes keyboard input on ACI color page in color dialog - fixes a problem related to (grread) Lisp function - fixes an inactive icon in LTE toolbar - fixes an issue in LTE "AutoStart Application" list Improved : ========== ******* LTE 2000 Kernel version v.1.9.2.6 ******* Fixed : ======= - fixes an issue with (mapcar 'set ...) function in LISP LT 2004/2005 (i.e. effected the Spanner tool) - fixes a problem with Align command when UCS is not set to "World" Improved : ========== - AutoCAD-Simulation has been improved to support more installers ******* LTE 2000 Kernel version v.1.9.2.5 ******* Fixed : ======= - fixes a problem with callback function in (vlr-object-reactor) to LISP LT 2004/2005 - fixes a problem with DIESEL expressions in ConvertMNU.exe tool - added ACI color index 9 to color dialog (forgotten before) - fixes a problem in command repetition when commands were started from menu Improved : ========== - several compatibility improvements for LISP and ARX interfaces - added undocumented LISP function (fnsplitl) for LISP LT 2004/2005 - added SETENV/GETENV commands for LISP compatibility - UCSVP command and systemvariable are redesigned to provide UCS-per-Viewport feature - MLSTYLE command has been added ******* LTE 2000 Kernel version v.1.9.2.4 ******* Fixed : ======= - fixes several issues related to LISP LT 2004/2005 - fixes some problems related to script file processing Improved : ========== - several compatibility improvements for LISP and ARX interfaces - EAttEdit now offers Visibility switch for attributes - -VPorts and MView commands re-implemented to provide polygonal and entity-based viewports ******* LTE 2000 Kernel version v.1.9.2.3 ******* Fixed : ======= - fixes a calculation issue in _Slice command - fixes several issues related to LISP LT 2004/2005 Improved : ========== - several performance improvements and better compatibility for LISP LT 2004/2005 - LTE now provides full TrueColor support for LT 2004/2005, including CMYK color space and custom color books - CECOLOR system variable and command updated for TrueColor support ******* LTE 2000 Kernel version v.1.9.2.2 ******* Fixed : ======= - fixes a minor issue related to union, subtract, interesect commands - fixes a minor issue related to synchronisation of 3dClip dialog within 3dOrbitView - fixes a rare instability bug related to special kind of autoloading Lisp and Arx programs - fixes a crash related to trim and other commands, when editing in a new, unsaved drawing - fixes a DCL management issue related to predefined OK/CANCEL/HELP buttons - fixes some minor issues with LISP LT 2004/2005 - fixes some problems with Script command - fixes a problem with RefEdit Improved : ========== - (vl-catch-all-xxxx) functions now behave exactly as original AutoLisp functions - "external" Lisp functions (align), (mirror3d), (rotate3d) have been implemented - improved compatibility for command "arx" and Lisp function (arx) ******* LTE 2000 Kernel version v.1.9.2.1 ******* Fixed : ======= - several technical issues related to Lisp and Arx interfaces are fixed - fixes a minor stability problem related to Lisp SelectionSets has been fixed - an ARX/Lisp data transfer problem has been fixed - an ARX compatibility problem with LT 2000i and LT 2002 has been fixed Improved : ========== - ARX and LISP compatibility have been improved in many details - improved findfile for Lisp and ARX applications - Performance improvements for LISP LT 2004/2005 - LISP LT 2004/2005 : running Lisp code can be cancelled by Escape now ******* LTE 2000 Kernel version v.1.9.2.0 ******* Fixed : ======= - several technical issues related to Lisp and Arx interfaces are fixed - fixes a minor stability problem related to Lisp commands - fixes some problems related to startup of LT and LTE - fixes a calculation bug in XClip command on rotated blockx/xrefs - fixes a problem in 3dOrbit command, when used inside paperspace viewport - MLine command fixed : first segment was not drawn in ortho mode if ortho is On Improved : ========== - ARX and LISP compatibility have been improved in many details - undocumented "_Del" (delete file) command is implemented - Performance improvements for LISP LT 2004/2005 - LISP LT 2004/2005 : VL Lisp reactor functions are implemented (vlr-....); will be continued with vla/vlax-... functions coming soon ******* LTE 2000 Kernel version v.1.9.1.0 ******* Fixed : ======= - a major stability error has been fixed, causing LT 2002-2005 to crash - a major memory management error in LISP LT 2004/2005 has been fixed - a large number of several issues related to Lisp, Arx, and commands is fixed - fixes a problem with NEW/QNEW/OPEN in script files - some minor issues with 3dOrbit and ReferenceEdit are fixed Improved : ========== - ARX and LISP compatibility have been improved - performance of LISP LT 2004/2005 and overall performance of LT has been improved - commands _undefine/_redefine for better Lisp/Arx compatibility have been implemented - 3dOrbit and 3dOrbitView now use preselected entities - 3dOrbitView now allows to reselect entities from inside view dialog - MLine command has been implemented (MlEdit and MlStyle will follow) ******* LTE 2000 Kernel version v.1.9.0.1 ******* Fixed : ======= - LTE Kernel uses completely new technology for better stability - fixes some problems related to command recognition - large number of bugs and issues related to LISP LT 2004/2005 are fixed - fixes several issues related to command recognition in LT 2005 - fixes a stability error with LT 2005 - fixes a strange LTE error message when plotting/publishing in Background mode - fixes calculation error for Center/Apex point option in Cylinder/Cone ACIS commands - fixes the problem with empty DWF plots (aceplotx.arx was not loaded) in all LT versions - fixes several problems with Lisp and Command recognition from inside script files - fixes problems with Alias recognition (Aclt.pgp and Acad.pgp) - fixes several problems with script files - fixes some issues related to 3dOrbit and 3dOrbitView - fixes some issues related to (mapcar), (lambda) and (command) functions (LISP LT 2004/2005) - fixes a problem with RefEdit in LT 2000 - fixes an ARX compatibility problem with LT 2000 Improved : ========== - supports LT 2005 and 30-Days-Trial versions now - several compatibility improvements for ARX and LISP applications - (LT 2004 LISP) several compatibility improvements for LISP LT 2004/2005 - more commands provided by LTE Kernel : BattMan, EAttEdit, LayerP, LayerPMode, 3DOrbitView - 3D Orbit commands completely implemented - 3D Orbit Viewer fixed and completed - Shademode command improved (no regens anymore) - added native Profile management in LT options dialog (LT 2004/2005 only) - added improved Reference Edit commands (RefEdit, -RefEdit, RefSet, RefClose) - allows Lisp usage from inside script files (LT 2004/2005) - several compatibility improvements for ARX - added TRACE command for all LT 2000-2005 - added ACIS commands for LT 2004/2005 : box, wedge, cylinder, cone, torus, sphere - MInsert command reworked : now available for Lisp and Arx applications