From d74850a770b15db3c6d2fbae3f85b3318b1d5aa3 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sat, 2 Aug 2003 21:43:46 +0000 Subject: 2003-08-01 Marco Gerards * opts-std-startup.c: Include . (OPT_VISUAL_BELL): New macro. (OPT_AUDIBLE_BELL): Likewise. (_cons_visual_bell): New variable. (_cons_audible_bell): Likewise. (startup_options): Added options "--visual-bell" and "--audible-bell" ... (parse_startup_opt): ...and parse those new options here. * priv.h (bell_type_t): New enumeration. (_cons_visual_bell): New external variable. (_cons_audible_bell): Likewise. * file-changed.c (cons_S_file_changed): Use the right bell. --- libcons/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'libcons/ChangeLog') diff --git a/libcons/ChangeLog b/libcons/ChangeLog index 445e4f2c..d18b6868 100644 --- a/libcons/ChangeLog +++ b/libcons/ChangeLog @@ -1,3 +1,18 @@ +2003-08-01 Marco Gerards + + * opts-std-startup.c: Include . + (OPT_VISUAL_BELL): New macro. + (OPT_AUDIBLE_BELL): Likewise. + (_cons_visual_bell): New variable. + (_cons_audible_bell): Likewise. + (startup_options): Added options "--visual-bell" and + "--audible-bell" ... + (parse_startup_opt): ...and parse those new options here. + * priv.h (bell_type_t): New enumeration. + (_cons_visual_bell): New external variable. + (_cons_audible_bell): Likewise. + * file-changed.c (cons_S_file_changed): Use the right bell. + 2002-10-04 Marcus Brinkmann * vcons-open.c (cons_vcons_open): Add casts to silence gcc -- cgit v1.2.3