diff options
| author | Juanma Barranquero | 2007-02-02 15:40:10 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-02-02 15:40:10 +0000 |
| commit | 3c269b1ee73c90e6015b486830fcdd92e76aeaf1 (patch) | |
| tree | f74f70cda8871bb162b9093a478e565f93d35f9f /mac | |
| parent | 42496dc8487e0c94fb3ab7398fcebfb9c99a13d5 (diff) | |
| download | emacs-3c269b1ee73c90e6015b486830fcdd92e76aeaf1.tar.gz emacs-3c269b1ee73c90e6015b486830fcdd92e76aeaf1.zip | |
Fix typos.
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index c5aa0011a87..c498736a1a1 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -36,8 +36,8 @@ | |||
| 36 | 36 | ||
| 37 | 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 37 | 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 38 | 38 | ||
| 39 | * makefile.MPW (dired.c.x, editfns.c.x, fileio.c.x): Depend on | 39 | * makefile.MPW (dired.c.x, editfns.c.x, fileio.c.x): |
| 40 | blockinput.h. | 40 | Depend on blockinput.h. |
| 41 | 41 | ||
| 42 | 2006-07-12 Kim F. Storm <storm@cua.dk> | 42 | 2006-07-12 Kim F. Storm <storm@cua.dk> |
| 43 | 43 | ||
| @@ -126,8 +126,8 @@ | |||
| 126 | (Emacs, {DocTarget}DOC): Depend on buildobj.lst. | 126 | (Emacs, {DocTarget}DOC): Depend on buildobj.lst. |
| 127 | (EmacsSource, MacSource, LispSource, LispSourceDontCompile): | 127 | (EmacsSource, MacSource, LispSource, LispSourceDontCompile): |
| 128 | Remove variables. | 128 | Remove variables. |
| 129 | (SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP): New | 129 | (SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP): |
| 130 | variables. | 130 | New variables. |
| 131 | ({DocTarget}DOC): Use them. | 131 | ({DocTarget}DOC): Use them. |
| 132 | (Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'. | 132 | (Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'. |
| 133 | 133 | ||
| @@ -142,7 +142,7 @@ | |||
| 142 | (HAVE_ALLOCA, C_ALLOCA): Move from m-mac.h. | 142 | (HAVE_ALLOCA, C_ALLOCA): Move from m-mac.h. |
| 143 | (PTR): Move to s-mac.h. | 143 | (PTR): Move to s-mac.h. |
| 144 | 144 | ||
| 145 | * inc/m-mac.h: (HAVE_ALLOCA, C_ALLOCA): Move to config.h. | 145 | * inc/m-mac.h (HAVE_ALLOCA, C_ALLOCA): Move to config.h. |
| 146 | 146 | ||
| 147 | * inc/s-mac.h: Sync with src/s/template.h. Don't include fcntl.h, | 147 | * inc/s-mac.h: Sync with src/s/template.h. Don't include fcntl.h, |
| 148 | time.h, or signal.h. | 148 | time.h, or signal.h. |
| @@ -237,7 +237,7 @@ | |||
| 237 | 237 | ||
| 238 | * src/Emacs.r: Update TOO_MUCH_RAM error message. | 238 | * src/Emacs.r: Update TOO_MUCH_RAM error message. |
| 239 | 239 | ||
| 240 | 2003-11-22 Lars Hansen <larsh@math.ku.dk> | 240 | 2003-11-22 Lars Hansen <larsh@math.ku.dk> |
| 241 | 241 | ||
| 242 | * inc/grp.h: Added. | 242 | * inc/grp.h: Added. |
| 243 | 243 | ||
| @@ -269,7 +269,7 @@ | |||
| 269 | 269 | ||
| 270 | 2003-03-21 Kim F. Storm <storm@cua.dk> | 270 | 2003-03-21 Kim F. Storm <storm@cua.dk> |
| 271 | 271 | ||
| 272 | * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and | 272 | * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and |
| 273 | files included from it. Add dependency on keymap.h. | 273 | files included from it. Add dependency on keymap.h. |
| 274 | 274 | ||
| 275 | 2003-01-14 Steven Tamm <steventamm@mac.com> | 275 | 2003-01-14 Steven Tamm <steventamm@mac.com> |
| @@ -343,7 +343,7 @@ | |||
| 343 | 343 | ||
| 344 | Option --symlink added to reduce disk size by making | 344 | Option --symlink added to reduce disk size by making |
| 345 | /usr/bin/emacs and the Emacs binary inside the Emacs.app to become | 345 | /usr/bin/emacs and the Emacs binary inside the Emacs.app to become |
| 346 | symlinks to the emacs-[version] binary. | 346 | symlinks to the emacs-[version] binary. |
| 347 | 347 | ||
| 348 | Option --self-contained added to place files shared files | 348 | Option --self-contained added to place files shared files |
| 349 | inside the Emacs.app executable (for portability between systems) | 349 | inside the Emacs.app executable (for portability between systems) |