Lines Matching full:89
172 v100 1/5/89 Fix globbing bug when $SHELL not set;
174 v101 1/6/89 Fix problem with long (truncated) lines
176 v102 1/6/89 Fix bug with E# when no prev file;
178 v103 3/14/89 Add -N, -f and -? options. Add z and w
180 v104 3/16/89 Added EDITPROTO.
181 v105 3/20/89 Fix bug in find_linenum which cached
183 v106 3/31/89 Added -k option and multiple lesskey
185 v107 4/27/89 Add 8-bit char support and -g option.
187 v108 5/5/89 Allocate position table dynamically
190 v109 5/10/89 Added ESC-% command, split prim.c.
191 v110 5/24/89 Fixed bug in + option; fixed repaint bug
193 v111 5/25/89 Generalized # and % expansion; use
195 v112 5/30/89 Get rid of ESC-%, add {}()[] commands.
196 v113 5/31/89 Optimize lseeks (thanks to Paul Eggert).
197 v114 7/25/89 Added ESC-/ and ESC-/! commands.
198 v115 7/26/89 Added ESC-n command.
199 v116 7/31/89 Added find_pos to optimize g command.
200 v117 8/1/89 Change -f option to -r.
201 v118 8/2/89 Save positions for all previous files,
203 v119 8/7/89 Save marks across file boundaries.
205 v120 8/11/89 Add :ta command.
206 v121 8/16/89 Add -f option.
207 v122 8/30/89 Fix performance with many buffers.
208 v123 8/31/89 Verbose prompts for string options.
211 v124 9/18/89 Reorganize search commands,
213 v125 9/18/89 Fix tab bug (thanks to Alex Liu).
215 v126 10/25/89 Add -j option.
216 v127 10/27/89 Fix problems with blank lines before BOF.
217 v128 10/27/89 Add %bj, etc. to prompt strings.
218 v129 11/3/89 Add -+,-- commands; add set-option and
220 v130 11/6/89 Generalize A_EXTRA to string, remove
222 v131 11/7/89 Changed name of EDITPROTO to LESSEDIT.
223 v132 11/8/89 Allow editing of command prefix.
224 v133 11/16/89 Add -y option (thanks to Jeff Sullivan).
225 v134 12/1/89 Glob filenames in the -l command.
226 v135 12/5/89 Combined {}()[] commands into one, and