home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1995 January / amigagames-1995-01.iso / archive / userbox / publicdomain / ged313.lha / Install / data / doc / English / History next >
Text File  |  1995-07-18  |  34KB  |  856 lines

  1. --------------------------------------- 0.91 ----------------------------------
  2.  
  3. NEW
  4.  
  5. + asynchronous memory management
  6. + menu help available
  7. + localized (English/German); WB2.1+ required
  8. + columnar shifting
  9. + ASCII table faster
  10. + file requesters: multi selection supported
  11. + SCREEN/CONFIG keywords introduced
  12. + fall back on SlowLoad, if there are TABs at the beginning of a file
  13. + unlimited number of windows (shared message port)
  14. + unlimited number of folds
  15. + iconify available
  16. + online parenthesis checks (optional)
  17. + online case checks (optional)
  18. + automatic phrase completion (APC) based on user's dictionary
  19. + QuickFunc tables (C, BASIC, PASCAL, ASSEMBLER, ...)
  20. + requester management faster
  21. + SmartIndention after keywords
  22. + new maximum line length: 512 characters
  23. + CUT/PASTE use the clipboard device
  24. + time/date strings according to default format of locale library
  25. + XPK compression support
  26. + internal command management improved (hashing: faster)
  27. + external MakeRefs utility built into the editor
  28. + solid/light TAB's
  29. + columnar insertion of text
  30. + text windows turned into AppWindows
  31. + pick/push implemented
  32. + temporary shanghai available (menu item requester)
  33. + UNDO for current line
  34. + layout functions (block format, ...)
  35. + user keyboard mapping
  36. + backward search implemented
  37. + former Hyper-based help management replaced by AmigaGuide support
  38. + screen is centered
  39. + absolute GOTO (unfolding automatically)
  40. + character set remap
  41. + WordWrap
  42. + go-to-last-change command
  43. + block-based appending of text
  44. + access to environment variables
  45. + saving of settings considerably faster
  46. + ARexx-Port implemented, several examples included
  47. + user file extensions of QuickFunc scanner
  48. + QuickStarter ED
  49. + unlock utility
  50. + installer script
  51.  
  52.  
  53. --------------------------------------- v0.92 ---------------------------------
  54.  
  55. NEW
  56.  
  57. + searching faster (ToUpper()/ToLower() replaced by tables)
  58. + string gadget edit hook
  59. + new gadget look: requester images, default gadgets emphasized
  60. + new ARexx commands/options:
  61.   + command: FREEZE
  62.   + command: PROJECT
  63.   + command: MACRO
  64.   + command: COLON
  65.   + command: REFRESH
  66.   + option:  NONAME  (NEW)
  67.   + option:  HIDE    (BLOCK)
  68.   + option:  STATUS  (REQUEST)
  69.   + option:  STICKY  (UNLOCK)
  70.   + option:  ORDINAL (WINDOW)
  71.   + option:  STEP    (GOTO)
  72.   + option:  AUTO    (FORMAT)
  73.   + option:  TOF     (GOTO)
  74.   + option:  BOF     (GOTO)
  75. + references requester offers GENERATE option
  76. + proportional flag supported by printer configuration
  77. + command requester: list of available commands
  78. + context-sensitive outdention
  79. + project requester
  80. + XPK: password/efficiency supported
  81. + freezing of windows
  82. + new 'magic code' \HOST
  83. + macro recording
  84. + startup macro available
  85. + improved QuickStarter
  86. + automatic usage of current left margin (format)
  87. + CANCEL button added to several requesters
  88.  
  89. ADJUSTMENTS
  90.  
  91. + removed faulty string from MISC requester
  92. + REPLACE/USE in ARexx mode: display refresh was missing
  93. + removed 'GOTO EOL' bug
  94. + PICK command renamed to POP
  95. + renamed ARexx port from GoldED.1 to GOLDED.1
  96. + backup counter set to 0 if user cancels backup request
  97. + handling of several 'magic codes' (\n \t \b) was broken
  98. + improved German catalog (AutoBak: file name now is displayed)
  99. + ARexx: changes of current line were lost after performing the SAVE command
  100. + fixed memory loss
  101. + additional med-res icon set
  102. + improved UnLock utility
  103.  
  104.  
  105. ---------------------------------- 0.93 ---------------------------------------
  106.  
  107. NEW
  108.  
  109. + HotKey commodity support
  110. + new ARexx commands/options:
  111.   + option:  CLOSE   (SCREEN)
  112.   + option:  UNLOAD  (QUIT)
  113.   + command: UJUMP
  114.   + command: DJUMP
  115.   + command: RX
  116.   + command: EVENT
  117.   + option:  DEBUG   (TASK)
  118.   + option:  LIST    (PROJECT)
  119.   + option:  CURRENT (FUNC)
  120.   + option:  QUIET   (LOCK)
  121.   + option:  FIRST   (FIND)
  122.   + option:  MATCH   (BRACKET)
  123.   + option:  CR      (TEXT)
  124.   + option:  BUFFER  (QUERY)
  125.   + option:  TOGGLE  (CODE)
  126.   + option:  SMART   (SAVE)
  127.   + option:  DYNAMIC (TAB, TABS)
  128.   + option:  REGULAR (TAB, TABS)
  129.   + option:  FORCE   (WINDOW)
  130. + added new HIDE Option to GoldED & QuickStarter
  131. + Rico's GUIMake now part of GoldED distribution
  132. + REQUEST command supports underscores
  133. + keyboard cursor control within listviews (OS3.0 required)
  134. + new menu item: matching parenthesis
  135. + each menu item may be linked to a different AmigaGuide database (@ qualifier)
  136. + new macros
  137.   + insert C function body
  138.   + fold marked lines
  139.   + revisions management
  140.   + execute line of text as DOS command
  141. + dynamic TABs
  142. + command help: templates are listed
  143. + Reformat may be turned of while in WordWrap mode
  144. + user may adjust pens (menu color and more)
  145.  
  146. ADJUSTMENTS
  147.  
  148. + now user may type while marking a block
  149. + case conversion used to fail if national characters were involved
  150. + REQUEST command supports multiple lines separated by | or linefeed
  151. + removed potential enforcer hit from WordWrap code
  152. + internal commands now may be lowercase
  153. + national characters (e.g. "ä") used to confuse the COUNT command
  154. + LOAD missed last line of a text if line didn't contain a LF code
  155. + '#' no longer considered as white space character
  156. + keyboard requester: LOAD/SAVE gadgets repositioned
  157. + AutoBackup requester: OK/CANCEL gadgets repositioned
  158. + conversion table MSDOS->Amiga was broken
  159. + improved doubleclick handling within listviews
  160. + view is refreshed after performing a TEXT command
  161. + '\"' no longer considered as string by parenthesis check
  162. + 'width' gadget of layout requester replayed by 'right border' gadget
  163. + RX command fixed
  164. + 'fold all' didn't fold inner folds
  165. + added body text support to string/number requests (REQUEST command)
  166.  
  167.  
  168. ---------------------------------- 0.94 ---------------------------------------
  169.  
  170. NEW
  171.  
  172. + user may set default tool of icons created by GoldED
  173. + SORT faster (2000 lines: 3 seconds instead of several minutes)
  174. + global search across several files
  175. + new ARexx commands/options:
  176.   + command: GREP
  177. + current string gadget is highlighted
  178. + control codes available within string gadgets
  179. + external scan handlers may be added to the QuickFunc requester
  180. + fold markers: quotation marks obsolete
  181.  
  182. ADUSTMENTS
  183.  
  184. + borderless display mode support dropped
  185. + MACRO command: MACRO PLAY LOOPS was broken
  186. + WordWrap: empty lines at end of paragraph are kept
  187. + keyboard requester: improved keyboard listview control
  188.  
  189.  
  190. --------------------------------- 0.95 ----------------------------------------
  191.  
  192. NEW
  193.  
  194. + sub menus are available
  195. + "*" flag indicates changes
  196. + user may select scroller type (2D, 3D, simple)
  197. + new ARexx commands/options:
  198.   + option:  RENAME  (FILE)
  199.   + option:  NEWDIR  (FILE)
  200.   + option:  CURRENT (LAYOUT)
  201.   + option:  ARRANGE (WINDOW): argument expected
  202.   + option:  LOAD/S  (SCREEN)
  203.   + option:  SAVE/S  (SCREEN)
  204.   + option:  BYTE/N  (GOTO)
  205.   + option:  KEY/S   (REQUEST)
  206.   + command: EXTRACT
  207.   + command: HUNTER
  208.   + command: SEARCH  (FILE)
  209. + FastScroll mode
  210. + ChunkyPixel option offered by display mode requester
  211. + new pens: user may set menu text and menu border to different colors
  212. + memory usage estimation before loading a text (will give warnings)
  213. + automatic usage of SlowLoad, if insufficient continuous memory
  214. + shortcut of symbol gadgets without label text defaults to space
  215. + most requester may be canceled by ESC
  216. + menu requester: list of unused shortcuts
  217. + horizontal window arrangement
  218. + file hunter (move cursor over file name to make GoldED search that file)
  219. + search/replace history
  220. + event requester supports assignment of multiple commands
  221. + HiSpeed: 'faces down' option
  222. + HiSpeed: US-letter/US-legal available
  223. + faster startup
  224. + global search (FGREP) faster: Boyer-Moore algorithm
  225. + improved dictionary requester
  226. + user may specify clipboard unit
  227.  
  228. ADJUSTMENTS
  229.  
  230. + files menu (rename, delete): multiselection supported
  231. + improved low-memory handling (delayed 'another try' option)
  232. + fixed handling of file comments
  233. + SCREEN command: CONFIG/K option renamed to FILE/K
  234. + national characters used to confuse QuickFunc handler
  235. + QuickStarter accepts STICKY as well as CED's -STICKY
  236. + CapsLock no longer considered as SHIFT qualifier
  237. + improved FUNC script
  238. + faster gadget update
  239. + added ghosting to GENERIC-KIND ("symbol") gadgets
  240. + QUIT sent to GoldED by RX returns immediately
  241. + HiSpeed: user interface didn't adjust to new font after loading a preset file
  242. + HiSpeed: pens of custom screens are respected
  243. + menu pen selection restricted to OS.0 users
  244. + removed Mungwall hit from GoldED's printer handling
  245. + output didn't stop after 'printer trouble' panic of OS
  246. + AutoCase now performed before SmartIndent
  247. + improved PUSH handling (line insertion) at end of text
  248.  
  249.  
  250. --------------------------------- 0.96 ----------------------------------------
  251.  
  252. NEW
  253.  
  254. + translated manual to German
  255. + separating line between menu items may be turned off
  256. + new ARexx commands/options:
  257.   + option: PASS    (SAVE)
  258.   + option: WORD    (INSERT)
  259.   + option: USERx   (MODE)
  260.   + option: SPLIT   (PREFS)
  261.   + option: NUMPAD  (MODE)
  262.   + option: LEFT    (DELETE)
  263.   + option: WORDS   (FIND/REPLACE)
  264.   + option: CONFIRM (REPLACE)
  265.   + option: SWAP    (FREEZE)
  266. + added 'average line width' to statistics display
  267. + QuickFunc scanners will consider folded lines (optional)
  268. + added pick/push cache to DELETED WORD (ALT-SHIFT-DELETE)
  269. + SmartIndention: optional keyword line indention
  270. + checkmarks may be attached to menus
  271. + several new external scan handlers (e.g. #defines)
  272. + GEDRefs utility: list men/keyboard bindings
  273. + horizontal scrolling faster
  274. + added clock within screen's title bar (optional)
  275. + user may assign commands to numeric keypad
  276. + printer output: optional line numbers
  277. + asynchronous printing available
  278. + external AppIcon starter
  279. + *.*-gadget of file hunter supports directory-independent search-suffix
  280. + find/replace: words-only option
  281. + interactive replace mode available
  282. + improved window freezing (exchange option)
  283.  
  284. ADJUSTMENTS
  285.  
  286. + LEFT/NEXT/PREV (cursor movements) won't stop at end/start of line
  287. + shanghai setting of display mode requester respected
  288. + improved block format
  289. + REQUEST command offers string length limitation
  290. + non-ASCII character handling of COUNT command fixed
  291. + cursor-right + del + backspace in last line caused task-held if line was empty
  292. + internal commands: leading spaces are ignored
  293. + cursor positioning after a replace operation fixed
  294. + QUERY WORD: used to fail if last word of a line was requested
  295. + scroll bar handling can cope with more than 65535 lines
  296. + CONFIG SPLIT replaced by PREFS SPLIT
  297. + interpretation of printer init string fixed
  298. + QuickStarter: used to ignore 'current directory' if no file name was given
  299. + user's settings of reqtools requester are respected
  300. + 'left border' gadget of layout requester sometimes lost last changes
  301. + format engine failed on extremely long lines
  302.  
  303.  
  304. --------------------------------- 0.97 ----------------------------------------
  305.  
  306. NEW
  307.  
  308. + user defined gadgets within window's title bar
  309. + AmigaGuide will run asynchronously (OS3.1 required)
  310. + HiSpeed: new mode supports printing of AmigaGuide files
  311. + file hunter: scanning of subdirectories may be turned off
  312. + new ARexx commands/options:
  313.   + option:  DEEP   (HUNT)
  314.   + option:  QUIET  (WINDOW)
  315.   + option:  SMART  (FUNC)
  316.   + option:  SNAP   (WINDOW)
  317.   + option:  SPC    (QUERY)
  318.   + command: GUI
  319.   + command: FIX
  320.   + option:  WEIGHT (GUI)
  321.   + option:  DATE   (GUI)
  322.   + option:  ASK    (MENU)
  323.   + option:  FILE   (MENU)
  324.   + option:  LOAD   (MENU)
  325.   + option:  SAVE   (MENU)
  326. + improved format: lines consisting of spaces are treated as empty lines
  327. + multiselection within project files listview; OS3.0 required
  328. + long file names within listviews are abbreviated ("..."); OS3.0 required
  329. + QuickFunc scanner defaults to search mode depending on file name (e.g. "*.c")
  330. + GUI requester
  331.   + scroll borders
  332.   + automatic window arrangement
  333.   + overwrite warnings
  334.   + use status line to display error messages
  335.   + white space definition; WARNING: some commands (e.g. QUERY WORD) will change 
  336.     their behavior depending on white space settings; update your macros
  337. + horizontal FastScroll
  338. + NEXT, PREV, QUERY WORD consider white space settings
  339. + HiSpeed: setup supports shifting of output
  340. + HiSpeed localized (English/German)
  341. + installer script translated to German
  342. + new, faster searching
  343. + window arrangement:
  344.   + user may specify weights
  345.   + borders supported (useful to keep ToolManager dock visible)
  346. + new QuickStarter option: L=LINE/N (direct line access)
  347. + user defined date format (GUI DATE)
  348. + menu requesters supports appending of menu presets
  349. + '-/+' gadgets replaced by arrow gadgets
  350. + new, highly optimized scrolling
  351.  
  352. ADJUSTMENTS
  353.  
  354. + improved color scheme of clock and user gadgets on public screens
  355. + repeated flag handling of cursor keys within sequences was broken
  356. + 'archived' bits are updated
  357. + AutoIndention: return within empty line won't change column
  358. + AmigaGuide help forced to be synchronous unless OS3.0+ is used (due to OS bug)
  359. + gadgets within window titles replaced by boopsi gadgets
  360. + improved menu requester; shortcut list includes current shortcut
  361. + ghosting of 'add' gadget (event requester) didn't work under OS2.x
  362. + moved several gadgets from the MISC requester to the GUI requester
  363. + HiSpeed: VMI is used instead of LPI (improved laser compatibility)
  364. + revision macro made to respect white space settings
  365. + bugfix: calculation of statistics fixed
  366. + bugfix: events of type text couldn't insert ASCII code 0
  367. + bugfix: AutoCase failed if line contained the ASCII code 0
  368. + faster refresh after menu has been changed (without closing window)
  369. + memory loss of config requester fixed
  370.  
  371. WARNING: THE LAST TWO 0.97 REVISIONS (COMPILED AT BEGINNING OF FEB '94) TEND
  372.          TO CRASH DUE TO A PROGRAMMING ERROR.
  373.  
  374.  
  375. --------------------------------- 0.98 ----------------------------------------
  376.  
  377. NEW
  378.  
  379. + new ARexx commands/options:
  380.   + option:    MASK      (REQUEST FILE)
  381.   + option:    VERSION   (QUERY)
  382.   + command:   BEEP
  383.   + command:   API
  384.     + option:  ASK
  385.     + option:  PORT
  386.   + option:    RIGHT     (GUI)
  387.   + option:    OVERWRITE (GUI, replaces ASKOVER)
  388.   + command:   SET
  389.   + option:    PREV      (WINDOW)
  390.   + option:    ADD       (FREEZE)
  391.   + command:   VLEFT     (replaces VIEW LEFT)
  392.   + command:   VRIGHT    (replaces VIEW RIGHT)
  393.   + option:    SYNC      (RX)
  394.   + option:    CHECK     (XREF)
  395.   + option:    PREVIEW   (QUERY)
  396.   + option:    SCREENW   (QUERY)
  397.   + option:    SCREENH   (QUERY)
  398.   + option:    PREVIEW   (VIEW)
  399.   + option:    EVENT/K   (KEY)
  400.   + option:    DATE      (QUERY)
  401.   + option:    TIME      (QUERY)
  402.   + option:    VPASTE    (PASTE)
  403.   + option:    CON       (RX)
  404.   + command:   NOTIFY
  405.   + option:    ADD       (API)
  406.   + option:    LOAD      (API)
  407.   + option:    SAVE      (API)
  408.   + option:    FILE      (API)
  409.   + option:    PROBLEM   (REQUEST)
  410.   + option:    VAR/K     (TEXT)
  411.   + option:    FIND/K    (API)
  412.   + option:    ASK/S     (BIND)
  413.   + option:    ASK/S     (PATH)
  414.   + option:    CONFIG/K  (BIND)
  415.   + option:    CONFIG/K  (PATH)
  416.   + option:    CONFIG/K  (TABS)
  417.   + option:    CONFIG/K  (MISC)
  418.   + option:    CONFIG/K  (GUI)
  419.  
  420. + API (Application Interface); new API requester
  421. + API client "dock" allows GoldED to offer a ToolManager dock
  422. + old config is split into presets during installation
  423. + optional audio error beep
  424. + loading: check if text is present already (optional)
  425. + MAXDOWN and MAXUP (CTRL + cursor up/down) considerably faster
  426. + HiSpeed v6.0
  427.   + finer linefeed control (13 steps)
  428.   + portrait and landscape shifting may be set independently
  429.   + HP LaserJet 4L presets
  430. + editor asks for name if user attempts to save unnamed text for the first time
  431. + HELP command: the main node is accessed if no TOPIC is given
  432. + GEDDock reads configuration from file
  433. + API client 'Spell' adds online spell checking capability to GoldED
  434. + frozen list: files may be added directly to list without having to open a window
  435. + EOL wrap: <cursor right> at end of line will move cursor to new line (optional)
  436. + horizontal scroll bar (optional)
  437. + new API class API_CLASS_REXX (see example client 'rexx')
  438. + user may set volume of error beep
  439. + control codes within a text (e.g.ESC) are visualized as inverted characters
  440. + Preview (fast font switching)
  441. + new API client SpellIT v1.0
  442. + HiSpeed 6.1: new menu item "use sceen font"
  443. + commands added by API clients appear within list of supported internal commands
  444. + vertical paste
  445. + window arrangement: top border may be specified
  446. + menu and keyboard requesters support copy & paste
  447. + automatic parenthesis check will try to give better advice
  448. + WINDOW USE recognizes symbolic file names ("sys:c" = "c:" = "system:c")
  449. + NOTIFY command offers access to the notification mechanism of AmigaDOS
  450. + menus: embedding of command sequences (e.g. CTRL-V); OS3.0 required
  451. + new reference requester (includes history)
  452. + width and height of scroll bars may be set by user
  453. + API requester rewritten: list of active clients, info gadget
  454. + GX command provides AutoConfig script execution
  455. + HiSpeed: manuals converted into AmigaGuide files
  456. + more pens: user may change color of status line, screen background & user gadgets
  457. + phrase completion: improved algorithm
  458. + AutoBackup of unnamed files: user is asked for a name
  459.  
  460. ADJUSTMENTS
  461.  
  462. + BRACKET MATCH recognizes « »
  463. + increased number of USER variables (20); MODE command replaced by SET
  464. + menu <matching bracket> now is TeX compatible: \{ is ignored
  465. + REQUEST command: string requester used to cause Enforcer hits if canceled
  466. + REPLACE operation didn't set 'changed' flag "*"
  467. + display mode 'Night': deleting lines trashed window border
  468. + menu checkmarks are updated after using a config requester
  469. + priority of clock and spooler set to -1 (used to be 0)
  470. + dictionary: improved ghosting
  471. + border units of GUI requester changed from [%] to [pixel]
  472. + cursor simultaneously within upper & lower scoll border: no scrolling
  473. + no automatic ()-check unless cursor leaves line
  474. + AutoLoad enabled: editor won't complain about missing preset file
  475. + extended API specifications
  476. + WINDOW USE didn't recognize frozen buffers
  477. + BITS command didn't set bits unless a requester was used
  478. + improved border handling (GUI requester) on AutoScroll screens
  479. + spell checker didn't recognize national characters
  480. + GOTO EOL jumps after last character of line (used to be on last character)
  481. + GUI requester: gadget "don't overwrite" replaced by 'overwrite'
  482. + client startup: GoldED's port name is passed as HOST=<port>
  483. + editor will search list of open files if file is selected from the project list
  484. + QUERY VAR/K won't open a requester (even if there is no prior LOCK)
  485. + editor didn't respect words-only flag if looking for single characters
  486. + API: NAME/K option obsolete
  487. + KEY command: EVENT/K option replaces CODE/N, ALT/S, CTRL/S and SHIFT/S
  488. + SpellIT client: removed potential deadlock of NEXT/S option
  489. + improved message handling of example API clients
  490. + Dock and ARexx macros aren't allowed to open a single requester twice anymore
  491. + AmigaGuide won't hang if a non-existent database is specified
  492. + CLIP command caused editor to loose changes within current line if assigned to a key
  493. + there was no date display if the locale library was missing
  494. + TABs & references requesters redesigned
  495. + GoldED:Tools/GEDRefs sometimes caused Enforcer hits
  496. + palette limitations (4 colors) removed
  497. + SCREEN command & MENU command: CONFIG/K option renamed to FILE/K
  498. + SpellIT: TEX/K support was broken
  499.  
  500.  
  501. --------------------------------- 0.99 ----------------------------------------
  502.  
  503. NEW
  504.  
  505. + usage of keyfiles
  506. + faster reference function
  507. + reference index kept resident (optional)
  508. + improved statistics:
  509.   + line number of longest line
  510.   + number of pages (FF codes)
  511.   + number of ESC sequences
  512.   + average word width
  513. + new ARexx commands/options:
  514.   + command: RUN
  515.   + option:  UNFOLD   (FUNC)
  516.   + option:  USER     (QUERY)
  517.   + command: SUFFIX
  518.   + option:  WAITPORT (RUN)
  519.   + option:  SECONDS  (RUN)
  520.   + option:  LINE/S   (RUN)
  521.   + option:  EOW/S    (DELETE)
  522.   + option:  SMART/S  (DELETE)
  523. + display requester: BorderBlank available
  524. + French translations of most files (FFD); French catalog
  525. + Describe presentation during installation
  526. + scoll arrows below scoll bar
  527. + SpellIT: « » are recognized as white space characters
  528. + SAS/C API-Client 'DebugIT'
  529. + block/indent: finer control
  530. + further improvements of scrolling speed
  531.  
  532. ADJUSTMENTS
  533.  
  534. + improved calculation of user gadget width if screen font is proportional
  535. + improved event loop of example API clients
  536. + TEXT/T within fold headers disabled
  537. + new installer script
  538. + OUTPUT option of RUN command used to work with interactive handles only
  539. + editor won't crash if locale library of OS2.1 is used in pre-OS2.1 environment
  540. + dictionary entries beginning with \ confused dictionary handler
  541. + AutoBackups won't reset changed-flag anymore
  542. + GUIDE scanner fixed: unnamed nodes are listed as "(unnamed)"
  543. + work-around to fix bug of AmigaLib function SetRexxVar
  544. + \NAME in printer init caused redirection of output to the text file
  545. + WARNING: DELETE WORD has been improved; you might have to update old macros
  546.  
  547.  
  548. --------------------------------- 1.0 -----------------------------------------
  549.  
  550. NEWS
  551.  
  552. + marker handling rewritten; available resolutions: line/character
  553. + doubleclick selects word under cursor
  554. + screen scrolls while marking if cursor reaches end of screen
  555. + new ARexx commands/options:
  556.   + option: SMART/S  (BACK)
  557.   + option: COLUMN/S (MARK)
  558.   + option: LINE/S   (MARK)
  559.   + option: WORD/S   (MARK)
  560.   + option: STRICT/S (MARK)
  561.   + option: SAVE/S   (REQUEST)
  562.   + option: BLOCK    (QUERY)
  563.   + option: BLOCKX   (QUERY)
  564.   + option: BLOCKY   (QUERY)
  565.   + option: BLOCKR   (QUERY)
  566.   + option: BLOCKB   (QUERY)
  567.   + option: INBLOCK  (QUERY)
  568.   + command: MOUSE
  569. + QuickFunc setup: external scan handlers highlighted (OS3.0+)
  570. + backspace over highlighted word deletes word
  571. + optional use of ASL file requester
  572. + user may map functions to mouse keys (config/mouse)
  573. + new NeXTStep dock package (available at support BBS)
  574. + SpellIT offers a RESIDENT option
  575.  
  576. ADJUSTMENTS
  577.  
  578. + GOTO command faster
  579. + GREP used to block the editor if search pattern was empty
  580. + WARNING: QUERY BFIRST/BLAST replaced by QUERY BLOCKY/BLOCKB
  581. + display refresh in word wrap mode fixed
  582. + DELETE EOL fixed
  583. + patterns of QuickRef setup are parsed by ParsePatternNoCase()
  584. + resident XREF index is updated after creation of new index
  585. + no longer possible to move cursor beyond maximum column using mouse
  586. + locale library has not been used in an exec 37 environment (including OS2.1)
  587.  
  588.  
  589. ------------------------------------ 1.1 --------------------------------------
  590.  
  591. NEWS
  592.  
  593. + templates; new requester: config/templates
  594. + right-to-left input mode available (layout menu)
  595. + new ARexx commands/options:
  596.   + command: TMPLATE
  597.   + option:  TEMPLATES (QUERY)
  598.   + option:  REVERSED  (QUERY)
  599.   + option:  REVERSED  (GUI)
  600.   + option:  RAW/S     (OPEN)
  601.   + option:  LOAD/S    (GUI, BIND, TABS, MISC, PATH, PRINT, INDENT, PHRASE, HUNTER, LAYOUT, PROJECT)
  602.   + option:  SAVE/S    (GUI, BIND, TABS, MISC, PATH, PRINT, INDENT, PHRASE, HUNTER, LAYOUT, PROJECT)
  603.   + option:  TWINS/K   (BRACKET)
  604.   + option:  START/S   (MARK)
  605.   + option:  END/S     (MARK)
  606.   + option:  LINE/S    (UNDO)
  607. + FAX Hotline +49-(0)241-81665 and +49-(0)241-81665-(pause)-22
  608. + command list: external commands provided by API clients are highlighted (OS3.0+)
  609. + API & PREFS command: replaced FILE/K by CONFIG/K
  610. + 3D look of windows may be turned on/off
  611. + API interface: new refresh mode API_REFRESH_NOMARKER (1.1.12)
  612. + new API client 'Mirror': online bracket highlighting (available at support BBS)
  613. + scroll arrows: faster scrolling (1.1.13)
  614. + reference function ignores case (1.1.15)
  615. + config/misc: <save tabs> option (1.1.16)
  616. + freeze window: modified buffers are highlighted; OS3.0+ (1.1.16)
  617. + config/layout: <reformat hyphen> option (1.1.17)
  618.  
  619. ADJUSTMENTS
  620.  
  621. + revision macro fixed
  622. + improved sequence recording (now based on actions; used to be event-based)
  623. + menus have been cleaned up
  624. + a few options have been moved from config/GUI to config/misc
  625. + block marker: last line of block has always been copied completely
  626. + mark last line(s) of text, delete block, hit return: 1.0 used to guru
  627. + TAB requester used to reset TAB values to 4/8 after repeated usage
  628. + sysihack compliant
  629. + GoldED was unable to save if keyfile was not available (i.e. in DEMO mode)
  630. + SpellIT didn't stop/remove ISpell
  631. + COPY didn't copy folds within folds
  632. + external (API-)commands occasionally were listed multiple times
  633. + new version numbering scheme: <version>.<revision>.<fixlevel>
  634. + removed enforcer hit from <Project/Current Dir> in ASL mode (1.1.14)
  635. + your old menus: replace UNDO by UNDO LINE (1.1.16)
  636. + LINES DOUBLE faster (1.1.17)
  637. + more conservative font handling (1.1.18)
  638. + GED used to hang during exit if <brief messages> was turned on and there was a visitor window (1.1.19)
  639. + FIND COUNT: NEXT/S and FIRST/S now are considered (1.1.19)
  640.  
  641.  
  642. ------------------------------------ 1.2 --------------------------------------
  643.  
  644. NEWS
  645.  
  646. + new ARexx commands/options:
  647.   + option: WILDCARDS (QUERY)
  648.   + option: WILD/K    (FIND)
  649.   + option: WILD/K    (REPLACE)
  650. + wildcards supported by search & replace (1.2.0)
  651. + Schwedish translation of catalog & menu (1.2.2); ©'94 Henric Andersson
  652. + new config/misc requester (1.2.3)
  653.  
  654. ADJUSTMENTS
  655.  
  656. + SCREEN ICONIFY within ARexx script: editor didn't reply command (1.2.0)
  657. + solid tabs within fold headers are suppressed (1.2.0)
  658. + misc/filter: last search pattern used as default (1.2.1)
  659. + MARK WORD: editor failed to refresh display if assigned to a key (1.2.2)
  660. + editor didn't find "*?*" style patterns if placed at the beginning of a line (1.2.3)
  661. + no menu selections allowed while marking (1.2.3)
  662. + DIR command: editor didn't reset current directory during exit (1.2.3)
  663. + tabs: defaults are used if editor couldn't load configuration (1.2.4)
  664. + config/misc: 7 pixel fonts used to overwrite listview border (1.2.5)
  665.  
  666.  
  667. ------------------------------------ 2.0 ---------------------------------------
  668.  
  669. NEWS
  670.  
  671. + multiple undo/redo (2.0.0)
  672. + new ARexx commands/options:
  673.   + command: UNDO
  674.   + command: REDO
  675.   + option:  WAIT/N    (API)
  676.   + option:  ORDINAL   (QUERY)
  677.   + command: WORD
  678.   + option:  LINE/S    (SHIFT)
  679.   + option:  APPEND/S  (MENUS)
  680.   + option:  OVERLAY/S (BIND)
  681.   + command: REQLIST
  682.   + option:  SMART/S   (PREFS)
  683.   + option:  REMOVE/K  (API)
  684.   + option:  STOP/K    (API)
  685.   + option:  START/K   (API)
  686.   + option:  TITLE/K   (REQLIST)
  687. + statistics: undo information is displayed (2.0.0)
  688. + config/misc: undo mode options (2.0.0)
  689. + API interface provides access to global preferences (2.0.0)
  690. + user may set color of status bar messages (2.0.0)
  691. + new text-modified flag (2.0.0)
  692. + config/display: <full screen> option (2.0.0)
  693. + improved low-memory handling: resources are freed if necessary (2.0.0)
  694. + guide links have been added to default menus: editing menu doesn't affect menu help (2.0.0)
  695. + quickstarter is able to start editor without GoldED assign (2.0.0)
  696. + open text buffers are listed as menu if requested (2.0.0)
  697. + optional: case sensitive menu shortcuts (2.0.5)
  698. + improved line block detection during clipboard paste (2.0.6)
  699.  
  700. ADJUSTMENTS
  701.  
  702. + API interface modified (see GoldED:API/History). Recompilation required (2.0.0)
  703. + UNDO LINE/S has been replaced by UNDO LAST/S (2.0.0)
  704. + all files are installed into one directory (2.0.0)
  705. + new backup naming scheme preserving file suffix (2.0.0)
  706. + menu requester: shortcut list has been fixed (2.0.1)
  707. + undo/redo failed to set modified flag properly sometimes (2.0.1)
  708. + command selection list of menu requester didn't work (2.0.1)
  709. + undo/redo of word wrap was broken (2.0.2)
  710. + spaces after last character of line confused splitting of line (2.0.3)
  711. + 32 bit AGA color selection support (2.0.3)
  712. + formatting caused enforcer hit if undo has been turned off (2.0.4)
  713. + <block/column text> caused mungwall hits if empty lines were affected (2.0.4)
  714.  
  715. ------------------------------------ 2.1 ---------------------------------------
  716.  
  717. NEWS
  718.  
  719. + API client mirror faster (2.1.0)
  720. + new ARexx commands/options:
  721.   + option:  EOLWRAP/K (MODE)
  722.   + option:  WAIT/N    (TASK)
  723.   + option:  UPPER/S   (CODE)
  724.   + option:  LOWER/S   (CODE)
  725.   + option:  INDENT/S  (GOTO)
  726.   + command: SESSION
  727.   + option:  ALL/S     (QUIT)
  728.   + option:  NOSAVE/S  (QUIT)
  729.   + option:  CURSOR/S  (BLOCK)
  730.   + option:  FILE/S    (RX)
  731. + new French translations by Serge Hammouche & Rodolphe Sanderson (2.1.1)
  732. + line scrolling faster (2.1.2)
  733. + improved window handling
  734.   + window resizing blocked during execution of arexx macro (2.1.2)
  735.   + no border distortions due to window resizing (2.1.2)
  736.   + faster window activation (2.1.2)
  737. + display requester: public screen list (2.1.2)
  738. + session support: load/save size & position of open text buffers (2.1.2)
  739. + Config/Misc: AutoDesktop option (2.1.2)
  740. + AutoBackup events include frozen buffers (2.1.2)
  741. + GUI requester: user may set global default console (2.1.2)
  742. + redesigned GUI requester (2.1.2)
  743. + redesigned ASCII table (2.1.2)
  744. + undo/redo faster (2.1.2)
  745.  
  746. ADJUSTMENTS
  747.  
  748. + internal text format has been changed (2.1.0)
  749. + API interface modified (see GoldED:API/History). Recompilation required (2.1.0)
  750. + screen didn't close properly after visitor windows sometimes (2.1.1)
  751. + QuickStarter (STICKY option used) didn't return after NEW NONAME (2.1.2)
  752. + no window switching during AutoBackup events (2.1.2)
  753. + date display has been moved to clock window (2.1.2)
  754.  
  755.  
  756. ------------------------------------ 2.2 ---------------------------------------
  757.  
  758. NEWS
  759.  
  760. + new ARexx commands/options:
  761.   + option: EXCLUDE/K (MARK)
  762.   + option: FLOW/K    (MARK)
  763.   + option: KEEP/S    (PUSH)
  764. + config/display: extra text spacing slider (2.2.0)
  765. + find & replace requesters: move-block-to-gadget option (2.2.0)
  766. + left handed users: LCommand may be used to select menus (2.2.0)
  767. + config/display: new cursor color pens (2.2.1)
  768. + block marker (config/gui): <exclude cursor> option (2.2.1)
  769. + new e-mail support address: dietmar@tomate.tng.oche.de
  770. + new menu: <block/mark> vs. <block/mark line> (2.2.1)
  771. + config/display: additional pen requester (2.2.2)
  772. + QUERY VAR/K supports output to environment variables (2.2.3)
  773. + Netherlands catalog file (Maarten Ter Mors) (2.2.3)
  774.  
  775. ADJUSTMENTS
  776.  
  777. + GUIMake has been removed from the main distribution due to lack of space (2.2.1)
  778.  
  779.  
  780. ------------------------------------ 3.0 ---------------------------------------
  781.  
  782. NEWS
  783.  
  784. + syntax highlighting interface; 68040 recommended (3.0.0)
  785. + syntax parser example libraries (3.0.0)
  786. + new ARexx commands/options:
  787.   + option:  INDEX/S (FIND)
  788.   + command: SYNTAX
  789.   + option:  BENCH/S (TASK)
  790.   + option:  BLOCK/S (FIND)
  791.   + option:  PARSER  (QUERY)
  792.   + option:  SYNTAX  (QUERY)
  793.   + option:  LEVEL   (QUERY)
  794.   + option:  NOLF    (SAVE)
  795. + absolute line numbers are passed to scan handlers (3.0.0)
  796. + new find/functions submenu: <pattern...> (3.0.0)
  797. + new menu "config/syntax..." (3.0.0)
  798. + FuncRef window: sorting may be turned off (3.0.0)
  799. + text insertion (e.g. date) faster (3.0.0)
  800. + tab and backtab faster (3.0.0)
  801. + new API_REFRESH_MARKER refresh mode (3.0.0): API client Mirror faster (1.5)
  802. + QuickStarter and GoldED support AREXX/K argument to select/set a port name (3.0.0)
  803. + line insertion/removal faster (3.0.0)
  804. + printer setup: option to have FF sent after last page (3.0.0)
  805. + fold marker position within line adjustable (3.0.5)
  806. + Italian menu by Giovanni Addabbo (3.0.10)
  807. + config/display: depth gadget switch (3.0.10)
  808. + GoldED startup option FAST/S disables AutoDesktop feature (3.0.10)
  809. + improved quickstarter supporting FAST/S startup (3.0.10)
  810. + AutoPhrase completion triggers templates (3.0.11)
  811.  
  812. ADJUSTMENTS
  813.  
  814. + menu shortcuts failed to work if MENU LOAD has been used within ARexx macros (3.0.0)
  815. + the quickstarter now returns immediately if the STICKY option is not used (3.0.0)
  816. + paste failed if <config/exclude cursor> has been enabled during cut/copy of a single line (3.0.0)
  817. + ASCII menu converter didn't handle barlabel text (3.0.0)
  818. + file hunter: symbolic file names resolved at run time (3.0.0)
  819. + right-to-left input removed from the editor and implemented as API client (3.0.0)
  820. + FastScroll disabled during macro playback (3.0.0)
  821. + less cursor flicker during command execution (3.0.0)
  822. + absolute numbers are printed if line numbers are requested (3.0.0)
  823. + editor didn't remove trailing spaces during clipboard paste (3.0.1)
  824. + IDCMP_VANILLAKEY events are ignored if RCommand qualifier is set (3.0.2)
  825. + scrolling used to overwrite bottom slider if lines did equal window height (3.0.2)
  826. + OPEN RAW/S didn't work (3.0.3)
  827. + GUIDE SAVE acted as GUI LOAD and vice versa (3.0.4)
  828. + refresh failed during syntax highlighting if scroll borders have been disabled (3.0.4)
  829. + startup problem on pre-OS3-machines has been fixed (3.0.4)
  830. + REQUEST STAY uses buffer to ensure permanent display (3.0.5)
  831. + catalogs are installed into the GoldED: drawer (3.0.5)
  832. + improved activation of next window after a text window has been closed (3.0.6)
  833. + PREFS SPLIT caused enforcer hit (3.0.6)
  834. + forward search failed if search string contained non-ascii characters (3.0.7)
  835. + fixed several minor FIND/REPLACE bugs (3.0.8) - (3.0.10)
  836. + example_context parser: deleting the first line of a file confused parser (3.0.10)
  837.  
  838.  
  839. ------------------------------------ 3.1.0 -------------------------------------
  840.  
  841. + new ARexx commands/options:
  842.   + option:  WINDOW/S (PRINT)
  843.   + command: IF
  844.   + command: ELSE
  845.   + command: ENDIF
  846. + new syntax highlighting requester (3.1.0)
  847. + cancel button has been added to event requester (3.1.0)
  848. + window's read-only-flag is set according to file's writable-bit (3.1.3)
  849.  
  850. ADJUSTMENTS
  851.  
  852. + Files smaller than 4 bytes are not passed to the XPK libraries (3.1.0)
  853. + cancel button of item requester caused enforcer hit (3.1.1)
  854. + wildcard search bugfix (3.1.2)
  855. + GoldED caused enforcer hits if the Prop3D patch has been installed (3.1.3)
  856.