]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename get-network-interface-info to network-interface-info.
authorKim F. Storm <storm@cua.dk>
Sat, 20 Sep 2003 23:25:46 +0000 (23:25 +0000)
committerKim F. Storm <storm@cua.dk>
Sat, 20 Sep 2003 23:25:46 +0000 (23:25 +0000)
etc/NEWS
src/ChangeLog

index 615fb82837f633accabb2998584338a0a9b22283..ae742b8e7f96f7895a446881eb0edc08a7bef623 100644 (file)
--- 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.
index e7c737edb9109264a7e14779804ca8f589f0c89e..0e79605f144a40bd22d0d63f515f6d40a1858f77 100644 (file)
@@ -1,3 +1,10 @@
+2003-09-21  Kim F. Storm  <storm@cua.dk>
+
+       * 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  <fx@gnu.org>
 
        * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.