diff options
| author | Glenn Morris | 2007-04-13 02:59:17 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-04-13 02:59:17 +0000 |
| commit | 178b60d7ee593140cf23eaa21569e9ebe098e0fa (patch) | |
| tree | 2e5a2fac47acccc4ea10ebd9b4b9e9e29ea0b17f | |
| parent | 2fbcf1743ee4f477313dfd6d26587c76f16912f0 (diff) | |
| download | emacs-178b60d7ee593140cf23eaa21569e9ebe098e0fa.tar.gz emacs-178b60d7ee593140cf23eaa21569e9ebe098e0fa.zip | |
Fix typos. emacserver is removed.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/MACHINES | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index a93960ea9ef..1bb9b2002cc 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-04-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * MACHINES: emacserver is removed. | ||
| 4 | |||
| 1 | 2007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> | 5 | 2007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> |
| 2 | 6 | ||
| 3 | * emacs.py (format_exception): New function. | 7 | * emacs.py (format_exception): New function. |
diff --git a/etc/MACHINES b/etc/MACHINES index 09abc4f0770..632c0868a6c 100644 --- a/etc/MACHINES +++ b/etc/MACHINES | |||
| @@ -126,7 +126,7 @@ Apple PowerPC Macintosh running GNU/Linux | |||
| 126 | Emacs distribution, and remove the "#if 0" and "#endif" directives | 126 | Emacs distribution, and remove the "#if 0" and "#endif" directives |
| 127 | which surround the following block near the end of the file: | 127 | which surround the following block near the end of the file: |
| 128 | 128 | ||
| 129 | #if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog, | 129 | #if 0 /* This breaks things on PPC GNU/Linux except for Yellowdog, |
| 130 | even with identical GCC, as, ld. Let's take it out until we | 130 | even with identical GCC, as, ld. Let's take it out until we |
| 131 | know what's really going on here. */ | 131 | know what's really going on here. */ |
| 132 | /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to | 132 | /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to |
| @@ -156,9 +156,8 @@ Apollo running X Windows (m68k-apollo-bsd) | |||
| 156 | installations may have to edit src/Makefile manually after it is created. | 156 | installations may have to edit src/Makefile manually after it is created. |
| 157 | There are too many versions of both cc and X to automate this easily. | 157 | There are too many versions of both cc and X to automate this easily. |
| 158 | 158 | ||
| 159 | In `lib-src/Makefile', emacsclient and emacsserver compile and work fine | 159 | In `lib-src/Makefile', emacsclient compiles and works fine under CC 6.9. |
| 160 | under CC 6.9. They now probably work under other versions of the compiler, | 160 | It now probably works under other versions of the compiler, as well. |
| 161 | as well. | ||
| 162 | 161 | ||
| 163 | The Apollo Domain CC compiler will issue quite a few warning messages, | 162 | The Apollo Domain CC compiler will issue quite a few warning messages, |
| 164 | mostly complaining about incompatible pointers. In general, these are | 163 | mostly complaining about incompatible pointers. In general, these are |
| @@ -1395,7 +1394,7 @@ System V rel 3 (usg5.3) | |||
| 1395 | cannot be made to work. Whether or not the GNU relocating malloc is | 1394 | cannot be made to work. Whether or not the GNU relocating malloc is |
| 1396 | used, the symptom is that the first call Emacs makes to sbrk(0) returns | 1395 | used, the symptom is that the first call Emacs makes to sbrk(0) returns |
| 1397 | (char *)-1. Sorry, you're stuck with character-only mode. Try | 1396 | (char *)-1. Sorry, you're stuck with character-only mode. Try |
| 1398 | installing Xfree86 to fix this. | 1397 | installing XFree86 to fix this. |
| 1399 | 1398 | ||
| 1400 | System V rel 4.0.3 and 4.0.4 (usg5.4) | 1399 | System V rel 4.0.3 and 4.0.4 (usg5.4) |
| 1401 | 1400 | ||