aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-02-24 17:56:03 +0000
committerDan Nicolaescu2008-02-24 17:56:03 +0000
commitb7bfcc8a7ad09e98b3a383e008073d35359bda6e (patch)
tree9ab4c86e5148e0c41fc67c02b0c2d27b84118016
parent2face66975f3da09dbc3e032c0cfeb67047c53f0 (diff)
downloademacs-b7bfcc8a7ad09e98b3a383e008073d35359bda6e.tar.gz
emacs-b7bfcc8a7ad09e98b3a383e008073d35359bda6e.zip
*** empty log message ***
-rw-r--r--admin/CPP-DEFINES3
-rw-r--r--etc/NEWS1
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index f951a4686d4..8c3043e0ca7 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -17,6 +17,7 @@ DOS_NT Compiling for either the MS-DOS or native MS-Windows port.
17WINDOWSNT Compiling the native MS-Windows (W32) port. 17WINDOWSNT Compiling the native MS-Windows (W32) port.
18__MINGW32__ Compiling the W32 port with the MinGW port of GCC. 18__MINGW32__ Compiling the W32 port with the MinGW port of GCC.
19_MSC_VER Compiling the W32 port with the Microsoft C compiler. 19_MSC_VER Compiling the W32 port with the Microsoft C compiler.
20IRIX6_5 Compiling on Irix-6.5
20 21
21** Distinguishing GUIs ** 22** Distinguishing GUIs **
22 23
@@ -121,8 +122,6 @@ INTEL386
121INTERRUPT_INPUT 122INTERRUPT_INPUT
122IRIS 123IRIS
123IRIS_4D 124IRIS_4D
124IRIX6_5
125IRIX_FORCE_32_BITS
126KERNEL_FILE 125KERNEL_FILE
127LDAV_SYMBOL 126LDAV_SYMBOL
128LD_SWITCH_MACHINE 127LD_SWITCH_MACHINE
diff --git a/etc/NEWS b/etc/NEWS
index 686f48fcb95..2fda67c1fc9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -524,6 +524,7 @@ search path. This can be disabled by setting `woman-locale' to nil.
524directories in which `ffap-rfc' will first search for RFCs. 524directories in which `ffap-rfc' will first search for RFCs.
525 525
526*** net-utils has an `iwconfig' command, similar to the existing `ifconfig'. 526*** net-utils has an `iwconfig' command, similar to the existing `ifconfig'.
527It is used to configure wireless interfaces.
527 528
528 529
529* Changes in Emacs 23.1 on non-free operating systems 530* Changes in Emacs 23.1 on non-free operating systems