diff options
| author | Karoly Lorentey | 2006-05-20 10:32:11 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-05-20 10:32:11 +0000 |
| commit | aabd1a8b138a7f5907c3bb0bbd40932fa7b8e9fe (patch) | |
| tree | 7db1ed5481ec4ec6b43271d0ea57c032c22f60fc /mac | |
| parent | 9f97e26d01003a17b861505d535c89ad73799b7e (diff) | |
| parent | 689840b9224725a0beae741aaaa325d7edb2244c (diff) | |
| download | emacs-aabd1a8b138a7f5907c3bb0bbd40932fa7b8e9fe.tar.gz emacs-aabd1a8b138a7f5907c3bb0bbd40932fa7b8e9fe.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-285
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-286
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-287
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-288
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-102
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-558
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/ChangeLog | 4 | ||||
| -rw-r--r-- | mac/makefile.MPW | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 80e30045dda..a17f456ae6f 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * makefile.MPW (SOME_MACHINE_LISP): Add fringe.elc. | ||
| 4 | |||
| 1 | 2006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2006-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * inc/config.h (pid_t): Define to int. | 7 | * inc/config.h (pid_t): Define to int. |
diff --git a/mac/makefile.MPW b/mac/makefile.MPW index 6dc10cbbc81..ab62673a559 100644 --- a/mac/makefile.MPW +++ b/mac/makefile.MPW | |||
| @@ -1115,8 +1115,8 @@ SOME_MACHINE_LISP = {Lisp}mouse.elc ¶ | |||
| 1115 | {Lisp}w32-fns.elc {Lisp}dos-w32.elc ¶ | 1115 | {Lisp}w32-fns.elc {Lisp}dos-w32.elc ¶ |
| 1116 | {Lisp}disp-table.elc {Lisp}dos-vars.elc ¶ | 1116 | {Lisp}disp-table.elc {Lisp}dos-vars.elc ¶ |
| 1117 | {Lisp}tooltip.elc {Lisp}image.elc ¶ | 1117 | {Lisp}tooltip.elc {Lisp}image.elc ¶ |
| 1118 | {Lisp}dnd.elc {Lisp}mwheel.elc ¶ | 1118 | {Lisp}fringe.elc {Lisp}dnd.elc ¶ |
| 1119 | {Lisp}tool-bar.elc ¶ | 1119 | {Lisp}mwheel.elc {Lisp}tool-bar.elc ¶ |
| 1120 | {Lisp}x-dnd.elc ¶ | 1120 | {Lisp}x-dnd.elc ¶ |
| 1121 | {Lisp}international:ccl.elc ¶ | 1121 | {Lisp}international:ccl.elc ¶ |
| 1122 | {Lisp}international:codepage.elc ¶ | 1122 | {Lisp}international:codepage.elc ¶ |