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