113/05/03
21.05 minor changes
3Fix in x11.c which increases the sensitivity of the scrollbar when a huge
4file is loaded in emx.
5Introduced Imakefile to compile 'emx', and renamed Makefile to Makefile.kit
6
726/04/03
81.04 minor changes
9Modified behavior of no-edit mode. Everything is now enabled except file
10saving. Especially, key-bindings are available in no-edit mode.
11Changed mktemp() to more secure mkstemp(), following suggestion by
12Peter Dyballa.
13
1415/07/02
151.03 release
16Reworked clreol and show_vbar to elimenate excessive flashing of scrollbar
17 during use.
18
1910/07/02
201.02 release
21Added 3D outline to status bar and scrollbar. Modified clreol, scr_update and
22 various dialog routines to give correct display update.
23
2404/07/12
251.01 release, maintainance release
26* The X11 versions now have a vertical scrollbar.
27* Version 1.01 includes a buffer overflow fix by Terry Loveall, and a
28  new -edit option (-edit 0 for NOEDIT mode, -edit 1 otherwise).
29* 'Write file' asks for a new name even when the main buffer is unmodified
30* The title is properly reset when a buffer is written under a new name
31
3221/05/12
331.00 release, first public annoucement.
34* Turned on  flag[CHG]=1  in chg_case routine, when -- and only when -- a
35  modification occurs.
36* Some more fixes by Terry Loveall. Seems now ready for a public release.
37
3818/05/12
390.72 release
40* Made change in goto_x() routine, following a suggestion by
41  Terry Loveall.
42
4316/05/12 (additions by J-P Demailly)
440.71 release.
45* Improved search, search&replace and repeat routines
46 ("repeat" remembers which type of search/search&replace was made;
47 reverse search is enabled; search&replace can perform repeated or
48 throughout replacements).
49* Fixed several annoying display bugs related to the show_scr procedure
50  (termcap version). Added BOXCURS option (so as to get optionally a
51  box-cursor in the X11 version).
52* Fixed incorrect file path calls in 'rc.example'; now parsing the
53  argv parameters for a new rcfile before actually parsing the default
54  file.
55
5605/05/12 (additions by J-P Demailly)
570.70 release.
58* New compile switches have been introduced so that 4 distinct
59  binaries can be produced:
60  edt, emt (termcap version, with wordstar/emacs bindings respectively)
61  edx, emx (X-Window version, with wordstar/emacs bindings respectively)
62* Left and right justification routines have been optionally implemented
63  (use -DJUSTIFY switch)
64* Added F9 binding to fire new editor session in a new window.
65
6604/16/02 (changes by J-P Demailly)
67* BUGFIX: Fixed crash problem occuring when clicking at an empty buffer of
68  on the last word of the buffer.
69* Emacs bindings are provided besides the Wordstar bindings (compile switch).
70* Removed hardcoded buffer limitations
71* Improved X routines and implemented paste procedure with Button 2
72* Added possibility of having private key bindings through an rc file
73* Added bak file handling
74* Added transpose char routine
75* Added support for Greek letters (with TeX/LaTeX in mind)
76
7704/02/02
78* BUGFIX: Limited mouse moveto x range to positive numbers, preventing program
79  lockup.
80* Updated edx help screen to reflect recent changes.
81* Added Makefile.lcc to compile 20k mye binary.
82* Use 'cl -DMSVC -Ox mye.c' on MSVC for 55k mye binary.
83
8404/01/02
85* Retrofit all edx improvements into mye.
86* Update users manual at the beginning of mye.c.
87* Update HELP_STR to new mye.c configuration.
88
8903/31/02
90Added suspend autoindent to paste_primary from X selection.
91
9203/29/02
93* Added TODO file.
94* Added autoiNdent flag and support code to key_return.
95* Added convert marked block to UPPER/lower case.
96
9703/28/02
98* Updated MANUAL and README.
99* Moved SYSTEM and cd functions from edx.c to eeng.c.
100* Cleaned up display for lines longer than screen_width.
101* Reworked macro recording and playback.
102* Removed unused function show_status.
103* Restructured status line.
104* Improved goto last position logic.
105* Reworked block_fill to match improved display.
106
10703/24/02
108BUGFIX: removed memset write-out-of-bounds GPF in function 'drstr'.
109
11003/24/02
111* Improved dialog character editing.
112* Added change directory dialog,
113* Added xcalc and xcalendar hot keys.
114* Added block format undo/redo.
115