diff options
| author | Dan Nicolaescu | 2008-02-24 17:56:03 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-02-24 17:56:03 +0000 |
| commit | b7bfcc8a7ad09e98b3a383e008073d35359bda6e (patch) | |
| tree | 9ab4c86e5148e0c41fc67c02b0c2d27b84118016 | |
| parent | 2face66975f3da09dbc3e032c0cfeb67047c53f0 (diff) | |
| download | emacs-b7bfcc8a7ad09e98b3a383e008073d35359bda6e.tar.gz emacs-b7bfcc8a7ad09e98b3a383e008073d35359bda6e.zip | |
*** empty log message ***
| -rw-r--r-- | admin/CPP-DEFINES | 3 | ||||
| -rw-r--r-- | etc/NEWS | 1 |
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. | |||
| 17 | WINDOWSNT Compiling the native MS-Windows (W32) port. | 17 | WINDOWSNT 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. |
| 20 | IRIX6_5 Compiling on Irix-6.5 | ||
| 20 | 21 | ||
| 21 | ** Distinguishing GUIs ** | 22 | ** Distinguishing GUIs ** |
| 22 | 23 | ||
| @@ -121,8 +122,6 @@ INTEL386 | |||
| 121 | INTERRUPT_INPUT | 122 | INTERRUPT_INPUT |
| 122 | IRIS | 123 | IRIS |
| 123 | IRIS_4D | 124 | IRIS_4D |
| 124 | IRIX6_5 | ||
| 125 | IRIX_FORCE_32_BITS | ||
| 126 | KERNEL_FILE | 125 | KERNEL_FILE |
| 127 | LDAV_SYMBOL | 126 | LDAV_SYMBOL |
| 128 | LD_SWITCH_MACHINE | 127 | LD_SWITCH_MACHINE |
| @@ -524,6 +524,7 @@ search path. This can be disabled by setting `woman-locale' to nil. | |||
| 524 | directories in which `ffap-rfc' will first search for RFCs. | 524 | directories 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'. |
| 527 | It 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 |