aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2003-09-20 23:25:46 +0000
committerKim F. Storm <[email protected]>2003-09-20 23:25:46 +0000
commit0c4da02395bd837c196f0abf054969722e4900e6 (patch)
tree89af9dcde2d9bbbde84321e767daef4ac913ad36
parent9df076f27f6798d72b8c0b0a427f74d482ef94f1 (diff)
Rename get-network-interface-info to network-interface-info.
-rw-r--r--etc/NEWS2
-rw-r--r--src/ChangeLog7
2 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 615fb82837..ae742b8e7f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2421,7 +2421,7 @@ no input is received in the stopped state.
This function returns a list of network interface names and their
current network addresses.
-*** New function get-network-interface-info.
+*** New function network-interface-info.
This function returns the network address, hardware address, current
status, and other information about a specific network interface.
diff --git a/src/ChangeLog b/src/ChangeLog
index e7c737edb9..0e79605f14 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-21 Kim F. Storm <[email protected]>
+
+ * frame.c (Vdefault_frame_scroll_bars): New variable.
+ (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
+ (syms_of_frame): DEFVAR_LISP it, and initialize according to
+ window-system default scroll bar position.
+
2003-09-19 Dave Love <[email protected]>
* alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.