From: Miles Bader Date: Tue, 15 Jul 2008 23:52:03 +0000 (+0000) Subject: Add arch tagline X-Git-Tag: emacs-pretest-23.0.90~4178 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ae1e5e5653aff34bb099296d34314a1c8279f91;p=emacs.git Add arch tagline --- diff --git a/doc/emacs/ns-emacs.texi b/doc/emacs/ns-emacs.texi index 1e8c4fe7512..9a5c50d92de 100644 --- a/doc/emacs/ns-emacs.texi +++ b/doc/emacs/ns-emacs.texi @@ -1017,3 +1017,7 @@ Finally, let us also thank those few hundred other people on the mailing list from whom we didn't hear much, but the presence of which assured us that maybe this project was actually worth doing. @bye + +@ignore + arch-tag: 286bdf18-ccfb-48b2-b730-994771de6bdd +@end ignore diff --git a/lib-src/mac-fix-env.m b/lib-src/mac-fix-env.m index 01798e56f49..997198b3a7f 100644 --- a/lib-src/mac-fix-env.m +++ b/lib-src/mac-fix-env.m @@ -69,3 +69,6 @@ int main(int argc, char *argv[]) NSLog(@":\nWrote file to '%@'.\nPlease inspect it to make sure PATH is correct.", file); return 0; } + +/* arch-tag: 609d5528-5ac1-42c5-859b-24c14341ee3b + (do not change this comment) */ diff --git a/lisp/ns-carbon-compat.el b/lisp/ns-carbon-compat.el index b4565248a4d..fb6afdc5ba1 100644 --- a/lisp/ns-carbon-compat.el +++ b/lisp/ns-carbon-compat.el @@ -35,3 +35,5 @@ (defvaralias 'mac-control-modifier 'ns-control-modifier) (defvaralias 'mac-option-modifier 'ns-option-modifier) (defvaralias 'mac-function-modifier 'ns-function-modifier) + +;; arch-tag: b03b7d78-2b97-4953-90be-5d4f71b64ec1 diff --git a/lisp/ns-grabenv.el b/lisp/ns-grabenv.el index c9cea0ed9d9..12fab4478f7 100644 --- a/lisp/ns-grabenv.el +++ b/lisp/ns-grabenv.el @@ -65,3 +65,5 @@ commands for it to execute (defaults to \"printenv\")." ; gives the path to the shell (defaults to the current setting of ; shell-file-name). The remaining arguments are interpreted as a list of ; commands for it to execute (defaults to \"printenv\")." nil nil) + +;; arch-tag: e65e1dd8-1566-460c-ad66-07948588be56 diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index e524cc56ffe..8e97c87e165 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -1605,4 +1605,5 @@ Note, tranparency works better on Tiger (10.4) and higher." (provide 'ns-win) +;; arch-tag: eb138a45-4e2e-4d68-b1c9-a39665731644 ;;; ns-win.el ends here diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index 2b3ccc8a914..26cd044f0c8 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -48,3 +48,5 @@ * FOR_RELEASE: New file: release tasks specific to NeXTstep port. * README.txt: New file: descriptive info for NeXTstep port. + +;; arch-tag: 963ee08e-8e76-485f-9cfb-65a4333a073c diff --git a/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html b/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html index 7a65b125c5b..8e7cdc676e3 100644 --- a/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html +++ b/nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html @@ -1 +1,4 @@ http://emacs-app.sf.net + + diff --git a/nextstep/compile b/nextstep/compile index e48accbfe73..4f42330edc8 100755 --- a/nextstep/compile +++ b/nextstep/compile @@ -221,3 +221,5 @@ ln -sf ../libexec/* . echo "" echo "Build successful." echo "" + +# arch-tag: 1fda51a1-d908-4e60-ad5e-47ffbb39f18d diff --git a/src/nsfns.m b/src/nsfns.m index a39a8342bf9..4f14bec0128 100644 --- a/src/nsfns.m +++ b/src/nsfns.m @@ -2666,3 +2666,6 @@ be used as the image of the icon representing the frame."); @end #endif + +/* arch-tag: dc2a3f74-1123-4daa-8eed-fb78db6a5642 + (do not change this comment) */ diff --git a/src/nsfont.m b/src/nsfont.m index 2f667a2af79..bf77d235dd2 100644 --- a/src/nsfont.m +++ b/src/nsfont.m @@ -1493,3 +1493,6 @@ syms_of_nsfont () DEFSYM (Qroman, "roman"); DEFSYM (Qmedium, "medium"); } + +/* arch-tag: d6c3c6f0-62de-4978-8b1e-b7966fe02cae + (do not change this comment) */ diff --git a/src/nsgui.h b/src/nsgui.h index df38db84ade..88e0993e21a 100644 --- a/src/nsgui.h +++ b/src/nsgui.h @@ -206,3 +206,6 @@ typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect; #define PWinGravity (1L << 9) /* program specified window gravity */ #endif /* __NSGUI_H__ */ + +/* arch-tag: b2af3275-62c3-45b4-9335-4c9635c67e55 + (do not change this comment) */ diff --git a/src/nsimage.m b/src/nsimage.m index 692190280dc..6cb20d5765b 100644 --- a/src/nsimage.m +++ b/src/nsimage.m @@ -478,3 +478,6 @@ static EmacsImage *ImageList = nil; } @end + +/* arch-tag: 6b310280-6892-4e5e-8f34-41c4d384874f + (do not change this comment) */ diff --git a/src/nsmenu.m b/src/nsmenu.m index d59732b02e4..f549d3a4f03 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m @@ -1946,3 +1946,6 @@ syms_of_nsmenu () Qdebug_on_next_call = intern ("debug-on-next-call"); staticpro (&Qdebug_on_next_call); } + +/* arch-tag: 75773656-52e5-4c44-a398-47bd87b32619 + (do not change this comment) */ diff --git a/src/nsselect.m b/src/nsselect.m index a999fc38365..b661b3f7675 100644 --- a/src/nsselect.m +++ b/src/nsselect.m @@ -622,3 +622,6 @@ set to nil. */); /* } */ } + +/* arch-tag: 39d1dde7-06a6-49ff-95a7-0e7af12d2218 + (do not change this comment) */ diff --git a/src/nsterm.h b/src/nsterm.h index 26036a83a71..f2ff1243a42 100644 --- a/src/nsterm.h +++ b/src/nsterm.h @@ -825,3 +825,6 @@ extern char gnustep_base_version[]; /* version tracking */ #endif /* HAVE_NS */ + +/* arch-tag: 0a28b142-4ac1-4a81-a243-abcd82d9c4e5 + (do not change this comment) */ diff --git a/src/nsterm.m b/src/nsterm.m index fcf98749f09..1e112ea8e4f 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -6596,3 +6596,6 @@ ns_xlfd_to_fontname (const char *xlfd) xfree (name); return ret; } + +/* arch-tag: 6eaa8f7d-a69b-4e1c-b43d-ab31defbe0d2 + (do not change this comment) */