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