comparison liboctave/ChangeLog @ 3779:3001e15555e9

[project @ 2001-02-07 04:47:51 by jwe]
author jwe
date Wed, 07 Feb 2001 04:48:01 +0000
parents b4f260ddd748
children 9bb6e4197fc5
comparison
equal deleted inserted replaced
3778:594ead754542 3779:3001e15555e9
1 2001-02-06 John W. Eaton <jwe@bevo.che.wisc.edu> 1 2001-02-06 John W. Eaton <jwe@bevo.che.wisc.edu>
2
3 * oct-rl-edit.c (octave_rl_newline): Call rl_newline with two args.
4 (octave_rl_set_name): call rl_re_read_init_file with two args.
5 (octave_rl_read_init_file): Ditto.
6 (octave_rl_clear_undo_list): Call rl_free_undo_list, not
7 free_undo_list.
8 (octave_rl_completion_matches): Call rl_completion_matches, not
9 completion_matches.
10 (octave_rl_enable_paren_matching): New function.
11 (octave_rl_set_blink_matching_paren_flag): Delete.
12 (octave_rl_get_blink_matching_paren_flag): Delete.
2 13
3 * lo-mappers.h, lo-mappers.cc (log10 (const Complex&), 14 * lo-mappers.h, lo-mappers.cc (log10 (const Complex&),
4 tanh (const Complex&)): Declare and define if not 15 tanh (const Complex&)): Declare and define if not
5 CXX_ISO_COMPLIANT_LIBRARY. 16 CXX_ISO_COMPLIANT_LIBRARY.
6 17