Codebase list fte / 78f1fffe-fa57-484a-a0aa-193a78700504/main NEWS
78f1fffe-fa57-484a-a0aa-193a78700504/main

Tree @78f1fffe-fa57-484a-a0aa-193a78700504/main (Download .tar.gz)

NEWS @78f1fffe-fa57-484a-a0aa-193a78700504/mainraw · history · blame

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
Revision history
-----------------------------------------------------------------------
0.50.2b6 -- <fill month here> 2011
  + Allow \r at the end-of-line when looking for the end-of-heredoc in
    Perl hilighting mode to make it easier to read files created on windows
    and transfered to unix incorrectly.
  + Add ShowTildeFilesInDirList global config option to allow hiding
    of *~ in the directory list (most of the time, I don't want this)
    default is true.
  ! Allow open-brace on same line as function name in shell mode
  + Added permission flags to the directory listings on unix to show rwx
    at a glance - makes it easier to debug certain issues, know if you
    can write to the file, etc.
  ! Compilation fixes for Windows compilers
  + Allow JAVA colorizer to be used for javascript files (.js)
  - Ongoing conversion of return codes to return consistently
    1 for success or 0 for failure
  ! Colorizing man pages again (using MAN_KEEP_FORMATTING)
  + adding 2nd FD for WaitFdPipeEvent() so used in con_linux.cpp

0.50.2b5 -- March 2010
  + Allowed -m flag to take lower-cased version of mode names
  ! .t files are perl test files, added.

0.50.2b4 -- February 2010
  ! Fixed memory leaks on exits - properly destroy all buffers
  ! Fixed tags scanning push/pop
  ! Made mfte (motif version) compilable
  ! NCurses now handles tripple mouse clicks
  ! SLang even 5 clicks - and it's much better with wheel scrolling
    (anyone has some idea what is broken with ncurses....??)
  + Started to use StlString and StlVector templates - should
    save some code lines and make the code more readable
  + more constructors are using constructor initializers
  + simplified Xorg string printing - though there might be some errors...

0.50.2b3 -- January 2010
  + Completely new keyboard handling for Slang version - 
    it gets usable - still not as comfortable as X version,
    but good enough especially in gnome-terminal
    (more Esc sequences could be easily integrated)
  - Ongoing size_t conversion
  ! Fixed mouse handling for ncurses
  ! Fixed A_BOLD usage for ncurses
  + Adapted also keyboard handling for ncurses version
  + Extended with wheel scroll (HACK - use Ctrl key and scroll mouse down
    makes the window scrolling upward - somewhat faster then regular upward
    scroll - not sure why is this so much faster)
  ! Fixed portability issue for 'vfte' for bigendian machines
  - Slightly modified set of extra character displayed for vfte
  ! Fixed screen resize for both sfte and nfte tty frontends
  - Make usage of TCell class more consistent (across unix targets)
  - Changing some defines to enums and update functions parameters for this
  ! Remove linking of libncurses for vfte - not needed
  ! Fixed cursor movement in Slang version - color 0 was mistakenly modified
  - Cleanup of header file include - fte.h is now only 'base' header
  ! Fixed bug tracker issue: 1325707 on Linux platform
    - using _FILE_OFFSET_BITS 64 for 32bit compilation
  ! Fixed weird stack trashing due to passing of <0 numbers as unsigned
  + Updated several menu entries, add 'find' command example

0.50.2b2 -- January 2010
  + Applied a few submitted patches from various Inet developers
  ! Fixed -noi18n option typo (-no18n)
  ! Fixed mask reset that caused problem with -noi18n startup
  ! Fixed few more memory leaks
  ! Fixed and extended some menu entries
  ! Fixed keyboard focus (noticable with twm)
  - Using more  size_t
  - Cleanup of some compiler warnings
  - Some code indention

0.50.2b1 -- March 2009
  - Cleanup for new Debian package
  - Various 64bit compilation and gcc cleanup
  ! Fixing bugs in pipe handling
  + Speeding XWindow Expose refresh and cleaning a bit this code
  - Adding more const
  - Reusing Pipe routines across unix targets

0.50.1 -- September 2006
  - Cleanup and Debian package update

0.50.0 -- <fill month here> 2003
  - Many internal and some external changes
  - Some bugs fixed in this release
  + cfte: added -p[reprocess] command line parameter, it can be used to debug configuration files.
  ! X11: XShellCommand is used to specify used shell under X11. $TERM is no longer used as shell.
  
0.46b5
  + Version numbering changed.
  - Readonly files are not editable when loaded.
  - Author email/homepage changed
  + updated some modes (HTML)
  + new modes (sml, mod3, sl, sql, 4gl, sgml)
  - source code cleanups (warnings, const correct)
  + new commands:
    - RunProgramAsync
  + new macro expansion variables:
    - FileDirectory
    - FileBaseName
    - FileExtension
  + X11: support for I18N, XMB
  ! bug fixes:
    - crash on bookmark handling (pop/push)
    - crash when restored position outside valid file
    - win95 compiler execution should work again
    - run compiler (sync) in dosx version
    - linux console version fixes:
      - crash on cols/rows > 127
    - crash in SaveAll if non-visible file requires interaction
  - java indentation fix (private/protected methods)
  + Shift+Ins support in input lines
  - X11: support for mouse wheel :)
  - ability to save All files on exit
  - portability fixes

0.46
  ! bug fixes
  ! coredump when $DISPLAY not set fixed
  ! occasional coredump at exit from PM version fixed.
  ! X11: check for invalid -geometry (larger than 255x255).
  + colors are specified using a palette in the configuration file
  + ShowHelp command (view .INF file under OS/2, .HLP under Win*,
    manpage under UNIX). Context Sensitive.
  + configuration file preprocessor %if(), %endif, %define
  + Global (persistent) Bookmarks commands + Push/Pop bookmark
  + Under UNIX it should now print using lpr
  + SIOD mode contributed.
  + command FileTrim,BlockTrim - trim whitespace at end of lines
  + mode option to strip whitespace at EOF on FileSave. (TrimOnSave)
  + C/C++ indentation style is now selectable from menu
  + compile command configurable per mode (CompileCommand option)
  + command to compile without asking anything (RunCompiler)
  + only load desktop when no arguments on command line (option)
    (this is achieved by setting LoadDesktopOnEntry=2 in global.fte)
  + create folds with RoutineRx (command FoldCreateAtRoutines)
  + command to center current line (LineCenter)
  + OS/2: does not need 'clipserv' anymore (experimental, please report bugs).
  + Readonly files are not editable when loaded.

0.45 -- February 1997
  ! bug fixes.
  ! some command line option changes (-h = help now, -H = history).
  + support for multiple frames in the PM version.
  + first win32 console version.

0.44 -- November 28

0.44b6 -- November 1996
  ! Bug fixes in Linux pipe handling.
  ! Bug fixes in OS/2 PM version.
  ! Fixed repainting bugs in Messages view.

0.44b5 -- November 1996
  ! Minor bug fixes.
  ! Changes in syntax highlighting configuration.

0.44b4 -- October 1996
  ! Minor bug fixes and numerous performance improvements.
  + New commands: BlockEnTab, BlockUnTab.
  + Configurable syntax highlighting. Modes HTML/IPF/Ada/Pascal/...
    are now configured externally.
  + CTags support. New commands: TagFind, TagFindWord, TagNext, TagPrev,
    TagPop, TagLoad, TagClear. Needs external ctags utility to create
    tags file. Tagfile and tag to find can be given on command line.
  + New option: KeepMessages. New command: ClearMessages.
  + X11: added support for selection copy/paste.
  + PM: Accept file dropped on editor window.
  + PM: Optional toolbar (not configurable yet). New option: ShowToolBar.
  + PM: GUI dialogs (find/replace, file, ...). New option: GUIDialogs.
  + PM: Conditional cascade menus can now be used.
  + PM: Alt+Fx accelerators can now be disabled with PMDisableAccel option.
  - Removed WSStyleSearch flag.
  ! PM: Rollup of editor window should now work (tested with title.dll)
  ! Menus can now be overriden by predefining them.
  ! Unix: completion of .* (dot) files now works.
  ! Various fixes to C-mode smart indentation.
  ! BlockReadXXX caused crashes when used with bad filename.
  + Incremental search can now be continued by using up/down arrow.
  ! ExitEditor doesn't close files immediatelly after discard. Desktop
    is now properly saved after cancelling ExitEditor command.
  + PM: Bigger file selection dialog box with history and save position.
  + New commands: IndentFunction, BlockMarkFunction, MoveFunctionPrev,
    MoveFunctionNext. Contributed by: jalving@ibm.net

0.43 -- 15 July 1996
  ! Minor bug fixes.
  ! Upper/Lower block in column mode could cause a crash.
  ! CompleteWord command occasionally inserted garbage when previous
    match was found in the same line.

0.42 -- July 1996
  ! Several minor bug fixes.
  ! PM version doesn't crash when non-existant file is loaded on startup.
  ! HilitWord command now works again.
  + Setting for HilitWord color.
  + ViewModeMap command is back.

0.41 -- June 1996
  ! Compile command crashed depending on command input.
  ! Substrings were matched for keywords in smart indentation (C,REXX)
  ! InsertSpacesToTab command always returned fail status.
  ! CFTE now compiles to temporary file first and replaces original on
    success only.
  ! CFTE returns correct errorlevel on failure (0 = ok, 1 = fail).
  ! SavePos/PrevPos is now stored using real line number, not virtual
    (folded).
  + BlockSort command.
  + UndoMoves setting can be set for mode to enable undo/redo of all
    cursor movements.
  + BlockCutAppend, BlockCopyAppend commands to append cut/copied
    block to clipboard.
  + Error message locations now track the position better when a file
    is edited (lines are added/removed).

0.40 -- June 1996
  ! Keyword inheritance was not properly handled in colorize modes.
  ! Colors were not inherited in colorize modes.
  ! OS2: Keys Alt+<menu-letter>, F10, Alt+Enter, Alt+Space are available
    for remapping.
  ! Some startup window sizing problems fixed.
  ! Fixed several bugs in configuration files (no bindings for MSG mode,
    some Alt+<letter> menu shortcuts).
  ! Abbreviation expansion could abort with 'asssertion failed'.
  + Performance improvements (MatchBracket and related stuff).
  + OS2: Window position is now saved.
  + FTE now remembers the directory the compilation was started from and
    will resolve all relative pathnames found in error messages using
    this directory. The current directory is determined by currently
    active file or directory. If Messages are already open, FTE will
    use directory from there instead of the current one. The current
    directory of message list is always the directory the compilation was
    started from.

0.39 -- May 96
  ! Fixed crash in Compile commands when repeating it.
  ! Multi-key bindings inserted an ascii char if the 2+ key was not valid.
  ! when inserting ) in Cmode, it failed to advance the cursor when there
    was no match and AutoHilitParen was set to 1.
  + EventMap variable to define keymap to use for mode.
  ! MoveToLine shows correct default line value when folds are used.
  - Did some reorganization of config files to make adding new
    binding sets easier.

0.38 -- May 96
  ! Many bug fixes (mostly minor).
  + BlockWrite command can now append to a file.
  + Directory browser.
  ! PERL: properly highlight s[][], tr[][].
  + Configuration files must now be compiled.
  + Syntax highlighting definitions now independant of editing mode.
  + Event mappings now independant of editing mode.
  + Abbreviatons. Can expand the text or run a macro.
  + Searching can now check for words without using regular expressions.
  + Loading files is now almost twice as fast.
  + File positions and prompt history is now saved in file FTE.HIS.
  + The list of loaded files is saved on exit to FTE.DSK. Files
    are automatically loaded on startup. Several settings and command line
    options are available to configure this.
  + On startup, only the first file is actually loaded. Other
    files are loaded only as they are needed.
  + BlockTrans, CharTrans and LineTrans commands. Can translate
    characters according to arguments (BlockTrans 'a-z' 'A-Z', etc).
  + When cursor is over the bracket, the matching bracket can be
    higlighted automatically of visible on screen.
  ! InsPrevLineChar, InsPrevLineToEol failed when tabs were on previous line.
  + Nonpersistent blocks (with various options and commands).
  + ...

0.37 -- Dec 95
  - Status line can now be hidden. Also changed it's look.
  - Changed the syntax of keyboard bindings. Now it is possible to better
    emulate the wordstar two-key behavior. See documentation for details.
    It is also possible to define different commands for gray/white keys.
  ! MENU shortcuts now work.
  + New command: FileWriteTo
  ! Fixed crash when trying to center nonexistant line in file.
  - Changing folds now modifies the file.
  - When CursorTroughTabs was set to 0, certain movement commands would
    behave incorrectly.
  + S-Ins will perform Paste operation in prompts.
  + New Command: WinResize <delta> and WinClose. Windows can be also
    resized by a mouse.

0.36 -- Oct 95
  ! Fixed when editor would crash when saving a folded file, but no folds
    are configured for active mode.
  ! Fixed minor bug in C mode indentation.
  + New command: InsertSpacesToTab (takes optional tabsize argument).

0.35 -- Oct 95
   KillWordPrev now works correctly.
   FindReplace command works correctly if WSStyleSearch == 1.

0.34 -- 1995/10/15
   Minor fixes & docs updates...

0.33 -- 1995/10/01

  ! SIGBREAK handler now works again.
  ! Fixes in C/C++ smart indentation (if in switch, ...)
  + Pascal highlighting mode.
  + Printing.
  + Rewritten folding. Now supports nested folds, opening,
    closing folds, and persistent folds.
  + New folding commands: FoldCreate, FoldDestroy, FoldOpen,
    FoldClose, FoldPromote, FoldDemote, FoldCreateByRegexp,
    FoldOpenAll, FoldOpenNested, FoldCloseAll, FoldDestroyAll,
    FoldToggleOpenClose, MoveFoldPrev, MoveFoldNext.
  + New settings: SaveFolds, CommentStart, CommentEnd.
  + Word characters can be configured using WordChars setting.


0.32 -- 1995/08/15

  + New search routines. (Find, FindReplace, FindRepeat,
    FindRepeatReverse, FindRepeatOnce, ...)
  + Block-local searches.
  + In buffer-list, most recently used files will now be listed first.
  + Main menu bar can now be hidden.
  + Performance improvements.
  + Bookmarks! New commands: PlaceBookmark, GotoBookmark, RemoveBookmark
  + Files can now be saved and closed from window list.
  + Optimized CMode indentation. Also more configurable.


0.31 -- 1995/07/31

  ! Bug fixed in undo/redo when UndoLimit reached.

0.30 -- 1995/07/30

  + Folding support.
  + New commands: FoldLine, UnfoldLine, UnfoldNextLine, UnfoldAll, ClearFolds, FoldIndent, FoldRegexp, FoldBlock, UnfoldBlock, FoldBlockRegexp
  ! BackSpace at eof when TrimLine is enabled will not abort.
  + Incremental search (IncrementalSearch).
  + PgUp/PgDn on a file prompt will show a list of files.
  + New command: CompleteWord


 0.29

   1995/07/20

     Regexps can now be case insensitive (\C,\c).
     BlockRead/BlockReadColumn/BlockWrite commands.
     Block marking can now be undone.
     Commands that prompt for string/int values can now take string/int arguments.
     Multiple compile-regex statements can be specified simultaneously
     Minor bug-fixes in regexps ([\x00-\xFF] now works).
     Filter for filename completion.
     New commands: SwitchTo ChangeKeys ChangeFlags ShowMenu
     New options: CompletionFilter DefaultModeName


 0.28

   1995/07/08

     - Needs to have documentation updated.
     Mostly rewritten PERL highlighting. Works much better now.
     Completely new config file syntax.
     New commands: ASCIITable, LoadFileInMode
     CMode indentation should now work for Perl (close enough).
     Highlighting for ADA and Email messages.


 0.27

   1995/06/19

     Minor bug fixes.


 0.26

   1995/06/18

     New commands: {Char,Line,Block}Case{Up,Down,Toggle}
     New setting: LoadAfterQuit -- if set to 1, editor will prompt to load another file before exiting.
     New setting: ShowScrollBar {0,1}.


 0.25

   1995/06/12

     Minor bug fix in REXX highlighting ("\"", ...)
     Bug fixes in word wrap.
     BlockCut now doesn't move the cursor to the block beginning.
     New commands: MoveLineTop, MoveLineCenter, MoveLineBottom.
     Editor will now check if the file has changed before the first modification.
     Found text is now highlighted.
     New CMode setting: C.BraceOfs and command: ChangeCBraceOfs
     New commands: MovePrevPos, SavePos, MoveSavedPos, MoveSavedPosCol, MoveSavedPosRow


 0.24

   1995/06/06

     When checking for file modification time of last change is now used instead of the time of last access.
     Wildcard support for file loading.


 0.23

   1995/06/04

     Ctrl+C and Ctrl+Break are now disabled.
     Ctrl+S and Ctrl+C keys are now again recognised in Windowed mode.
     Fixed problem when spawning a subprocess in Windowed mode.
     New command: ShowEntryScreen
     ListRoutines in CMode only shows functions not their prototypes.
     New setting: SysClipboard - if set to 1, editor will automatically use system clipboard.
     New command: ToggleSysClipboard.
     Minor bug fix in PM clipboard support.
     New commands: BlockPasteStream, BlockPasteColumn and BlockPasteLine. BlockPaste command will now always paste in current block mode, not in the last Copy/Cut mode.
     More than 4 commands can be bound to a key (actually this worked since 0.18, but was not documented).
     New command: FileReload.
     Editor will now check if file has changed on disk before saving it.


 0.22

   1995/05/28

     But fix in regular expressions (nested +#*@).
     Changes in regular expression syntax.
     New function: ListRoutines. Shows functions in current buffer.
     New setting: RoutineRx


 0.21

   1995/05/21

     REXX mode smart indentation.
     KillWord & KillWordPrev commands now actually work.
     Pressing Ctrl+Enter to begin Search will toggle case sensitivity of search.
     New option 'Trim' and commands 'ToggleTrim', 'LineTrim'. Removes whitespace from end of lines.
     New option 'ShowMarkers' and command 'ToggleShowMarkers'. Shows end of line and end of file markers.
     Bug fix in PERL highlighting (caused lockups)
     Bug fixes and improvements in regular expressions.


 0.20

   1995/05/18

     Major bug fixes in word wrap.
     New commands: MovePrevTab, MoveNextTab.
     Bug fixes in BlockIndent and BlockUnindent (stream/line mode)


 0.19

   1995/05/16

     Function names in REXX are now highlighted.
     WordWrap can be set to 0 - disabled, 1 - wrap line at right margin and 2 - wrap paragraph continously. Function ToggleAutoWrap renamed to ToggleWordWrap.
     New way to set left/right margin (SetLeftMargin, SetLeftMargin)
     Minor fix in PERL highlighting.


 0.18

   1995/05/13

     PERL Syntax Higlighting.
     Memory allocation problem in tab expansion.
     Wordwrap now strips all spaces on beginning of line (except on the first line of the paragraph).
     Tabs can be set to any number between 1 and 32.
     Changed names of buffer flags (WrapOn -> AutoWrap, UndoRedo -> Undo, ShowTab -> ShowTabs)
     New commands: ToggleAutoIndent, ToggleExpandTabs, ToggleShowTabs, ToggleUndo, ToggleReadOnly, ToggleKeepBackups, ToggleMatchCase, ToggleBackSpKillTab,
         ToggleDeleteKillTab, ToggleSpaceTabs, ToggleIndentWithTabs, ToggleBackSpUnindents, ToggleAutoWrap.
     New commands: WinRefresh, ChangeTabSize, ChangeCIndent, ChangeLeftMargin, ChangeRightMargin.


 0.17

   1995/05/10

     Minor fix in word-wrap.
     Screen repaint problems when shelling out fixed.
     Blinking disabled for full-screen, high-intensity background colors can now be used.


 0.16

   1995/05/06

    Minor speedups in screen handling and highlighting.
    Regular expressions can now match start and end of words using .
    Regexp replace can paste entire matched string using &.
    Regexp search/replace could match part of just replaced string.
    New commands: MoveLastNonWhite, MovePrevEqualIndent and MoveNextEqualIndent, LineDuplicate, InsPrevLineChar, InsPrevLineToEol.
    New color config. 'C.Function' for functions in C highlighting mode.
    Improved CMode hilit, preprocessor hiliting improved (strings, comments, numbers)


 0.15

   1995/04/29

     Speed improvement in CMode auto indent.
     Delete command can now delete full tabs instead of converting them to spaces.
     When closing a modified file, editor prompts you to save it.
     Automatic indentation can now use tabs.
     Manual and automatic wordwrap.

   1995/04/24

     Backspace can now delete full tabs instead of converting them to spaces (See BackSpace and KillBackTab).
     Backspace can unindent to previous indentation level.

   1995/04/20

     Basic mouse support.

   1995/04/12

     Configurable colors/keywords in C/REXX mode.


 0.14

   1995/04/07

     Characters could not be entered using AltGr on international keyboards.
     Immediatelly doing an undo on a newly loaded file deleted the first line.
     Ascii characters >= 128 can be now entered without quote command (C-Q).
     IPF Syntax highlighting.


 0.13

   1995/04/03

     Bug fix in regular expressions.
     Bug fixes in compiler support
     Editor clipboard can now be copied to/from PM clipboard.


 0.12

   1995/03/30

     Compiler support + error message parsing

   1995/03/25

     Paren matching (Command: MatchBracket).
     Bug fixes in CMode smart indentation.


 0.11

   1995/03/11

     Unlimited undo now works again.

   1995/03/18

     Entire blocks of C code can now be reindented (BlockReIndent)
     Search can now be case insensitive (SearchMatchCase - toggle). Option: MatchCase, Command: SearchMatchCase
     Regular expression find/replace works (case sensitive only)

   1995/03/19

     Fixed a bug in redo (last command could not be undone)
     New option: KeepBackups -- if set to 0, backup files will be deleted after a succesful save.


 0.10

   1995/03/06

     Fixed CMode indent when tabs are present in the file.
     Prompts now retain previous text only if you try to edit it.

   1995/03/04

     4DOS/4OS2 style filename completion (FileOpen, ...).

   1995/02/25

     New load routine, much faster in some cases.
     Undo/Redo can now be limited (if you hate to waste memory).

   1995/02/19

     C Mode indentation level can now be specified (C.Indent)
     Bug fixes in screen redraw.
     Editor will now scroll text instead of always redisplaying the screen.
     Regular expressions (Search only).


 0.09

   1995/02/08

     First public release (Version 0.09b)