aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2003-09-20 23:25:46 +0000
committerKim F. Storm2003-09-20 23:25:46 +0000
commit0c4da02395bd837c196f0abf054969722e4900e6 (patch)
tree89af9dcde2d9bbbde84321e767daef4ac913ad36 /src
parent9df076f27f6798d72b8c0b0a427f74d482ef94f1 (diff)
downloademacs-0c4da02395bd837c196f0abf054969722e4900e6.tar.gz
emacs-0c4da02395bd837c196f0abf054969722e4900e6.zip
Rename get-network-interface-info to network-interface-info.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e7c737edb91..0e79605f144 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12003-09-21 Kim F. Storm <storm@cua.dk>
2
3 * frame.c (Vdefault_frame_scroll_bars): New variable.
4 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
5 (syms_of_frame): DEFVAR_LISP it, and initialize according to
6 window-system default scroll bar position.
7
12003-09-19 Dave Love <fx@gnu.org> 82003-09-19 Dave Love <fx@gnu.org>
2 9
3 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h. 10 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.