Might as well keep the contents of the gas/doc subdir, as well as the
[deliverable/binutils-gdb.git] / readline / ChangeLog
1 Fri Dec 20 12:04:31 1991 Fred Fish (fnf at cygnus.com)
2
3 * configure.in: Change svr4 references to sysv4.
4
5 Tue Dec 10 04:07:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
6
7 * Makefile.in: infodir belongs in datadir.
8
9 Fri Dec 6 23:23:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10
11 * Makefile.in: remove spaces following hyphens, bsd make can't
12 cope. added clean-info. added standards.text support. Don't
13 know how to make info anymore.
14
15 * configure.in: commontargets is no longer a recognized hook, so
16 remove it. new subdir called doc.
17
18 Thu Dec 5 22:46:10 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19
20 * Makefile.in: idestdir and ddestdir go away. Added copyrights
21 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
22 and mandir now keyed off datadir by default.
23
24 Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com)
25
26 * sysdep-obsd.h: Rename from sysdep-newsos.h.
27 * configure.in: Use sysdep-obsd for Mach as well as NEWs.
28
29 * sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX
30 requires to make <dirent.h> work. Improve Sun alloca decl.
31
32 Thu Nov 21 18:48:08 1991 John Gilmore (gnu at cygnus.com)
33
34 * Makefile.in: Clean up ../glob/tilde.c -> tilde.o path.
35 Clean up makefile a bit in general.
36
37 Thu Nov 21 14:40:29 1991 Stu Grossman (grossman at cygnus.com)
38
39 * configure.in, config/mh-svr4: Make SVR4 work.
40
41 * readline.c: Move config stuff to sysdep.h, use typedef dirent
42 consistently, remove refs to d_namlen (& D_NAMLEN) to improve
43 portability. Also, update copyright notice.
44 readline.h: remove config stuff that I added erroneously in the
45 first place.
46
47 * emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c,
48 vi_mode.c: move config stuff to sysdep.h, update copyright notices.
49
50 Tue Nov 19 15:02:13 1991 Stu Grossman (grossman at cygnus.com)
51
52 * history.c: #include "sysdep.h".
53
54 Tue Nov 19 10:49:17 1991 Fred Fish (fnf at cygnus.com)
55
56 * Makefile.in, config/hm-sysv, config/hm-sco: Change SYSV to
57 USG to match current usage.
58
59 * readline.c: Add USGr4 to list of defined things to check for
60 to use <dirent.h> style directory access.
61
62 * config/hm-svr4: New file for System V Release 4 (USGr4).
63
64 Mon Nov 18 23:59:52 1991 Stu Grossman (grossman at cygnus.com)
65
66 * readline.c (filename_completion_function): use struct dirent
67 instead of struct direct.
68
69 Fri Nov 1 07:02:13 1991 Brian Fox (bfox at gnuwest.fsf.org)
70
71 * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
72 unconditionally.
73
74 Mon Oct 28 11:34:52 1991 Brian Fox (bfox at gnuwest.fsf.org)
75
76 * readline.c; Use Posix directory routines and macros.
77
78 * funmap.c; Add entry for call-last-kbd-macro.
79
80 * readline.c (rl_prep_term); Use system EOF character on POSIX
81 systems also.
82
83 Thu Oct 3 16:19:53 1991 Brian Fox (bfox at gnuwest.fsf.org)
84
85 * readline.c; Make a distinction between having a TERMIOS tty
86 driver, and having POSIX signal handling. You might one without
87 the other. New defines used HAVE_POSIX_SIGNALS, and
88 TERMIOS_TTY_DRIVER.
89
90 Tue Jul 30 22:37:26 1991 Brian Fox (bfox at gnuwest.fsf.org)
91
92 * readline.c: rl_getc () If a call to read () returns without an
93 error, but with zero characters, the file is empty, so return EOF.
94
95 Thu Jul 11 20:58:38 1991 Brian Fox (bfox at gnuwest.fsf.org)
96
97 * readline.c: (rl_get_next_history, rl_get_previous_history)
98 Reallocate the buffer space if the line being moved to is longer
99 the the current space allocated. Amazing that no one has found
100 this bug until now.
101
102 Sun Jul 7 02:37:05 1991 Brian Fox (bfox at gnuwest.fsf.org)
103
104 * readline.c:(rl_parse_and_bind) Allow leading whitespace.
105 Make sure TERMIO and TERMIOS systems treat CR and NL
106 disctinctly.
107
108 Tue Jun 25 04:09:27 1991 Brian Fox (bfox at gnuwest.fsf.org)
109
110 * readline.c: Rework parsing conditionals to pay attention to the
111 prior states of the conditional stack. This makes $if statements
112 work correctly.
113
114 Mon Jun 24 20:45:59 1991 Brian Fox (bfox at gnuwest.fsf.org)
115
116 * readline.c: support for displaying key binding information
117 includes the functions rl_list_funmap_names (),
118 invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
119 rl_dump_functions (), and rl_function_dumper ().
120
121 funmap.c: support for same includes rl_funmap_names ().
122
123 readline.c, funmap.c: no longer define STATIC_MALLOC. However,
124 update both version of xrealloc () to handle a null pointer.
125
126 Thu Apr 25 12:03:49 1991 Brian Fox (bfox at gnuwest.fsf.org)
127
128 * vi_mode.c (rl_vi_fword, fWord, etc. All functions use
129 the macro `isident()'. Fixed movement bug which prevents
130 continious movement through the text.
131
132 Fri Jul 27 16:47:01 1990 Brian Fox (bfox at gnuwest.fsf.org)
133
134 * readline.c (parser_if) Allow "$if term=foo" construct.
135
136 Wed May 23 16:10:33 1990 Brian Fox (bfox at gnuwest.fsf.org)
137
138 * readline.c (rl_dispatch) Correctly remember the last command
139 executed. Fixed typo in username_completion_function ().
140
141 Mon Apr 9 19:55:48 1990 Brian Fox (bfox at gnuwest.fsf.org)
142
143 * readline.c: username_completion_function (); For text passed in
144 with a leading `~', remember that this could be a filename (after
145 it is completed).
146
147 Thu Apr 5 13:44:24 1990 Brian Fox (bfox at gnuwest.fsf.org)
148
149 * readline.c: rl_search_history (): Correctly handle case of an
150 unfound search string, but a graceful exit (as with ESC).
151
152 * readline.c: rl_restart_output (); The Apollo passes the address
153 of the file descriptor to TIOCSTART, not the descriptor itself.
154
155 Tue Mar 20 05:38:55 1990 Brian Fox (bfox at gnuwest.fsf.org)
156
157 * readline.c: rl_complete (); second call in a row causes possible
158 completions to be listed.
159
160 * readline.c: rl_redisplay (), added prompt_this_line variable
161 which is the first character character following \n in prompt.
162
163 Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org)
164
165 * Signals are now supposedly handled inside of SYSV compilation.
166
167 Wed Jan 17 19:24:09 1990 Brian Fox (bfox at sbphy.ucsb.edu)
168
169 * history.c: history_expand (); fixed overwriting memory error,
170 added needed argument to call to get_history_event ().
171
172 Thu Jan 11 10:54:04 1990 Brian Fox (bfox at sbphy.ucsb.edu)
173
174 * readline.c: added mark_modified_lines to control the
175 display of an asterisk on modified history lines. Also
176 added a user variable called mark-modified-lines to the
177 `set' command.
178
179 Thu Jan 4 10:38:05 1990 Brian Fox (bfox at sbphy.ucsb.edu)
180
181 * readline.c: start_insert (). Only use IC if we don't have an im
182 capability.
183
184 Fri Sep 8 09:00:45 1989 Brian Fox (bfox at aurel)
185
186 * readline.c: rl_prep_terminal (). Only turn on 8th bit
187 as meta-bit iff the terminal is not using parity.
188
189 Sun Sep 3 08:57:40 1989 Brian Fox (bfox at aurel)
190
191 * readline.c: start_insert (). Uses multiple
192 insertion call in cases where that makes sense.
193
194 rl_insert (). Read type-ahead buffer for additional
195 keys that are bound to rl_insert, and insert them
196 all at once. Make insertion of single keys given
197 with an argument much more efficient.
198
199 Tue Aug 8 18:13:57 1989 Brian Fox (bfox at aurel)
200
201 * readline.c: Changed handling of EOF. readline () returns
202 (char *)EOF or consed string. The EOF character is read from the
203 tty, or if the tty doesn't have one, defaults to C-d.
204
205 * readline.c: Added support for event driven programs.
206 rl_event_hook is the address of a function you want called
207 while Readline is waiting for input.
208
209 * readline.c: Cleanup time. Functions without type declarations
210 do not use return with a value.
211
212 * history.c: history_expand () has new variable which is the
213 characters to ignore immediately following history_expansion_char.
214
215 Sun Jul 16 08:14:00 1989 Brian Fox (bfox at aurel)
216
217 * rl_prep_terminal ()
218 BSD version turns off C-s, C-q, C-y, C-v.
219
220 * readline.c -- rl_prep_terminal ()
221 SYSV version hacks readline_echoing_p.
222 BSD version turns on passing of the 8th bit for the duration
223 of reading the line.
224
225 Tue Jul 11 06:25:01 1989 Brian Fox (bfox at aurel)
226
227 * readline.c: new variable rl_tilde_expander.
228 If non-null, this contains the address of a function to call if
229 the standard meaning for expanding a tilde fails. The function is
230 called with the text sans tilde (as in "foo"), and returns a
231 malloc()'ed string which is the expansion, or a NULL pointer if
232 there is no expansion.
233
234 * readline.h - new file chardefs.h
235 Separates things that only readline.c needs from the standard
236 header file publishing interesting things about readline.
237
238 * readline.c:
239 readline_default_bindings () now looks at terminal chararacters
240 and binds those as well.
241
242 Wed Jun 28 20:20:51 1989 Brian Fox (bfox at aurel)
243
244 * Made readline and history into independent libraries.
245
This page took 0.033907 seconds and 4 git commands to generate.