> -!- document -!- > > Copyright 2006 JASSPA. > > Created By : Jon Green > Created : Wed Oct 11 23:32:48 2006 > Last Modified : <061109.2021> > 20060909-2 Patch #1 =================== Patch bundle 5th November 2006 2006-10-10 : src/main.c Fixed NEW under MS-Windows, crashing on start up due to accessing the curFrame which had not been initialized before a screen draw took place from the Window event queue. Inhibit screen access during he construction of the frame. 2006-10-10 : src/winterm.c Fixed the Win32s Windows build which was using a later day windows construct. 2006-10-13 : src/display.c Fixed word wrap horizontal scroll when using a window that is a few characters wider than the fill column. Caused next line to scroll which is very annoying - this is a very old bug! 2006-10-13 : macros/me.emf Macros bailing out when the main menu is disabled on start-up. osd -1 0 returns FALSE which causes the macro execution to terminate. Thanks to Bryan Schofield for identifying this problem. 2006-11-05 : macros/hkjava.emf Updated the highlighting regex for "import" and "package" - Thanks to Bryan Schofield. 2006-11-05 : macros/hksql.emf Updated the highlighting, removed bad token definition - Thanks to Rick Owen. 2006-11-05 : src/*.c,*.gmk Updated source code with fixes for Linux x86_64 build - Thanks to Vincenzo. Bundled as follows and available on the download page: jasspa-mesrc-20060909-2.zip jasspa-metree-20060909-2.zip Contributions ============= 2006-11-09 : myc.emf, mycpp.emf, myjava.emf Doxygen C/C++ and JavaDoc highlighting update. Extend the highlighting of the parameter name in a @param Comment bit ... construct. Addition simply makes the makes the parameter name stand out and is easier to locate and read. Add the files to your ~/.jasspa directory. For C/C++ then Doxygen highlighting should be enabled from M-x major-mode-setup.