Add arch tagline
authorMiles Bader <miles@gnu.org>
Tue, 15 Jul 2008 23:52:03 +0000 (23:52 +0000)
committerMiles Bader <miles@gnu.org>
Tue, 15 Jul 2008 23:52:03 +0000 (23:52 +0000)
16 files changed:
doc/emacs/ns-emacs.texi
lib-src/mac-fix-env.m
lisp/ns-carbon-compat.el
lisp/ns-grabenv.el
lisp/term/ns-win.el
nextstep/ChangeLog
nextstep/Cocoa/Emacs.base/Contents/Resources/Credits.html
nextstep/compile
src/nsfns.m
src/nsfont.m
src/nsgui.h
src/nsimage.m
src/nsmenu.m
src/nsselect.m
src/nsterm.h
src/nsterm.m

index 1e8c4fe..9a5c50d 100644 (file)
@@ -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
index 01798e5..997198b 100644 (file)
@@ -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) */
index b456524..fb6afdc 100644 (file)
@@ -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
index c9cea0e..12fab44 100644 (file)
@@ -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
index e524cc5..8e97c87 100644 (file)
@@ -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
index 2b3ccc8..26cd044 100644 (file)
@@ -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
index 7a65b12..8e7cdc6 100644 (file)
@@ -1 +1,4 @@
 <font face="lucida grande" size="-1"><a href="http://emacs-app.sf.net">http://emacs-app.sf.net</a></font>
+
+<!-- arch-tag: cc455793-f594-45c6-822c-f4a7bb362c15
+     (do not change this comment) -->
index e48accb..4f42330 100755 (executable)
@@ -221,3 +221,5 @@ ln -sf ../libexec/* .
 echo ""
 echo "Build successful."
 echo ""
+
+# arch-tag: 1fda51a1-d908-4e60-ad5e-47ffbb39f18d
index a39a834..4f14bec 100644 (file)
@@ -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) */
index 2f667a2..bf77d23 100644 (file)
@@ -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) */
index df38db8..88e0993 100644 (file)
@@ -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) */
index 6921902..6cb20d5 100644 (file)
@@ -478,3 +478,6 @@ static EmacsImage *ImageList = nil;
 }
 
 @end
+
+/* arch-tag: 6b310280-6892-4e5e-8f34-41c4d384874f
+   (do not change this comment) */
index d59732b..f549d3a 100644 (file)
@@ -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) */
index a999fc3..b661b3f 100644 (file)
@@ -622,3 +622,6 @@ set to nil.  */);
 /* } */
 
 }
+
+/* arch-tag: 39d1dde7-06a6-49ff-95a7-0e7af12d2218
+   (do not change this comment) */
index 26036a8..f2ff124 100644 (file)
@@ -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) */
index fcf9874..1e112ea 100644 (file)
@@ -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) */