diff options
| author | Dan Nicolaescu | 2007-11-01 03:06:23 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-11-01 03:06:23 +0000 |
| commit | 07e5c0b0b70e308b4dc4ac5b3ee832894f746a81 (patch) | |
| tree | 4749f6371c093acd662f44d98739eb8bcd10a6bc /doc | |
| parent | 88406d6ee8a9108ae8265aac2f023e61f4bff827 (diff) | |
| download | emacs-07e5c0b0b70e308b4dc4ac5b3ee832894f746a81.tar.gz emacs-07e5c0b0b70e308b4dc4ac5b3ee832894f746a81.zip | |
* cmdargs.texi (Misc Variables): Remove Sun windows info.
* MACHINES: Remove Sun windows info.
* term/sun-mouse.el:
* obsolete/sun-fns.el:
* obsolete/sun-curs.el: Remove files.
* term/sun.el (select-previous-complex-command):
* sunfns.c: Remove file
* m/sun386.h:
* m/sun2.h:
* m/sparc.h: Remove Sun windows code.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 37ee660577a..0f36d30798b 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * cmdargs.texi (Misc Variables): Remove Sun windows info. | ||
| 4 | |||
| 1 | 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change) | 5 | 2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change) |
| 2 | 6 | ||
| 3 | * gnus-faq.texi ([5.12]): Remove reference to discontinued service. | 7 | * gnus-faq.texi ([5.12]): Remove reference to discontinued service. |
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 28bad72f0bf..f2f3a85af77 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -635,9 +635,6 @@ Emacs switches the DOS display to a mode where all 16 colors can be used | |||
| 635 | for the background, so all four bits of the background color are | 635 | for the background, so all four bits of the background color are |
| 636 | actually used. | 636 | actually used. |
| 637 | 637 | ||
| 638 | @item WINDOW_GFX | ||
| 639 | Used when initializing the Sun windows system. | ||
| 640 | |||
| 641 | @item PRELOAD_WINSOCK | 638 | @item PRELOAD_WINSOCK |
| 642 | On MS-Windows, if you set this variable, Emacs will load and initialize | 639 | On MS-Windows, if you set this variable, Emacs will load and initialize |
| 643 | the network library at startup, instead of waiting until the first | 640 | the network library at startup, instead of waiting until the first |