summaryrefslogtreecommitdiff
path: root/libcons/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2003-08-02 21:43:46 +0000
committerMarcus Brinkmann <marcus@gnu.org>2003-08-02 21:43:46 +0000
commitd74850a770b15db3c6d2fbae3f85b3318b1d5aa3 (patch)
tree377f09dba45ba16963d47473c153f2a993691314 /libcons/ChangeLog
parentacdd8445816fb1068728057ec65a8c6dd61bc1f5 (diff)
2003-08-01 Marco Gerards <metgerards@student.han.nl>
* opts-std-startup.c: Include <string.h>. (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.
Diffstat (limited to 'libcons/ChangeLog')
-rw-r--r--libcons/ChangeLog15
1 files changed, 15 insertions, 0 deletions
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 <metgerards@student.han.nl>
+
+ * opts-std-startup.c: Include <string.h>.
+ (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 <marcus@gnu.org>
* vcons-open.c (cons_vcons_open): Add casts to silence gcc